STM32MPU ecosystem release V4.0.0 custom MX project
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2022-08-11 2: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
- lttng - how properly disable this package or what shall I add to compile it well
- After compilation is finished, the *.tsv files are not created - empty folders as following
- How to properly resolve issues with the license
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.
- Labels:
-
STM32CubeMX
-
STM32MP15 Lines
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
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
In order to give better visibility on the answered topics, please click on 'Accept as Solution' on the reply which solved your issue or answered your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2022-08-15 11:39 PM
Were you able to figure this out? I am having the same warning.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2022-08-24 12:12 PM
Unfortunately don't yet.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2022-08-25 6: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
In order to give better visibility on the answered topics, please click on 'Accept as Solution' on the reply which solved your issue or answered your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2022-08-25 9:57 AM
@Michał Wołowik Hello, try this solution it worked for me for creating .tsv file.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2022-08-25 1:42 PM
Confirmed, the solution from
works. The .tsv files are generated correctly.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
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
In order to give better visibility on the answered topics, please click on 'Accept as Solution' on the reply which solved your issue or answered your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
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?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2022-09-06 1: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
