bitbake st-image-weston error (use CubeMX Device Tree - stm32mp157f)
Hello Guys.
I look at the following wiki Page and try Image Build(https://wiki.st.com/stm32mpu/wiki/How_to_create_your_own_machine).
The MPU used is stm32mp157f.
I am working on modifying a part in stm32mp157f-ev1 in CubeMX to make a My custom board.
It was going without a problem.
But at the end, the following error appears.
ERROR: st-image-userfs-1.0-r0 do_rootfs: Unable to install packages. Command '/home/parksh/STM32MPU_EV1_Workspace/SDK/Distribution-Package/openstlinux-5.4-dunfell-mp1-20-06-24/build-openstlinuxweston-stm32mp1-HSOT_GW01/tmp-glibc/work/stm32mp1_HSOT_GW01-ostl-linux-gnueabi/st-image-userfs/1.0-r0/recipe-sysroot-native/usr/bin/apt-get install --force-yes --allow-unauthenticated --no-remove m4projects-stm32mp1-userfs packagegroup-st-demo linux-examples-stm32mp1-userfs' returned 100:
Reading package lists...
Building dependency tree...
Package m4projects-stm32mp1-userfs is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package 'm4projects-stm32mp1-userfs' has no installation candidate
And I get the following error.
ERROR: st-image-weston-1.0-r0 do_rootfs: Unable to install packages. Command '/home/parksh/STM32MPU_EV1_Workspace/SDK/Distribution-Package/openstlinux-5.4-dunfell-mp1-20-06-24/build-openstlinuxweston-stm32mp1-HSOT_GW01/tmp-glibc/work/stm32mp1_HSOT_GW01-ostl-linux-gnueabi/st-image-weston/1.0-r0/recipe-sysroot-native/usr/bin/apt-get install --force-yes --allow-unauthenticated --no-remove packagegroup-core-boot packagegroup-framework-core-base resize-helper apt packagegroup-framework-core packagegroup-framework-core-extra hostapd packagegroup-base-extended run-postinsts tzdata lighttpd psplash-drm cronie dpkg packagegroup-framework-tools-base myapp packagegroup-st-demo packagegroup-core-eclipse-debug packagegroup-framework-tools packagegroup-core-ssh-dropbear packagegroup-core-tools-profile' 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-st-demo : Depends: ai-hand-char-reco-launcher but it is not going to be installed
E: Unable to correct problems, you have held broken packages.How can I solve this problems?
I tried after emptying the PACKAGE_INSTALL part of st-image-userfs.bb.
As a result, st-image-weston fails the same. However, st-image-core succeeded in building.
How do I modify it to build st-image-weston?
In the same way, I couldn't check the problem when proceeding based on stm32mp157c-ev1 using CubeMX.
When I tried bitbake after changing only sdmmc3 in stm32mp157c-ev1, there was no build error.
I need your help
Thanks
