diff options
| author | Tom Zanussi <tom.zanussi@intel.com> | 2011-09-26 20:32:21 -0500 |
|---|---|---|
| committer | Tom Zanussi <tom.zanussi@intel.com> | 2011-09-27 08:23:06 -0500 |
| commit | e616e0964dfaaa6bbf4003e6c83f4812039f767b (patch) | |
| tree | 6de6e74622191686dd8e7676d09f82e3d169473f | |
| parent | e3c787757c321b42db7c3cc6b5b1981e752224c3 (diff) | |
| download | meta-intel-1.1_M4.tar.gz | |
meta-crownbay: remove emgd-1.61.1_M4
emgd-1.6 is now obsoleted by emgd-1.8, so remove support for it.
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
3 files changed, 1 insertions, 26 deletions
diff --git a/common/recipes-graphics/xorg-xserver/emgd-driver-bin_1.8.bb b/common/recipes-graphics/xorg-xserver/emgd-driver-bin_1.8.bb index 88e8a551..8dc43ea7 100644 --- a/common/recipes-graphics/xorg-xserver/emgd-driver-bin_1.8.bb +++ b/common/recipes-graphics/xorg-xserver/emgd-driver-bin_1.8.bb | |||
| @@ -6,7 +6,7 @@ see the README in meta-crownbay/ for instructions on the (simple) manual \ | |||
| 6 | steps necessary to make the necessary binaries available to this recipe. \ | 6 | steps necessary to make the necessary binaries available to this recipe. \ |
| 7 | Please do that before building an image." | 7 | Please do that before building an image." |
| 8 | LICENSE = "Intel-binary-only" | 8 | LICENSE = "Intel-binary-only" |
| 9 | PR = "r1" | 9 | PR = "r7" |
| 10 | 10 | ||
| 11 | LIC_FILES_CHKSUM = "file://${WORKDIR}/License.txt;md5=b54f01caaf8483b3cb60c0c40f2bf22d" | 11 | LIC_FILES_CHKSUM = "file://${WORKDIR}/License.txt;md5=b54f01caaf8483b3cb60c0c40f2bf22d" |
| 12 | 12 | ||
diff --git a/meta-crownbay/recipes-graphics/xorg-xserver/emgd-driver-bin-1.6/.gitignore b/meta-crownbay/recipes-graphics/xorg-xserver/emgd-driver-bin-1.6/.gitignore deleted file mode 100644 index e69de29b..00000000 --- a/meta-crownbay/recipes-graphics/xorg-xserver/emgd-driver-bin-1.6/.gitignore +++ /dev/null | |||
diff --git a/meta-crownbay/recipes-graphics/xorg-xserver/emgd-driver-bin_1.6.bb b/meta-crownbay/recipes-graphics/xorg-xserver/emgd-driver-bin_1.6.bb deleted file mode 100644 index 4d5d1e26..00000000 --- a/meta-crownbay/recipes-graphics/xorg-xserver/emgd-driver-bin_1.6.bb +++ /dev/null | |||
| @@ -1,25 +0,0 @@ | |||
| 1 | SUMMARY = "EMGD 1.6 xserver binaries" | ||
| 2 | DESCRIPTION = "EMGD 1.6 includes some userspace binaries that use non-free licensing. Intel Open Source Technology Center unfortunately has no power to change that, but tries to make their use as painless as possible. Please see the README in meta-crownbay/ for instructions on the (simple) manual steps necessary to make the necessary binaries available to this recipe. Please do that before building an image." | ||
| 3 | |||
| 4 | LICENSE = "Intel-binary-only" | ||
| 5 | LIC_FILES_CHKSUM = "file://${WORKDIR}/License.txt;md5=b54f01caaf8483b3cb60c0c40f2bf22d" | ||
| 6 | PR = "r0" | ||
| 7 | |||
| 8 | FILESPATH = "${FILE_DIRNAME}/emgd-driver-bin-1.6" | ||
| 9 | |||
| 10 | FILES_${PN} = "${libdir}/*.so.* ${libdir}/dri ${libdir}/xorg/modules/drivers" | ||
| 11 | |||
| 12 | SRC_URI = "file://lib \ | ||
| 13 | file://License.txt" | ||
| 14 | |||
| 15 | S = "${WORKDIR}" | ||
| 16 | |||
| 17 | do_install () { | ||
| 18 | install -d -m 0755 ${D}/${libdir}/dri ${D}/${libdir}/xorg/modules/drivers | ||
| 19 | |||
| 20 | cp -PR ${S}/lib/lib* ${D}${libdir} | ||
| 21 | install -m 0755 ${S}/lib/xorg/modules/drivers/* ${D}${libdir}/xorg/modules/drivers/ | ||
| 22 | install -m 0755 ${S}/lib/dri/* ${D}${libdir}/dri/ | ||
| 23 | } | ||
| 24 | |||
| 25 | LEAD_SONAME = "libEGL.so" | ||
