Signed-off-by: Franklin S. Cooper Jr <[email protected]>
---
 lib/oesdk/package-sdks |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/lib/oesdk/package-sdks b/lib/oesdk/package-sdks
index 49f1fe7..8f4e5e2 100644
--- a/lib/oesdk/package-sdks
+++ b/lib/oesdk/package-sdks
@@ -42,6 +42,12 @@ create_sd_card_content() {
         mv u-boot-$m.bin u-boot.bin
     fi
 
+    # Remove this binary since it wouldn't be used in the boot partition
+    if [ -e u-boot-spl.bin-$m ]
+    then
+        rm u-boot-spl.bin-$m
+    fi
+
     # For some devices the uImage  and dtb files are read from the /boot
     # directory of the rootfs.  In this case do not package the uImage
     # and device tree files into the boot partition as it will cause
-- 
1.7.0.4

_______________________________________________
meta-arago mailing list
[email protected]
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago

Reply via email to