diff options
Diffstat (limited to 'recipes-bsp/u-boot/u-boot-keystone_2013.01.bb')
-rw-r--r-- | recipes-bsp/u-boot/u-boot-keystone_2013.01.bb | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/recipes-bsp/u-boot/u-boot-keystone_2013.01.bb b/recipes-bsp/u-boot/u-boot-keystone_2013.01.bb new file mode 100644 index 00000000..788d813e --- /dev/null +++ b/recipes-bsp/u-boot/u-boot-keystone_2013.01.bb | |||
@@ -0,0 +1,16 @@ | |||
1 | require u-boot-ti.inc | ||
2 | |||
3 | DESCRIPTION = "u-boot bootloader for Multi-Core BU devices" | ||
4 | |||
5 | COMPATIBLE_MACHINE = "keystone" | ||
6 | |||
7 | PR = "r2+gitr${SRCPV}" | ||
8 | |||
9 | SRC_URI = "git://arago-project.org/git/projects/u-boot-keystone.git;protocol=git;branch=${BRANCH}" | ||
10 | |||
11 | BRANCH = "master" | ||
12 | |||
13 | # DEV.MCSDK-03.00.00.07 | ||
14 | SRCREV = "82f40e857d853165310d0753e79235aefb65d7ba" | ||
15 | |||
16 | UBOOT_SUFFIX = "bin" | ||