Openembedded Core Discussions
 help / color / mirror / Atom feed
* Updated [PATCH 0/4] SRC_URI Check Updates with Beagleboard updates
@ 2011-07-01  6:54 Saul Wold
  2011-07-01  6:54 ` [PATCH 1/4] x-load: Update to 1.5.0 Saul Wold
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: Saul Wold @ 2011-07-01  6:54 UTC (permalink / raw)
  To: openembedded-core

Richard,

This address 2 bugs filed by Darren for the Beagleboard, they build
correctly.

It also updates two recipes that Mark Hatle found lacking checksums.

Thanks
	Sau!

The following changes since commit 40ecaf6a59ba61e72d29d7e677197ef37c998408:

  uclibc: Add default uClibc.machine files (2011-07-01 00:40:10 +0100)

are available in the git repository at:
  git://git.openembedded.org/openembedded-core-contrib sgw/fix
  http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=sgw/fix

Saul Wold (4):
  x-load: Update to 1.5.0
  uboot: Update to 2011.06
  mpeg2dec: add SRC_URI Checksum
  libmad: add SRC_URI Checksum

 ...Drop-config.h-include-in-tools-imximage.h.patch |    0
 ...ove-LDSCRIPT-processing-to-the-top-level-.patch |    0
 ...kimage_2011.03.bb => u-boot-mkimage_2011.06.bb} |   12 +++++-------
 .../uboot/{u-boot_2011.03.bb => u-boot_2011.06.bb} |   10 +++++-----
 meta/recipes-bsp/x-load/x-load_git.bb              |   11 +++++------
 meta/recipes-multimedia/libmad/libmad_0.15.1b.bb   |    3 +++
 meta/recipes-multimedia/mpeg2dec/mpeg2dec_0.4.1.bb |    3 +++
 7 files changed, 21 insertions(+), 18 deletions(-)
 rename meta/recipes-bsp/uboot/{u-boot-mkimage-2011.03 => u-boot-mkimage-2011.06}/0001-Drop-config.h-include-in-tools-imximage.h.patch (100%)
 rename meta/recipes-bsp/uboot/{u-boot-mkimage-2011.03 => u-boot-mkimage-2011.06}/0002-config.mk-move-LDSCRIPT-processing-to-the-top-level-.patch (100%)
 rename meta/recipes-bsp/uboot/{u-boot-mkimage_2011.03.bb => u-boot-mkimage_2011.06.bb} (51%)
 rename meta/recipes-bsp/uboot/{u-boot_2011.03.bb => u-boot_2011.06.bb} (74%)

-- 
1.7.3.4




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

* [PATCH 1/4] x-load: Update to 1.5.0
  2011-07-01  6:54 Updated [PATCH 0/4] SRC_URI Check Updates with Beagleboard updates Saul Wold
@ 2011-07-01  6:54 ` Saul Wold
  2011-07-01  6:54 ` [PATCH 2/4] uboot: Update to 2011.06 Saul Wold
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 9+ messages in thread
From: Saul Wold @ 2011-07-01  6:54 UTC (permalink / raw)
  To: openembedded-core; +Cc: Saul Wold (none)

From: Saul Wold <sgw@NHM-EX-FB-F13.(none)>

[YOCTO #1197]

Signed-off-by: Saul Wold <sgw@linux.intel.com>
---
 meta/recipes-bsp/x-load/x-load_git.bb |   11 +++++------
 1 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/meta/recipes-bsp/x-load/x-load_git.bb b/meta/recipes-bsp/x-load/x-load_git.bb
index 600cd87..3f9481c 100644
--- a/meta/recipes-bsp/x-load/x-load_git.bb
+++ b/meta/recipes-bsp/x-load/x-load_git.bb
@@ -5,17 +5,16 @@ FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/x-load-git/${MACHINE
 LICENSE = "GPLv2+"
 LIC_FILES_CHKSUM = "file://README;beginline=1;endline=25;md5=ef08d08cb99057bbb5b9d6d0c5a4396f"
 
-SRCREV = "6f3a26101303051e0f91b6213735b68ce804e94e"
-PV = "1.42+${PR}+git${SRCPV}"
-PR="r13"
+SRCREV = "9f94c6577e3a018b6b75cbe39f32bb331871f915"
+PV = "1.5+${PR}+git${SRCPV}"
+PR="r0"
 
 #SRC_URI = "git://www.sakoman.net/git/x-load-omap3.git;branch=master;protocol=git"
 #SRC_URI = "git://gitorious.org/x-load-omap3/mainline.git;branch=master;protocol=git"
 SRC_URI = "git://gitorious.org/x-loader/x-loader.git;branch=master;protocol=git"
 
-SRC_URI_append_beagleboard = " \
-                              file://name.patch;patch=1 \
-                             "
+SRC_URI_append_beagleboard = " file://name.patch "
+
 S = "${WORKDIR}/git"
 
 PACKAGE_ARCH = "${MACHINE_ARCH}"
-- 
1.7.3.4




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

* [PATCH 2/4] uboot: Update to 2011.06
  2011-07-01  6:54 Updated [PATCH 0/4] SRC_URI Check Updates with Beagleboard updates Saul Wold
  2011-07-01  6:54 ` [PATCH 1/4] x-load: Update to 1.5.0 Saul Wold
@ 2011-07-01  6:54 ` Saul Wold
  2011-07-01  7:16   ` Koen Kooi
  2011-07-01  6:54 ` [PATCH 3/4] mpeg2dec: add SRC_URI Checksum Saul Wold
                   ` (2 subsequent siblings)
  4 siblings, 1 reply; 9+ messages in thread
From: Saul Wold @ 2011-07-01  6:54 UTC (permalink / raw)
  To: openembedded-core

[YOCTO #1198]

Signed-off-by: Saul Wold <sgw@linux.intel.com>
---
 ...Drop-config.h-include-in-tools-imximage.h.patch |    0
 ...ove-LDSCRIPT-processing-to-the-top-level-.patch |    0
 ...kimage_2011.03.bb => u-boot-mkimage_2011.06.bb} |   12 +++++-------
 .../uboot/{u-boot_2011.03.bb => u-boot_2011.06.bb} |   10 +++++-----
 4 files changed, 10 insertions(+), 12 deletions(-)
 rename meta/recipes-bsp/uboot/{u-boot-mkimage-2011.03 => u-boot-mkimage-2011.06}/0001-Drop-config.h-include-in-tools-imximage.h.patch (100%)
 rename meta/recipes-bsp/uboot/{u-boot-mkimage-2011.03 => u-boot-mkimage-2011.06}/0002-config.mk-move-LDSCRIPT-processing-to-the-top-level-.patch (100%)
 rename meta/recipes-bsp/uboot/{u-boot-mkimage_2011.03.bb => u-boot-mkimage_2011.06.bb} (51%)
 rename meta/recipes-bsp/uboot/{u-boot_2011.03.bb => u-boot_2011.06.bb} (74%)

diff --git a/meta/recipes-bsp/uboot/u-boot-mkimage-2011.03/0001-Drop-config.h-include-in-tools-imximage.h.patch b/meta/recipes-bsp/uboot/u-boot-mkimage-2011.06/0001-Drop-config.h-include-in-tools-imximage.h.patch
similarity index 100%
rename from meta/recipes-bsp/uboot/u-boot-mkimage-2011.03/0001-Drop-config.h-include-in-tools-imximage.h.patch
rename to meta/recipes-bsp/uboot/u-boot-mkimage-2011.06/0001-Drop-config.h-include-in-tools-imximage.h.patch
diff --git a/meta/recipes-bsp/uboot/u-boot-mkimage-2011.03/0002-config.mk-move-LDSCRIPT-processing-to-the-top-level-.patch b/meta/recipes-bsp/uboot/u-boot-mkimage-2011.06/0002-config.mk-move-LDSCRIPT-processing-to-the-top-level-.patch
similarity index 100%
rename from meta/recipes-bsp/uboot/u-boot-mkimage-2011.03/0002-config.mk-move-LDSCRIPT-processing-to-the-top-level-.patch
rename to meta/recipes-bsp/uboot/u-boot-mkimage-2011.06/0002-config.mk-move-LDSCRIPT-processing-to-the-top-level-.patch
diff --git a/meta/recipes-bsp/uboot/u-boot-mkimage_2011.03.bb b/meta/recipes-bsp/uboot/u-boot-mkimage_2011.06.bb
similarity index 51%
rename from meta/recipes-bsp/uboot/u-boot-mkimage_2011.03.bb
rename to meta/recipes-bsp/uboot/u-boot-mkimage_2011.06.bb
index 34bae8e..6f2a2ca 100644
--- a/meta/recipes-bsp/uboot/u-boot-mkimage_2011.03.bb
+++ b/meta/recipes-bsp/uboot/u-boot-mkimage_2011.06.bb
@@ -1,17 +1,15 @@
 DESCRIPTION = "U-boot bootloader mkimage tool"
 LICENSE = "GPLv2+"
 LIC_FILES_CHKSUM = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb \
-                    file://README;beginline=1;endline=22;md5=3a00ef51d3fc96e9d6c1bc4708ccd3b5"
+                    file://README;beginline=1;endline=22;md5=5ba4218ac89af7846802d0348df3fb90"
 SECTION = "bootloader"
 
-PR = "r1"
+PR = "r0"
 
-SRC_URI = "ftp://ftp.denx.de/pub/u-boot/u-boot-${PV}.tar.bz2 \
-           file://0001-Drop-config.h-include-in-tools-imximage.h.patch \
-           file://0002-config.mk-move-LDSCRIPT-processing-to-the-top-level-.patch"
+SRC_URI = "ftp://ftp.denx.de/pub/u-boot/u-boot-${PV}.tar.bz2"
 
-SRC_URI[md5sum] = "91d02124c94368557d0e9ac05fb8c33f"
-SRC_URI[sha256sum] = "08677f66d8d4ee542f6599f580cdffdf730544e1803f9d3739117d6f6d68083e"
+SRC_URI[md5sum] = "0cc5026aad02f218a9b9ac56b301c97a"
+SRC_URI[sha256sum] = "362ddb935885da98cf461eba08f31e3e59d0c4ada6cb2fa15596f43af310ba8b"
 
 S = "${WORKDIR}/u-boot-${PV}"
 
diff --git a/meta/recipes-bsp/uboot/u-boot_2011.03.bb b/meta/recipes-bsp/uboot/u-boot_2011.06.bb
similarity index 74%
rename from meta/recipes-bsp/uboot/u-boot_2011.03.bb
rename to meta/recipes-bsp/uboot/u-boot_2011.06.bb
index 34655ea..acd0944 100644
--- a/meta/recipes-bsp/uboot/u-boot_2011.03.bb
+++ b/meta/recipes-bsp/uboot/u-boot_2011.06.bb
@@ -8,16 +8,16 @@ require u-boot.inc
 
 LICENSE = "GPLv2+"
 LIC_FILES_CHKSUM = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb \
-                    file://README;beginline=1;endline=22;md5=3a00ef51d3fc96e9d6c1bc4708ccd3b5"
+                    file://README;beginline=1;endline=22;md5=5ba4218ac89af7846802d0348df3fb90"
 
 FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/u-boot-git/${MACHINE}"
 
-# This revision corresponds to the tag "v2011.03"
+# This revision corresponds to the tag "v2011.06"
 # We use the revision in order to avoid having to fetch it from the repo during parse
-SRCREV = "19b54a701811220221fc4d5089a2bb18892018ca"
+SRCREV = "b1af6f532e0d348b153d5c148369229d24af361a"
 
-PV = "v2011.03+git${SRCPV}"
-PR = "r5"
+PV = "v2011.06+git${SRCPV}"
+PR = "r0"
 
 SRC_URI = "git://git.denx.de/u-boot.git;branch=master;protocol=git"
 
-- 
1.7.3.4




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

* [PATCH 3/4] mpeg2dec: add SRC_URI Checksum
  2011-07-01  6:54 Updated [PATCH 0/4] SRC_URI Check Updates with Beagleboard updates Saul Wold
  2011-07-01  6:54 ` [PATCH 1/4] x-load: Update to 1.5.0 Saul Wold
  2011-07-01  6:54 ` [PATCH 2/4] uboot: Update to 2011.06 Saul Wold
@ 2011-07-01  6:54 ` Saul Wold
  2011-07-01  6:54 ` [PATCH 4/4] libmad: " Saul Wold
  2011-07-05 13:17 ` Updated [PATCH 0/4] SRC_URI Check Updates with Beagleboard updates Richard Purdie
  4 siblings, 0 replies; 9+ messages in thread
From: Saul Wold @ 2011-07-01  6:54 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Saul Wold <sgw@linux.intel.com>
---
 meta/recipes-multimedia/mpeg2dec/mpeg2dec_0.4.1.bb |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/meta/recipes-multimedia/mpeg2dec/mpeg2dec_0.4.1.bb b/meta/recipes-multimedia/mpeg2dec/mpeg2dec_0.4.1.bb
index 4aa6f8c..f21d2c3 100644
--- a/meta/recipes-multimedia/mpeg2dec/mpeg2dec_0.4.1.bb
+++ b/meta/recipes-multimedia/mpeg2dec/mpeg2dec_0.4.1.bb
@@ -13,6 +13,9 @@ PR = "r1"
 SRC_URI = "http://libmpeg2.sourceforge.net/files/mpeg2dec-${PV}.tar.gz \
            file://altivec_h_needed.patch"
 
+SRC_URI[md5sum] = "7631b0a4bcfdd0d78c0bb0083080b0dc"
+SRC_URI[sha256sum] = "c74a76068f8ec36d4bb59a03bf1157be44118ca02252180e8b358b0b5e3edeee"
+
 inherit autotools pkgconfig
 
 EXTRA_OECONF = "--enable-shared --disable-sdl --with-x"
-- 
1.7.3.4




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

* [PATCH 4/4] libmad: add SRC_URI Checksum
  2011-07-01  6:54 Updated [PATCH 0/4] SRC_URI Check Updates with Beagleboard updates Saul Wold
                   ` (2 preceding siblings ...)
  2011-07-01  6:54 ` [PATCH 3/4] mpeg2dec: add SRC_URI Checksum Saul Wold
@ 2011-07-01  6:54 ` Saul Wold
  2011-07-05 13:17 ` Updated [PATCH 0/4] SRC_URI Check Updates with Beagleboard updates Richard Purdie
  4 siblings, 0 replies; 9+ messages in thread
From: Saul Wold @ 2011-07-01  6:54 UTC (permalink / raw)
  To: openembedded-core

Signed-off-by: Saul Wold <sgw@linux.intel.com>
---
 meta/recipes-multimedia/libmad/libmad_0.15.1b.bb |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/meta/recipes-multimedia/libmad/libmad_0.15.1b.bb b/meta/recipes-multimedia/libmad/libmad_0.15.1b.bb
index acc9df5..ed3efa5 100644
--- a/meta/recipes-multimedia/libmad/libmad_0.15.1b.bb
+++ b/meta/recipes-multimedia/libmad/libmad_0.15.1b.bb
@@ -15,6 +15,9 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/mad/libmad-${PV}.tar.gz \
            file://add-pkgconfig.patch \
            file://fix_for_mips_with_gcc-4.5.0.patch"
 
+SRC_URI[md5sum] = "1be543bc30c56fb6bea1d7bf6a64e66c"
+SRC_URI[sha256sum] = "bbfac3ed6bfbc2823d3775ebb931087371e142bb0e9bb1bee51a76a6e0078690" 
+
 S = "${WORKDIR}/libmad-${PV}"
 
 inherit autotools pkgconfig
-- 
1.7.3.4




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

* Re: [PATCH 2/4] uboot: Update to 2011.06
  2011-07-01  6:54 ` [PATCH 2/4] uboot: Update to 2011.06 Saul Wold
@ 2011-07-01  7:16   ` Koen Kooi
  2011-07-08 16:09     ` Darren Hart
  0 siblings, 1 reply; 9+ messages in thread
From: Koen Kooi @ 2011-07-01  7:16 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer


Op 1 jul 2011, om 08:54 heeft Saul Wold het volgende geschreven:

> [YOCTO #1198]
> 
> Signed-off-by: Saul Wold <sgw@linux.intel.com>
> ---
> ...Drop-config.h-include-in-tools-imximage.h.patch |    0
> ...ove-LDSCRIPT-processing-to-the-top-level-.patch |    0
> ...kimage_2011.03.bb => u-boot-mkimage_2011.06.bb} |   12 +++++-------
> .../uboot/{u-boot_2011.03.bb => u-boot_2011.06.bb} |   10 +++++-----

You do realize that people .bbappending 2011.03 are now left out in the cold, right?


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

* Re: Updated [PATCH 0/4] SRC_URI Check Updates with Beagleboard updates
  2011-07-01  6:54 Updated [PATCH 0/4] SRC_URI Check Updates with Beagleboard updates Saul Wold
                   ` (3 preceding siblings ...)
  2011-07-01  6:54 ` [PATCH 4/4] libmad: " Saul Wold
@ 2011-07-05 13:17 ` Richard Purdie
  2011-07-05 13:35   ` Koen Kooi
  4 siblings, 1 reply; 9+ messages in thread
From: Richard Purdie @ 2011-07-05 13:17 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

On Thu, 2011-06-30 at 23:54 -0700, Saul Wold wrote:
> Richard,
> 
> This address 2 bugs filed by Darren for the Beagleboard, they build
> correctly.
> 
> It also updates two recipes that Mark Hatle found lacking checksums.
> 
> Thanks
> 	Sau!
> 
> The following changes since commit 40ecaf6a59ba61e72d29d7e677197ef37c998408:
> 
>   uclibc: Add default uClibc.machine files (2011-07-01 00:40:10 +0100)
> 
> are available in the git repository at:
>   git://git.openembedded.org/openembedded-core-contrib sgw/fix
>   http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=sgw/fix
> 
> Saul Wold (4):
>   x-load: Update to 1.5.0
>   uboot: Update to 2011.06
>   mpeg2dec: add SRC_URI Checksum
>   libmad: add SRC_URI Checksum

I merged these apart from uboot which Koen has valid concerns about. We
may need to preserve the older version for a while and let this trickle
down the tree to the layers...

Cheers,

Richard




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

* Re: Updated [PATCH 0/4] SRC_URI Check Updates with Beagleboard updates
  2011-07-05 13:17 ` Updated [PATCH 0/4] SRC_URI Check Updates with Beagleboard updates Richard Purdie
@ 2011-07-05 13:35   ` Koen Kooi
  0 siblings, 0 replies; 9+ messages in thread
From: Koen Kooi @ 2011-07-05 13:35 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer
  Cc: Patches and discussions about the oe-core layer

I just noticed that xload sets the PV wrong in the recipe

Op 5 jul. 2011 om 14:17 heeft Richard Purdie <richard.purdie@linuxfoundation.org> het volgende geschreven:

> On Thu, 2011-06-30 at 23:54 -0700, Saul Wold wrote:
>> Richard,
>> 
>> This address 2 bugs filed by Darren for the Beagleboard, they build
>> correctly.
>> 
>> It also updates two recipes that Mark Hatle found lacking checksums.
>> 
>> Thanks
>>    Sau!
>> 
>> The following changes since commit 40ecaf6a59ba61e72d29d7e677197ef37c998408:
>> 
>>  uclibc: Add default uClibc.machine files (2011-07-01 00:40:10 +0100)
>> 
>> are available in the git repository at:
>>  git://git.openembedded.org/openembedded-core-contrib sgw/fix
>>  http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=sgw/fix
>> 
>> Saul Wold (4):
>>  x-load: Update to 1.5.0
>>  uboot: Update to 2011.06
>>  mpeg2dec: add SRC_URI Checksum
>>  libmad: add SRC_URI Checksum
> 
> I merged these apart from uboot which Koen has valid concerns about. We
> may need to preserve the older version for a while and let this trickle
> down the tree to the layers...
> 
> Cheers,
> 
> Richard
> 
> 
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core



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

* Re: [PATCH 2/4] uboot: Update to 2011.06
  2011-07-01  7:16   ` Koen Kooi
@ 2011-07-08 16:09     ` Darren Hart
  0 siblings, 0 replies; 9+ messages in thread
From: Darren Hart @ 2011-07-08 16:09 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer; +Cc: Koen Kooi



On 07/01/2011 12:16 AM, Koen Kooi wrote:
> 
> Op 1 jul 2011, om 08:54 heeft Saul Wold het volgende geschreven:
> 
>> [YOCTO #1198]
>>
>> Signed-off-by: Saul Wold <sgw@linux.intel.com>
>> ---
>> ...Drop-config.h-include-in-tools-imximage.h.patch |    0
>> ...ove-LDSCRIPT-processing-to-the-top-level-.patch |    0
>> ...kimage_2011.03.bb => u-boot-mkimage_2011.06.bb} |   12 +++++-------
>> .../uboot/{u-boot_2011.03.bb => u-boot_2011.06.bb} |   10 +++++-----
> 
> You do realize that people .bbappending 2011.03 are now left out in the cold, right?

My apologies to Saul as I probably contributed to this by not being
explicit in the bug report. As stated in my earlier mail regarding uboot
policy, we should keep at least two revisions of u-boot around to give
people time to migrate to the newer one (if they can at all).

-- 
Darren Hart
Intel Open Source Technology Center
Yocto Project - Linux Kernel



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

end of thread, other threads:[~2011-07-08 16:15 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-01  6:54 Updated [PATCH 0/4] SRC_URI Check Updates with Beagleboard updates Saul Wold
2011-07-01  6:54 ` [PATCH 1/4] x-load: Update to 1.5.0 Saul Wold
2011-07-01  6:54 ` [PATCH 2/4] uboot: Update to 2011.06 Saul Wold
2011-07-01  7:16   ` Koen Kooi
2011-07-08 16:09     ` Darren Hart
2011-07-01  6:54 ` [PATCH 3/4] mpeg2dec: add SRC_URI Checksum Saul Wold
2011-07-01  6:54 ` [PATCH 4/4] libmad: " Saul Wold
2011-07-05 13:17 ` Updated [PATCH 0/4] SRC_URI Check Updates with Beagleboard updates Richard Purdie
2011-07-05 13:35   ` Koen Kooi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox