at91bootstrap: make packages hidden
authorHauke Mehrtens <hauke@hauke-m.de>
Mon, 8 Jan 2018 22:41:10 +0000 (23:41 +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/at91bootstrap/Makefile

index 7e22af6af160bf58bf98a5303dec2202afd9f762..e704c357d1711641ca699ee8b98e5cdf6d7b2c13 100644 (file)
@@ -25,6 +25,7 @@ include $(INCLUDE_DIR)/package.mk
 define AT91Bootstrap/Default
   BUILD_TARGET:=at91
   BUILD_SUBTARGET:=sama5
+  HIDDEN:=1
   AT91BOOTSTRAP_IMAGE:=at91bootstrap.bin
 endef