uboot-at91: make packages hidden
authorHauke Mehrtens <hauke@hauke-m.de>
Mon, 8 Jan 2018 22:42:31 +0000 (23:42 +0100)
committerHauke Mehrtens <hauke@hauke-m.de>
Tue, 9 Jan 2018 21:58:49 +0000 (22:58 +0100)
These packages are needed to generate the image, better mark them hidden
so we will activate them based on which boards gets build and they will
be activated always when the board which needs then gets build.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
package/boot/uboot-at91/Makefile

index 268b254206efa4a6b02a1a96d10a7400e6de9bd6..cad12ec2f8706a50ba962ae36e9cb8faa97941f2 100644 (file)
@@ -17,6 +17,7 @@ include $(INCLUDE_DIR)/package.mk
 
 define U-Boot/Default
   BUILD_TARGET:=at91
 
 define U-Boot/Default
   BUILD_TARGET:=at91
+  HIDDEN:=1
   UBOOT_IMAGE:=u-boot.bin boot.bin
 endef
 
   UBOOT_IMAGE:=u-boot.bin boot.bin
 endef