summaryrefslogtreecommitdiffstats
path: root/meta-sota/recipes-sota/ostree-initrd/ostree-initrd.bb
diff options
context:
space:
mode:
authorAnton Gerasimov <anton@advancedtelematic.com>2017-04-24 13:59:21 +0200
committerAnton Gerasimov <anton@advancedtelematic.com>2017-04-24 13:59:21 +0200
commitabe6250af91c4b3193511f4dd5fbfb7ee40d76d5 (patch)
tree040bcd7509accf453145b2c0c77b06d8e35a13e9 /meta-sota/recipes-sota/ostree-initrd/ostree-initrd.bb
parente4bc8c7058fbf27969a967a5e30f15fcf22544bd (diff)
Moved to meta-updater@github.com/advancedtelenmatic Change-Id: I7c89d373e43a88a89155c72de87c0b4b5238bc52 Signed-off-by: Anton Gerasimov <anton@advancedtelematic.com>
Diffstat (limited to 'meta-sota/recipes-sota/ostree-initrd/ostree-initrd.bb')
-rw-r--r--meta-sota/recipes-sota/ostree-initrd/ostree-initrd.bb19
1 files changed, 0 insertions, 19 deletions
diff --git a/meta-sota/recipes-sota/ostree-initrd/ostree-initrd.bb b/meta-sota/recipes-sota/ostree-initrd/ostree-initrd.bb
deleted file mode 100644
index 5c85bee..0000000
--- a/meta-sota/recipes-sota/ostree-initrd/ostree-initrd.bb
+++ /dev/null
@@ -1,19 +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.sh"
-
-S = "${WORKDIR}"
-
-do_install() {
- install -dm 0755 ${D}/etc
- touch ${D}/etc/initrd-release
- install -dm 0755 ${D}/dev
- install -dm 0755 ${D}/sbin
- install -m 0755 ${WORKDIR}/init.sh ${D}/sbin/init
-}
-
-inherit allarch
-
-FILES_${PN} += " /dev /etc/initrd-release /sbin/init "
-