STM32MP157F-DK2 remove demo-application
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2024-06-18 6:15 AM
Hello,
How to clean all demo applications from OpenSTLinux, which came with the starter-package?
Solved! Go to Solution.
- Labels:
-
OpenSTLinux
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2024-06-24 8:58 AM
Hi @LinasSt,
If you only need to remove some (or all) applications from the starter package demo launcher, you can remove “yaml” files form the “/usr/local/demo/application” folder: see https://wiki.st.com/stm32mpu/wiki/GTK_demo_launcher for details about the GTK demo launcher.
If you want to modify the official OpenSTLinux weston image (st-image-weston), I suggest that:
- You remove the “packagegroup-st-demo” package group from the “./layers/meta-st/meta-st-openstlinux/recipes-st/images/st-image-weston.bb” weston image recipe.
- You also remove the “packagegroup-st-demo” package group from the “./layers/meta-st/meta-st-stm32mp/recipes-st/images/st-image-userfs.bb” userfs image recipe.
Some interesting links are also available in https://wiki.st.com/stm32mpu/wiki/How_to_create_your_own_image.
Moreover, if you want to create your own distribution without the demo applications, I could suggest that you have a look at https://wiki.st.com/stm32mpu/wiki/How_to_create_your_own_distribution.
Hope this information helps.
Regards,
JC.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2024-06-24 8:58 AM
Hi @LinasSt,
If you only need to remove some (or all) applications from the starter package demo launcher, you can remove “yaml” files form the “/usr/local/demo/application” folder: see https://wiki.st.com/stm32mpu/wiki/GTK_demo_launcher for details about the GTK demo launcher.
If you want to modify the official OpenSTLinux weston image (st-image-weston), I suggest that:
- You remove the “packagegroup-st-demo” package group from the “./layers/meta-st/meta-st-openstlinux/recipes-st/images/st-image-weston.bb” weston image recipe.
- You also remove the “packagegroup-st-demo” package group from the “./layers/meta-st/meta-st-stm32mp/recipes-st/images/st-image-userfs.bb” userfs image recipe.
Some interesting links are also available in https://wiki.st.com/stm32mpu/wiki/How_to_create_your_own_image.
Moreover, if you want to create your own distribution without the demo applications, I could suggest that you have a look at https://wiki.st.com/stm32mpu/wiki/How_to_create_your_own_distribution.
Hope this information helps.
Regards,
JC.
