Hi, I've been using the linux-ti-staging_4.4.bb recipe from the master. When I decided to swap back to the stable krogoth. The build failed because uImages are not supported anymore because the LOADADDR was missing.
Kind Regards, Christian Litjes
From 5f57bce61317da76b42389a658475dd00b207278 Mon Sep 17 00:00:00 2001 From: Christian Litjes <[email protected]> Date: Thu, 4 Aug 2016 08:59:21 +0100 Subject: [PATCH 1/1] Added missing LOADADDR to support building uImages again --- recipes-kernel/linux/linux-ti-staging_4.4.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes-kernel/linux/linux-ti-staging_4.4.bb b/recipes-kernel/linux/linux-ti-staging_4.4.bb index 0200715..6772c3e 100644 --- a/recipes-kernel/linux/linux-ti-staging_4.4.bb +++ b/recipes-kernel/linux/linux-ti-staging_4.4.bb @@ -67,6 +67,8 @@ KERNEL_DEVICETREE_k2e-evm = "keystone-k2e-evm.dtb" KERNEL_DEVICETREE_k2g-evm = "keystone-k2g-evm.dtb" KERNEL_DEVICETREE_k2l-evm = "keystone-k2l-evm.dtb" +KERNEL_EXTRA_ARGS += "LOADADDR=${UBOOT_ENTRYPOINT}" + COMPATIBLE_MACHINE = "ti33x|ti43x|omap-a15|omap3|omap4|keystone" S = "${WORKDIR}/git" -- 2.7.4
-- _______________________________________________ meta-ti mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-ti
