summaryrefslogtreecommitdiff
path: root/yocto-poky/meta/recipes-core/initrdscripts/initramfs-live-boot_1.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'yocto-poky/meta/recipes-core/initrdscripts/initramfs-live-boot_1.0.bb')
-rw-r--r--yocto-poky/meta/recipes-core/initrdscripts/initramfs-live-boot_1.0.bb21
1 files changed, 0 insertions, 21 deletions
diff --git a/yocto-poky/meta/recipes-core/initrdscripts/initramfs-live-boot_1.0.bb b/yocto-poky/meta/recipes-core/initrdscripts/initramfs-live-boot_1.0.bb
deleted file mode 100644
index 57b30254a..000000000
--- a/yocto-poky/meta/recipes-core/initrdscripts/initramfs-live-boot_1.0.bb
+++ /dev/null
@@ -1,21 +0,0 @@
-SUMMARY = "Live image init script"
-LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
-DEPENDS = "virtual/kernel"
-RDEPENDS_${PN} = "udev udev-extraconf"
-SRC_URI = "file://init-live.sh"
-
-PR = "r12"
-
-S = "${WORKDIR}"
-
-do_install() {
- install -m 0755 ${WORKDIR}/init-live.sh ${D}/init
- install -d ${D}/dev
- mknod -m 622 ${D}/dev/console c 5 1
-}
-
-FILES_${PN} += " /init /dev "
-
-# Due to kernel dependency
-PACKAGE_ARCH = "${MACHINE_ARCH}"