bdx-iot / meta-stm32mp1

OpenEmbedded/Yocto layer for STM32MP1 Architecture
MIT License
4 stars 6 forks source link

Error: Task do_populate_sdk in .... rdepends upon non-existent task do_package_write_deb #52

Closed MehdiJaiem502 closed 3 years ago

MehdiJaiem502 commented 3 years ago

Hello

I am trying to build an Image based on the Yocto Project for my stm32mp157c-DK2 according to : https://wiki.st.com/stm32mpu/wiki/STM32MP1_Distribution_Package#Building_the_OpenSTLinux_distribution

When I try to build the image I get the following error. ERROR: Task do_populate_sdk in /home/mehdi/Distribution-Package/openstlinux-5.4-dunfell-mp1-20-11-12/layers/meta-st/meta-st-openstlinux/recipes-st/images/st-image-weston.bb rdepends upon non-existent task do_package_write_deb in /home/mehdi/Distribution-Package/openstlinux-5.4-dunfell-mp1-20-11-12/layers/meta-st/meta-st-openstlinux/recipes-st/images/st-image-weston.bb ERROR: Command execution failed: 1

What did I miss or what did I do wrong in my local.conf file ?

Best regards.

I can share with you the content of the file.

local.conf.txt

jorisoffouga commented 3 years ago

Hi @MehdiJaiem502

You have the wrong repo, it's not meta-st-openlinux : https://github.com/STMicroelectronics/meta-st-openstlinux

Best Regards