From f432114bba1f5ebc6fb05f2a0925280f640e05ec Mon Sep 17 00:00:00 2001 From: Alexander Couzens Date: Sat, 15 Apr 2017 18:49:57 +0200 Subject: [PATCH] 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 --- 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 876d9f0574..17a4af42f2 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)) -- 2.30.2