Part Number:AM5728
Tool/software: Linux
Hi,
there was a recent linux-processor-sdk_4.4.bb compile issue posted
I think the solution should be something like this. Could we fix it?
diff --git a/recipes-kernel/linux/linux-processor-sdk_4.4.bb b/recipes-kernel/linux/linux-processor-sdk_4.4.bb
index 9be9e1d..5311091 100644
--- a/recipes-kernel/linux/linux-processor-sdk_4.4.bb
+++ b/recipes-kernel/linux/linux-processor-sdk_4.4.bb
@@ -66,7 +66,7 @@ KERNEL_DEVICETREE_dra7xx-hs-evm = "${KERNEL_DEVICETREE_dra7xx-evm}"
KERNEL_DEVICETREE_am57xx-evm = "am57xx-beagle-x15.dtb am57xx-beagle-x15-revb1.dtb \
am57xx-evm.dtb am57xx-evm-reva3.dtb \
am571x-idk.dtb am571x-idk-lcd-osd.dtb am571x-idk-lcd-osd101t2587.dtb \
- am572x-idk.dtb am572x-idk-lcd-osd.dtb am572x-idk-lcd-osd101t2587.dtb"
+ am572x-idk.dtb am572x-idk-lcd-osd.dtb am572x-idk-lcd-osd101t2587.dtb am572x-idk-pru-excl-uio.dtb"
KERNEL_DEVICETREE_am57xx-hs-evm = "${KERNEL_DEVICETREE_am57xx-evm}"
KERNEL_DEVICETREE_omap3 = "omap3-beagle.dtb omap3-beagle-xm.dtb omap3-beagle-xm-ab.dtb omap3-evm.dtb omap3-evm-37xx.dtb am3517-evm.dtb"
KERNEL_DEVICETREE_am3517-evm = "am3517-evm.dtb"
Thanks,
--Gunter