All of lore.kernel.org
 help / color / mirror / Atom feed
From: Khem Raj <raj.khem@gmail.com>
To: openembedded-devel@lists.openembedded.org
Cc: Ulf Samuelsson <ulf.samuelsson@atmel.com>
Subject: Re: [PATCH 7/8] Add Wi-Fi support to at91
Date: Fri, 11 Feb 2011 15:49:11 -0800	[thread overview]
Message-ID: <20110211234911.GA1010@gmail.com> (raw)
In-Reply-To: <1296503466-3877-7-git-send-email-ulf.samuelsson@atmel.com>

On (31/01/11 20:51), Ulf Samuelsson wrote:
> ---
>  recipes/owl-wifi/owl-wifi_1.0.4.bb |   31 +++++++++++++++++++++++++++++++
>  1 files changed, 31 insertions(+), 0 deletions(-)
>  create mode 100644 recipes/owl-wifi/owl-wifi_1.0.4.bb
> 
> diff --git a/recipes/owl-wifi/owl-wifi_1.0.4.bb b/recipes/owl-wifi/owl-wifi_1.0.4.bb
> new file mode 100644
> index 0000000..5e31b82
> --- /dev/null
> +++ b/recipes/owl-wifi/owl-wifi_1.0.4.bb
> @@ -0,0 +1,31 @@
> +DESCRIPTION = "Driver for HD Wireless Wi-Fi device"
> +HOMEPAGE = "http://www.hd-wireless.se"
> +PRIORITY = "optional"
> +SECTION = "kernel/modules"
> +LICENSE = "GPL"
> +PR = "r1"

new recipe starts with r0

> +RDEPENDS = "wireless-tools \
> +	 wpa-supplicant \
> +	 "
> +
> +SRC_URI = "http://www.hd-wireless.se/images/stories/public_pdf/owl-linux-arm-${PV}.tar.gz \
> +	"
> +
> +S = "${WORKDIR}/owl-linux-arm-${PV}"
> +
> +inherit module
> +
> +do_compile () {
> +        unset CFLAGS CPPFLAGS CXXFLAGS LDFLAGS CC LD CPP
> +        oe_runmake 'MODPATH=${D}${base_libdir}/modules/${KERNEL_VERSION}/kernel/drivers/net' \
> +                   'KERNELDIR=${STAGING_KERNEL_DIR}' \
> +                   'KDIR=${STAGING_KERNEL_DIR}' \
> +                   'KERNEL_VERSION=${KERNEL_VERSION}' \
> +                   'CC=${KERNEL_CC}' \
> +                   'LD=${KERNEL_LD}'
> +}
> +
> +do_install() {
> +        install -d ${D}${base_libdir}/modules/${KERNEL_VERSION}/kernel/drivers/net
> +        install -m 0644 ${S}/owl*${KERNEL_OBJECT_SUFFIX} ${D}${base_libdir}/modules/${KERNEL_VERSION}/kernel/drivers/net
> +}
> -- 
> 1.6.3.3
> 
> 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel



  parent reply	other threads:[~2011-02-11 23:50 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-01-31 19:50 [PATCH 1/8] Add support for at91bootstrap-3.0 Ulf Samuelsson
2011-01-31 19:51 ` [PATCH 2/8] Add ALSA support for at91sam9xe Ulf Samuelsson
2011-01-31 19:51   ` [PATCH 3/8] Add initial pointercal files for at91 boards Ulf Samuelsson
2011-01-31 19:51     ` [PATCH 4/8] Add X arguments for CAP9,SAM9RL/G10/M10/G45 Ulf Samuelsson
2011-01-31 19:51       ` [PATCH 5/8] Add SD-Card boot with environment support to u-boot-2009.11 Ulf Samuelsson
2011-01-31 19:51         ` [PATCH 6/8] Update at91sam9m10ekes linux patch to exp.2 Ulf Samuelsson
2011-01-31 19:51           ` [PATCH 7/8] Add Wi-Fi support to at91 Ulf Samuelsson
2011-01-31 19:51             ` [PATCH 8/8] Remove some patches, which was moved by previous linux patch Ulf Samuelsson
2011-02-11 23:49             ` Khem Raj [this message]
2011-02-11 23:50 ` [PATCH 1/8] Add support for at91bootstrap-3.0 Khem Raj

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=20110211234911.GA1010@gmail.com \
    --to=raj.khem@gmail.com \
    --cc=openembedded-devel@lists.openembedded.org \
    --cc=ulf.samuelsson@atmel.com \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.