diff mbox series

[v2,1/2] configs/galileo: grub2 needs wchar toolchain

Message ID 20170905000806.13295-2-sielicki@yandex.com
State Accepted
Headers show
Series grub2 wchar defconfig fixes | expand

Commit Message

Nicholas Sielicki Sept. 5, 2017, 12:08 a.m. UTC
The galileo_defconfig has the line "BR_TARGET_GRUB2=y", but this
currently has no effect because BR_TARGET_GRUB2 cannot be selected
without BR2_TOOLCHAIN_BUILDROOT_WCHAR=y, which is not set by default.

Signed-off-by: Nicholas Sielicki <sielicki@yandex.com>
---
 configs/galileo_defconfig | 2 ++
 1 file changed, 2 insertions(+)

Comments

Thomas Petazzoni Sept. 5, 2017, 7:55 p.m. UTC | #1
Hello,

On Mon,  4 Sep 2017 19:08:05 -0500, Nicholas Sielicki wrote:
> The galileo_defconfig has the line "BR_TARGET_GRUB2=y", but this
> currently has no effect because BR_TARGET_GRUB2 cannot be selected
> without BR2_TOOLCHAIN_BUILDROOT_WCHAR=y, which is not set by default.
> 
> Signed-off-by: Nicholas Sielicki <sielicki@yandex.com>
> ---
>  configs/galileo_defconfig | 2 ++
>  1 file changed, 2 insertions(+)

Both applied. Thanks!

Thomas
Peter Korsgaard Oct. 16, 2017, 9:47 p.m. UTC | #2
>>>>> "Nicholas" == Nicholas Sielicki <sielicki@yandex.com> writes:

 > The galileo_defconfig has the line "BR_TARGET_GRUB2=y", but this
 > currently has no effect because BR_TARGET_GRUB2 cannot be selected
 > without BR2_TOOLCHAIN_BUILDROOT_WCHAR=y, which is not set by default.

 > Signed-off-by: Nicholas Sielicki <sielicki@yandex.com>

Committed to 2017.08.x, thanks.
diff mbox series

Patch

diff --git a/configs/galileo_defconfig b/configs/galileo_defconfig
index 43639a41a..39622e331 100644
--- a/configs/galileo_defconfig
+++ b/configs/galileo_defconfig
@@ -1,4 +1,6 @@ 
 BR2_x86_x1000=y
+# Needed for TARGET_GRUB2
+BR2_TOOLCHAIN_BUILDROOT_WCHAR=y
 # Linux headers same as kernel, a 3.14 series
 BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_14=y
 BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_MDEV=y