Skip to main content
Associate
June 18, 2024
Solved

STM32MP157F-DK2 remove demo-application

  • June 18, 2024
  • 1 reply
  • 976 views

Hello,

How to clean all demo applications from OpenSTLinux, which came with the starter-package?

Best answer by Jean-Christophe_TROTIN

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.

1 reply

Jean-Christophe_TROTIN
ST Employee
June 24, 2024

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.

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.