All of lore.kernel.org
 help / color / mirror / Atom feed
* Maupin, Chase : u-boot: Add mainline u-boot version 2014.07-rc3
@ 2014-06-16 22:38 Arago Project git
  0 siblings, 0 replies; 5+ messages in thread
From: Arago Project git @ 2014-06-16 22:38 UTC (permalink / raw)
  To: meta-ti

Module: meta-ti
Branch: master
Commit: 7c5088b0d0d1e624edf1116c36dc175c7d63eb34
URL:    http://arago-project.org/git/meta-ti.git?a=commit;h=7c5088b0d0d1e624edf1116c36dc175c7d63eb34

Author: Maupin, Chase <chase.maupin@ti.com>
Date:   Sat Jun 14 03:55:54 2014 +0000

u-boot: Add mainline u-boot version 2014.07-rc3

* The latest mainline u-boot works well for most TI devices and
  we want to enable more people to use and test it.  Adding
  version 2014.07-rc3 will allow more people to build and use this
  u-boot version
* Add a dependency on dtc-native since the latest mainline of u-boot
  now requires this and not every build host will have the right
  version.

Signed-off-by: Chase Maupin <Chase.Maupin@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>

---

 recipes-bsp/u-boot/u-boot_2014.07.bb |   27 +++++++++++++++++++++++++++
 1 files changed, 27 insertions(+), 0 deletions(-)

diff --git a/recipes-bsp/u-boot/u-boot_2014.07.bb b/recipes-bsp/u-boot/u-boot_2014.07.bb
new file mode 100644
index 0000000..b326aa1
--- /dev/null
+++ b/recipes-bsp/u-boot/u-boot_2014.07.bb
@@ -0,0 +1,27 @@
+require u-boot-ti.inc
+
+# DEPEND on dtc-native for mainline u-boot because the mainline u-boot depends
+# on some of the latest syntax constructs for an appended in dtb used for
+# items like secure boot/image signing.
+DEPENDS += "dtc-native"
+
+DESCRIPTION = "Mainline u-boot bootloader"
+
+DEFAULT_PREFERENCE = "-1"
+
+LIC_FILES_CHKSUM = "file://Licenses/README;md5=025bf9f768cbcb1a165dbe1a110babfb"
+
+# This is still an RC so set the PV accordingly to allow proper version
+# ordering when the RC is dropped.
+PV = "2014.04+2014.07-rc3"
+PR = "r0"
+
+SRC_URI = "git://git.denx.de/u-boot.git;protocol=git;branch=${BRANCH}"
+
+BRANCH ?= "master"
+
+# Corresponds to tag v2014.07-rc3
+SRCREV = "76b21026ceb5a6a83fc53b0ecdf425f240318022"
+
+SPL_BINARY = "MLO"
+SPL_UART_BINARY = "u-boot-spl.bin"



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

* Maupin, Chase : u-boot: Add mainline u-boot version 2014.07-rc3
@ 2014-06-16 22:38 Arago Project git
  2014-06-18 19:28 ` Cooper Jr., Franklin
  0 siblings, 1 reply; 5+ messages in thread
From: Arago Project git @ 2014-06-16 22:38 UTC (permalink / raw)
  To: meta-ti

Module: meta-ti
Branch: daisy
Commit: ca565599c2e5906bbe5325ee2e204e2344ecef72
URL:    http://arago-project.org/git/meta-ti.git?a=commit;h=ca565599c2e5906bbe5325ee2e204e2344ecef72

Author: Maupin, Chase <chase.maupin@ti.com>
Date:   Sat Jun 14 03:55:54 2014 +0000

u-boot: Add mainline u-boot version 2014.07-rc3

* The latest mainline u-boot works well for most TI devices and
  we want to enable more people to use and test it.  Adding
  version 2014.07-rc3 will allow more people to build and use this
  u-boot version
* Add a dependency on dtc-native since the latest mainline of u-boot
  now requires this and not every build host will have the right
  version.

Signed-off-by: Chase Maupin <Chase.Maupin@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>

---

 recipes-bsp/u-boot/u-boot_2014.07.bb |   27 +++++++++++++++++++++++++++
 1 files changed, 27 insertions(+), 0 deletions(-)

diff --git a/recipes-bsp/u-boot/u-boot_2014.07.bb b/recipes-bsp/u-boot/u-boot_2014.07.bb
new file mode 100644
index 0000000..b326aa1
--- /dev/null
+++ b/recipes-bsp/u-boot/u-boot_2014.07.bb
@@ -0,0 +1,27 @@
+require u-boot-ti.inc
+
+# DEPEND on dtc-native for mainline u-boot because the mainline u-boot depends
+# on some of the latest syntax constructs for an appended in dtb used for
+# items like secure boot/image signing.
+DEPENDS += "dtc-native"
+
+DESCRIPTION = "Mainline u-boot bootloader"
+
+DEFAULT_PREFERENCE = "-1"
+
+LIC_FILES_CHKSUM = "file://Licenses/README;md5=025bf9f768cbcb1a165dbe1a110babfb"
+
+# This is still an RC so set the PV accordingly to allow proper version
+# ordering when the RC is dropped.
+PV = "2014.04+2014.07-rc3"
+PR = "r0"
+
+SRC_URI = "git://git.denx.de/u-boot.git;protocol=git;branch=${BRANCH}"
+
+BRANCH ?= "master"
+
+# Corresponds to tag v2014.07-rc3
+SRCREV = "76b21026ceb5a6a83fc53b0ecdf425f240318022"
+
+SPL_BINARY = "MLO"
+SPL_UART_BINARY = "u-boot-spl.bin"



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

* Re: Maupin, Chase : u-boot: Add mainline u-boot version 2014.07-rc3
  2014-06-16 22:38 Maupin, Chase : u-boot: Add mainline u-boot version 2014.07-rc3 Arago Project git
@ 2014-06-18 19:28 ` Cooper Jr., Franklin
  2014-06-18 19:32   ` Denys Dmytriyenko
  0 siblings, 1 reply; 5+ messages in thread
From: Cooper Jr., Franklin @ 2014-06-18 19:28 UTC (permalink / raw)
  To: Arago Project git, meta-ti@yoctoproject.org

Can we pull this into dora also?

I know meta-arago is currently migrating to daisy but in the mean time without this patch in dora it is causing errors. 
> -----Original Message-----
> From: meta-ti-bounces@yoctoproject.org [mailto:meta-ti-
> bounces@yoctoproject.org] On Behalf Of Arago Project git
> Sent: Monday, June 16, 2014 5:39 PM
> To: meta-ti@yoctoproject.org
> Subject: [meta-ti] Maupin, Chase : u-boot: Add mainline u-boot version
> 2014.07-rc3
> 
> Module: meta-ti
> Branch: daisy
> Commit: ca565599c2e5906bbe5325ee2e204e2344ecef72
> URL:    http://arago-project.org/git/meta-
> ti.git?a=commit;h=ca565599c2e5906bbe5325ee2e204e2344ecef72
> 
> Author: Maupin, Chase <chase.maupin@ti.com>
> Date:   Sat Jun 14 03:55:54 2014 +0000
> 
> u-boot: Add mainline u-boot version 2014.07-rc3
> 
> * The latest mainline u-boot works well for most TI devices and
>   we want to enable more people to use and test it.  Adding
>   version 2014.07-rc3 will allow more people to build and use this
>   u-boot version
> * Add a dependency on dtc-native since the latest mainline of u-boot
>   now requires this and not every build host will have the right
>   version.
> 
> Signed-off-by: Chase Maupin <Chase.Maupin@ti.com>
> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
> 
> ---
> 
>  recipes-bsp/u-boot/u-boot_2014.07.bb |   27 +++++++++++++++++++++++++++
>  1 files changed, 27 insertions(+), 0 deletions(-)
> 
> diff --git a/recipes-bsp/u-boot/u-boot_2014.07.bb b/recipes-bsp/u-boot/u-
> boot_2014.07.bb
> new file mode 100644
> index 0000000..b326aa1
> --- /dev/null
> +++ b/recipes-bsp/u-boot/u-boot_2014.07.bb
> @@ -0,0 +1,27 @@
> +require u-boot-ti.inc
> +
> +# DEPEND on dtc-native for mainline u-boot because the mainline u-boot
> +depends # on some of the latest syntax constructs for an appended in
> +dtb used for # items like secure boot/image signing.
> +DEPENDS += "dtc-native"
> +
> +DESCRIPTION = "Mainline u-boot bootloader"
> +
> +DEFAULT_PREFERENCE = "-1"
> +
> +LIC_FILES_CHKSUM =
> "file://Licenses/README;md5=025bf9f768cbcb1a165dbe1a110babfb"
> +
> +# This is still an RC so set the PV accordingly to allow proper version
> +# ordering when the RC is dropped.
> +PV = "2014.04+2014.07-rc3"
> +PR = "r0"
> +
> +SRC_URI = "git://git.denx.de/u-boot.git;protocol=git;branch=${BRANCH}"
> +
> +BRANCH ?= "master"
> +
> +# Corresponds to tag v2014.07-rc3
> +SRCREV = "76b21026ceb5a6a83fc53b0ecdf425f240318022"
> +
> +SPL_BINARY = "MLO"
> +SPL_UART_BINARY = "u-boot-spl.bin"
> 
> --
> _______________________________________________
> meta-ti mailing list
> meta-ti@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti


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

* Re: Maupin, Chase : u-boot: Add mainline u-boot version 2014.07-rc3
  2014-06-18 19:28 ` Cooper Jr., Franklin
@ 2014-06-18 19:32   ` Denys Dmytriyenko
  2014-06-18 19:41     ` Cooper Jr., Franklin
  0 siblings, 1 reply; 5+ messages in thread
From: Denys Dmytriyenko @ 2014-06-18 19:32 UTC (permalink / raw)
  To: Cooper Jr., Franklin; +Cc: meta-ti@yoctoproject.org, Arago Project git

On Wed, Jun 18, 2014 at 07:28:13PM +0000, Cooper Jr., Franklin wrote:
> Can we pull this into dora also?
> 
> I know meta-arago is currently migrating to daisy but in the mean time 
> without this patch in dora it is causing errors.

Yes, I'm aware of the errors, but was hoping to get Arago on Daisy up and 
running very soon... I'll consider merging this to Dora if Daisy causes more 
problems.

-- 
Denys


> > -----Original Message-----
> > From: meta-ti-bounces@yoctoproject.org [mailto:meta-ti-
> > bounces@yoctoproject.org] On Behalf Of Arago Project git
> > Sent: Monday, June 16, 2014 5:39 PM
> > To: meta-ti@yoctoproject.org
> > Subject: [meta-ti] Maupin, Chase : u-boot: Add mainline u-boot version
> > 2014.07-rc3
> > 
> > Module: meta-ti
> > Branch: daisy
> > Commit: ca565599c2e5906bbe5325ee2e204e2344ecef72
> > URL:    http://arago-project.org/git/meta-
> > ti.git?a=commit;h=ca565599c2e5906bbe5325ee2e204e2344ecef72
> > 
> > Author: Maupin, Chase <chase.maupin@ti.com>
> > Date:   Sat Jun 14 03:55:54 2014 +0000
> > 
> > u-boot: Add mainline u-boot version 2014.07-rc3
> > 
> > * The latest mainline u-boot works well for most TI devices and
> >   we want to enable more people to use and test it.  Adding
> >   version 2014.07-rc3 will allow more people to build and use this
> >   u-boot version
> > * Add a dependency on dtc-native since the latest mainline of u-boot
> >   now requires this and not every build host will have the right
> >   version.
> > 
> > Signed-off-by: Chase Maupin <Chase.Maupin@ti.com>
> > Signed-off-by: Denys Dmytriyenko <denys@ti.com>
> > 
> > ---
> > 
> >  recipes-bsp/u-boot/u-boot_2014.07.bb |   27 +++++++++++++++++++++++++++
> >  1 files changed, 27 insertions(+), 0 deletions(-)
> > 
> > diff --git a/recipes-bsp/u-boot/u-boot_2014.07.bb b/recipes-bsp/u-boot/u-
> > boot_2014.07.bb
> > new file mode 100644
> > index 0000000..b326aa1
> > --- /dev/null
> > +++ b/recipes-bsp/u-boot/u-boot_2014.07.bb
> > @@ -0,0 +1,27 @@
> > +require u-boot-ti.inc
> > +
> > +# DEPEND on dtc-native for mainline u-boot because the mainline u-boot
> > +depends # on some of the latest syntax constructs for an appended in
> > +dtb used for # items like secure boot/image signing.
> > +DEPENDS += "dtc-native"
> > +
> > +DESCRIPTION = "Mainline u-boot bootloader"
> > +
> > +DEFAULT_PREFERENCE = "-1"
> > +
> > +LIC_FILES_CHKSUM =
> > "file://Licenses/README;md5=025bf9f768cbcb1a165dbe1a110babfb"
> > +
> > +# This is still an RC so set the PV accordingly to allow proper version
> > +# ordering when the RC is dropped.
> > +PV = "2014.04+2014.07-rc3"
> > +PR = "r0"
> > +
> > +SRC_URI = "git://git.denx.de/u-boot.git;protocol=git;branch=${BRANCH}"
> > +
> > +BRANCH ?= "master"
> > +
> > +# Corresponds to tag v2014.07-rc3
> > +SRCREV = "76b21026ceb5a6a83fc53b0ecdf425f240318022"
> > +
> > +SPL_BINARY = "MLO"
> > +SPL_UART_BINARY = "u-boot-spl.bin"
> > 
> > --
> > _______________________________________________
> > meta-ti mailing list
> > meta-ti@yoctoproject.org
> > https://lists.yoctoproject.org/listinfo/meta-ti
> -- 
> _______________________________________________
> meta-ti mailing list
> meta-ti@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti


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

* Re: Maupin, Chase : u-boot: Add mainline u-boot version 2014.07-rc3
  2014-06-18 19:32   ` Denys Dmytriyenko
@ 2014-06-18 19:41     ` Cooper Jr., Franklin
  0 siblings, 0 replies; 5+ messages in thread
From: Cooper Jr., Franklin @ 2014-06-18 19:41 UTC (permalink / raw)
  To: Dmytriyenko, Denys; +Cc: meta-ti@yoctoproject.org, Arago Project git

Thx

> -----Original Message-----
> From: Dmytriyenko, Denys
> Sent: Wednesday, June 18, 2014 2:32 PM
> To: Cooper Jr., Franklin
> Cc: Arago Project git; meta-ti@yoctoproject.org
> Subject: Re: [meta-ti] Maupin, Chase : u-boot: Add mainline u-boot version
> 2014.07-rc3
> 
> On Wed, Jun 18, 2014 at 07:28:13PM +0000, Cooper Jr., Franklin wrote:
> > Can we pull this into dora also?
> >
> > I know meta-arago is currently migrating to daisy but in the mean time
> > without this patch in dora it is causing errors.
> 
> Yes, I'm aware of the errors, but was hoping to get Arago on Daisy up and
> running very soon... I'll consider merging this to Dora if Daisy causes more
> problems.
> 
> --
> Denys
> 
> 
> > > -----Original Message-----
> > > From: meta-ti-bounces@yoctoproject.org [mailto:meta-ti-
> > > bounces@yoctoproject.org] On Behalf Of Arago Project git
> > > Sent: Monday, June 16, 2014 5:39 PM
> > > To: meta-ti@yoctoproject.org
> > > Subject: [meta-ti] Maupin, Chase : u-boot: Add mainline u-boot version
> > > 2014.07-rc3
> > >
> > > Module: meta-ti
> > > Branch: daisy
> > > Commit: ca565599c2e5906bbe5325ee2e204e2344ecef72
> > > URL:    http://arago-project.org/git/meta-
> > > ti.git?a=commit;h=ca565599c2e5906bbe5325ee2e204e2344ecef72
> > >
> > > Author: Maupin, Chase <chase.maupin@ti.com>
> > > Date:   Sat Jun 14 03:55:54 2014 +0000
> > >
> > > u-boot: Add mainline u-boot version 2014.07-rc3
> > >
> > > * The latest mainline u-boot works well for most TI devices and
> > >   we want to enable more people to use and test it.  Adding
> > >   version 2014.07-rc3 will allow more people to build and use this
> > >   u-boot version
> > > * Add a dependency on dtc-native since the latest mainline of u-boot
> > >   now requires this and not every build host will have the right
> > >   version.
> > >
> > > Signed-off-by: Chase Maupin <Chase.Maupin@ti.com>
> > > Signed-off-by: Denys Dmytriyenko <denys@ti.com>
> > >
> > > ---
> > >
> > >  recipes-bsp/u-boot/u-boot_2014.07.bb |   27
> +++++++++++++++++++++++++++
> > >  1 files changed, 27 insertions(+), 0 deletions(-)
> > >
> > > diff --git a/recipes-bsp/u-boot/u-boot_2014.07.bb b/recipes-bsp/u-boot/u-
> > > boot_2014.07.bb
> > > new file mode 100644
> > > index 0000000..b326aa1
> > > --- /dev/null
> > > +++ b/recipes-bsp/u-boot/u-boot_2014.07.bb
> > > @@ -0,0 +1,27 @@
> > > +require u-boot-ti.inc
> > > +
> > > +# DEPEND on dtc-native for mainline u-boot because the mainline u-boot
> > > +depends # on some of the latest syntax constructs for an appended in
> > > +dtb used for # items like secure boot/image signing.
> > > +DEPENDS += "dtc-native"
> > > +
> > > +DESCRIPTION = "Mainline u-boot bootloader"
> > > +
> > > +DEFAULT_PREFERENCE = "-1"
> > > +
> > > +LIC_FILES_CHKSUM =
> > > "file://Licenses/README;md5=025bf9f768cbcb1a165dbe1a110babfb"
> > > +
> > > +# This is still an RC so set the PV accordingly to allow proper version
> > > +# ordering when the RC is dropped.
> > > +PV = "2014.04+2014.07-rc3"
> > > +PR = "r0"
> > > +
> > > +SRC_URI = "git://git.denx.de/u-boot.git;protocol=git;branch=${BRANCH}"
> > > +
> > > +BRANCH ?= "master"
> > > +
> > > +# Corresponds to tag v2014.07-rc3
> > > +SRCREV = "76b21026ceb5a6a83fc53b0ecdf425f240318022"
> > > +
> > > +SPL_BINARY = "MLO"
> > > +SPL_UART_BINARY = "u-boot-spl.bin"
> > >
> > > --
> > > _______________________________________________
> > > meta-ti mailing list
> > > meta-ti@yoctoproject.org
> > > https://lists.yoctoproject.org/listinfo/meta-ti
> > --
> > _______________________________________________
> > meta-ti mailing list
> > meta-ti@yoctoproject.org
> > https://lists.yoctoproject.org/listinfo/meta-ti


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

end of thread, other threads:[~2014-06-18 19:41 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-16 22:38 Maupin, Chase : u-boot: Add mainline u-boot version 2014.07-rc3 Arago Project git
2014-06-18 19:28 ` Cooper Jr., Franklin
2014-06-18 19:32   ` Denys Dmytriyenko
2014-06-18 19:41     ` Cooper Jr., Franklin
  -- strict thread matches above, loose matches on Subject: below --
2014-06-16 22:38 Arago Project git

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.