From mboxrd@z Thu Jan 1 00:00:00 1970 From: Fabio Estevam Date: Mon, 21 Aug 2017 13:26:20 -0300 Subject: [Buildroot] [PATCH v3] imx6q-sabresd: Add a qt5 defconfig variant In-Reply-To: References: <1498078187-32377-1-git-send-email-festevam@gmail.com> <47e21512-545b-5183-7397-844035c9818f@mind.be> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net On Mon, Aug 21, 2017 at 12:40 PM, Fabio Estevam 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.