From: Jan Kiszka <[email protected]>

The existing config already works for us, so just map it.

Signed-off-by: Jan Kiszka <[email protected]>
---
 recipes-kernel/linux/linux-jailhouse.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-kernel/linux/linux-jailhouse.bb 
b/recipes-kernel/linux/linux-jailhouse.bb
index 82da246..5836cfb 100644
--- a/recipes-kernel/linux/linux-jailhouse.bb
+++ b/recipes-kernel/linux/linux-jailhouse.bb
@@ -15,7 +15,7 @@ python() {
     machine = d.getVar('MACHINE', True)
     if machine in ['qemuamd64', 'nuc6cay']:
         machine = 'x86-64'
-    if machine in ['qemuarm64']:
+    if machine in ['qemuarm64', 'espressobin']:
         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.

Reply via email to