Command "make linux-dtbs" at SDK top-level generates incorrect overlay
dtbo file. Fix it by building every device tree binary.

Signed-off-by: Paresh Bhagat <[email protected]>
---
 .../ti-tisdk-makefile/ti-tisdk-makefile/Makefile_linux-dtbs   | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git 
a/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile/Makefile_linux-dtbs
 
b/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile/Makefile_linux-dtbs
index fa409d0a..a492ac84 100644
--- 
a/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile/Makefile_linux-dtbs
+++ 
b/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile/Makefile_linux-dtbs
@@ -4,9 +4,7 @@ linux-dtbs:
        @echo     Building the Linux Kernel DTBs
        @echo =====================================
        $(MAKE) -C $(LINUXKERNEL_INSTALL_DIR) ARCH=__KERNEL_ARCH__ 
CROSS_COMPILE=$(CROSS_COMPILE) $(DEFCONFIG)
-       @for DTB in __KERNEL_DEVICETREE__; do \
-               $(MAKE) -j $(MAKE_JOBS) -C $(LINUXKERNEL_INSTALL_DIR) 
ARCH=__KERNEL_ARCH__ CROSS_COMPILE=$(CROSS_COMPILE) $$DTB; \
-       done
+       $(MAKE) -j $(MAKE_JOBS) -C $(LINUXKERNEL_INSTALL_DIR) 
ARCH=__KERNEL_ARCH__ CROSS_COMPILE=$(CROSS_COMPILE) dtbs; \
 
 linux-dtbs_install:
        @echo =======================================
-- 
2.17.1



-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#14200): 
https://lists.yoctoproject.org/g/meta-arago/message/14200
Mute This Topic: https://lists.yoctoproject.org/mt/96779753/21656
Group Owner: [email protected]
Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-


Reply via email to