summaryrefslogtreecommitdiffstats
path: root/recipes-ti/tasks
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2012-06-11 20:44:56 -0400
committerDenys Dmytriyenko <denys@ti.com>2012-06-11 20:44:56 -0400
commit88867c1d96684925027a0ecc9e25c6ea70040cc6 (patch)
treee1ad8651aa7663850f6dc1108b278f56a2b92a91 /recipes-ti/tasks
parenta1e2573369c6714956af561523ba274aa9c185f7 (diff)
downloadmeta-ti-split.tar.gz
extras: move things to extrassplit
Move non-essential, outdated, best-effort pieces, as well, as those requiring extra non-standard dependencies besides oe-core. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-ti/tasks')
-rw-r--r--recipes-ti/tasks/task-ti-drivers.bb34
1 files changed, 34 insertions, 0 deletions
diff --git a/recipes-ti/tasks/task-ti-drivers.bb b/recipes-ti/tasks/task-ti-drivers.bb
new file mode 100644
index 00000000..532f273b
--- /dev/null
+++ b/recipes-ti/tasks/task-ti-drivers.bb
@@ -0,0 +1,34 @@
1DESCRIPTION = "Task for extra drivers for Texas Instruments SoCs"
2LICENSE = "MIT"
3LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58"
4
5inherit task
6
7RDEPENDS_${PN} = "\
8 zd1211-firmware \
9 linux-firmware-wl12xx \
10 rfkill \
11 cpufrequtils \
12 "
13
14RRECOMMENDS_${PN} = "\
15 \
16 kernel-module-bluetooth \
17 kernel-module-hci-usb \
18 kernel-module-hci-uart \
19 \
20 kernel-module-wl12xx \
21 kernel-module-wl12xx-sdio \
22 kernel-module-wl12xx-spi \
23 \
24 kernel-module-wl1271 \
25 kernel-module-wl1271-sdio \
26 kernel-module-wl1271-spi \
27 kernel-module-btwilink \
28 \
29 kernel-module-rt73usb \
30 kernel-module-rt2x00usb \
31 kernel-module-zd1211rw \
32 \
33 omap3-sgx-modules \
34 "