aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-test/initrdscripts/bootrr-init.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-test/initrdscripts/bootrr-init.bb')
-rw-r--r--recipes-test/initrdscripts/bootrr-init.bb14
1 files changed, 0 insertions, 14 deletions
diff --git a/recipes-test/initrdscripts/bootrr-init.bb b/recipes-test/initrdscripts/bootrr-init.bb
deleted file mode 100644
index e302996..0000000
--- a/recipes-test/initrdscripts/bootrr-init.bb
+++ /dev/null
@@ -1,14 +0,0 @@
-SUMMARY = "Basic init script to launch test scripts"
-LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"
-SRC_URI = "file://init-debug.sh"
-
-S = "${WORKDIR}"
-
-do_install() {
- install -m 0755 ${WORKDIR}/init-debug.sh ${D}/init
-}
-
-inherit allarch
-
-FILES_${PN} += " /init "