All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [git commit branch/2022.05.x] configs/galileo_defconfig: add missing double quotes around BR2_GLOBAL_PATCH_DIR value
@ 2022-09-13 11:54 Peter Korsgaard
  0 siblings, 0 replies; only message in thread
From: Peter Korsgaard @ 2022-09-13 11:54 UTC (permalink / raw)
  To: buildroot

commit: https://git.buildroot.net/buildroot/commit/?id=302923216e9d31a918994a8e90dc3e9b1e70eb7b
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2022.05.x

This bogus BR2_GLOBAL_PATCH_DIR value was added in commit
9dd5382d791c3d5197b9ef401a0d103ad1457d5d ("board/intel/galileo: fix
build failure with host gcc 10") back in February.

This should help fixing
https://gitlab.com/buildroot.org/buildroot/-/jobs/2781800667, as it
complains with:

WARN: defconfig ./configs/galileo_defconfig can't be used:
      Missing: BR2_GLOBAL_PATCH_DIR=board/intel/galileo/patches

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
(cherry picked from commit 0005048ec6be44f1bf7b2458beb698f7acf23ccf)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
 configs/galileo_defconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configs/galileo_defconfig b/configs/galileo_defconfig
index a8fd0a6dcc..312162b7a8 100644
--- a/configs/galileo_defconfig
+++ b/configs/galileo_defconfig
@@ -1,5 +1,5 @@
 BR2_x86_x1000=y
-BR2_GLOBAL_PATCH_DIR=board/intel/galileo/patches
+BR2_GLOBAL_PATCH_DIR="board/intel/galileo/patches"
 # Needed for TARGET_GRUB2
 BR2_TOOLCHAIN_BUILDROOT_WCHAR=y
 # Linux headers same as kernel, a 3.14 series
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2022-09-13 12:38 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-13 11:54 [Buildroot] [git commit branch/2022.05.x] configs/galileo_defconfig: add missing double quotes around BR2_GLOBAL_PATCH_DIR value 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.