From: Darren Hart <dvhart@linux.intel.com>
To: nitin.a.kamble@intel.com
Cc: yocto@yoctoproject.org
Subject: Re: [PATCH 1/6] emgd-driver-bin: upgrade from 1.10 to 1.14
Date: Thu, 26 Jul 2012 13:07:13 -0700 [thread overview]
Message-ID: <5011A371.2020502@linux.intel.com> (raw)
In-Reply-To: <c24a8e51027f36cb1c0395ca0c90cbd54b685100.1343037893.git.nitin.a.kamble@intel.com>
On 07/23/2012 03:06 AM, nitin.a.kamble@intel.com wrote:
> From: Nitin A Kamble <nitin.a.kamble@intel.com>
>
> 1.14 is the latest released driver for emgd. This change is tested on crownbay machine.
Please limit your commit log messages to 72 characters in width. This
allows for some indentation without git log truncating the message. You
should be able to configure your editor to do this automatically.
>
> 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
>
> emgd-driver-bin: 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.
>
> Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
> ---
> ...-driver-bin_1.10.bb => emgd-driver-bin_1.14.bb} | 17 +++++++++--------
> 1 files changed, 9 insertions(+), 8 deletions(-)
> rename common/recipes-graphics/xorg-xserver/{emgd-driver-bin_1.10.bb => emgd-driver-bin_1.14.bb} (88%)
>
> 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
> similarity index 88%
> rename from common/recipes-graphics/xorg-xserver/emgd-driver-bin_1.10.bb
> rename to common/recipes-graphics/xorg-xserver/emgd-driver-bin_1.14.bb
> index 5779e5d..b1ba1b8 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 @@
> -SUMMARY = "EMGD 1.10 xserver binaries"
> -DESCRIPTION = "EMGD 1.10 includes some userspace binaries that use non-free \
> +SUMMARY = "EMGD 1.14 xserver binaries"
> +DESCRIPTION = "EMGD 1.14 includes some userspace binaries that use non-free \
> licensing, which are now available via a non-click-through downloadable \
> tarball, and is what this recipe now uses. Since it is a non-free license, \
> -this recipe is marked as 'License_emgd-driver-bin_1.10' and you need to add \
> -to LICENSE_FLAGS_WHITELIST += \"License_emgd-driver-bin_1.10\" to your \
> +this recipe is marked as 'License_emgd-driver-bin_1.14' and you need to add \
> +to LICENSE_FLAGS_WHITELIST += \"License_emgd-driver-bin_1.14\" to your \
> local.conf in order to enable it in a build."
> LICENSE = "Intel-binary-only"
> LICENSE_FLAGS = "license_${PN}_${PV}"
> @@ -16,17 +16,18 @@ EMGD_VIDEO_PLUGIN_DIR = "../common/video_plugin"
> LIC_FILES_CHKSUM = "file://${WORKDIR}/${EMGD_LIC_DIR}/License.txt;md5=b54f01caaf8483b3cb60c0c40f2bf22d"
>
> DEPENDS = "rpm-native xz-native"
> +RDEPENDS = "libxcb-dri2"
>
> -SRC_URI = "https://edc.intel.com/App_Shared/Downloads/LIN_EMGD_1_10_RC_2209.tgz"
> +SRC_URI = "https://edc.intel.com/Download.aspx?id=6190;downloadfilename=LIN_IEMGD_1_14_GOLD_2443.tgz"
>
> -SRC_URI[md5sum] = "e4a38d9efa0b086ae21b68145c4db4e9"
> -SRC_URI[sha256sum] = "acea5f0f93a31553553428623c007d7ed0c604cf715fd87dfe075751da4be548"
> +SRC_URI[md5sum] = "733a7f237ffce21238ce2c9956df4fd6"
> +SRC_URI[sha256sum] = "bcdc333b5edbda7c746a83ef821ded4a0ca55ead30980e4e3680cdb6469f45a2"
>
> # These are closed binaries generated elsewhere so don't check ldflags
> INSANE_SKIP_${PN} = "ldflags"
>
> FILES_${PN} += "${libdir}/dri ${libdir}/gstreamer-0.10 ${libdir}/xorg/modules/drivers"
> -FILES_${PN}-dbg += "${libdir}/xorg/modules/drivers/.debug ${libdir}/dri/.debug"
> +FILES_${PN}-dbg += "${libdir}/xorg/modules/drivers/.debug ${libdir}/dri/.debug ${libdir}/gstreamer-0.10/.debug"
This change is not covered in the change log.
--
Darren Hart
Intel Open Source Technology Center
Yocto Project - Technical Lead - Linux Kernel
next prev parent reply other threads:[~2012-07-26 20:08 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-07-23 10:06 [PATCH 0/6] commits to move crownbay BSP to v3.4 kernel I v1.14 EMGD driver nitin.a.kamble
2012-07-23 10:06 ` [PATCH 1/6] emgd-driver-bin: upgrade from 1.10 to 1.14 nitin.a.kamble
2012-07-24 10:59 ` Kamble, Nitin A
2012-07-26 20:07 ` Darren Hart [this message]
2012-07-23 10:06 ` [PATCH 2/6] crownbay: customize the xorg.conf for the flat panel on the corwnbay kit nitin.a.kamble
2012-07-26 20:10 ` Darren Hart
2012-07-27 4:00 ` Kamble, Nitin A
2012-07-27 4:02 ` Darren Hart
2012-07-27 5:31 ` Kamble, Nitin A
2012-07-27 5:42 ` Kamble, Nitin A
2012-07-27 21:57 ` Darren Hart
2012-07-30 9:50 ` Kamble, Nitin A
2012-07-30 15:28 ` Darren Hart
2012-07-30 15:57 ` Tom Zanussi
2012-07-23 10:06 ` [PATCH 3/6] crownbay: update emgd driver version in the README nitin.a.kamble
2012-07-26 20:13 ` Darren Hart
2012-07-23 10:06 ` [PATCH 4/6] crownbay: add recipe extension for linux-yocto-3.4 nitin.a.kamble
2012-07-26 20:19 ` Darren Hart
2012-07-23 10:06 ` [PATCH 5/6] crownbay: make v3.4 the default kernel nitin.a.kamble
2012-07-23 10:06 ` [PATCH 6/6] gnu-efi: fix whitespace usage nitin.a.kamble
2012-07-26 20:22 ` Darren Hart
2012-07-26 19:51 ` [PATCH 0/6] commits to move crownbay BSP to v3.4 kernel I v1.14 EMGD driver Darren Hart
2012-07-26 20:23 ` Darren Hart
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=5011A371.2020502@linux.intel.com \
--to=dvhart@linux.intel.com \
--cc=nitin.a.kamble@intel.com \
--cc=yocto@yoctoproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.