uboot-imx6: install images into STAGING_DIR_IMAGE
Will be used by a new combined image for cubox Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
parent
b605a84a74
commit
eab7bcc8e1
1 changed files with 7 additions and 0 deletions
|
@ -72,4 +72,11 @@ UBOOT_TARGETS := \
|
||||||
|
|
||||||
UBOOT_MAKE_FLAGS += u-boot.imx
|
UBOOT_MAKE_FLAGS += u-boot.imx
|
||||||
|
|
||||||
|
define Build/InstallDev
|
||||||
|
$(INSTALL_DIR) $(STAGING_DIR_IMAGE)
|
||||||
|
$(foreach img,$(UBOOT_IMAGE), \
|
||||||
|
$(CP) $(PKG_BUILD_DIR)/$(img) $(STAGING_DIR_IMAGE)/$(BUILD_VARIANT)-$(img); \
|
||||||
|
)
|
||||||
|
endef
|
||||||
|
|
||||||
$(eval $(call BuildPackage/U-Boot))
|
$(eval $(call BuildPackage/U-Boot))
|
||||||
|
|
Loading…
Reference in a new issue