meta-initramfs: put images and initrdscripts in recipes-core

Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Andrea Adami
2020-04-21 17:19:31 +02:00
committed by Khem Raj
parent ff19c7c569
commit bf41d89325
5 changed files with 0 additions and 0 deletions
@@ -0,0 +1,14 @@
SUMMARY = "Extremely basic live image init script"
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 "