summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/u-boot
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2013-03-18 18:04:22 -0400
committerDenys Dmytriyenko <denys@ti.com>2013-03-18 21:31:32 -0400
commit10e430c3708ce10924aabe979181bcf17950494b (patch)
treedbdf3a8960f074436e80061622ed991f615e8c8b /recipes-bsp/u-boot
parent3b8880042373aaaefe6176cca6a36b8756a8b850 (diff)
downloadmeta-ti-10e430c3708ce10924aabe979181bcf17950494b.tar.gz
u-boot-am33x: modify am33x specific version to use new namespace feature
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp/u-boot')
-rw-r--r--recipes-bsp/u-boot/u-boot-am33x_2011.10rc.bb (renamed from recipes-bsp/u-boot/u-boot_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
index 2cb82713..d1a82363 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 @@
1require u-boot.inc 1require u-boot-ti.inc
2 2
3# No patches for other machines yet 3# No patches for other machines yet
4COMPATIBLE_MACHINE = "(ti33x)" 4COMPATIBLE_MACHINE = "(ti33x)"
@@ -8,10 +8,7 @@ DEFAULT_PREFERENCE_ti33x = "99"
8PV = "2011.09+git" 8PV = "2011.09+git"
9PR = "r30" 9PR = "r30"
10 10
11# SPL build 11SPL_BINARY = "MLO"
12UBOOT_BINARY = "u-boot.img"
13UBOOT_IMAGE = "u-boot-${MACHINE}-${PV}-${PR}.img"
14UBOOT_SYMLINK = "u-boot-${MACHINE}.img"
15 12
16SRC_URI = "git://arago-project.org/git/projects/u-boot-am33x.git;protocol=git;branch=master \ 13SRC_URI = "git://arago-project.org/git/projects/u-boot-am33x.git;protocol=git;branch=master \
17 file://2011.09git/0001-am335x_evm-add-option-to-boot-kernel-from-boot-in-ex.patch \ 14 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
28 " 25 "
29 26
30SRCREV = "dc52533ccff00a12761f793d66b39e4f6a4a3bba" 27SRCREV = "dc52533ccff00a12761f793d66b39e4f6a4a3bba"
31
32LIC_FILES_CHKSUM = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb"
33
34S = "${WORKDIR}/git"
35