Initial commit
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
MBOXD_FLASH_SIZE:ibm-ac-server = "64M"
|
||||
MBOXD_FLASH_SIZE:p10bmc = "64M"
|
||||
|
||||
FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:"
|
||||
|
||||
SYSTEMD_SERVICE:${PN}:append:df-openpower-ubi-fs = " check-pnor-format.service"
|
||||
|
||||
SRC_URI:append:df-openpower-ubi-fs = " file://check_pnor_format.sh"
|
||||
|
||||
do_install:append:df-openpower-ubi-fs() {
|
||||
install -d ${D}${bindir}
|
||||
install -m 0755 ${WORKDIR}/check_pnor_format.sh ${D}${bindir}/check_pnor_format.sh
|
||||
}
|
||||
Reference in New Issue
Block a user