summaryrefslogtreecommitdiffstats
path: root/meta-emenlow/recipes-graphics/psb-firmware/psb-firmware_0.30.bb
diff options
context:
space:
mode:
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.bb18
1 files changed, 0 insertions, 18 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 2984f2ef..00000000
--- a/meta-emenlow/recipes-graphics/psb-firmware/psb-firmware_0.30.bb
+++ /dev/null
@@ -1,18 +0,0 @@
1DESCRIPTION = "Binary firmware for the Poulsbo (psb) 3D X11 driver"
2LICENSE = "Intel-binary-only"
3LIC_FILES_CHKSUM = "file://COPYING;md5=02c597a2f082b4581596065bb5a521a8"
4PR = "r0"
5
6SRC_URI = "https://launchpad.net/~gma500/+archive/ppa/+files/psb-firmware_0.30-0ubuntu1netbook1ubuntu1.tar.gz"
7
8SRC_URI[md5sum] = "760005739edc64387240e56f6916e825"
9SRC_URI[sha256sum] = "714bc9162409b172caaabdaff5a942bc9d104a9b3a47a165754f7090803ba4b3"
10
11do_install() {
12 install -d ${D}${base_libdir}/firmware/
13 install -m 0644 ${WORKDIR}/psb-firmware-0.30/msvdx_fw.bin ${D}${base_libdir}/firmware/
14}
15
16FILES_${PN} += "${base_libdir}/firmware/msvdx_fw.bin"
17
18COMPATIBLE_MACHINE = "emenlow"