Add missing UBOOT_LOADADDRESS variable.

Because we don't have the kernel class in the netmodule-fitimage recipe,
we have to add this line there.

Signed-off-by: Lucien Mueller <lucien.mueller@netmodule.com>
This commit is contained in:
Lucien Mueller 2021-08-04 09:24:47 +02:00
parent dd047c4fbd
commit cac425ad89
1 changed files with 2 additions and 0 deletions

View File

@ -21,6 +21,8 @@ addtask do_deploy after assemble_fitimage_initramfs
INITRAMFS_IMAGE_NAME ?= "${INITRAMFS_IMAGE}-${MACHINE}"
UBOOT_LOADADDRESS ?= "${UBOOT_ENTRYPOINT}"
do_configure_prepend () {
install -d ${S}/arch/${ARCH}/boot/
for DTB in ${KERNEL_DEVICETREE}; do