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 \ -- 2.31.1 -- 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/20210607180741.12416-1-henning.schild%40siemens.com.
