summaryrefslogtreecommitdiff
path: root/yocto-poky/meta/recipes-core/initrdscripts/initramfs-boot_1.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'yocto-poky/meta/recipes-core/initrdscripts/initramfs-boot_1.0.bb')
-rw-r--r--yocto-poky/meta/recipes-core/initrdscripts/initramfs-boot_1.0.bb16
1 files changed, 0 insertions, 16 deletions
diff --git a/yocto-poky/meta/recipes-core/initrdscripts/initramfs-boot_1.0.bb b/yocto-poky/meta/recipes-core/initrdscripts/initramfs-boot_1.0.bb
deleted file mode 100644
index 7ae7969f5..000000000
--- a/yocto-poky/meta/recipes-core/initrdscripts/initramfs-boot_1.0.bb
+++ /dev/null
@@ -1,16 +0,0 @@
-SUMMARY = "Extremely basic live image init script"
-LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
-SRC_URI = "file://init-boot.sh"
-
-PR = "r2"
-
-S = "${WORKDIR}"
-
-do_install() {
- install -m 0755 ${WORKDIR}/init-boot.sh ${D}/init
-}
-
-inherit allarch
-
-FILES_${PN} += " /init "