* How does metadata include in an image recipe work?
@ 2019-11-29 22:14 JH
2019-11-30 8:19 ` [yocto] " Morne
0 siblings, 1 reply; 2+ messages in thread
From: JH @ 2019-11-29 22:14 UTC (permalink / raw)
To: Yocto discussion list
Hi,
I have two images recipes, one is included in another image recipe:
$ ls recipes-core/images
ex-image1.bb ex-image2.bb
$ cat recipes-core/images/ex-image2.bb
include ex-image1.bb
......
My understanding that the metadata "include" is to include all image
files defined in the included recipe as well, but when I run bitbake
ex-image2, it only built ex-image2 image, it did not built images
defined in ex-image1.bb.
What could I be missing here? How could I build an image to include
all image files included in another image.bb?
Thank you.
Kind regards,
- jh
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [yocto] How does metadata include in an image recipe work?
2019-11-29 22:14 How does metadata include in an image recipe work? JH
@ 2019-11-30 8:19 ` Morne
0 siblings, 0 replies; 2+ messages in thread
From: Morne @ 2019-11-30 8:19 UTC (permalink / raw)
To: yocto, Yocto discussion list
>but when I run bitbake ex-image2, it only built ex-image2 image, it did not
>built images defined in ex-image1.bb.
See this previous answer on the mailing list to a similar question:
https://www.yoctoproject.org/pipermail/yocto/2018-August/042220.html
- Morné
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2019-11-30 8:19 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-11-29 22:14 How does metadata include in an image recipe work? JH
2019-11-30 8:19 ` [yocto] " Morne
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.