Am Tue, 8 Jun 2021 07:28:19 +0200 schrieb Jan Kiszka <[email protected]>:
> 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-*". That sound like you do not want to be add that hypen and turn a second round, Thanks. Henning > > Thanks, > Jan > -- 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/20210610164553.4755e741%40md1za8fc.ad001.siemens.net.
