cancel
Showing results for 
Search instead for 
Did you mean: 

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

T0GW
Associate II

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.

5 REPLIES 5
T0GW
Associate II

Is "scripts" old as well?

GabyGad
Associate II

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

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

 

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

T0GW
Associate II

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.