2022-08-11 02:24 AM
Hi,
I try to compile my custom system, which is based on the Cubemx in the latest V4.0.0 ecosystem. I have a few problems
WARNING: st-image-weston-1.0-r0 do_st_write_license_create_summary: IMG LIC SUM: File does not exist with open file /home/mw/openstlinux-5.15-yocto-kirkstone-mp1-v22.06.15/build-openstlinuxweston ...
I added a meta-layer to reproduce the compilation process if necessary.
git@github.com:voloviq/meta-osd32mp1-brk.git
The configuration process was based on
https://wiki.st.com/stm32mpu/wiki/How_to_create_your_own_machine
Thanks for any hints.
Best Regards
Solved! Go to Solution.
2022-08-25 11:33 PM
Hi @Gencay , @Michał Wołowik
Thanks for feedbacks ! .
A minor release 4.0.2 of the Distribution package has already been issued on Github containing the fix.
Olivier
2022-08-15 11:39 PM
Were you able to figure this out? I am having the same warning.
2022-08-24 12:12 PM
Unfortunately don't yet.
2022-08-25 06:36 AM
Hi @Marek Woloszczuk , @Gencay
Know issue already reported twice in posts
and
meta-st-stmp32-addons variable issue ecosystem v4.0.0 - Kirksone
Solution is in last one and ST will provide a fix soon.
Apology for inconvenience.
Olivier
2022-08-25 09:57 AM
@Michał Wołowik Hello, try this solution it worked for me for creating .tsv file.
2022-08-25 01:42 PM
Confirmed, the solution from
works. The .tsv files are generated correctly.
Thanks
2022-08-25 11:33 PM
Hi @Gencay , @Michał Wołowik
Thanks for feedbacks ! .
A minor release 4.0.2 of the Distribution package has already been issued on Github containing the fix.
Olivier
2022-08-31 10:14 AM
Do exist some way to add a record
BBLAYERS =+ "/home/mw/openstlinux-5.15-yocto-kirkstone-mp1-v22.06.15/layers/meta-st/meta-st-stm32mp-addons"
into bblayers.conf automatically
Currently, I have to do this manually, it will be perfect if the OpenStLinux can do this automatically.
Michal
2022-08-31 10:23 AM
I think I found a solution,
just before the compilation start issue from the console
bitbake-layers add-layer ../layers/meta-st/meta-st-stm32mp-addons/
Am I right about the above?
2022-09-06 01:43 AM
Hi, you can also provide your own bblayers.conf.sample in your custom layer and include the required layers there. Then when you initialize the build environment just set the META_LAYER_ROOT variable. See https://github.com/STMicroelectronics/meta-st-scripts/blob/9d87d2ddd0542f67e1f57a543ac5a70bef11f44e/envsetup.sh#L131
Hope this helps.
Tomas