Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Julien Boibessot <julien.boibessot@free.fr>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] configs: freescale_imx6ulevk_defconfig: Add alsa-utils
Date: Fri, 06 May 2016 12:13:03 +0200	[thread overview]
Message-ID: <572C6E2F.1070703@free.fr> (raw)
In-Reply-To: <1462492045-21257-1-git-send-email-festevam@gmail.com>

Hello Fabio,

On 06/05/2016 01:47, Fabio Estevam wrote:
> From: Fabio Estevam <fabio.estevam@nxp.com>
>
> Add support for alsa-utils.
>
> Also select BR2_TOOLCHAIN_BUILDROOT_WCHAR as this is a requirement
> for alsamixer.
>
> Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
> ---
>  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

  reply	other threads:[~2016-05-06 10:13 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-05-05 23:47 [Buildroot] [PATCH] configs: freescale_imx6ulevk_defconfig: Add alsa-utils Fabio Estevam
2016-05-06 10:13 ` Julien Boibessot [this message]
2016-05-06 13:28 ` Thomas Petazzoni

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=572C6E2F.1070703@free.fr \
    --to=julien.boibessot@free.fr \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox