Skip to main content
Associate III
December 11, 2020
Solved

Please tell me about what "st-image-xxxxx" parameter means.

  • December 11, 2020
  • 2 replies
  • 4719 views

I want to know what "st-image-xxxxx" parameter mean.

Especially, I want to know what name of xxxxx (for example "weston") means.

Is the name of xxxxx related to the name of some config file?

For example, if I changed the name of xxxxx to any name from weston, Are output files by bitabake influenced?

​Best Regards,

H. Masuda.

This topic has been closed for replies.
Best answer by KnarfB

Its the name of the recipe file in layers/meta-st-openstlinux/recipes-st/images/. So you might look up the recipe and see what else is possible or change the recipe according to your needs (Best done in your own layer).

2 replies

KnarfB
KnarfBBest answer
Super User
December 11, 2020

Its the name of the recipe file in layers/meta-st-openstlinux/recipes-st/images/. So you might look up the recipe and see what else is possible or change the recipe according to your needs (Best done in your own layer).

HMasu.1Author
Associate III
December 16, 2020

Hi @KnarfB​ 

Thank you for your reply.

I understood very well.

So, when we create our own machine, Should we create our own layer(meta-***), and create recipe file in our own layer instead of using "weston"?

H. Masuda