From c1c38eaa75539f4eff86ad144427fdbb155ab251 Mon Sep 17 00:00:00 2001 From: Jan-Simon Moeller Date: Mon, 27 May 2024 22:28:29 +0200 Subject: meta-agl-devel: remove meta-agl-jailhouse Unused and unmaintained. Restore if you intent to maintain it. Bug-AGL: SPEC-5151 Change-Id: I9c57689b06474b74051db8d6a436309cab65c1f8 Signed-off-by: Jan-Simon Moeller --- .../feature/agl-jailhouse/50_bblayers.conf.inc | 5 --- templates/feature/agl-jailhouse/50_local.conf.inc | 45 ---------------------- 2 files changed, 50 deletions(-) delete mode 100644 templates/feature/agl-jailhouse/50_bblayers.conf.inc delete mode 100644 templates/feature/agl-jailhouse/50_local.conf.inc (limited to 'templates') diff --git a/templates/feature/agl-jailhouse/50_bblayers.conf.inc b/templates/feature/agl-jailhouse/50_bblayers.conf.inc deleted file mode 100644 index c8963ac2..00000000 --- a/templates/feature/agl-jailhouse/50_bblayers.conf.inc +++ /dev/null @@ -1,5 +0,0 @@ -BBLAYERS =+ " \ - ${METADIR}/meta-agl-devel/meta-agl-jailhouse \ - ${METADIR}/bsp/meta-arm/meta-arm \ - ${METADIR}/bsp/meta-arm/meta-arm-toolchain \ -" diff --git a/templates/feature/agl-jailhouse/50_local.conf.inc b/templates/feature/agl-jailhouse/50_local.conf.inc deleted file mode 100644 index 9a320c31..00000000 --- a/templates/feature/agl-jailhouse/50_local.conf.inc +++ /dev/null @@ -1,45 +0,0 @@ -#### JAILHOUSE -IMAGE_INSTALL:append = " jailhouse jailhouse-demos" -PREFERRED_VERSION_linux-raspberrypi = "5.4%" - -RPI_KERNEL_DEVICETREE_OVERLAYS:append = " overlays/jailhouse-memory.dtbo" - -#Qemu Boot Config -# qemu flags for jailhouse -QB_OPT_APPEND:append = " -device intel-iommu,intremap=on,x-buggy-eim=on -device intel-hda,addr=1b.0 -device hda-duplex -serial none -serial stdio -serial telnet:localhost:4321,server,nowait -serial telnet:localhost:5432,server,nowait" -QB_MEM = "-m 2048" - -# use override with higher priority than x86-64 -QB_MACHINE:qemux86-64 = "-machine q35,kernel_irqchip=split -smp 4" -QB_CPU:qemux86-64 = "-enable-kvm" -QB_CPU_KVM:qemux86-64 = "-cpu host,-kvm-pv-eoi,-kvm-pv-ipi,-kvm-asyncpf,-kvm-steal-time,-kvmclock,-invpcid,-hypervisor" - -QB_KERNEL_CMDLINE_APPEND:append = " intel_iommu=off memmap=82M$0x22000000" - -QB_KERNEL_ROOT = "/dev/vda" -QB_SERIAL_OPT = "-serial none -serial stdio -serial telnet:localhost:4321,server,nowait -serial telnet:localhost:5432,server,nowait -vga virtio" - - -# jailhouse needs ttyS1 in the agl-qemu.cell as debug console. -# restrict the SERIAL_CONSOLES to ttyS0 only -SERIAL_CONSOLES = "115200;ttyS0" -KERNEL_CONSOLE = "ttyS0" - -# For Kernel modules -MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += "kernel-modules" - -# For a custom jailhouse kernel from git.kiszka.org -PREFERRED_PROVIDER_virtual/kernel = "linux-jailhouse-custom" - -# Add virtio-ivshmem-binaries to the QEmulated system -IMAGE_INSTALL:append = " packagegroup-agl-jailhouse" - -# prevent most external kernel module from being built -MOST_DRIVERS = "" -LTTNGUST:forcevariable := "" -LTTNGTOOLS:forcevariable := "" -LTTNGMODULES:forcevariable := "" - -# Disable perf build -PERF:forcevariable := "" - -- cgit 1.2.3-korg