diff options
author | Nitin A Kamble <nitin.a.kamble@intel.com> | 2012-07-16 01:40:42 -0700 |
---|---|---|
committer | Tom Zanussi <tom.zanussi@intel.com> | 2012-07-31 23:07:15 -0500 |
commit | 83a4aa1a44cb21a44c6a69f08a193a724294442a (patch) | |
tree | 60aa47eb708413d9228cb7bbbf7870cb54d08bf5 /common/recipes-graphics/xorg-xserver | |
parent | 7bd163e41f6b861448ab19a13ded4b7c48e16641 (diff) | |
download | meta-intel-83a4aa1a44cb21a44c6a69f08a193a724294442a.tar.gz |
emgd-driver-bin: upgrade from 1.10 to 1.14
1.14 is the latest released driver for emgd. This change is tested on
crownbay machine.
Add runtime dependency to libxcb-dri2
Otherwise the libxcb-dri2.so is not getting installed, and video
acceleration of emgd does not work. It is dynamic dependency of
emgd_drv_video.so
put files in gstreamer-0.10/.debug directory to the debug package.
It avoids debug files packaging warnings.
add downloadfilename param to SRC_URI
As the url does not have the filename of the tarball, specify it here
so that updated wget bitbake fetcher can save the downloaded file
accordingly.
BTW now EDC has also published another download URL on our request:
http://edc.intel.com/App_Shared/Downloads/LIN_IEMGD_1_14_GOLD_2443.tgz
And update emgd driver version in the README.
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
Tested-by: Tom Zanussi <tom.zanussi@intel.com>
Diffstat (limited to 'common/recipes-graphics/xorg-xserver')
-rw-r--r-- | common/recipes-graphics/xorg-xserver/emgd-driver-bin_1.14.bb (renamed from common/recipes-graphics/xorg-xserver/emgd-driver-bin_1.10.bb) | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/common/recipes-graphics/xorg-xserver/emgd-driver-bin_1.10.bb b/common/recipes-graphics/xorg-xserver/emgd-driver-bin_1.14.bb index 5779e5d8..b1ba1b84 100644 --- a/common/recipes-graphics/xorg-xserver/emgd-driver-bin_1.10.bb +++ b/common/recipes-graphics/xorg-xserver/emgd-driver-bin_1.14.bb | |||
@@ -1,9 +1,9 @@ | |||
1 | SUMMARY = "EMGD 1.10 xserver binaries" | 1 | SUMMARY = "EMGD 1.14 xserver binaries" |
2 | DESCRIPTION = "EMGD 1.10 includes some userspace binaries that use non-free \ | 2 | DESCRIPTION = "EMGD 1.14 includes some userspace binaries that use non-free \ |
3 | licensing, which are now available via a non-click-through downloadable \ | 3 | licensing, which are now available via a non-click-through downloadable \ |
4 | tarball, and is what this recipe now uses. Since it is a non-free license, \ | 4 | tarball, and is what this recipe now uses. Since it is a non-free license, \ |
5 | this recipe is marked as 'License_emgd-driver-bin_1.10' and you need to add \ | 5 | this recipe is marked as 'License_emgd-driver-bin_1.14' and you need to add \ |
6 | to LICENSE_FLAGS_WHITELIST += \"License_emgd-driver-bin_1.10\" to your \ | 6 | to LICENSE_FLAGS_WHITELIST += \"License_emgd-driver-bin_1.14\" to your \ |
7 | local.conf in order to enable it in a build." | 7 | local.conf in order to enable it in a build." |
8 | LICENSE = "Intel-binary-only" | 8 | LICENSE = "Intel-binary-only" |
9 | LICENSE_FLAGS = "license_${PN}_${PV}" | 9 | LICENSE_FLAGS = "license_${PN}_${PV}" |
@@ -16,17 +16,18 @@ EMGD_VIDEO_PLUGIN_DIR = "../common/video_plugin" | |||
16 | LIC_FILES_CHKSUM = "file://${WORKDIR}/${EMGD_LIC_DIR}/License.txt;md5=b54f01caaf8483b3cb60c0c40f2bf22d" | 16 | LIC_FILES_CHKSUM = "file://${WORKDIR}/${EMGD_LIC_DIR}/License.txt;md5=b54f01caaf8483b3cb60c0c40f2bf22d" |
17 | 17 | ||
18 | DEPENDS = "rpm-native xz-native" | 18 | DEPENDS = "rpm-native xz-native" |
19 | RDEPENDS = "libxcb-dri2" | ||
19 | 20 | ||
20 | SRC_URI = "https://edc.intel.com/App_Shared/Downloads/LIN_EMGD_1_10_RC_2209.tgz" | 21 | SRC_URI = "https://edc.intel.com/Download.aspx?id=6190;downloadfilename=LIN_IEMGD_1_14_GOLD_2443.tgz" |
21 | 22 | ||
22 | SRC_URI[md5sum] = "e4a38d9efa0b086ae21b68145c4db4e9" | 23 | SRC_URI[md5sum] = "733a7f237ffce21238ce2c9956df4fd6" |
23 | SRC_URI[sha256sum] = "acea5f0f93a31553553428623c007d7ed0c604cf715fd87dfe075751da4be548" | 24 | SRC_URI[sha256sum] = "bcdc333b5edbda7c746a83ef821ded4a0ca55ead30980e4e3680cdb6469f45a2" |
24 | 25 | ||
25 | # These are closed binaries generated elsewhere so don't check ldflags | 26 | # These are closed binaries generated elsewhere so don't check ldflags |
26 | INSANE_SKIP_${PN} = "ldflags" | 27 | INSANE_SKIP_${PN} = "ldflags" |
27 | 28 | ||
28 | FILES_${PN} += "${libdir}/dri ${libdir}/gstreamer-0.10 ${libdir}/xorg/modules/drivers" | 29 | FILES_${PN} += "${libdir}/dri ${libdir}/gstreamer-0.10 ${libdir}/xorg/modules/drivers" |
29 | FILES_${PN}-dbg += "${libdir}/xorg/modules/drivers/.debug ${libdir}/dri/.debug" | 30 | FILES_${PN}-dbg += "${libdir}/xorg/modules/drivers/.debug ${libdir}/dri/.debug ${libdir}/gstreamer-0.10/.debug" |
30 | 31 | ||
31 | S = "${WORKDIR}/${EMGD_RPM_DIR}" | 32 | S = "${WORKDIR}/${EMGD_RPM_DIR}" |
32 | 33 | ||