All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] u-boot: add 2011.03
@ 2011-05-09 20:59 Andreas Mueller
  2011-05-09 20:59 ` [PATCH 2/2] overo: u-boot fix by moving to version 2011.03 Andreas Mueller
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Andreas Mueller @ 2011-05-09 20:59 UTC (permalink / raw)
  To: openembedded-devel


Signed-off-by: Andreas Mueller <schnitzeltony@gmx.de>
---
 recipes/u-boot/u-boot_2011.03.bb |   19 +++++++++++++++++++
 1 files changed, 19 insertions(+), 0 deletions(-)
 create mode 100644 recipes/u-boot/u-boot_2011.03.bb

diff --git a/recipes/u-boot/u-boot_2011.03.bb b/recipes/u-boot/u-boot_2011.03.bb
new file mode 100644
index 0000000..8ab385f
--- /dev/null
+++ b/recipes/u-boot/u-boot_2011.03.bb
@@ -0,0 +1,19 @@
+PR = "r0"
+require u-boot.inc
+
+DEFAULT_PREFERENCE = "-1"
+
+SRC_URI = "ftp://ftp.denx.de/pub/u-boot/u-boot-${PV}.tar.bz2 "
+SRC_URI[md5sum] = "91d02124c94368557d0e9ac05fb8c33f"
+SRC_URI[sha256sum] = "08677f66d8d4ee542f6599f580cdffdf730544e1803f9d3739117d6f6d68083e"
+
+
+TARGET_LDFLAGS = ""
+
+inherit base
+
+do_compile () {
+       oe_runmake ${UBOOT_MACHINE}
+       oe_runmake all
+}
+
-- 
1.7.4.4




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

* [PATCH 2/2] overo: u-boot fix by moving to version 2011.03
  2011-05-09 20:59 [PATCH 1/2] u-boot: add 2011.03 Andreas Mueller
@ 2011-05-09 20:59 ` Andreas Mueller
  2011-05-10  8:00 ` [PATCH 1/2] u-boot: add 2011.03 Koen Kooi
  2011-05-17 20:42 ` Ulf Samuelsson
  2 siblings, 0 replies; 4+ messages in thread
From: Andreas Mueller @ 2011-05-09 20:59 UTC (permalink / raw)
  To: openembedded-devel

The old git version did not start up from SDCard.

Tests:
* Set default variable environment
* Save variable environment
* Boot kernel from MMC and NAND

Signed-off-by: Andreas Mueller <schnitzeltony@gmx.de>
---
 recipes/u-boot/u-boot_2011.03.bb |    1 +
 recipes/u-boot/u-boot_git.bb     |    5 -----
 2 files changed, 1 insertions(+), 5 deletions(-)

diff --git a/recipes/u-boot/u-boot_2011.03.bb b/recipes/u-boot/u-boot_2011.03.bb
index 8ab385f..ac609cd 100644
--- a/recipes/u-boot/u-boot_2011.03.bb
+++ b/recipes/u-boot/u-boot_2011.03.bb
@@ -2,6 +2,7 @@ PR = "r0"
 require u-boot.inc
 
 DEFAULT_PREFERENCE = "-1"
+DEFAULT_PREFERENCE_overo = "1"
 
 SRC_URI = "ftp://ftp.denx.de/pub/u-boot/u-boot-${PV}.tar.bz2 "
 SRC_URI[md5sum] = "91d02124c94368557d0e9ac05fb8c33f"
diff --git a/recipes/u-boot/u-boot_git.bb b/recipes/u-boot/u-boot_git.bb
index 2cf5b12..d7c4f6a 100644
--- a/recipes/u-boot/u-boot_git.bb
+++ b/recipes/u-boot/u-boot_git.bb
@@ -197,11 +197,6 @@ do_compile_omapzoom36x () {
         oe_runmake tools
 }
 
-SRC_URI_overo = "git://www.sakoman.com/git/u-boot.git;branch=omap4-exp;protocol=git \
-"
-SRCREV_overo = "261733408a27d14590cf3ec6b596461808050e32"
-PV_overo = "2010.12+${PR}+gitr${SRCREV}"
-
 SRC_URI_omap4430-panda = "git://www.sakoman.com/git/u-boot.git;branch=omap4-exp;protocol=git \
                           file://fix-break-caused-by-new-binutils.patch \
                          "
-- 
1.7.4.4




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

* Re: [PATCH 1/2] u-boot: add 2011.03
  2011-05-09 20:59 [PATCH 1/2] u-boot: add 2011.03 Andreas Mueller
  2011-05-09 20:59 ` [PATCH 2/2] overo: u-boot fix by moving to version 2011.03 Andreas Mueller
@ 2011-05-10  8:00 ` Koen Kooi
  2011-05-17 20:42 ` Ulf Samuelsson
  2 siblings, 0 replies; 4+ messages in thread
From: Koen Kooi @ 2011-05-10  8:00 UTC (permalink / raw)
  To: openembedded-devel

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Both patches applied, thanks!

On 09-05-11 22:59, Andreas Mueller wrote:
> 
> Signed-off-by: Andreas Mueller <schnitzeltony@gmx.de>
> ---
>  recipes/u-boot/u-boot_2011.03.bb |   19 +++++++++++++++++++
>  1 files changed, 19 insertions(+), 0 deletions(-)
>  create mode 100644 recipes/u-boot/u-boot_2011.03.bb
> 
> diff --git a/recipes/u-boot/u-boot_2011.03.bb b/recipes/u-boot/u-boot_2011.03.bb
> new file mode 100644
> index 0000000..8ab385f
> --- /dev/null
> +++ b/recipes/u-boot/u-boot_2011.03.bb
> @@ -0,0 +1,19 @@
> +PR = "r0"
> +require u-boot.inc
> +
> +DEFAULT_PREFERENCE = "-1"
> +
> +SRC_URI = "ftp://ftp.denx.de/pub/u-boot/u-boot-${PV}.tar.bz2 "
> +SRC_URI[md5sum] = "91d02124c94368557d0e9ac05fb8c33f"
> +SRC_URI[sha256sum] = "08677f66d8d4ee542f6599f580cdffdf730544e1803f9d3739117d6f6d68083e"
> +
> +
> +TARGET_LDFLAGS = ""
> +
> +inherit base
> +
> +do_compile () {
> +       oe_runmake ${UBOOT_MACHINE}
> +       oe_runmake all
> +}
> +

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)

iD4DBQFNyPCWMkyGM64RGpERAuBdAJj0e9VUON1cJTrw4LBqeKEGcUa0AJ48qY/X
6d9zrl1zR64i8V6an0O6hw==
=FNTC
-----END PGP SIGNATURE-----




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

* Re: [PATCH 1/2] u-boot: add 2011.03
  2011-05-09 20:59 [PATCH 1/2] u-boot: add 2011.03 Andreas Mueller
  2011-05-09 20:59 ` [PATCH 2/2] overo: u-boot fix by moving to version 2011.03 Andreas Mueller
  2011-05-10  8:00 ` [PATCH 1/2] u-boot: add 2011.03 Koen Kooi
@ 2011-05-17 20:42 ` Ulf Samuelsson
  2 siblings, 0 replies; 4+ messages in thread
From: Ulf Samuelsson @ 2011-05-17 20:42 UTC (permalink / raw)
  To: openembedded-devel

2011-05-09 22:59, Andreas Mueller skrev:
> Signed-off-by: Andreas Mueller<schnitzeltony@gmx.de>
> ---
>   recipes/u-boot/u-boot_2011.03.bb |   19 +++++++++++++++++++
>   1 files changed, 19 insertions(+), 0 deletions(-)
>   create mode 100644 recipes/u-boot/u-boot_2011.03.bb
>
> diff --git a/recipes/u-boot/u-boot_2011.03.bb b/recipes/u-boot/u-boot_2011.03.bb
> new file mode 100644
> index 0000000..8ab385f
> --- /dev/null
> +++ b/recipes/u-boot/u-boot_2011.03.bb
> @@ -0,0 +1,19 @@
> +PR = "r0"
> +require u-boot.inc
> +
> +DEFAULT_PREFERENCE = "-1"
> +
> +SRC_URI = "ftp://ftp.denx.de/pub/u-boot/u-boot-${PV}.tar.bz2 "
> +SRC_URI[md5sum] = "91d02124c94368557d0e9ac05fb8c33f"
> +SRC_URI[sha256sum] = "08677f66d8d4ee542f6599f580cdffdf730544e1803f9d3739117d6f6d68083e"
> +
> +
> +TARGET_LDFLAGS = ""
> +
> +inherit base
> +
> +do_compile () {
> +       oe_runmake ${UBOOT_MACHINE}
> +       oe_runmake all
> +}
> +
I added support for building multiple u-boot targets in 2009.11
Suggest that this functionality is added in all new u-boot recipes.
There is a new include file which handles the install.


PR = "r2"
require u-boot_r2.inc

DEFAULT_PREFERENCE = "-1"
...
SRC_URI = "ftp://ftp.denx.de/pub/u-boot/u-boot-${PV}.tar.bz2 "
...

TARGET_LDFLAGS = ""

inherit base

do_compile () {
     if ! [ "x${UBOOT_MACHINES}" == "x" ] ; then
         for board in ${UBOOT_MACHINES} ; do
             if ! [ `grep ${board}_config Makefile | wc -c` == 0 ] ; then
                 mkdir -p binaries/${board}
                 oe_runmake O=binaries/${board} distclean
                 oe_runmake O=binaries/${board} ${board}_config
                 oe_runmake O=binaries/${board} all
             fi
         done
     else
            oe_runmake ${UBOOT_MACHINE}
            oe_runmake all
     fi
}

SRC_URI[md5sum] = "d94700614225f53c853dfe714eb5fa47"
SRC_URI[sha256sum] = 
"066615314fc90a314823ac975ca2a525a51fdad41802f4088a3a21ce073e8de6"



-- 
Best Regards
Ulf Samuelsson




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

end of thread, other threads:[~2011-05-17 20:45 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-05-09 20:59 [PATCH 1/2] u-boot: add 2011.03 Andreas Mueller
2011-05-09 20:59 ` [PATCH 2/2] overo: u-boot fix by moving to version 2011.03 Andreas Mueller
2011-05-10  8:00 ` [PATCH 1/2] u-boot: add 2011.03 Koen Kooi
2011-05-17 20:42 ` Ulf Samuelsson

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.