summaryrefslogtreecommitdiffstats
path: root/meta-agl-jailhouse/recipes-kernel/linux-jailhouse-custom/linux-jailhouse-custom_git.bb
diff options
context:
space:
mode:
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>2024-05-27 22:28:29 +0200
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2024-05-27 22:31:24 +0200
commitc1c38eaa75539f4eff86ad144427fdbb155ab251 (patch)
tree05fce07e68dde523fc363c2235f7a3e1146a423e /meta-agl-jailhouse/recipes-kernel/linux-jailhouse-custom/linux-jailhouse-custom_git.bb
parenta22aad5cfd2c4bf5d5c0fdf81c830e78c7456848 (diff)
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 <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'meta-agl-jailhouse/recipes-kernel/linux-jailhouse-custom/linux-jailhouse-custom_git.bb')
-rw-r--r--meta-agl-jailhouse/recipes-kernel/linux-jailhouse-custom/linux-jailhouse-custom_git.bb23
1 files changed, 0 insertions, 23 deletions
diff --git a/meta-agl-jailhouse/recipes-kernel/linux-jailhouse-custom/linux-jailhouse-custom_git.bb b/meta-agl-jailhouse/recipes-kernel/linux-jailhouse-custom/linux-jailhouse-custom_git.bb
deleted file mode 100644
index 23b1cebd..00000000
--- a/meta-agl-jailhouse/recipes-kernel/linux-jailhouse-custom/linux-jailhouse-custom_git.bb
+++ /dev/null
@@ -1,23 +0,0 @@
-# Recipe created by recipetool
-LICENSE = "GPL-2.0-only"
-LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46"
-
-inherit kernel
-require recipes-kernel/linux-jailhouse-custom/linux-jailhouse-5.14.inc
-
-PREFERRED_PROVIDER_virtual/kernel = "linux-jailhouse-custom"
-
-SRC_URI = " git://git.kiszka.org/linux.git;branch=queues/jailhouse-5.14 \
- file://defconfig \
- "
-
-SRCREV = "3208d0f0bc8afbaa06c4814e37179b7c26fcca35"
-
-S = "${WORKDIR}/git"
-
-# Modify these as desired
-PV = "5.14+git${SRCPV}"
-KVER = "5.14"
-
-DEPENDS += "ncurses-native bc-native pkgconfig-native"
-DEPENDS:append:x86-64 = " elfutils-native"