All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] u-boot: add latest mainline release 2013.01.01
@ 2013-02-26  4:21 Denys Dmytriyenko
  2013-02-26  6:07 ` Khem Raj
  0 siblings, 1 reply; 5+ messages in thread
From: Denys Dmytriyenko @ 2013-02-26  4:21 UTC (permalink / raw)
  To: meta-ti

From: Denys Dmytriyenko <denys@ti.com>

Should work reasonable well for most platforms and is provided as an alternative.
Is not enabled by default, since there are usually older versions with more
features supported.

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
---
 recipes-bsp/u-boot/u-boot_2013.01.01.bb | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)
 create mode 100644 recipes-bsp/u-boot/u-boot_2013.01.01.bb

diff --git a/recipes-bsp/u-boot/u-boot_2013.01.01.bb b/recipes-bsp/u-boot/u-boot_2013.01.01.bb
new file mode 100644
index 0000000..4c460cc
--- /dev/null
+++ b/recipes-bsp/u-boot/u-boot_2013.01.01.bb
@@ -0,0 +1,22 @@
+require ${COREBASE}/meta/recipes-bsp/u-boot/u-boot.inc
+
+DESCRIPTION = "Mainline u-boot bootloader"
+LICENSE = "GPLv2+"
+LIC_FILES_CHKSUM = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb"
+
+DEFAULT_PREFERENCE = "-1"
+
+PACKAGE_ARCH = "${MACHINE_ARCH}"
+
+PR = "r1"
+
+SRC_URI = "git://git.denx.de/u-boot.git;protocol=git;branch=${BRANCH}"
+
+BRANCH ?= "u-boot-2013.01.y"
+
+SRCREV = "e8ae0fa5edd152b2b29c470b88429be4cdcd2c46"
+
+S = "${WORKDIR}/git"
+
+UBOOT_SUFFIX = "img"
+SPL_BINARY = "MLO"
-- 
1.8.1.2



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

* Re: [PATCH] u-boot: add latest mainline release 2013.01.01
  2013-02-26  4:21 [PATCH] u-boot: add latest mainline release 2013.01.01 Denys Dmytriyenko
@ 2013-02-26  6:07 ` Khem Raj
  2013-02-26  6:24   ` Denys Dmytriyenko
  0 siblings, 1 reply; 5+ messages in thread
From: Khem Raj @ 2013-02-26  6:07 UTC (permalink / raw)
  To: Denys Dmytriyenko; +Cc: meta-ti

On Mon, Feb 25, 2013 at 8:21 PM, Denys Dmytriyenko <denis@denix.org> wrote:
> +PR = "r1"

not as important but better to get rid of it.


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

* Re: [PATCH] u-boot: add latest mainline release 2013.01.01
  2013-02-26  6:07 ` Khem Raj
@ 2013-02-26  6:24   ` Denys Dmytriyenko
  2013-02-26  6:47     ` Khem Raj
  0 siblings, 1 reply; 5+ messages in thread
From: Denys Dmytriyenko @ 2013-02-26  6:24 UTC (permalink / raw)
  To: Khem Raj; +Cc: meta-ti

On Mon, Feb 25, 2013 at 10:07:25PM -0800, Khem Raj wrote:
> On Mon, Feb 25, 2013 at 8:21 PM, Denys Dmytriyenko <denis@denix.org> wrote:
> > +PR = "r1"
> 
> not as important but better to get rid of it.

Better? There's no harm in it and it prevents you from forgetting to update it 
later. Otherwise it's just a matter or personal preference.

-- 
Denys


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

* Re: [PATCH] u-boot: add latest mainline release 2013.01.01
  2013-02-26  6:24   ` Denys Dmytriyenko
@ 2013-02-26  6:47     ` Khem Raj
  2013-02-26 18:11       ` Denys Dmytriyenko
  0 siblings, 1 reply; 5+ messages in thread
From: Khem Raj @ 2013-02-26  6:47 UTC (permalink / raw)
  To: Denys Dmytriyenko; +Cc: meta-ti

On Mon, Feb 25, 2013 at 10:24 PM, Denys Dmytriyenko <denys@ti.com> wrote:
> On Mon, Feb 25, 2013 at 10:07:25PM -0800, Khem Raj wrote:
>> On Mon, Feb 25, 2013 at 8:21 PM, Denys Dmytriyenko <denis@denix.org> wrote:
>> > +PR = "r1"
>>
>> not as important but better to get rid of it.
>
> Better? There's no harm in it and it prevents you from forgetting to update it
> later. Otherwise it's just a matter or personal preference.
>

better in an initial recipe I meant. later updates could change it.
with PR services its not as important as it used to be.

> --
> Denys


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

* Re: [PATCH] u-boot: add latest mainline release 2013.01.01
  2013-02-26  6:47     ` Khem Raj
@ 2013-02-26 18:11       ` Denys Dmytriyenko
  0 siblings, 0 replies; 5+ messages in thread
From: Denys Dmytriyenko @ 2013-02-26 18:11 UTC (permalink / raw)
  To: Khem Raj; +Cc: meta-ti

On Mon, Feb 25, 2013 at 10:47:50PM -0800, Khem Raj wrote:
> On Mon, Feb 25, 2013 at 10:24 PM, Denys Dmytriyenko <denys@ti.com> wrote:
> > On Mon, Feb 25, 2013 at 10:07:25PM -0800, Khem Raj wrote:
> >> On Mon, Feb 25, 2013 at 8:21 PM, Denys Dmytriyenko <denis@denix.org> wrote:
> >> > +PR = "r1"
> >>
> >> not as important but better to get rid of it.
> >
> > Better? There's no harm in it and it prevents you from forgetting to update it
> > later. Otherwise it's just a matter or personal preference.
> >
> 
> better in an initial recipe I meant. later updates could change it.

It's Ok either way. Yes, it will default to -r0 when not set, but you need to 
remember to add and update it when changing the recipe later.


> with PR services its not as important as it used to be.

Yes, I know the PR server is supposed to solve that. But it's not there yet 
and these recipes have to work properly with "danny" as well.

-- 
Denys


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

end of thread, other threads:[~2013-02-26 18:12 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-02-26  4:21 [PATCH] u-boot: add latest mainline release 2013.01.01 Denys Dmytriyenko
2013-02-26  6:07 ` Khem Raj
2013-02-26  6:24   ` Denys Dmytriyenko
2013-02-26  6:47     ` Khem Raj
2013-02-26 18:11       ` Denys Dmytriyenko

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.