dh-electronics / dhcom_stm32mp1-bsp-platform

Yocto project manifest for DHCOM STM32Mp1
4 stars 1 forks source link

Build failure #4

Open DSysoletin opened 2 years ago

DSysoletin commented 2 years ago

Hello!

I trying to build the image for PDK2, and facing an issue. After entering the commands from README:

$: MACHINE=dh-stm32mp1-dhcom-common-pdk2 DISTRO=dhlinux source ./setup-environment build $: bitbake dh-image-demo

I got this: ERROR: /poky/sources/meta-python2/recipes-devtools/python/python_2.7.18.bb: Unable to determine endianness for architecture 'INVALID' | ETA: --:--:-- ERROR: /poky/sources/meta-python2/recipes-devtools/python/python_2.7.18.bb: Please add your architecture to siteinfo.bbclass ERROR: Failed to parse recipe: /poky/sources/meta-python2/recipes-devtools/python/python_2.7.18.bb

And build stops.

It looks like here is the clue for this: edge@9a7450033f4c:/poky/build$ find ../sources/ -name dh-stm32mp1-dhcom-common-pdk2* ../sources/meta-dhsom-stm32-common/conf/machine/dh-stm32mp1-dhcom-common-pdk2-rt.conf

There is no config for the NON-RT version of pdk2, because of that build fails, so only -rt version is buildable. At the same time, here is what we have in the README about -rt version: "This is just for experimental usage and NOT maintained by dh-electronics."

So, we have a normal, non-RT version non-buildable, and the RT version is NOT maintained and only for experimental usage. Could you please advise, how can I build a normal, non-RT version? Thanks!