All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] support/check-bin-arch: ignore /usr/lib/grub
@ 2019-05-07 12:43 Alex Xu
  2019-05-20 20:34 ` Thomas Petazzoni
  2019-06-06  7:42 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Alex Xu @ 2019-05-07 12:43 UTC (permalink / raw)
  To: buildroot

/lib/grub is already ignored, so add /usr/lib/grub to support
BR2_ROOTFS_MERGED_USR.

Signed-off-by: Alex Xu (Hello71) <alex_y_xu@yahoo.ca>
---
 support/scripts/check-bin-arch | 1 +
 1 file changed, 1 insertion(+)

diff --git a/support/scripts/check-bin-arch b/support/scripts/check-bin-arch
index 66b8d89932..0c6ce83b4f 100755
--- a/support/scripts/check-bin-arch
+++ b/support/scripts/check-bin-arch
@@ -24,6 +24,7 @@ declare -a IGNORES=(
 	# Skip files in /lib/grub, since it is possible to have it
 	# for a different architecture (e.g. i386 grub on x86_64).
 	"/lib/grub"
+	"/usr/lib/grub"
 )
 
 while getopts p:l:r:a:i: OPT ; do
-- 
2.21.0

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [Buildroot] [PATCH] support/check-bin-arch: ignore /usr/lib/grub
  2019-05-07 12:43 [Buildroot] [PATCH] support/check-bin-arch: ignore /usr/lib/grub Alex Xu
@ 2019-05-20 20:34 ` Thomas Petazzoni
  2019-06-06  7:42 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2019-05-20 20:34 UTC (permalink / raw)
  To: buildroot

Hello Alex,

Thanks for your contribution!

On Tue,  7 May 2019 08:43:45 -0400
"Alex Xu (Hello71)" <alex_y_xu@yahoo.ca> wrote:

> /lib/grub is already ignored, so add /usr/lib/grub to support
> BR2_ROOTFS_MERGED_USR.
> 
> Signed-off-by: Alex Xu (Hello71) <alex_y_xu@yahoo.ca>
> ---
>  support/scripts/check-bin-arch | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/support/scripts/check-bin-arch b/support/scripts/check-bin-arch
> index 66b8d89932..0c6ce83b4f 100755
> --- a/support/scripts/check-bin-arch
> +++ b/support/scripts/check-bin-arch
> @@ -24,6 +24,7 @@ declare -a IGNORES=(
>  	# Skip files in /lib/grub, since it is possible to have it
>  	# for a different architecture (e.g. i386 grub on x86_64).
>  	"/lib/grub"
> +	"/usr/lib/grub"

I have updated the comment right above, and applied your patch to
master. Thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Buildroot] [PATCH] support/check-bin-arch: ignore /usr/lib/grub
  2019-05-07 12:43 [Buildroot] [PATCH] support/check-bin-arch: ignore /usr/lib/grub Alex Xu
  2019-05-20 20:34 ` Thomas Petazzoni
@ 2019-06-06  7:42 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2019-06-06  7:42 UTC (permalink / raw)
  To: buildroot

>>>>> "Alex" == Alex Xu (Hello71) <alex_y_xu@yahoo.ca> writes:

 > /lib/grub is already ignored, so add /usr/lib/grub to support
 > BR2_ROOTFS_MERGED_USR.

 > Signed-off-by: Alex Xu (Hello71) <alex_y_xu@yahoo.ca>

Committed to 2019.02.x, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-06-06  7:42 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-07 12:43 [Buildroot] [PATCH] support/check-bin-arch: ignore /usr/lib/grub Alex Xu
2019-05-20 20:34 ` Thomas Petazzoni
2019-06-06  7:42 ` Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.