From: Jan Kiszka <[email protected]> Analogously to 95338fa7d5fc for x86: Rename the existing config and prepare for directing all arm64 machines to the same one.
Signed-off-by: Jan Kiszka <[email protected]> --- recipes-kernel/linux/files/{qemuarm64_defconfig => arm64_defconfig} | 0 recipes-kernel/linux/linux-jailhouse.bb | 2 ++ 2 files changed, 2 insertions(+) rename recipes-kernel/linux/files/{qemuarm64_defconfig => arm64_defconfig} (100%) diff --git a/recipes-kernel/linux/files/qemuarm64_defconfig b/recipes-kernel/linux/files/arm64_defconfig similarity index 100% rename from recipes-kernel/linux/files/qemuarm64_defconfig rename to recipes-kernel/linux/files/arm64_defconfig diff --git a/recipes-kernel/linux/linux-jailhouse.bb b/recipes-kernel/linux/linux-jailhouse.bb index 733a33d..82da246 100644 --- a/recipes-kernel/linux/linux-jailhouse.bb +++ b/recipes-kernel/linux/linux-jailhouse.bb @@ -15,6 +15,8 @@ python() { machine = d.getVar('MACHINE', True) if machine in ['qemuamd64', 'nuc6cay']: machine = 'x86-64' + if machine in ['qemuarm64']: + machine = 'arm64' d.setVar('KERNEL_DEFCONFIG', machine + '_defconfig') } -- 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.
