diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2024-05-27 22:28:29 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2024-05-27 22:31:24 +0200 |
commit | c1c38eaa75539f4eff86ad144427fdbb155ab251 (patch) | |
tree | 05fce07e68dde523fc363c2235f7a3e1146a423e /meta-agl-jailhouse/recipes-extended/jailhouse/virtio-ivshmem-console.bb | |
parent | a22aad5cfd2c4bf5d5c0fdf81c830e78c7456848 (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-extended/jailhouse/virtio-ivshmem-console.bb')
-rw-r--r-- | meta-agl-jailhouse/recipes-extended/jailhouse/virtio-ivshmem-console.bb | 54 |
1 files changed, 0 insertions, 54 deletions
diff --git a/meta-agl-jailhouse/recipes-extended/jailhouse/virtio-ivshmem-console.bb b/meta-agl-jailhouse/recipes-extended/jailhouse/virtio-ivshmem-console.bb deleted file mode 100644 index 8c64a241..00000000 --- a/meta-agl-jailhouse/recipes-extended/jailhouse/virtio-ivshmem-console.bb +++ /dev/null @@ -1,54 +0,0 @@ -SUMMARY = "virtio-ivshmem-console built out of the kernel tree" -DESCRIPTION = "virtio-ivshmem-console built out of the kernel tree." -HOMEPAGE = "https://kernel.org" - -LICENSE = "GPL-2.0-only" - -PR = "r1" - -DEPENDS = " \ - virtual/${MLPREFIX}libc \ - ${MLPREFIX}elfutils \ - ${MLPREFIX}binutils \ - bison-native flex-native xz \ -" - -do_configure[depends] += "virtual/kernel:do_shared_workdir" - -PROVIDES = "virtual/virtio-ivshmem-console" - -inherit linux-kernel-base kernel-arch - -#kernel 3.1+ supports WERROR to disable warnings as errors -export WERROR = "0" - -do_populate_lic[depends] += "virtual/kernel:do_shared_workdir" - -inherit kernelsrc - - -#PACKAGE_ARCH = "${MACHINE_ARCH}" - -S = "${WORKDIR}" - -RDEPENDS:${PN}-dev = "" - -EXTRA_OEMAKE = " CC="${CC} ${CFLAGS} ${LDFLAGS}" CPP="${CPP}"" - -do_configure() { - echo "configure" -} - -do_compile() { - - oe_runmake CC="${CC} -I${STAGING_DIR_TARGET}/usr/include/ " LD="${LD}" AR="${AR}" \ - -C ${STAGING_KERNEL_DIR}/tools/virtio/ O=${S} virtio-ivshmem-console - -} - -do_install(){ - - install -d ${D}${bindir}/ - install -m 0755 ${STAGING_KERNEL_DIR}/tools/virtio/virtio-ivshmem-console ${D}${bindir} - -}
\ No newline at end of file |