2025-04-22 11:18 PM
Hello.
I am trying to use "openstlinux-6.6-yocto-scarthgap-mpu-v25.03.19".
The "revision" of "meta-st-stm32-addons" in "oe-manifest/default.xml" seems to be old, is this the correct setting?
In "meta-st-stm32mp-addons/conf/layer.conf", there is the following description.
LAYERSERIES_COMPAT_stm-st-stm32mp-mx = “mickledore”
ST_OSTL_COMPATIBILITY_VERSION_stm-st-stm32mp-mx = “5.1”
Thank you for your assistance.
2025-04-23 12:04 AM
Is "scripts" old as well?
2025-04-28 12:49 AM
Hello.
I don't have the same parameters as you in the file meta-st-addons/conf/layer.conf:
LAYERSERIES_COMPAT_stm-st-stm32mp-mx = "scarthgap"
ST_OSTL_COMPATIBILITY_VERSION_stm-st-stm32mp-mx = "6.0"
Are you sure to have repo init and repo sync the good repository ?
Please retry with the command line from the wiki:
repo init -u https://github.com/STMicroelectronics/oe-manifest.git -b refs/tags/openstlinux-6.6-yocto-scarthgap-mpu-v24.11.06
Have a nice day
Gabriel
2025-04-28 1:10 AM
Hello @GabyGad
Thank you for your response.
Sorry for my poor explanation.
As you pointed out, "v24.11.06" was not a problem.
I want to use the "v25.03.19" version of openstlinux, so I ran the following command
repo init -u https://github.com/STMicroelectronics/oe-manifest.git -b refs/tags/openstlinux-6.6-yocto-scarthgap-mpu-v25.03.19
repo sync
2025-04-28 1:34 AM
Sorry, I hadn't read your post in detail.
I used your command lines and I have the same parameters as you in the layer.conf.
I don't know if this is normal or not, but it seems to be.
If you have problems with the bitbake you can perhaps delete your current project and initialise it with the command line from the wiki I sent you and then reuse the one you used
I'm currently doing the bitbake on my side and I'll keep you informed if I have any problems.
Best regards
Gabriel
2025-04-28 2:15 AM
Hello @GabyGad
Sorry, there was already a same post.
oe-manifest is incorrect.
As you suggested, I use version "v24.11.06" for "meta-st-stm32mp-addons" and "meta-st-scripts".
All others are using version "v25.03.19".
No problems at present.
Thank you for your help.