All of lore.kernel.org
 help / color / mirror / Atom feed
* Denys Dmytriyenko : u-boot-am33x: modify am33x specific version to use new namespace feature
@ 2013-03-26  0:42 Arago Project git
  0 siblings, 0 replies; 4+ messages in thread
From: Arago Project git @ 2013-03-26  0:42 UTC (permalink / raw)
  To: meta-ti

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

Author: Denys Dmytriyenko <denys@ti.com>
Date:   Mon Mar 18 18:07:18 2013 -0400

u-boot-am33x: modify am33x specific version to use new namespace feature

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

---

 recipes-bsp/u-boot/u-boot-am33x_2012.10.bb |   17 ++++++++++++++
 recipes-bsp/u-boot/u-boot_2012.10.bb       |   32 ----------------------------
 2 files changed, 17 insertions(+), 32 deletions(-)

diff --git a/recipes-bsp/u-boot/u-boot-am33x_2012.10.bb b/recipes-bsp/u-boot/u-boot-am33x_2012.10.bb
new file mode 100644
index 0000000..7320e02
--- /dev/null
+++ b/recipes-bsp/u-boot/u-boot-am33x_2012.10.bb
@@ -0,0 +1,17 @@
+require u-boot-ti.inc
+
+DESCRIPTION = "u-boot bootloader for ARM MPU devices"
+
+COMPATIBLE_MACHINE = "ti33x|omap3"
+
+DEFAULT_PREFERENCE = "-1"
+
+PR = "r7+gitr${SRCPV}"
+
+SRC_URI = "git://arago-project.org/git/projects/u-boot-am33x.git;protocol=git;branch=${BRANCH}"
+
+BRANCH = "amsdk-05.06.00.00"
+
+SRCREV = "6536bfa6b7f16bb49fdea8c72959e3ed54e77a82"
+
+SPL_BINARY = "MLO"
diff --git a/recipes-bsp/u-boot/u-boot_2012.10.bb b/recipes-bsp/u-boot/u-boot_2012.10.bb
deleted file mode 100644
index 89d646c..0000000
--- a/recipes-bsp/u-boot/u-boot_2012.10.bb
+++ /dev/null
@@ -1,32 +0,0 @@
-# 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
-
-# Reset OEMAKE. Current u-boot.inc sets -02 which breaks this version of u-boot's build.
-# This issue was fixed in oe-core master by removing the -02 statement.
-EXTRA_OEMAKE = 'CROSS_COMPILE=${TARGET_PREFIX} CC="${TARGET_PREFIX}gcc ${TOOLCHAIN_OPTIONS}"'
-
-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 = "r7+gitr${SRCPV}"
-
-SRC_URI = "git://arago-project.org/git/projects/u-boot-am33x.git;protocol=git;branch=${BRANCH} \
-"
-
-BRANCH = "amsdk-05.06.00.00"
-
-SRCREV = "6536bfa6b7f16bb49fdea8c72959e3ed54e77a82"
-
-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

* Denys Dmytriyenko : u-boot-am33x: modify am33x specific version to use new namespace feature
@ 2013-03-26  0:42 Arago Project git
  0 siblings, 0 replies; 4+ messages in thread
From: Arago Project git @ 2013-03-26  0:42 UTC (permalink / raw)
  To: meta-ti

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

Author: Denys Dmytriyenko <denys@ti.com>
Date:   Mon Mar 18 18:04:22 2013 -0400

u-boot-am33x: modify am33x specific version to use new namespace feature

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

---

 ...boot_2011.10rc.bb => u-boot-am33x_2011.10rc.bb} |   12 ++----------
 1 files changed, 2 insertions(+), 10 deletions(-)

diff --git a/recipes-bsp/u-boot/u-boot_2011.10rc.bb b/recipes-bsp/u-boot/u-boot-am33x_2011.10rc.bb
similarity index 82%
rename from recipes-bsp/u-boot/u-boot_2011.10rc.bb
rename to recipes-bsp/u-boot/u-boot-am33x_2011.10rc.bb
index 2cb8271..d1a8236 100644
--- a/recipes-bsp/u-boot/u-boot_2011.10rc.bb
+++ b/recipes-bsp/u-boot/u-boot-am33x_2011.10rc.bb
@@ -1,4 +1,4 @@
-require u-boot.inc
+require u-boot-ti.inc
 
 # No patches for other machines yet
 COMPATIBLE_MACHINE = "(ti33x)"
@@ -8,10 +8,7 @@ DEFAULT_PREFERENCE_ti33x = "99"
 PV = "2011.09+git"
 PR = "r30"
 
-# SPL build
-UBOOT_BINARY = "u-boot.img"
-UBOOT_IMAGE = "u-boot-${MACHINE}-${PV}-${PR}.img"
-UBOOT_SYMLINK = "u-boot-${MACHINE}.img"
+SPL_BINARY = "MLO"
 
 SRC_URI = "git://arago-project.org/git/projects/u-boot-am33x.git;protocol=git;branch=master \
            file://2011.09git/0001-am335x_evm-add-option-to-boot-kernel-from-boot-in-ex.patch \
@@ -28,8 +25,3 @@ SRC_URI = "git://arago-project.org/git/projects/u-boot-am33x.git;protocol=git;br
           "
 
 SRCREV = "dc52533ccff00a12761f793d66b39e4f6a4a3bba"
-
-LIC_FILES_CHKSUM = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb"
-
-S = "${WORKDIR}/git"
-



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

* Denys Dmytriyenko : u-boot-am33x: modify am33x specific version to use new namespace feature
@ 2013-03-26  0:42 Arago Project git
  0 siblings, 0 replies; 4+ messages in thread
From: Arago Project git @ 2013-03-26  0:42 UTC (permalink / raw)
  To: meta-ti

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

Author: Denys Dmytriyenko <denys@ti.com>
Date:   Mon Mar 18 18:07:18 2013 -0400

u-boot-am33x: modify am33x specific version to use new namespace feature

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

---

 recipes-bsp/u-boot/u-boot-am33x_2012.10.bb |   17 ++++++++++++++
 recipes-bsp/u-boot/u-boot_2012.10.bb       |   32 ----------------------------
 2 files changed, 17 insertions(+), 32 deletions(-)

diff --git a/recipes-bsp/u-boot/u-boot-am33x_2012.10.bb b/recipes-bsp/u-boot/u-boot-am33x_2012.10.bb
new file mode 100644
index 0000000..7320e02
--- /dev/null
+++ b/recipes-bsp/u-boot/u-boot-am33x_2012.10.bb
@@ -0,0 +1,17 @@
+require u-boot-ti.inc
+
+DESCRIPTION = "u-boot bootloader for ARM MPU devices"
+
+COMPATIBLE_MACHINE = "ti33x|omap3"
+
+DEFAULT_PREFERENCE = "-1"
+
+PR = "r7+gitr${SRCPV}"
+
+SRC_URI = "git://arago-project.org/git/projects/u-boot-am33x.git;protocol=git;branch=${BRANCH}"
+
+BRANCH = "amsdk-05.06.00.00"
+
+SRCREV = "6536bfa6b7f16bb49fdea8c72959e3ed54e77a82"
+
+SPL_BINARY = "MLO"
diff --git a/recipes-bsp/u-boot/u-boot_2012.10.bb b/recipes-bsp/u-boot/u-boot_2012.10.bb
deleted file mode 100644
index 89d646c..0000000
--- a/recipes-bsp/u-boot/u-boot_2012.10.bb
+++ /dev/null
@@ -1,32 +0,0 @@
-# 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
-
-# Reset OEMAKE. Current u-boot.inc sets -02 which breaks this version of u-boot's build.
-# This issue was fixed in oe-core master by removing the -02 statement.
-EXTRA_OEMAKE = 'CROSS_COMPILE=${TARGET_PREFIX} CC="${TARGET_PREFIX}gcc ${TOOLCHAIN_OPTIONS}"'
-
-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 = "r7+gitr${SRCPV}"
-
-SRC_URI = "git://arago-project.org/git/projects/u-boot-am33x.git;protocol=git;branch=${BRANCH} \
-"
-
-BRANCH = "amsdk-05.06.00.00"
-
-SRCREV = "6536bfa6b7f16bb49fdea8c72959e3ed54e77a82"
-
-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

* Denys Dmytriyenko : u-boot-am33x: modify am33x specific version to use new namespace feature
@ 2013-03-26  0:42 Arago Project git
  0 siblings, 0 replies; 4+ messages in thread
From: Arago Project git @ 2013-03-26  0:42 UTC (permalink / raw)
  To: meta-ti

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

Author: Denys Dmytriyenko <denys@ti.com>
Date:   Mon Mar 18 18:04:22 2013 -0400

u-boot-am33x: modify am33x specific version to use new namespace feature

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

---

 ...boot_2011.10rc.bb => u-boot-am33x_2011.10rc.bb} |   12 ++----------
 1 files changed, 2 insertions(+), 10 deletions(-)

diff --git a/recipes-bsp/u-boot/u-boot_2011.10rc.bb b/recipes-bsp/u-boot/u-boot-am33x_2011.10rc.bb
similarity index 82%
rename from recipes-bsp/u-boot/u-boot_2011.10rc.bb
rename to recipes-bsp/u-boot/u-boot-am33x_2011.10rc.bb
index 2cb8271..d1a8236 100644
--- a/recipes-bsp/u-boot/u-boot_2011.10rc.bb
+++ b/recipes-bsp/u-boot/u-boot-am33x_2011.10rc.bb
@@ -1,4 +1,4 @@
-require u-boot.inc
+require u-boot-ti.inc
 
 # No patches for other machines yet
 COMPATIBLE_MACHINE = "(ti33x)"
@@ -8,10 +8,7 @@ DEFAULT_PREFERENCE_ti33x = "99"
 PV = "2011.09+git"
 PR = "r30"
 
-# SPL build
-UBOOT_BINARY = "u-boot.img"
-UBOOT_IMAGE = "u-boot-${MACHINE}-${PV}-${PR}.img"
-UBOOT_SYMLINK = "u-boot-${MACHINE}.img"
+SPL_BINARY = "MLO"
 
 SRC_URI = "git://arago-project.org/git/projects/u-boot-am33x.git;protocol=git;branch=master \
            file://2011.09git/0001-am335x_evm-add-option-to-boot-kernel-from-boot-in-ex.patch \
@@ -28,8 +25,3 @@ SRC_URI = "git://arago-project.org/git/projects/u-boot-am33x.git;protocol=git;br
           "
 
 SRCREV = "dc52533ccff00a12761f793d66b39e4f6a4a3bba"
-
-LIC_FILES_CHKSUM = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb"
-
-S = "${WORKDIR}/git"
-



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

end of thread, other threads:[~2013-03-26  0:42 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-03-26  0:42 Denys Dmytriyenko : u-boot-am33x: modify am33x specific version to use new namespace feature Arago Project git
  -- strict thread matches above, loose matches on Subject: below --
2013-03-26  0:42 Arago Project git
2013-03-26  0:42 Arago Project git
2013-03-26  0:42 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.