From: Jan Kiszka <[email protected]> The package already contains machine-specific artifacts. Once we have multiple machines for the same architecture, also a different package name will be needed to avoid clashes.
Signed-off-by: Jan Kiszka <[email protected]> --- recipes-core/customizations/customizations.bb | 2 ++ recipes-core/images/demo-image.bb | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/recipes-core/customizations/customizations.bb b/recipes-core/customizations/customizations.bb index a4e6dda..90359b5 100644 --- a/recipes-core/customizations/customizations.bb +++ b/recipes-core/customizations/customizations.bb @@ -9,6 +9,8 @@ # SPDX-License-Identifier: GPL-2.0 # +PN = "customizations-${MACHINE}" + inherit dpkg-raw DESCRIPTION = "demo image customizations" diff --git a/recipes-core/images/demo-image.bb b/recipes-core/images/demo-image.bb index f667ca0..558942b 100644 --- a/recipes-core/images/demo-image.bb +++ b/recipes-core/images/demo-image.bb @@ -21,4 +21,4 @@ IMAGE_PREINSTALL += " \ iw wireless-tools wpasupplicant \ pciutils ethtool iperf3" -IMAGE_INSTALL += "jailhouse customizations non-root-initramfs" +IMAGE_INSTALL += "jailhouse customizations-${MACHINE} non-root-initramfs" -- 2.16.4 -- 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]. For more options, visit https://groups.google.com/d/optout.
