From: Denys Dmytriyenko <denys@ti.com>
To: "Franklin S. Cooper Jr" <fcooperjr27@gmail.com>
Cc: meta-arago@arago-project.org, Franklin S Cooper Jr <fcooper@ti.com>
Subject: Re: [PATCH v4] task-arago-tisdk-connectivity: Create new connectivity tasks
Date: Wed, 24 Oct 2012 16:37:04 -0400 [thread overview]
Message-ID: <20121024203704.GC3465@denix.org> (raw)
In-Reply-To: <1350598301-17285-1-git-send-email-fcooper@ti.com>
On Thu, Oct 18, 2012 at 05:11:41PM -0500, Franklin S. Cooper Jr wrote:
> From: Franklin S Cooper Jr <fcooper@ti.com>
>
> * Create new task-arago-tisdk-connectivity task including host and target
> versions. The contents of these tasks were originally located in
> task-arago-tisdk-crypto and task-arago-toolchain-tisdk-crypto-host and also
> the target version.
>
> Signed-off-by: Franklin S Cooper Jr <fcooper@ti.com>
> ---
> Version 4 changes:
> Removed COMPATIBLE_MACHINE.
> Added PACKAGE_ARCH and ALLOW_EMPTY when needed.
>
> Version 3 changes:
> Removed bt-obex since it was renamed to bluez-tools which was
> already added.
> Removed recieps from the RDEPENDS if they still haven't been
> commited to
> meta-ti. Only firmware/drivers related recipes fall under this
> catagory.
>
> .../task-arago-tisdk-connectivity-sdk-host.bb | 29 +++++++
> .../task-arago-tisdk-connectivity-sdk-target.bb | 37 +++++++++
> .../tasks/task-arago-tisdk-connectivity.bb | 85 ++++++++++++++++++++
> 3 files changed, 151 insertions(+), 0 deletions(-)
> create mode 100644 meta-arago-distro/recipes-core/tasks/task-arago-tisdk-connectivity-sdk-host.bb
> create mode 100644 meta-arago-distro/recipes-core/tasks/task-arago-tisdk-connectivity-sdk-target.bb
> create mode 100644 meta-arago-distro/recipes-core/tasks/task-arago-tisdk-connectivity.bb
>
> diff --git a/meta-arago-distro/recipes-core/tasks/task-arago-tisdk-connectivity-sdk-host.bb b/meta-arago-distro/recipes-core/tasks/task-arago-tisdk-connectivity-sdk-host.bb
> new file mode 100644
> index 0000000..f2f3929
> --- /dev/null
> +++ b/meta-arago-distro/recipes-core/tasks/task-arago-tisdk-connectivity-sdk-host.bb
> @@ -0,0 +1,29 @@
> +DESCRIPTION = "Task to install wlan and bluetooth sources in SDK"
> +LICENSE = "MIT"
> +LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
> +
> +PR = "r0"
> +
> +inherit task
> +
> +PACKAGE_ARCH = "${MACHINE_ARCH}"
> +ALLOW_EMPTY = "1"
> +
> +FIRMWARE_AND_DRIVERS_SRC = "ti-compat-wireless-wl12xx-src \
> + ti-compat-bluetooth-src \
> + bt-firmware-src \
> + bt-enable-src \
> +"
> +
> +CONNECTIVITY_RDEPENDS = ""
> +
> +# Need to add ${FIRMWARE_AND_DRIVERS_SRC} to the below lists once the recipes
> +# have been added to meta-ti
> +
> +CONNECTIVITY_RDEPENDS_am37x-evm = ""
> +CONNECTIVITY_RDEPENDS_am180x-evm = ""
> +CONNECTIVITY_RDEPENDS_ti33x = ""
> +
> +RDEPENDS_${PN} = "\
> + ${CONNECTIVITY_RDEPENDS} \
> +"
> diff --git a/meta-arago-distro/recipes-core/tasks/task-arago-tisdk-connectivity-sdk-target.bb b/meta-arago-distro/recipes-core/tasks/task-arago-tisdk-connectivity-sdk-target.bb
> new file mode 100644
> index 0000000..29fd828
> --- /dev/null
> +++ b/meta-arago-distro/recipes-core/tasks/task-arago-tisdk-connectivity-sdk-target.bb
> @@ -0,0 +1,37 @@
> +DESCRIPTION = "Task to install wlan and bluetooth sources in SDK"
> +LICENSE = "MIT"
> +LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
> +
> +PR = "r0"
> +
> +inherit task
> +
> +PACKAGE_ARCH = "${MACHINE_ARCH}"
> +ALLOW_EMPTY = "1"
> +
> +# Bluetooth development packages
> +BLUETOOTH_STACK = "\
> + bluez4-dev \
> + openobex-dev \
> +"
> +
> +CONNECTIVITY_RDEPENDS = ""
> +
> +CONNECTIVITY_RDEPENDS_am37x-evm = "\
> + ${BLUETOOTH_STACK} \
> + wpa-supplicant-dev \
Is it 4 spaces or 5?
> +"
> +
> +CONNECTIVITY_RDEPENDS_am180x-evm = "\
> + ${BLUETOOTH_STACK} \
> + wpa-supplicant-dev \
Same as above
> +"
> +
> +CONNECTIVITY_RDEPENDS_ti33x = "\
> + ${BLUETOOTH_STACK} \
> + wpa-supplicant-dev \
And again
> +"
> +
> +RDEPENDS_${PN} = "\
> + ${CONNECTIVITY_RDEPENDS} \
> +"
> diff --git a/meta-arago-distro/recipes-core/tasks/task-arago-tisdk-connectivity.bb b/meta-arago-distro/recipes-core/tasks/task-arago-tisdk-connectivity.bb
> new file mode 100644
> index 0000000..8c838f7
> --- /dev/null
> +++ b/meta-arago-distro/recipes-core/tasks/task-arago-tisdk-connectivity.bb
> @@ -0,0 +1,85 @@
> +DESCRIPTION = "Task to install wlan and bluetooth packages into target FS"
> +LICENSE = "MIT"
> +LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
> +
> +PR = "r0"
> +
> +inherit task
> +
> +PACKAGE_ARCH = "${MACHINE_ARCH}"
> +ALLOW_EMPTY = "1"
> +
> +# WLAN support packages.
> +# These are the packages that all platforms use for WLAN support
> +WLAN_COMMON = "hostap-daemon \
> + ti-wifi-utils \
> + wireless-tools \
> + htop \
> + netperf \
> + iw \
> + crda \
> + softap-udhcpd-config \
> + oppserver \
> + bluez-tools \
> + obexd \
> + pulseaudio \
> + pulseaudio-server \
> + pulseaudio-module-loopback \
> + pulseaudio-module-bluetooth-discover \
> + pulseaudio-module-bluetooth-device \
> + eventdump \
> + wpa-supplicant \
> +"
> +
> +FIRMWARE_AND_DRIVERS = "ti-compat-wireless-wl12xx \
> + ti-compat-bluetooth \
> + bt-firmware \
> + bt-enable \
> + wl12xx-firmware \
> +"
> +
> +BLUETOOTH_STACK = "\
> + bluez4 \
> + bluez4-agent \
> + libasound-module-bluez \
> + bluez-hcidump \
> + openobex \
> + openobex-apps \
> + obexftp \
> + ussp-push \
Can we use consistent spacing at least withing the same recipe? It's 15, then
it's 24 and now it's 4...
> +"
> +
> +# Need to add battleship to the below list once the application has been fixed
> +DEMO_APPS = "\
> + bluetooth-gui \
> + wifi-direct-demo \
> + wpa-gui-e \
> + wl1271-demo \
> +"
> +
> +CONNECTIVITY_RDEPENDS = ""
> +
> +# Need to add ${FIRMWARE_AND_DRIVERS} to the below lists once the recipes have
> +# been added to meta-ti
> +
> +CONNECTIVITY_RDEPENDS_am37x-evm = "\
> + ${WLAN_COMMON} \
> + ${BLUETOOTH_STACK} \
> + ${DEMO_APPS} \
And here it's 6 spaces...
> +"
> +
> +CONNECTIVITY_RDEPENDS_am180x-evm = "\
> + ${WLAN_COMMON} \
> + ${BLUETOOTH_STACK} \
> + ${DEMO_APPS} \
> +"
> +
> +CONNECTIVITY_RDEPENDS_ti33x = "\
> + ${WLAN_COMMON} \
> + ${BLUETOOTH_STACK} \
> + ${DEMO_APPS} \
> +"
> +
> +RDEPENDS_${PN} = "\
> + ${CONNECTIVITY_RDEPENDS} \
> +"
> --
> 1.7.0.4
>
> _______________________________________________
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
>
prev parent reply other threads:[~2012-10-24 20:37 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-10-18 22:11 [PATCH v4] task-arago-tisdk-connectivity: Create new connectivity tasks Franklin S. Cooper Jr
2012-10-24 20:37 ` Denys Dmytriyenko [this message]
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=20121024203704.GC3465@denix.org \
--to=denys@ti.com \
--cc=fcooper@ti.com \
--cc=fcooperjr27@gmail.com \
--cc=meta-arago@arago-project.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 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.