mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-19 05:43:51 -09:00
configs/galileo_defconfig: add missing double quotes around BR2_GLOBAL_PATCH_DIR value
This bogus BR2_GLOBAL_PATCH_DIR value was added in commit9dd5382d79("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 commit0005048ec6) Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
f18d870653
commit
afd83944f6
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user