1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-07-17 06:48:07 +00:00
Files
meta-ti/recipes-misc/packagegroup/packagegroup-ti-drivers.bb
Khem Raj 306bec90c4 recipes: Use 'packagegroup' instead of 'task'
bring recipes in sync with OE-Core, task bbclass
is now replaced by packagegroup.

and task recipes are now called packagegroup_something

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2012-09-14 00:22:11 -04:00

35 lines
690 B
BlitzBasic

DESCRIPTION = "Task for extra drivers for Texas Instruments SoCs"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58"
inherit packagegroup
RDEPENDS_${PN} = "\
zd1211-firmware \
linux-firmware-wl12xx \
rfkill \
cpufrequtils \
"
RRECOMMENDS_${PN} = "\
\
kernel-module-bluetooth \
kernel-module-hci-usb \
kernel-module-hci-uart \
\
kernel-module-wl12xx \
kernel-module-wl12xx-sdio \
kernel-module-wl12xx-spi \
\
kernel-module-wl1271 \
kernel-module-wl1271-sdio \
kernel-module-wl1271-spi \
kernel-module-btwilink \
\
kernel-module-rt73usb \
kernel-module-rt2x00usb \
kernel-module-zd1211rw \
\
omap3-sgx-modules \
"