diff options
author | Tom Zanussi <tom.zanussi@intel.com> | 2010-12-27 16:32:21 -0600 |
---|---|---|
committer | Tom Zanussi <tom.zanussi@intel.com> | 2010-12-27 16:32:21 -0600 |
commit | af40e14ce335fa689d1a989feba3c02a8c71b7a7 (patch) | |
tree | 90ce1d53eb63627d90ec7f081b680a66c92e8705 /meta-emenlow/recipes-graphics/psb-firmware/psb-firmware_0.30.bb | |
parent | ba8b8a99fd1598d0ce2cbaa69e9d16358d1ff5db (diff) | |
download | meta-intel-af40e14ce335fa689d1a989feba3c02a8c71b7a7.tar.gz |
meta-emenlow: move to meta-intel repo from poky repo
This is the meta-emenlow layer, moved from the poky repo in order to
keep all the meta-intel BSPs together.
This version builds against laverne (0.90) - detailed build
instruction can be found in the README file.
Signed-off-by: Tom Zanussi <tom.zanussi@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.bb | 15 |
1 files changed, 15 insertions, 0 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 new file mode 100644 index 00000000..164ea66c --- /dev/null +++ b/meta-emenlow/recipes-graphics/psb-firmware/psb-firmware_0.30.bb | |||
@@ -0,0 +1,15 @@ | |||
1 | DESCRIPTION = "Binary firmware for the Poulsbo (psb) 3D X11 driver" | ||
2 | LICENSE = "Intel-binary-only" | ||
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=02c597a2f082b4581596065bb5a521a8" | ||
4 | PR = "r0" | ||
5 | |||
6 | SRC_URI = "https://launchpad.net/~gma500/+archive/ppa/+files/psb-firmware_0.30-0ubuntu1netbook1ubuntu1.tar.gz" | ||
7 | |||
8 | do_install() { | ||
9 | install -d ${D}${base_libdir}/firmware/ | ||
10 | install -m 0644 ${WORKDIR}/psb-firmware-0.30/msvdx_fw.bin ${D}${base_libdir}/firmware/ | ||
11 | } | ||
12 | |||
13 | FILES_${PN} += "${base_libdir}/firmware/msvdx_fw.bin" | ||
14 | |||
15 | COMPATIBLE_MACHINE = "emenlow" | ||