From a837b99021bf7dcb132a449aee3139b87e6882c7 Mon Sep 17 00:00:00 2001 From: Jan-Simon Moeller Date: Tue, 29 Sep 2020 18:03:45 +0200 Subject: 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 Change-Id: I142de72a8a2f7b978f53e976f6b86be226c1a178 Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/25358 Tested-by: Jenkins Job builder account ci-image-build: Jenkins Job builder account ci-image-boot-test: Jenkins Job builder account --- meta-agl-bsp/conf/machine/qemuarm.conf | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 meta-agl-bsp/conf/machine/qemuarm.conf 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%" -- cgit 1.2.3-korg