[Buildroot] [PATCH v3] imx6q-sabresd: Add a qt5 defconfig variant

Fabio Estevam festevam at gmail.com
Mon Aug 21 16:26:20 UTC 2017


On Mon, Aug 21, 2017 at 12:40 PM, Fabio Estevam <festevam at gmail.com> wrote:

> I tried the following change:
>
> --- a/configs/imx6q-sabresd_qt5_defconfig
> +++ b/configs/imx6q-sabresd_qt5_defconfig
> @@ -8,9 +8,7 @@ BR2_ARM_FPU_VFPV3=y
>  BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_11=y
>
>  # Additional features needed for packages
> -BR2_TOOLCHAIN_BUILDROOT_WCHAR=y
>  BR2_TOOLCHAIN_BUILDROOT_CXX=y
> -BR2_TOOLCHAIN_BUILDROOT_GLIBC=y
>
>  # System
>
> ,but in this case the Qt5 package is not installed anymore.

Ok, this is expected as Qt5 depends on BR2_TOOLCHAIN_BUILDROOT_WCHAR.

So I will only remove BR2_TOOLCHAIN_BUILDROOT_GLIBC=y from the defconfig.

Let me test it and will send a patch if it works.


More information about the buildroot mailing list