From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 5C962E0030B for ; Mon, 21 May 2012 09:27:49 -0700 (PDT) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga102.jf.intel.com with ESMTP; 21 May 2012 09:27:48 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.67,351,1309762800"; d="scan'208";a="146476236" Received: from unknown (HELO [10.255.12.14]) ([10.255.12.14]) by orsmga002.jf.intel.com with ESMTP; 21 May 2012 09:27:47 -0700 From: Tom Zanussi To: kishore.k.bodke@intel.com In-Reply-To: <05293c2473de281ab72e9474bf3df32853ccc3af.1337377724.git.kishore.k.bodke@intel.com> References: <05293c2473de281ab72e9474bf3df32853ccc3af.1337377724.git.kishore.k.bodke@intel.com> Date: Mon, 21 May 2012 11:28:00 -0500 Message-ID: <1337617680.2409.6.camel@elmorro> Mime-Version: 1.0 X-Mailer: Evolution 2.28.3 Cc: yocto@yoctoproject.org Subject: Re: [PATCH 1/1] [meta-intel] meta-cedartrail: Update PVR Graphics drivers. X-BeenThere: yocto@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Discussion of all things Yocto List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 May 2012 16:27:49 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Hi Kishore, Looks like you're missing PR bumps for these... Tom On Fri, 2012-05-18 at 14:52 -0700, kishore.k.bodke@intel.com wrote: > From: Kishore Bodke > > Point to the latest version of PVR Graphics > driver. > > Signed-off-by: Kishore Bodke > --- > .../xorg-driver/cdv-pvr-driver.inc | 12 +++--- > .../xorg-driver/cdv-pvr-driver_1.0.bb | 44 ++++++++++---------- > 2 files changed, 26 insertions(+), 30 deletions(-) > > diff --git a/meta-cedartrail/recipes-graphics/xorg-driver/cdv-pvr-driver.inc b/meta-cedartrail/recipes-graphics/xorg-driver/cdv-pvr-driver.inc > index 0de6cbe..880b077 100644 > --- a/meta-cedartrail/recipes-graphics/xorg-driver/cdv-pvr-driver.inc > +++ b/meta-cedartrail/recipes-graphics/xorg-driver/cdv-pvr-driver.inc > @@ -6,14 +6,12 @@ before enabling build of the Cedartrail PowerVR Graphics Driver via \ > this recipe. Please see the README in meta-cedartrail for instructions \ > for enabling the build of the driver " > > -MEEGO_MIRROR = "http://download.meego.com/live/MeeGo:/1.2.0:/CedarTrail:" > - > LICENSE_FLAGS = "license_${PN}_${PV}" > LICENSE = "Intel Free Distribution Binary License" > -LIC_FILES_CHKSUM = " \ > - file://${S}/usr/share/doc/psb-video-cdv-0.12/license.txt;md5=b14d99f8d4ed664e9ce95057f0bb5b65 \ > - file://${S}/usr/share/doc/pvr-bin-cdv-1.7.788837_05/license.txt;md5=b14d99f8d4ed664e9ce95057f0bb5b65" > > +LIC_FILES_CHKSUM = " \ > + file://${S}/usr/share/doc/psb-video-cdv-0.16/license.txt;md5=b14d99f8d4ed664e9ce95057f0bb5b65 \ > + file://${S}/usr/share/doc/pvr-bin-cdv-1.7.788837_10/license.txt;md5=b14d99f8d4ed664e9ce95057f0bb5b65" > > INC_PR = "r0" > > @@ -32,8 +30,8 @@ FILES_${PN}-dbg += "${libdir}/.debug" > > FILES_${PN} += "${libdir}/pvr/cdv/xorg/modules/drivers" > > -FILES_${PN} += "${datadir}/doc/psb-video-cdv-0.12/license.txt" > -FILES_${PN} += "${datadir}/doc/pvr-bin-cdv-1.7.788837_05/license.txt" > +FILES_${PN} += "${datadir}/doc/psb-video-cdv-0.16/license.txt" > +FILES_${PN} += "${datadir}/doc/pvr-bin-cdv-1.7.788837_10/license.txt" > > > > diff --git a/meta-cedartrail/recipes-graphics/xorg-driver/cdv-pvr-driver_1.0.bb b/meta-cedartrail/recipes-graphics/xorg-driver/cdv-pvr-driver_1.0.bb > index 496da1e..32ca9d6 100644 > --- a/meta-cedartrail/recipes-graphics/xorg-driver/cdv-pvr-driver_1.0.bb > +++ b/meta-cedartrail/recipes-graphics/xorg-driver/cdv-pvr-driver_1.0.bb > @@ -4,19 +4,18 @@ PR = "${INC_PR}.0" > > DEPENDS = "libva" > > -SRC_URI = "${MEEGO_MIRROR}/non-oss/MeeGo_1.2.0_CedarTrail/i586/psb-video-cdv-0.12-1.1.i586.rpm;name=psbrpm \ > - ${MEEGO_MIRROR}/oss/standard/i586/libwsbm-cdv-1.1.0-3.1.i586.rpm;name=wsbmrpm \ > - ${MEEGO_MIRROR}/non-oss/MeeGo_1.2.0_CedarTrail/i586/pvr-bin-cdv-1.7.788837_05-1.1.i586.rpm;name=pvrrpm \ > - " > - > -SRC_URI[pvrrpm.md5sum] = "951fa9edcbc2a3ddb30450079869362e" > -SRC_URI[pvrrpm.sha256sum] = "537dd8a98ac2e3a101063abc62682c3be8c37ac29782a876eafce113ffa5b421" > - > -SRC_URI[psbrpm.md5sum] = "d4b6b383722264f3b781aeb240c88037" > -SRC_URI[psbrpm.sha256sum] = "e88f95fc73a79adf76ee33d3d9874cec23bb1afe8149d7dc5842d67e58da72f5" > - > -SRC_URI[wsbmrpm.md5sum] = "8d90436b151ddf72f620771f2552b597" > -SRC_URI[wsbmrpm.sha256sum] = "82f78f47c151f0e7d567574ee372504e5b395fb13796caa765f9c30754b5bf63" > +SRC_URI = "http://repo.meego.com/MeeGo/updates/1.2.0/repos/non-oss/ia32/packages/psb-video-cdv-0.16-1.1.i586.rpm;name=psbrpm \ > + http://repo.meego.com/MeeGo/updates/1.2.0/repos/non-oss/ia32/packages/pvr-bin-cdv-1.7.788837_10-1.1.i586.rpm;name=pvrrpm \ > + http://repo.meego.com/MeeGo/updates/1.2.0/repos/oss/ia32/packages/libwsbm-cdv-1.1.0-3.1.i586.rpm;name=wsbmrpm \ > + " > +SRC_URI[pvrrpm.md5sum] = "06dbacd7f0f5bb10132eb5477ae9267a" > +SRC_URI[pvrrpm.sha256sum] = "1e42c57485e46a1712e26f48df44a2f5305a82ca98afc5bf4f90a93c9631f509" > + > +SRC_URI[psbrpm.md5sum] = "fd213baa2af33d35e8b552e586b02b90" > +SRC_URI[psbrpm.sha256sum] = "cda281798ebbd280b6d2caf2a09961db0d719f929b808c6360c81db323aeee71" > + > +SRC_URI[wsbmrpm.md5sum] = "b8b21ca8325abd7850d197f9bf3071c7" > +SRC_URI[wsbmrpm.sha256sum] = "f436386967c1adec5211e662251bd542bbe0b8cd55e1d9f9c203da5ee934d4f0" > > > S = "${WORKDIR}/cdv-graphics-drivers_${PV}" > @@ -24,8 +23,8 @@ S = "${WORKDIR}/cdv-graphics-drivers_${PV}" > do_configure () { > > # Extract license files from rpms > -rpm2cpio ${WORKDIR}/psb-video-cdv-0.12-1.1.i586.rpm |cpio -ivd ./usr/share/doc/psb-video-cdv-0.12/license.txt > -rpm2cpio ${WORKDIR}/pvr-bin-cdv-1.7.788837_05-1.1.i586.rpm |cpio -ivd ./usr/share/doc/pvr-bin-cdv-1.7.788837_05/license.txt > +rpm2cpio ${WORKDIR}/psb-video-cdv-0.16-1.1.i586.rpm |cpio -ivd ./usr/share/doc/psb-video-cdv-0.16/license.txt > +rpm2cpio ${WORKDIR}/pvr-bin-cdv-1.7.788837_10-1.1.i586.rpm |cpio -ivd ./usr/share/doc/pvr-bin-cdv-1.7.788837_10/license.txt > > } > > @@ -41,8 +40,7 @@ do_install() { > > install -m 0755 ${S}/usr/lib/* ${D}${libdir}/ > > - rpm2cpio ${S}/psb-video-cdv-0.12-1.1.i586.rpm | cpio -id > - > + rpm2cpio ${S}/psb-video-cdv-0.16-1.1.i586.rpm | cpio -id > > install -d -m 0755 ${D}${base_libdir}/firmware > > @@ -50,8 +48,8 @@ do_install() { > > install -m 0755 ${S}/lib/firmware/* ${D}${base_libdir}/firmware > > - rpm2cpio ${S}/pvr-bin-cdv-1.7.788837_05-1.1.i586.rpm | cpio -id > - > + rpm2cpio ${S}/pvr-bin-cdv-1.7.788837_10-1.1.i586.rpm | cpio -id > + > install -d -m 0755 ${D}${libdir}/pvr/cdv/dri > > install -m 0755 ${S}/usr/lib/pvr/cdv/dri/* ${D}${libdir}/pvr/cdv/dri > @@ -92,10 +90,10 @@ do_install() { > > install -m 0755 ${S}/usr/lib/xorg/modules/drivers/* ${D}${libdir}/xorg/modules/drivers/ > > - install -d -m 0755 ${D}${datadir}/doc/psb-video-cdv-0.12 > - install -d -m 0755 ${D}${datadir}/doc/pvr-bin-cdv-1.7.788837_05 > + install -d -m 0755 ${D}${datadir}/doc/psb-video-cdv-0.16 > + install -d -m 0755 ${D}${datadir}/doc/pvr-bin-cdv-1.7.788837_10 > > - install -m 0755 ${S}/usr/share/doc/psb-video-cdv-0.12/license.txt ${D}${datadir}/doc/psb-video-cdv-0.12/license.txt > - install -m 0755 ${S}/usr/share/doc/pvr-bin-cdv-1.7.788837_05/license.txt ${D}${datadir}/doc/pvr-bin-cdv-1.7.788837_05/license.txt > + install -m 0755 ${S}/usr/share/doc/psb-video-cdv-0.16/license.txt ${D}${datadir}/doc/psb-video-cdv-0.16/license.txt > + install -m 0755 ${S}/usr/share/doc/pvr-bin-cdv-1.7.788837_10/license.txt ${D}${datadir}/doc/pvr-bin-cdv-1.7.788837_10/license.txt > > }