summaryrefslogtreecommitdiffstats
path: root/meta-agl-bsp/conf
diff options
context:
space:
mode:
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>2020-09-29 18:03:45 +0200
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2020-09-30 13:11:40 +0000
commita837b99021bf7dcb132a449aee3139b87e6882c7 (patch)
tree4df70634bf7f0c5fb99485511cdcf4d6f7a8362d /meta-agl-bsp/conf
parenta60c41edd8bd1c92430cf3813a93b5db233b2af5 (diff)
Remove overlay for qemuarm.conf
Upstream uses now a matching machine definition. Remove our overlay. Bug-AGL: SPEC-3613 Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org> Change-Id: I142de72a8a2f7b978f53e976f6b86be226c1a178 Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/25358 Tested-by: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org> ci-image-build: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org> ci-image-boot-test: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
Diffstat (limited to 'meta-agl-bsp/conf')
-rw-r--r--meta-agl-bsp/conf/machine/qemuarm.conf18
1 files changed, 0 insertions, 18 deletions
diff --git a/meta-agl-bsp/conf/machine/qemuarm.conf b/meta-agl-bsp/conf/machine/qemuarm.conf
deleted file mode 100644
index 8d41d6927..000000000
--- a/meta-agl-bsp/conf/machine/qemuarm.conf
+++ /dev/null
@@ -1,18 +0,0 @@
-#@TYPE: Machine
-#@NAME: armv7a
-#@DESCRIPTION: generic ARM 32bit
-
-require conf/machine/include/qemu.inc
-require conf/machine/include/arm/arch-armv7ve.inc
-
-KERNEL_IMAGETYPE = "zImage"
-
-SERIAL_CONSOLES ?= "38400;ttyAMA0 38400;hvc0"
-
-# For runqemu
-QB_SYSTEM_NAME = "qemu-system-arm"
-QB_MACHINE = "-machine virt"
-
-# Add the 'virtio-rng-pci' device otherwise the guest may run out of entropy
-QB_OPT_APPEND = "-show-cursor -usb -device virtio-rng-pci"
-PREFERRED_VERSION_linux-yocto ??= "4.18%"