DESCRIPTION = "Task file for Pandora core/console image (with Wifi)" # Use this task as a base to ship all kernel modules and make sure firmware and drivers are installed for BT and WiFi. # Please see metadata/openpandora.oe.git/packages/pandora-system/pandora-firmware/pandora-firmware/readme.txt for info on the hacks for firmware. # Don't forget to bump the PR if you change it. PR = "r40" inherit task WIRELESS = " \ pandora-firmware \ wl1251-modules \ " RDEPENDS_${PN} = "\ task-pandora-core-nowifi \ ${WIRELESS} \ " PACKAGE_ARCH = "${MACHINE_ARCH}"