On 07.06.21 20:07, Henning Schild wrote: > That kind of tells bitbake that the file is "optional" and it will not > warn about it missing when parsing the recipes. It would find it missing > in the install task. > > That allows re-using jailhouse-images in projects that do not even > install the customizations package and would receive warnings when not > having a config for the package and their machine. > > Signed-off-by: Henning Schild <[email protected]> > --- > recipes-core/customizations/customizations.bb | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/recipes-core/customizations/customizations.bb > b/recipes-core/customizations/customizations.bb > index f71a07887bed..c3a1fde01822 100644 > --- a/recipes-core/customizations/customizations.bb > +++ b/recipes-core/customizations/customizations.bb > @@ -20,7 +20,7 @@ DESCRIPTION = "demo image customizations" > > SRC_URI = " \ > file://postinst \ > - file://.bash_history-${MACHINE} \ > + file://.bash_history* \ > file://e1000e-intx.conf \ > file://ethernet \ > file://ivshmem-net \ >
Taking this, just making it ".bash_history-*". Thanks, Jan -- Siemens AG, T RDA IOT Corporate Competence Center Embedded Linux -- You received this message because you are subscribed to the Google Groups "Jailhouse" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jailhouse-dev/e7a94ecc-c1a2-67f2-f7d7-93840667f09a%40siemens.com.
