STM32MP1 Distribution Package - oe-init-build-env No such file
Dear ST community,
I’m trying to use the distribution package as described in the guide https://wiki.st.com/stm32mpu/wiki/STM32MP1_Distribution_Package#Installing_the_OpenSTLinux_distribution, but the oe-init-build-env file is absent.
The first commands:
$ repo init -u https://github.com/STMicroelectronics/oe-manifest.git -b refs/tags/openstlinux-20-02-19
And
$ repo sync
Finish successfully.
However when I initialize the OpenEmbedded build environment (chapter 5.1):
PC $> DISTRO=openstlinux-weston MACHINE=stm32mp1 source layers/meta-st/scripts/envsetup.sh
The command fails due to the missing of the oe-init-build-env file.
I check the revision of the openembedded-core folder and it is cd7cf933b3235560ec71576d8f3836dff736a39f as indicated in the manifest (https://github.com/STMicroelectronics/oe-manifest/blob/thud/default.xml), however inside the openembedded-core folder there is no oe-init-build-env file.
How can I solve this problem?.
Thanks in advance for any suggestions.
Regards
