Hello Guys,
I have face following error when I send bitbake command in my host PC.
Command :- $bitbake imx-image-multimedia
Error :- ERROR: Task (../Embedded_Software/Yocto/imx-yocto-bsp/sources/meta-imx/meta-bsp/recipes-support/opencv/opencv_4.2.0.imx.bb:do_compile) failed with exit code '1'
==============================================================================
Here I have describe host setup:
Processor :- Intel Core2 Duo CPU E4500@2.20Ghz x 2
OS TYpe :- 64-Bit
Disk :- 1 TB
Memory :- 3.8 GiB
OS :- Linux (Ubuntu 16.04 LTS)
And to make a image i write following command
1) install Essential Yocto Project host packages.
2) install repo using (sudo apt-get install repo)
3) download bsp
4) Build configurations
$ DISTRO=fsl-imx-wayland MACHINE=imx8mnevk source ./imx-setup-release.sh -b imx8mn_build
5) Edit local.conf file
Multilib enablement
# Define multilib target
require conf/multilib.conf
MULTILIBS = "multilib:lib32"
DEFAULTTUNE_virtclass-multilib-lib32 = "armv7athf-neon"
# Add the multilib packages to the image
IMAGE_INSTALL_append = "lib32-glibc lib32-libgcc lib32-libstdc++"
Disable the deb packaging to avoid any processing errors. Check in local.conf , and comment if there are:
#PACKAGE_CLASSES = "package_deb"
#EXTRA_IMAGE_FEATURES += "package-management"
6) $bitbake imx-image-multimedia
==============================================================================
so can you please help me to sort out this error.
Here I have attached error log file and local.conf file.
Waiting for your answer.
Thank You