[jh-images]

passed a test where i did build qemu-amd64.

and another one where i integrated into a project as a layer, where
that warning disappeared

"WARNING:
/work/jailhouse-images/recipes-core/customizations/customizations.bb:
Unable to get checksum for customizations-siemens-ipc427e SRC_URI entry
.bash_history-siemens-ipc427e: file could not be found"

Henning

Am Mon, 7 Jun 2021 20:07:41 +0200
schrieb Henning Schild <[email protected]>:

> 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 \

-- 
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/20210607211303.708ad0c3%40md1za8fc.ad001.siemens.net.

Reply via email to