diff options
| author | Andrea Adami <andrea.adami@gmail.com> | 2020-04-21 17:19:31 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2020-04-21 13:03:35 -0700 |
| commit | bf41d89325f1135f928f444ddb91163de91f4313 (patch) | |
| tree | d3662a29585f0e7150d3e0ea642d0726b75fbc66 /meta-initramfs/recipes-core/initrdscripts/initramfs-debug_1.0.bb | |
| parent | ff19c7c5694f79271ae26543562e5563d4250559 (diff) | |
| download | meta-openembedded-bf41d89325f1135f928f444ddb91163de91f4313.tar.gz | |
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>
Diffstat (limited to 'meta-initramfs/recipes-core/initrdscripts/initramfs-debug_1.0.bb')
| -rw-r--r-- | meta-initramfs/recipes-core/initrdscripts/initramfs-debug_1.0.bb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/meta-initramfs/recipes-core/initrdscripts/initramfs-debug_1.0.bb b/meta-initramfs/recipes-core/initrdscripts/initramfs-debug_1.0.bb new file mode 100644 index 0000000000..667690f888 --- /dev/null +++ b/meta-initramfs/recipes-core/initrdscripts/initramfs-debug_1.0.bb | |||
| @@ -0,0 +1,14 @@ | |||
| 1 | SUMMARY = "Extremely basic live image init script" | ||
| 2 | LICENSE = "MIT" | ||
| 3 | LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" | ||
| 4 | SRC_URI = "file://init-debug.sh" | ||
| 5 | |||
| 6 | S = "${WORKDIR}" | ||
| 7 | |||
| 8 | do_install() { | ||
| 9 | install -m 0755 ${WORKDIR}/init-debug.sh ${D}/init | ||
| 10 | } | ||
| 11 | |||
| 12 | inherit allarch | ||
| 13 | |||
| 14 | FILES_${PN} += " /init " | ||
