diff options
author | Denys Dmytriyenko <denys@ti.com> | 2013-03-18 18:04:22 -0400 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2013-03-18 21:31:32 -0400 |
commit | 10e430c3708ce10924aabe979181bcf17950494b (patch) | |
tree | dbdf3a8960f074436e80061622ed991f615e8c8b /recipes-bsp | |
parent | 3b8880042373aaaefe6176cca6a36b8756a8b850 (diff) | |
download | meta-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')
-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 @@ | |||
1 | require u-boot.inc | 1 | require u-boot-ti.inc |
2 | 2 | ||
3 | # No patches for other machines yet | 3 | # No patches for other machines yet |
4 | COMPATIBLE_MACHINE = "(ti33x)" | 4 | COMPATIBLE_MACHINE = "(ti33x)" |
@@ -8,10 +8,7 @@ DEFAULT_PREFERENCE_ti33x = "99" | |||
8 | PV = "2011.09+git" | 8 | PV = "2011.09+git" |
9 | PR = "r30" | 9 | PR = "r30" |
10 | 10 | ||
11 | # SPL build | 11 | SPL_BINARY = "MLO" |
12 | UBOOT_BINARY = "u-boot.img" | ||
13 | UBOOT_IMAGE = "u-boot-${MACHINE}-${PV}-${PR}.img" | ||
14 | UBOOT_SYMLINK = "u-boot-${MACHINE}.img" | ||
15 | 12 | ||
16 | SRC_URI = "git://arago-project.org/git/projects/u-boot-am33x.git;protocol=git;branch=master \ | 13 | SRC_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 | ||
30 | SRCREV = "dc52533ccff00a12761f793d66b39e4f6a4a3bba" | 27 | SRCREV = "dc52533ccff00a12761f793d66b39e4f6a4a3bba" |
31 | |||
32 | LIC_FILES_CHKSUM = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb" | ||
33 | |||
34 | S = "${WORKDIR}/git" | ||
35 | |||