From: Ulf Samuelsson <ulf.samuelsson@atmel.com>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [PATCH v2 1/1] alsa-state: Support all atmel at91 boards
Date: Mon, 15 Mar 2010 10:35:35 +0100 [thread overview]
Message-ID: <4B9DFF67.5030209@atmel.com> (raw)
In-Reply-To: <1268640007-6783-1-git-send-email-ulf.samuelsson@atmel.com>
I will resubmit the alsa-state patch using
SOC_CLASS="at91" in conf/machine/at91*
and
SRC_URI_at91 = "\
file://at91/asound.conf \
file://at91/asound.state \
file://alsa-state \
"
in alsa-state.bb
--
Best Regards
Ulf Samuelsson
Ulf Samuelsson skrev:
> Signed-off-by: Ulf Samuelsson <ulf.samuelsson@atmel.com>
> ---
> recipes/alsa/alsa-state.bb | 29 ++-
> recipes/alsa/alsa-state/at91/asound.conf | 2 +
> recipes/alsa/alsa-state/at91/asound.state | 283 ++++++++++++++++++++
> recipes/alsa/alsa-state/at91sam9263ek/asound.conf | 2 -
> recipes/alsa/alsa-state/at91sam9263ek/asound.state | 283 --------------------
> recipes/alsa/alsa-state/at91sam9g45ek/asound.conf | 2 -
> recipes/alsa/alsa-state/at91sam9g45ek/asound.state | 283 --------------------
> 7 files changed, 313 insertions(+), 571 deletions(-)
> create mode 100644 recipes/alsa/alsa-state/at91/asound.conf
> create mode 100644 recipes/alsa/alsa-state/at91/asound.state
> delete mode 100644 recipes/alsa/alsa-state/at91sam9263ek/asound.conf
> delete mode 100644 recipes/alsa/alsa-state/at91sam9263ek/asound.state
> delete mode 100644 recipes/alsa/alsa-state/at91sam9g45ek/asound.conf
> delete mode 100644 recipes/alsa/alsa-state/at91sam9g45ek/asound.state
>
> diff --git a/recipes/alsa/alsa-state.bb b/recipes/alsa/alsa-state.bb
> index d77db70..c487455 100644
> --- a/recipes/alsa/alsa-state.bb
> +++ b/recipes/alsa/alsa-state.bb
> @@ -5,9 +5,16 @@
> # Filename: alsa-state.bb
>
> DESCRIPTION = "Alsa Scenario Files"
> +LICENSE = "MIT"# Copyright Matthias Hentges <devel@hentges.net> (c) 2007
> +# License: MIT (see http://www.opensource.org/licenses/mit-license.php
> +# for a copy of the license)
> +#
> +# Filename: alsa-state.bb
> +
> +DESCRIPTION = "Alsa Scenario Files"
> LICENSE = "MIT"
> PV = "0.2.0"
> -PR = "r11"
> +PR = "r12"
>
> SRC_URI = "\
> file://asound.conf \
> @@ -19,6 +26,25 @@ SRC_URI_append_a780 = "file://gsmhandset.state \
> file://gsmheadset.state \
> file://stereoout.state"
>
> +ALSA_STATE_AT91 = "\
> + file://at91/asound.conf \
> + file://at91/asound.state \
> + file://alsa-state \
> + "
> +
> +SRC_URI_at91sam9260ek = " $(ALSA_STATE_AT91} "
> +SRC_URI_at91sam9261ek = " $(ALSA_STATE_AT91} "
> +SRC_URI_at91sam9263ek = " $(ALSA_STATE_AT91} "
> +SRC_URI_at91sam9g10ek = " $(ALSA_STATE_AT91} "
> +SRC_URI_at91sam9g20ek = " $(ALSA_STATE_AT91} "
> +SRC_URI_at91sam9g20ek_2mmc = " $(ALSA_STATE_AT91} "
> +SRC_URI_at91sam9g45ek = " $(ALSA_STATE_AT91} "
> +SRC_URI_at91sam9g45ekes = " $(ALSA_STATE_AT91} "
> +SRC_URI_at91sam9m10ekes = " $(ALSA_STATE_AT91} "
> +SRC_URI_at91sam9m10g45ek = " $(ALSA_STATE_AT91} "
> +SRC_URI_at91sam9rlek = " $(ALSA_STATE_AT91} "
> +SRC_URI_at91sam9xeek = " $(ALSA_STATE_AT91} "
> +
> inherit update-rc.d
>
> INITSCRIPT_NAME = "alsa-state"
> @@ -59,3 +85,4 @@ pkg_postinst_${PN}() {
> update-rc.d ${INITSCRIPT_NAME} ${INITSCRIPT_PARAMS}
> fi
> }
> +
next prev parent reply other threads:[~2010-03-15 9:38 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-03-15 8:00 [PATCH v2 1/1] alsa-state: Support all atmel at91 boards Ulf Samuelsson
2010-03-15 9:35 ` Ulf Samuelsson [this message]
2010-03-15 9:52 ` Nicolas Ferre
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=4B9DFF67.5030209@atmel.com \
--to=ulf.samuelsson@atmel.com \
--cc=openembedded-devel@lists.openembedded.org \
/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