nwl-fitimage-minimal: add ramdisk manifest to ci deploy artifacts.
Signed-off-by: Lucien Mueller <lucien.mueller@netmodule.com>
This commit is contained in:
parent
0f3c7caf26
commit
0ba8cf205c
|
|
@ -23,6 +23,9 @@ INITRAMFS_IMAGE = "nwl-ramdisk-minimal"
|
||||||
INITRAMFS_IMAGE_NAME = "${INITRAMFS_IMAGE}-${MACHINE}"
|
INITRAMFS_IMAGE_NAME = "${INITRAMFS_IMAGE}-${MACHINE}"
|
||||||
INITRAMFS_IMAGE_BUNDLE = "0"
|
INITRAMFS_IMAGE_BUNDLE = "0"
|
||||||
|
|
||||||
|
COREOS_CI_DEPLOY_ARTIFACTS += "${INITRAMFS_IMAGE}-${MACHINE}.manifest"
|
||||||
|
|
||||||
|
|
||||||
do_configure:prepend () {
|
do_configure:prepend () {
|
||||||
install -d ${S}/arch/${ARCH}/boot/
|
install -d ${S}/arch/${ARCH}/boot/
|
||||||
for DTB in ${KERNEL_DEVICETREE}; do
|
for DTB in ${KERNEL_DEVICETREE}; do
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue