[source] package/uboot-omap: install image to STAGING_DIR_IMAGE
LEDE Commits
lede-commits at lists.infradead.org
Mon Apr 24 09:08:30 PDT 2017
lynxis pushed a commit to source.git, branch master:
https://git.lede-project.org/e2caa74a2ffece85c302960f4994776427db4e38
commit e2caa74a2ffece85c302960f4994776427db4e38
Author: Alexander Couzens <lynxis at fe80.eu>
AuthorDate: Sat Apr 15 18:49:57 2017 +0200
package/uboot-omap: install image to STAGING_DIR_IMAGE
to use them later by image/Makefile to create full working sdcard images
Signed-off-by: Alexander Couzens <lynxis at fe80.eu>
---
package/boot/uboot-omap/Makefile | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/package/boot/uboot-omap/Makefile b/package/boot/uboot-omap/Makefile
index 876d9f0..17a4af4 100644
--- a/package/boot/uboot-omap/Makefile
+++ b/package/boot/uboot-omap/Makefile
@@ -42,4 +42,9 @@ endef
UBOOT_TARGETS:=omap4_panda am335x_evm omap3_overo omap3_beagle
+define Build/InstallDev
+ $(INSTALL_DIR) $(STAGING_DIR_IMAGE)/$(BUILD_DEVICES)
+ $(CP) $(patsubst %,$(PKG_BUILD_DIR)/%,$(UBOOT_IMAGE)) $(STAGING_DIR_IMAGE)/$(BUILD_DEVICES)/
+endef
+
$(eval $(call BuildPackage/U-Boot))
More information about the lede-commits
mailing list