Skip to main content
Associate
April 23, 2025
Solved

Is the "openstlinux-6.6-yocto-scarthgap-mpu-v25.03.19" oe-manifest correct?

  • April 23, 2025
  • 3 replies
  • 915 views

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.

Best answer by T0GW

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.

3 replies

T0GWAuthor
Associate
April 23, 2025

Is "scripts" old as well?

Associate II
April 28, 2025

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

T0GWAuthor
Associate
April 28, 2025

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

 

Associate II
April 28, 2025

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

T0GWAuthorBest answer
Associate
April 28, 2025

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.