All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/5] meta-emenlow: add SRC_URI checksums to xpsb-glx
  2012-03-05 19:45 [PATCH 0/5] meta-intel: update emenlow checksums tom.zanussi
@ 2012-03-05 19:45 ` tom.zanussi
  2012-03-05 19:45 ` [PATCH 2/5] meta-emenlow: add SRC_URI checksums to xserver-psb tom.zanussi
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: tom.zanussi @ 2012-03-05 19:45 UTC (permalink / raw)
  To: yocto

From: Tom Zanussi <tom.zanussi@linux.intel.com>

Add md5 and sha256 checksums to the recipe.

Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
---
 .../recipes-graphics/xpsb-glx/xpsb-glx_0.18.bb     |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/meta-emenlow/recipes-graphics/xpsb-glx/xpsb-glx_0.18.bb b/meta-emenlow/recipes-graphics/xpsb-glx/xpsb-glx_0.18.bb
index 0773a7c..03c0258 100644
--- a/meta-emenlow/recipes-graphics/xpsb-glx/xpsb-glx_0.18.bb
+++ b/meta-emenlow/recipes-graphics/xpsb-glx/xpsb-glx_0.18.bb
@@ -15,6 +15,9 @@ SRC_URI="https://launchpad.net/~gma500/+archive/ppa/+files/xpsb-glx_0.18-0ubuntu
          file://libdrmname.patch \
          file://native-matypes.patch"
 
+SRC_URI[md5sum] = "50423a9e861ccff5814eb95a32494952"
+SRC_URI[sha256sum] = "03c958defef56ae0ec051c6f67620fa90733649925386824b7bf029f40bd7905"
+
 do_configure () {
 	chmod +x autogen.sh && ./autogen.sh ${CONFIGUREOPTS} && make realclean
 	cd ${S}/src/mesa/x86/
-- 
1.7.1



^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [PATCH 0/5] meta-intel: update emenlow checksums
@ 2012-03-05 19:45 tom.zanussi
  2012-03-05 19:45 ` [PATCH 1/5] meta-emenlow: add SRC_URI checksums to xpsb-glx tom.zanussi
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: tom.zanussi @ 2012-03-05 19:45 UTC (permalink / raw)
  To: yocto; +Cc: Tom Zanussi

From: Tom Zanussi <tom.zanussi@linux.intel.com>

Several recipes need checksums, add them.

The following changes since commit df18b721f86f0737c0f302e49b27ea232c70e683:

  meta-intel: add LAYERDEPENDS for layers needing the meta-intel common layer (2012-02-24 14:52:01 -0600)

are available in the git repository at:
  git://git.yoctoproject.org/meta-intel.git tzanussi/emenlow-checksums
  http://git.yoctoproject.org/cgit/cgit.cgi/meta-intel/log/?h=tzanussi/emenlow-checksums

Tom Zanussi (5):
  meta-emenlow: add SRC_URI checksums to xpsb-glx
  meta-emenlow: add SRC_URI checksums to xserver-psb
  meta-emenlow: add SRC_URI checksums to xserver-xorg-video-psb
  meta-emenlow: add SRC_URI checksums to psb-firmware
  meta-emenlow: add SRC_URI checksums to libva

 .../recipes-graphics/libva/libva_0.31.0.bb         |    3 +++
 .../psb-firmware/psb-firmware_0.30.bb              |    3 +++
 .../xorg-xserver/xserver-psb_1.7.99.2.bb           |    3 +++
 .../recipes-graphics/xpsb-glx/xpsb-glx_0.18.bb     |    3 +++
 .../xserver-xorg-video-psb_0.32.1.bb               |    3 +++
 5 files changed, 15 insertions(+), 0 deletions(-)



^ permalink raw reply	[flat|nested] 6+ messages in thread

* [PATCH 2/5] meta-emenlow: add SRC_URI checksums to xserver-psb
  2012-03-05 19:45 [PATCH 0/5] meta-intel: update emenlow checksums tom.zanussi
  2012-03-05 19:45 ` [PATCH 1/5] meta-emenlow: add SRC_URI checksums to xpsb-glx tom.zanussi
@ 2012-03-05 19:45 ` tom.zanussi
  2012-03-05 19:45 ` [PATCH 3/5] meta-emenlow: add SRC_URI checksums to xserver-xorg-video-psb tom.zanussi
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: tom.zanussi @ 2012-03-05 19:45 UTC (permalink / raw)
  To: yocto

From: Tom Zanussi <tom.zanussi@linux.intel.com>

Add md5 and sha256 checksums to the recipe.

Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
---
 .../xorg-xserver/xserver-psb_1.7.99.2.bb           |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/meta-emenlow/recipes-graphics/xorg-xserver/xserver-psb_1.7.99.2.bb b/meta-emenlow/recipes-graphics/xorg-xserver/xserver-psb_1.7.99.2.bb
index 7fd19cb..6b946d6 100644
--- a/meta-emenlow/recipes-graphics/xorg-xserver/xserver-psb_1.7.99.2.bb
+++ b/meta-emenlow/recipes-graphics/xorg-xserver/xserver-psb_1.7.99.2.bb
@@ -1,4 +1,7 @@
 require recipes-graphics/xorg-xserver/xserver-xorg.inc
 require xserver-psb-${PV}.inc
 
+SRC_URI[md5sum] = "cafc4e2d4ef6cf6e47f3e7dffeb3346a"
+SRC_URI[sha256sum] = "a89f13b166b412930fe418ff50032dd2cde8bb181d8b47b5ca6f848d218fdcf2"
+
 PE = "1"
-- 
1.7.1



^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [PATCH 3/5] meta-emenlow: add SRC_URI checksums to xserver-xorg-video-psb
  2012-03-05 19:45 [PATCH 0/5] meta-intel: update emenlow checksums tom.zanussi
  2012-03-05 19:45 ` [PATCH 1/5] meta-emenlow: add SRC_URI checksums to xpsb-glx tom.zanussi
  2012-03-05 19:45 ` [PATCH 2/5] meta-emenlow: add SRC_URI checksums to xserver-psb tom.zanussi
@ 2012-03-05 19:45 ` tom.zanussi
  2012-03-05 19:45 ` [PATCH 4/5] meta-emenlow: add SRC_URI checksums to psb-firmware tom.zanussi
  2012-03-05 19:45 ` [PATCH 5/5] meta-emenlow: add SRC_URI checksums to libva tom.zanussi
  4 siblings, 0 replies; 6+ messages in thread
From: tom.zanussi @ 2012-03-05 19:45 UTC (permalink / raw)
  To: yocto

From: Tom Zanussi <tom.zanussi@linux.intel.com>

Add md5 and sha256 checksums to the recipe.

Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
---
 .../xserver-xorg-video-psb_0.32.1.bb               |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/meta-emenlow/recipes-graphics/xserver-xorg-video-psb/xserver-xorg-video-psb_0.32.1.bb b/meta-emenlow/recipes-graphics/xserver-xorg-video-psb/xserver-xorg-video-psb_0.32.1.bb
index 1ff92bb..9de68f4 100644
--- a/meta-emenlow/recipes-graphics/xserver-xorg-video-psb/xserver-xorg-video-psb_0.32.1.bb
+++ b/meta-emenlow/recipes-graphics/xserver-xorg-video-psb/xserver-xorg-video-psb_0.32.1.bb
@@ -19,6 +19,9 @@ SRC_URI = "https://launchpad.net/~gma500/+archive/ppa/+files/xserver-xorg-video-
 	file://dri-h.patch \
 	file://libdrm-poulsbo.patch"
 
+SRC_URI[md5sum] = "67bd808960db4fe9b3a7ff2582da1608"
+SRC_URI[sha256sum] = "deeaf6e4d059e709d8a4268bd013a172f7fbd70778236d7d1e2712d1951de72c"
+
 export DRI_CFLAGS="-I${STAGING_INCDIR}/psb -I${STAGING_INCDIR}/psb/drm \
 	-I${STAGING_INCDIR}/X11/dri"
 
-- 
1.7.1



^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [PATCH 4/5] meta-emenlow: add SRC_URI checksums to psb-firmware
  2012-03-05 19:45 [PATCH 0/5] meta-intel: update emenlow checksums tom.zanussi
                   ` (2 preceding siblings ...)
  2012-03-05 19:45 ` [PATCH 3/5] meta-emenlow: add SRC_URI checksums to xserver-xorg-video-psb tom.zanussi
@ 2012-03-05 19:45 ` tom.zanussi
  2012-03-05 19:45 ` [PATCH 5/5] meta-emenlow: add SRC_URI checksums to libva tom.zanussi
  4 siblings, 0 replies; 6+ messages in thread
From: tom.zanussi @ 2012-03-05 19:45 UTC (permalink / raw)
  To: yocto

From: Tom Zanussi <tom.zanussi@linux.intel.com>

Add md5 and sha256 checksums to the recipe.

Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
---
 .../psb-firmware/psb-firmware_0.30.bb              |    3 +++
 1 files changed, 3 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
index 164ea66..2984f2e 100644
--- a/meta-emenlow/recipes-graphics/psb-firmware/psb-firmware_0.30.bb
+++ b/meta-emenlow/recipes-graphics/psb-firmware/psb-firmware_0.30.bb
@@ -5,6 +5,9 @@ PR = "r0"
 
 SRC_URI = "https://launchpad.net/~gma500/+archive/ppa/+files/psb-firmware_0.30-0ubuntu1netbook1ubuntu1.tar.gz"
 
+SRC_URI[md5sum] = "760005739edc64387240e56f6916e825"
+SRC_URI[sha256sum] = "714bc9162409b172caaabdaff5a942bc9d104a9b3a47a165754f7090803ba4b3"
+
 do_install() {
         install -d ${D}${base_libdir}/firmware/
 	install -m 0644 ${WORKDIR}/psb-firmware-0.30/msvdx_fw.bin ${D}${base_libdir}/firmware/
-- 
1.7.1



^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [PATCH 5/5] meta-emenlow: add SRC_URI checksums to libva
  2012-03-05 19:45 [PATCH 0/5] meta-intel: update emenlow checksums tom.zanussi
                   ` (3 preceding siblings ...)
  2012-03-05 19:45 ` [PATCH 4/5] meta-emenlow: add SRC_URI checksums to psb-firmware tom.zanussi
@ 2012-03-05 19:45 ` tom.zanussi
  4 siblings, 0 replies; 6+ messages in thread
From: tom.zanussi @ 2012-03-05 19:45 UTC (permalink / raw)
  To: yocto

From: Tom Zanussi <tom.zanussi@linux.intel.com>

Add md5 and sha256 checksums to the recipe.

Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
---
 .../recipes-graphics/libva/libva_0.31.0.bb         |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/meta-emenlow/recipes-graphics/libva/libva_0.31.0.bb b/meta-emenlow/recipes-graphics/libva/libva_0.31.0.bb
index 449a44f..cfdc71e 100644
--- a/meta-emenlow/recipes-graphics/libva/libva_0.31.0.bb
+++ b/meta-emenlow/recipes-graphics/libva/libva_0.31.0.bb
@@ -30,6 +30,9 @@ SRC_URI = "https://launchpad.net/~gma500/+archive/ppa/+files/libva_0.31.0-1+sds9
 	file://392_compat.dso.patch \
 	file://libdrm-poulsbo.patch"
 
+SRC_URI[md5sum] = "860f13e5a9d09511d7c6807b880e758b"
+SRC_URI[sha256sum] = "306468f87b9e13fdb3b6f0c6e2159b20198b33eed9eda4c31d7381a88911554f"
+
 export LDFLAGS="-Wl,-z,defs"
 
 EXTRA_OECONF = "--disable-i965-driver"
-- 
1.7.1



^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2012-03-05 19:46 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-05 19:45 [PATCH 0/5] meta-intel: update emenlow checksums tom.zanussi
2012-03-05 19:45 ` [PATCH 1/5] meta-emenlow: add SRC_URI checksums to xpsb-glx tom.zanussi
2012-03-05 19:45 ` [PATCH 2/5] meta-emenlow: add SRC_URI checksums to xserver-psb tom.zanussi
2012-03-05 19:45 ` [PATCH 3/5] meta-emenlow: add SRC_URI checksums to xserver-xorg-video-psb tom.zanussi
2012-03-05 19:45 ` [PATCH 4/5] meta-emenlow: add SRC_URI checksums to psb-firmware tom.zanussi
2012-03-05 19:45 ` [PATCH 5/5] meta-emenlow: add SRC_URI checksums to libva tom.zanussi

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.