summaryrefslogtreecommitdiff
path: root/meta-emenlow/recipes-graphics/psb-firmware/psb-firmware_0.30.bb
diff options
context:
space:
mode:
authorBeth Flanagan <elizabeth.flanagan@intel.com>2011-02-24 14:34:59 -0800
committerRichard Purdie <rpurdie@linux.intel.com>2011-03-01 11:46:41 +0000
commit926560497bef54a06a39850fcf551c5c1bba9bfc (patch)
tree178c897ca39685d456b0b0fd1c1ae62885087dfa /meta-emenlow/recipes-graphics/psb-firmware/psb-firmware_0.30.bb
parent9f9e981ca20fe341a27765390fa723295b74a389 (diff)
downloadopenembedded-core-926560497bef54a06a39850fcf551c5c1bba9bfc.tar.gz
openembedded-core-926560497bef54a06a39850fcf551c5c1bba9bfc.tar.bz2
openembedded-core-926560497bef54a06a39850fcf551c5c1bba9bfc.tar.xz
openembedded-core-926560497bef54a06a39850fcf551c5c1bba9bfc.zip
Emenlow Removal from Poky Core: meta-emenlow
Removing Emenlow from poky core as it is now in meta-intel as a BSP layer [BUGID #769] Signed-off-by: Beth Flanagan <elizabeth.flanagan@intel.com>
Diffstat (limited to 'meta-emenlow/recipes-graphics/psb-firmware/psb-firmware_0.30.bb')
-rw-r--r--meta-emenlow/recipes-graphics/psb-firmware/psb-firmware_0.30.bb15
1 files changed, 0 insertions, 15 deletions
diff --git a/meta-emenlow/recipes-graphics/psb-firmware/psb-firmware_0.30.bb b/meta-emenlow/recipes-graphics/psb-firmware/psb-firmware_0.30.bb
deleted file mode 100644
index 164ea66c8..000000000
--- a/meta-emenlow/recipes-graphics/psb-firmware/psb-firmware_0.30.bb
+++ /dev/null
@@ -1,15 +0,0 @@
-DESCRIPTION = "Binary firmware for the Poulsbo (psb) 3D X11 driver"
-LICENSE = "Intel-binary-only"
-LIC_FILES_CHKSUM = "file://COPYING;md5=02c597a2f082b4581596065bb5a521a8"
-PR = "r0"
-
-SRC_URI = "https://launchpad.net/~gma500/+archive/ppa/+files/psb-firmware_0.30-0ubuntu1netbook1ubuntu1.tar.gz"
-
-do_install() {
- install -d ${D}${base_libdir}/firmware/
- install -m 0644 ${WORKDIR}/psb-firmware-0.30/msvdx_fw.bin ${D}${base_libdir}/firmware/
-}
-
-FILES_${PN} += "${base_libdir}/firmware/msvdx_fw.bin"
-
-COMPATIBLE_MACHINE = "emenlow"