All of lore.kernel.org
 help / color / mirror / Atom feed
* Franklin S. Cooper Jr : u-boot_2011.09-psp04.06.00.08: Add PSP v04.06.00. 08 of u-boot
@ 2012-10-10 17:41 Arago Project git
  0 siblings, 0 replies; 4+ messages in thread
From: Arago Project git @ 2012-10-10 17:41 UTC (permalink / raw)
  To: meta-ti

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

Author: Franklin S. Cooper Jr <fcooper@ti.com>
Date:   Fri Oct  5 00:07:28 2012 -0500

u-boot_2011.09-psp04.06.00.08: Add PSP v04.06.00.08 of u-boot

* Add the PSP release version 04.06.00.08 of u-boot.

Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>

---

 .../u-boot/u-boot_2011.09-psp04.06.00.08.bb        |   29 ++++++++++++++++++++
 1 files changed, 29 insertions(+), 0 deletions(-)

diff --git a/recipes-bsp/u-boot/u-boot_2011.09-psp04.06.00.08.bb b/recipes-bsp/u-boot/u-boot_2011.09-psp04.06.00.08.bb
new file mode 100644
index 0000000..1bd4b9e
--- /dev/null
+++ b/recipes-bsp/u-boot/u-boot_2011.09-psp04.06.00.08.bb
@@ -0,0 +1,29 @@
+# Use the version of u-boot.inc in oe-core not the meta-ti version
+require ${COREBASE}/meta/recipes-bsp/u-boot/u-boot.inc
+
+DESCRIPTION = "u-boot bootloader for ARM MPU devices"
+LICENSE = "GPLv2+"
+LIC_FILES_CHKSUM = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb"
+
+COMPATIBLE_MACHINE = "ti33x|omap3"
+
+DEFAULT_PREFERENCE = "-1"
+
+PACKAGE_ARCH = "${MACHINE_ARCH}"
+
+PR = "r0+gitr${SRCPV}"
+
+SRC_URI = "git://arago-project.org/git/projects/u-boot-am33x.git;protocol=git;branch=${BRANCH}"
+
+BRANCH = "AM335XPSP_04.06.00.08"
+
+# Lock to the commit corresponding to TAG:
+# v2011.09_AM335xPSP_04.06.00.08
+SRCREV = "1e4626f0d5f3bb04ec974e76a5d9029875269d31"
+
+S = "${WORKDIR}/git"
+
+UBOOT_SUFFIX = "img"
+
+# Set the name of the SPL that will built so that it is also packaged with u-boot.
+SPL_BINARY = "MLO"



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

* Re: Franklin S. Cooper Jr : u-boot_2011.09-psp04.06.00.08: Add PSP v04.06.00. 08 of u-boot
  2012-10-10 17:37 ` Cooper Jr., Franklin
@ 2012-10-10 17:38   ` Denys Dmytriyenko
  0 siblings, 0 replies; 4+ messages in thread
From: Denys Dmytriyenko @ 2012-10-10 17:38 UTC (permalink / raw)
  To: Cooper Jr., Franklin; +Cc: meta-ti, Arago Project git

On Wed, Oct 10, 2012 at 05:37:07PM +0000, Cooper Jr., Franklin wrote:
> Please pull into Denzil 

Wow, that was super-fast! :)


> On Oct 10, 2012, at 12:35 PM, "Arago Project git" <git@arago-project.org> wrote:
> 
> > Module: meta-ti
> > Branch: master
> > Commit: 80ebdb06c319c5fa9881923e4a158eb048487b66
> > URL:    http://arago-project.org/git/meta-ti.git?a=commit;h=80ebdb06c319c5fa9881923e4a158eb048487b66
> > 
> > Author: Franklin S. Cooper Jr <fcooper@ti.com>
> > Date:   Fri Oct  5 00:07:28 2012 -0500
> > 
> > u-boot_2011.09-psp04.06.00.08: Add PSP v04.06.00.08 of u-boot
> > 
> > * Add the PSP release version 04.06.00.08 of u-boot.
> > 
> > Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
> > Signed-off-by: Denys Dmytriyenko <denys@ti.com>
> > 
> > ---
> > 
> > .../u-boot/u-boot_2011.09-psp04.06.00.08.bb        |   29 ++++++++++++++++++++
> > 1 files changed, 29 insertions(+), 0 deletions(-)
> > 
> > diff --git a/recipes-bsp/u-boot/u-boot_2011.09-psp04.06.00.08.bb b/recipes-bsp/u-boot/u-boot_2011.09-psp04.06.00.08.bb
> > new file mode 100644
> > index 0000000..1bd4b9e
> > --- /dev/null
> > +++ b/recipes-bsp/u-boot/u-boot_2011.09-psp04.06.00.08.bb
> > @@ -0,0 +1,29 @@
> > +# Use the version of u-boot.inc in oe-core not the meta-ti version
> > +require ${COREBASE}/meta/recipes-bsp/u-boot/u-boot.inc
> > +
> > +DESCRIPTION = "u-boot bootloader for ARM MPU devices"
> > +LICENSE = "GPLv2+"
> > +LIC_FILES_CHKSUM = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb"
> > +
> > +COMPATIBLE_MACHINE = "ti33x|omap3"
> > +
> > +DEFAULT_PREFERENCE = "-1"
> > +
> > +PACKAGE_ARCH = "${MACHINE_ARCH}"
> > +
> > +PR = "r0+gitr${SRCPV}"
> > +
> > +SRC_URI = "git://arago-project.org/git/projects/u-boot-am33x.git;protocol=git;branch=${BRANCH}"
> > +
> > +BRANCH = "AM335XPSP_04.06.00.08"
> > +
> > +# Lock to the commit corresponding to TAG:
> > +# v2011.09_AM335xPSP_04.06.00.08
> > +SRCREV = "1e4626f0d5f3bb04ec974e76a5d9029875269d31"
> > +
> > +S = "${WORKDIR}/git"
> > +
> > +UBOOT_SUFFIX = "img"
> > +
> > +# Set the name of the SPL that will built so that it is also packaged with u-boot.
> > +SPL_BINARY = "MLO"
> > 
> > _______________________________________________
> > meta-ti mailing list
> > meta-ti@yoctoproject.org
> > https://lists.yoctoproject.org/listinfo/meta-ti
> 


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

* Re: Franklin S. Cooper Jr : u-boot_2011.09-psp04.06.00.08: Add PSP v04.06.00. 08 of u-boot
  2012-10-10 17:34 Arago Project git
@ 2012-10-10 17:37 ` Cooper Jr., Franklin
  2012-10-10 17:38   ` Denys Dmytriyenko
  0 siblings, 1 reply; 4+ messages in thread
From: Cooper Jr., Franklin @ 2012-10-10 17:37 UTC (permalink / raw)
  To: Arago Project git; +Cc: meta-ti

Please pull into Denzil 

On Oct 10, 2012, at 12:35 PM, "Arago Project git" <git@arago-project.org> wrote:

> Module: meta-ti
> Branch: master
> Commit: 80ebdb06c319c5fa9881923e4a158eb048487b66
> URL:    http://arago-project.org/git/meta-ti.git?a=commit;h=80ebdb06c319c5fa9881923e4a158eb048487b66
> 
> Author: Franklin S. Cooper Jr <fcooper@ti.com>
> Date:   Fri Oct  5 00:07:28 2012 -0500
> 
> u-boot_2011.09-psp04.06.00.08: Add PSP v04.06.00.08 of u-boot
> 
> * Add the PSP release version 04.06.00.08 of u-boot.
> 
> Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
> 
> ---
> 
> .../u-boot/u-boot_2011.09-psp04.06.00.08.bb        |   29 ++++++++++++++++++++
> 1 files changed, 29 insertions(+), 0 deletions(-)
> 
> diff --git a/recipes-bsp/u-boot/u-boot_2011.09-psp04.06.00.08.bb b/recipes-bsp/u-boot/u-boot_2011.09-psp04.06.00.08.bb
> new file mode 100644
> index 0000000..1bd4b9e
> --- /dev/null
> +++ b/recipes-bsp/u-boot/u-boot_2011.09-psp04.06.00.08.bb
> @@ -0,0 +1,29 @@
> +# Use the version of u-boot.inc in oe-core not the meta-ti version
> +require ${COREBASE}/meta/recipes-bsp/u-boot/u-boot.inc
> +
> +DESCRIPTION = "u-boot bootloader for ARM MPU devices"
> +LICENSE = "GPLv2+"
> +LIC_FILES_CHKSUM = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb"
> +
> +COMPATIBLE_MACHINE = "ti33x|omap3"
> +
> +DEFAULT_PREFERENCE = "-1"
> +
> +PACKAGE_ARCH = "${MACHINE_ARCH}"
> +
> +PR = "r0+gitr${SRCPV}"
> +
> +SRC_URI = "git://arago-project.org/git/projects/u-boot-am33x.git;protocol=git;branch=${BRANCH}"
> +
> +BRANCH = "AM335XPSP_04.06.00.08"
> +
> +# Lock to the commit corresponding to TAG:
> +# v2011.09_AM335xPSP_04.06.00.08
> +SRCREV = "1e4626f0d5f3bb04ec974e76a5d9029875269d31"
> +
> +S = "${WORKDIR}/git"
> +
> +UBOOT_SUFFIX = "img"
> +
> +# Set the name of the SPL that will built so that it is also packaged with u-boot.
> +SPL_BINARY = "MLO"
> 
> _______________________________________________
> meta-ti mailing list
> meta-ti@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti


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

* Franklin S. Cooper Jr : u-boot_2011.09-psp04.06.00.08: Add PSP v04.06.00. 08 of u-boot
@ 2012-10-10 17:34 Arago Project git
  2012-10-10 17:37 ` Cooper Jr., Franklin
  0 siblings, 1 reply; 4+ messages in thread
From: Arago Project git @ 2012-10-10 17:34 UTC (permalink / raw)
  To: meta-ti

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

Author: Franklin S. Cooper Jr <fcooper@ti.com>
Date:   Fri Oct  5 00:07:28 2012 -0500

u-boot_2011.09-psp04.06.00.08: Add PSP v04.06.00.08 of u-boot

* Add the PSP release version 04.06.00.08 of u-boot.

Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>

---

 .../u-boot/u-boot_2011.09-psp04.06.00.08.bb        |   29 ++++++++++++++++++++
 1 files changed, 29 insertions(+), 0 deletions(-)

diff --git a/recipes-bsp/u-boot/u-boot_2011.09-psp04.06.00.08.bb b/recipes-bsp/u-boot/u-boot_2011.09-psp04.06.00.08.bb
new file mode 100644
index 0000000..1bd4b9e
--- /dev/null
+++ b/recipes-bsp/u-boot/u-boot_2011.09-psp04.06.00.08.bb
@@ -0,0 +1,29 @@
+# Use the version of u-boot.inc in oe-core not the meta-ti version
+require ${COREBASE}/meta/recipes-bsp/u-boot/u-boot.inc
+
+DESCRIPTION = "u-boot bootloader for ARM MPU devices"
+LICENSE = "GPLv2+"
+LIC_FILES_CHKSUM = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb"
+
+COMPATIBLE_MACHINE = "ti33x|omap3"
+
+DEFAULT_PREFERENCE = "-1"
+
+PACKAGE_ARCH = "${MACHINE_ARCH}"
+
+PR = "r0+gitr${SRCPV}"
+
+SRC_URI = "git://arago-project.org/git/projects/u-boot-am33x.git;protocol=git;branch=${BRANCH}"
+
+BRANCH = "AM335XPSP_04.06.00.08"
+
+# Lock to the commit corresponding to TAG:
+# v2011.09_AM335xPSP_04.06.00.08
+SRCREV = "1e4626f0d5f3bb04ec974e76a5d9029875269d31"
+
+S = "${WORKDIR}/git"
+
+UBOOT_SUFFIX = "img"
+
+# Set the name of the SPL that will built so that it is also packaged with u-boot.
+SPL_BINARY = "MLO"



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

end of thread, other threads:[~2012-10-10 17:41 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-10-10 17:41 Franklin S. Cooper Jr : u-boot_2011.09-psp04.06.00.08: Add PSP v04.06.00. 08 of u-boot Arago Project git
  -- strict thread matches above, loose matches on Subject: below --
2012-10-10 17:34 Arago Project git
2012-10-10 17:37 ` Cooper Jr., Franklin
2012-10-10 17:38   ` 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.