aboutsummaryrefslogtreecommitdiff
path: root/ledge-oe.yaml
diff options
context:
space:
mode:
authorMaxim Uvarov <maxim.uvarov@linaro.org>2019-06-25 11:31:01 +0300
committerMilosz Wasilewski <milosz.wasilewski@linaro.org>2019-06-28 08:46:17 +0000
commit687dc2dc5bc911f38015798a5606b2128399cc02 (patch)
tree355f80928767bab4bbbd382d6a75afcbb93f9379 /ledge-oe.yaml
parent3ba1b644f2d9f44650f393af8ec8bb4efcc09b33 (diff)
ledge-oe: define device type for arm and arm64
Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org> Change-Id: I8f1b143bd3886aa8da8f12cf81bf7a15ccfa7144
Diffstat (limited to 'ledge-oe.yaml')
-rw-r--r--ledge-oe.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/ledge-oe.yaml b/ledge-oe.yaml
index 78f07ad8..e35400cd 100644
--- a/ledge-oe.yaml
+++ b/ledge-oe.yaml
@@ -92,6 +92,12 @@
ledge-qemux86-64)
DEVICE_TYPE=x86
;;
+ ledge-qemuarm)
+ DEVICE_TYPE=qemu-arm
+ ;;
+ ledge-qemuarm64)
+ DEVICE_TYPE=qemu-aarch64
+ ;;
*)
echo "Skip DEVICE_TYPE for ${MACHINE}"
;;