diff options
author | Denys Dmytriyenko <denys@ti.com> | 2013-03-18 17:57:45 -0400 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2013-03-18 19:27:28 -0400 |
commit | a529d36e8a8d3b51ea944ddbd26d1c640544b47e (patch) | |
tree | d21142647898a8483e47c06ad9085af539bd7e47 /recipes-bsp | |
parent | 32bb599a61429b07c4aeec89c0d764f85a62fe48 (diff) | |
download | meta-ti-a529d36e8a8d3b51ea944ddbd26d1c640544b47e.tar.gz |
u-boot-ti-staging: add new recipe for TI unified staging tree
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp')
-rw-r--r-- | recipes-bsp/u-boot/u-boot-ti-staging_2013.01.01.bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes-bsp/u-boot/u-boot-ti-staging_2013.01.01.bb b/recipes-bsp/u-boot/u-boot-ti-staging_2013.01.01.bb new file mode 100644 index 00000000..866cf144 --- /dev/null +++ b/recipes-bsp/u-boot/u-boot-ti-staging_2013.01.01.bb | |||
@@ -0,0 +1,13 @@ | |||
1 | require u-boot-ti.inc | ||
2 | |||
3 | DESCRIPTION = "u-boot bootloader for TI devices" | ||
4 | |||
5 | PR = "r1" | ||
6 | |||
7 | SRC_URI = "git://git.ti.com/ti-u-boot/ti-u-boot.git;protocol=git;branch=${BRANCH}" | ||
8 | |||
9 | BRANCH ?= "ti-u-boot-2013.01.01" | ||
10 | |||
11 | SRCREV = "2309e3268c52c844f8924711b4fd7a9693f5b747" | ||
12 | |||
13 | SPL_BINARY = "MLO" | ||