* [PATCH 0/2] x-load and uboot updates for Beagleboard
@ 2011-07-01 2:31 Saul Wold
2011-07-01 2:31 ` [PATCH 1/2] x-load: Update to 1.5.0 Saul Wold
2011-07-01 2:31 ` [PATCH 2/2] uboot: Update to 2011.06 Saul Wold
0 siblings, 2 replies; 3+ messages in thread
From: Saul Wold @ 2011-07-01 2:31 UTC (permalink / raw)
To: openembedded-core
Richard,
This address 2 bugs filed by Darren for the Beagleboard, they build
correctly.
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 (2):
x-load: Update to 1.5.0
uboot: Update to 2011.06
...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 +++++------
5 files changed, 15 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] 3+ messages in thread* [PATCH 1/2] x-load: Update to 1.5.0
2011-07-01 2:31 [PATCH 0/2] x-load and uboot updates for Beagleboard Saul Wold
@ 2011-07-01 2:31 ` Saul Wold
2011-07-01 2:31 ` [PATCH 2/2] uboot: Update to 2011.06 Saul Wold
1 sibling, 0 replies; 3+ messages in thread
From: Saul Wold @ 2011-07-01 2:31 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] 3+ messages in thread* [PATCH 2/2] uboot: Update to 2011.06
2011-07-01 2:31 [PATCH 0/2] x-load and uboot updates for Beagleboard Saul Wold
2011-07-01 2:31 ` [PATCH 1/2] x-load: Update to 1.5.0 Saul Wold
@ 2011-07-01 2:31 ` Saul Wold
1 sibling, 0 replies; 3+ messages in thread
From: Saul Wold @ 2011-07-01 2:31 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] 3+ messages in thread
end of thread, other threads:[~2011-07-01 2:35 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-01 2:31 [PATCH 0/2] x-load and uboot updates for Beagleboard Saul Wold
2011-07-01 2:31 ` [PATCH 1/2] x-load: Update to 1.5.0 Saul Wold
2011-07-01 2:31 ` [PATCH 2/2] uboot: Update to 2011.06 Saul Wold
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox