From cac425ad89239302f8b9fa0de4497db7525abcf1 Mon Sep 17 00:00:00 2001 From: Lucien Mueller Date: Wed, 4 Aug 2021 09:24:47 +0200 Subject: [PATCH] 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 --- recipes-kernel/linux/netmodule-fitimage.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes-kernel/linux/netmodule-fitimage.bb b/recipes-kernel/linux/netmodule-fitimage.bb index 3b1f168..a5cd85c 100644 --- a/recipes-kernel/linux/netmodule-fitimage.bb +++ b/recipes-kernel/linux/netmodule-fitimage.bb @@ -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