added my Recipes
This commit is contained in:
15
meta-st/meta-st-openstlinux/recipes-st/initrd/initrd-boot.bb
Normal file
15
meta-st/meta-st-openstlinux/recipes-st/initrd/initrd-boot.bb
Normal file
@@ -0,0 +1,15 @@
|
||||
SUMMARY = "Resize init script"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
|
||||
SRC_URI = "file://init-resize.sh"
|
||||
|
||||
S = "${WORKDIR}"
|
||||
|
||||
do_install() {
|
||||
install -d ${D}/init.d
|
||||
install -m 0755 ${WORKDIR}/init-resize.sh ${D}/init.d/95-resize
|
||||
}
|
||||
|
||||
inherit allarch
|
||||
|
||||
FILES:${PN} += "/init.d/"
|
||||
Reference in New Issue
Block a user