summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2013-03-18 18:01:32 -0400
committerDenys Dmytriyenko <denys@ti.com>2013-03-25 20:40:47 -0400
commita8a4e2b8b1e73c42aa9a78849108587a2069e4e5 (patch)
tree370cc72c7cef81bc6ebdcbb7fb2e36b17f44a0d3
parent814aefd0c1f503d4594d6a74d1080dc6c8ac3a8b (diff)
downloadmeta-ti-a8a4e2b8b1e73c42aa9a78849108587a2069e4e5.tar.gz
u-boot-am180x: modify am180x specific version to use new namespace feature
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--recipes-bsp/u-boot/u-boot-am180x-2010.12/am180x-evm/0001-da850evm-change-default-memory-to-not-limit-at-32MB.patch (renamed from recipes-bsp/u-boot/u-boot-2010.12-psp03.21.00.04.sdk/am180x-evm/0001-da850evm-change-default-memory-to-not-limit-at-32MB.patch)0
-rw-r--r--recipes-bsp/u-boot/u-boot-am180x_2010.12.bb (renamed from recipes-bsp/u-boot/u-boot_2010.12-psp03.21.00.04.sdk.bb)15
2 files changed, 4 insertions, 11 deletions
diff --git a/recipes-bsp/u-boot/u-boot-2010.12-psp03.21.00.04.sdk/am180x-evm/0001-da850evm-change-default-memory-to-not-limit-at-32MB.patch b/recipes-bsp/u-boot/u-boot-am180x-2010.12/am180x-evm/0001-da850evm-change-default-memory-to-not-limit-at-32MB.patch
index b19575b3..b19575b3 100644
--- a/recipes-bsp/u-boot/u-boot-2010.12-psp03.21.00.04.sdk/am180x-evm/0001-da850evm-change-default-memory-to-not-limit-at-32MB.patch
+++ b/recipes-bsp/u-boot/u-boot-am180x-2010.12/am180x-evm/0001-da850evm-change-default-memory-to-not-limit-at-32MB.patch
diff --git a/recipes-bsp/u-boot/u-boot_2010.12-psp03.21.00.04.sdk.bb b/recipes-bsp/u-boot/u-boot-am180x_2010.12.bb
index 7652521b..b2852c40 100644
--- a/recipes-bsp/u-boot/u-boot_2010.12-psp03.21.00.04.sdk.bb
+++ b/recipes-bsp/u-boot/u-boot-am180x_2010.12.bb
@@ -1,15 +1,10 @@
1# Use the version of u-boot.inc in oe-core not the meta-ti version 1require u-boot-ti.inc
2require ${COREBASE}/meta/recipes-bsp/u-boot/u-boot.inc
3 2
4DESCRIPTION = "u-boot bootloader for DaVinci devices" 3DESCRIPTION = "u-boot bootloader for AM180x devices"
5
6LICENSE = "GPLv2+"
7LIC_FILES_CHKSUM = "file://COPYING;md5=4c6cde5df68eff615d36789dc18edd3b" 4LIC_FILES_CHKSUM = "file://COPYING;md5=4c6cde5df68eff615d36789dc18edd3b"
8 5
9COMPATIBLE_MACHINE = "am180x-evm" 6COMPATIBLE_MACHINE = "am180x-evm"
10 7
11PACKAGE_ARCH = "${MACHINE_ARCH}"
12
13PR = "r0" 8PR = "r0"
14 9
15SRC_URI = "git://arago-project.org/git/projects/u-boot-davinci.git;protocol=git;branch=${BRANCH}" 10SRC_URI = "git://arago-project.org/git/projects/u-boot-davinci.git;protocol=git;branch=${BRANCH}"
@@ -21,9 +16,7 @@ SRC_URI_append_am180x-evm = " file://0001-da850evm-change-default-memory-to-not-
21 16
22BRANCH = "03.21.00.03" 17BRANCH = "03.21.00.03"
23 18
24# Use literal tags in SRCREV, when available, instead of commit IDs 19# v2010.12_DAVINCIPSP_03.21.00.04
25SRCREV = "v2010.12_DAVINCIPSP_03.21.00.04" 20SRCREV = "1254a0b58d900b7035cfb36bf4e1b05dfbf09997"
26
27S = "${WORKDIR}/git"
28 21
29UBOOT_SUFFIX = "bin" 22UBOOT_SUFFIX = "bin"