diff mbox series

[LEDE-DEV,4/6] at91bootstrap: make packages hidden

Message ID 20180108225840.7471-4-hauke@hauke-m.de
State Accepted
Delegated to: Hauke Mehrtens
Headers show
Series [LEDE-DEV,1/6] at91bootstrap: fix name of sama5d4_xplainednf_uboot | expand

Commit Message

Hauke Mehrtens Jan. 8, 2018, 10:58 p.m. UTC
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 | 1 +
 1 file changed, 1 insertion(+)

Comments

Sandeep Sheriker Jan. 8, 2018, 11:07 p.m. UTC | #1
Hi Hauke,
     I have already fixed this and submitted this patch. below is the 
patch link for references.

https://patchwork.ozlabs.org/patch/855788/

Regards,
Sandeep Sheriker M

On 01/08/2018 03:58 PM, Hauke Mehrtens wrote:
> 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 | 1 +
>   1 file changed, 1 insertion(+)
>
> diff --git a/package/boot/at91bootstrap/Makefile b/package/boot/at91bootstrap/Makefile
> index b0cd692a59..e1e389670d 100644
> --- a/package/boot/at91bootstrap/Makefile
> +++ b/package/boot/at91bootstrap/Makefile
> @@ -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
>
Hauke Mehrtens Jan. 9, 2018, 10:21 p.m. UTC | #2
On 01/09/2018 12:07 AM, Sandeep Sheriker wrote:
> Hi Hauke,
>     I have already fixed this and submitted this patch. below is the
> patch link for references.
> 
> https://patchwork.ozlabs.org/patch/855788/
> 
> Regards,
> Sandeep Sheriker M

Thanks for the hint, I applied this patch now.

Hauke
diff mbox series

Patch

diff --git a/package/boot/at91bootstrap/Makefile b/package/boot/at91bootstrap/Makefile
index b0cd692a59..e1e389670d 100644
--- a/package/boot/at91bootstrap/Makefile
+++ b/package/boot/at91bootstrap/Makefile
@@ -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