From mboxrd@z Thu Jan 1 00:00:00 1970 From: Julien Boibessot Date: Fri, 06 May 2016 12:13:03 +0200 Subject: [Buildroot] [PATCH] configs: freescale_imx6ulevk_defconfig: Add alsa-utils In-Reply-To: <1462492045-21257-1-git-send-email-festevam@gmail.com> References: <1462492045-21257-1-git-send-email-festevam@gmail.com> Message-ID: <572C6E2F.1070703@free.fr> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net Hello Fabio, On 06/05/2016 01:47, Fabio Estevam wrote: > From: Fabio Estevam > > Add support for alsa-utils. > > Also select BR2_TOOLCHAIN_BUILDROOT_WCHAR as this is a requirement > for alsamixer. > > Signed-off-by: Fabio Estevam > --- > configs/freescale_imx6ulevk_defconfig | 6 ++++++ > 1 file changed, 6 insertions(+) > > diff --git a/configs/freescale_imx6ulevk_defconfig b/configs/freescale_imx6ulevk_defconfig > index b8a1f86..8f36971 100644 > --- a/configs/freescale_imx6ulevk_defconfig > +++ b/configs/freescale_imx6ulevk_defconfig > @@ -6,6 +6,7 @@ BR2_cortex_a7=y > BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_3_14=y > > # system > +BR2_TOOLCHAIN_BUILDROOT_WCHAR=y > BR2_TARGET_GENERIC_GETTY_PORT="ttymxc0" > > # kernel > @@ -31,5 +32,10 @@ BR2_PACKAGE_HOST_GENIMAGE=y > BR2_PACKAGE_HOST_MTOOLS=y > > # filesystem / image > +BR2_PACKAGE_ALSA_UTILS=y > +BR2_PACKAGE_ALSA_UTILS_ALSACONF=y > +BR2_PACKAGE_ALSA_UTILS_APLAY=y > +BR2_PACKAGE_ALSA_UTILS_SPEAKER_TEST=y > +BR2_TARGET_ROOTFS_EXT2=y I think this one can be removed because it's already defined 2 lines below: > BR2_ROOTFS_POST_IMAGE_SCRIPT="board/freescale/imx6ulevk/post-image.sh" > BR2_TARGET_ROOTFS_EXT2=y <<<<<<<<<<<<<< Thomas will confirm but, IIRC, Buildroot mainlined defconfigs only define the mininal options to boot the boards and then it's up to the user to choose the packages it needs. Best regards, Julien