Hi
I am trying to build full image for imx8mm_evk_lpddr4 with Yocto imx8mm_evk with langdale (6.1.1).
While creating roots Image bitbake fails with following errors.
ERROR: imx-image-full-1.0-r0 do_rootfs: Unable to install packages. Command '/home/supin/ThirdPole/QT6_BUILD/imx-yocto-bsp/build/tmp/work/imx8mp_lpddr4_evk-poky-linux/imx-image-full/1.0-r0/recipe-sysroot-native/usr/bin/apt-get install --allow-downgrades --allow-remove-essential --allow-change-held-packages --allow-unauthenticated --no-remove apt curl docker dpkg firmwared imx-g2d-samples jailhouse opencv-apps opencv-samples optee-client optee-os os-release packagegroup-base-extended packagegroup-core-boot packagegroup-core-full-cmdline packagegroup-core-nfs-server packagegroup-core-sdk packagegroup-core-ssh-dropbear packagegroup-core-standalone-sdk-target packagegroup-core-tools-debug packagegroup-core-tools-profile packagegroup-core-tools-testapps packagegroup-core-weston packagegroup-fsl-gstreamer1.0 packagegroup-fsl-gstreamer1.0-full packagegroup-fsl-optee-imx packagegroup-fsl-tools-audio packagegroup-fsl-tools-benchmark packagegroup-fsl-tools-gpu packagegroup-fsl-tools-gpu-external packagegroup-fsl-tools-testapps packagegroup-imx-isp packagegroup-imx-ml packagegroup-imx-security packagegroup-qt6-imx packagegroup-security-parsec packagegroup-security-tpm2 packagegroup-tools-bluetooth python3-opencv run-postinsts softhsm swtpm tzdata weston-xwayland xterm' returned 100:
Reading package lists...
Building dependency tree...
Reading state information...
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
packagegroup-core-tools-profile : Depends: valgrind but it is not installable
Recommends: blktrace but it is not going to be installed
Recommends: perf but it is not going to be installed
Recommends: systemd-analyze but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
ERROR: Logfile of failure stored in: /home/supin/ThirdPole/QT6_BUILD/imx-yocto-bsp/build/tmp/work/imx8mp_lpddr4_evk-poky-linux/imx-image-full/1.0-r0/temp/log.do_rootfs.295051
ERROR: Task (/home/supin/ThirdPole/QT6_BUILD/imx-yocto-bsp/sources/meta-imx/meta-sdk/dynamic-layers/qt6-layer/recipes-fsl/images/imx-image-full.bb:do_rootfs) failed with exit code '1'
NOTE: Tasks Summary: Attempted 10879 tasks of which 10878 didn't need to be rerun and 1 failed.
Summary: 1 task failed:
Can anyone help in resolving the above?
Thanks
Hi,
Re-compiling and installing valgrind,perf,blktrace and systemd resolved the issue.
Thank you very much!!
Hi @srvarma
Can you try bitbake the valgrind individually?