diff options
author | Denys Dmytriyenko <denys@ti.com> | 2013-03-18 17:59:17 -0400 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2013-03-18 19:27:28 -0400 |
commit | a32b383e97f0c4db1846ae4ad8b2910c99eb2dcf (patch) | |
tree | 50c60d4e95d2b94749caab1c97d2deee3942e3ce /recipes-bsp/u-boot | |
parent | a529d36e8a8d3b51ea944ddbd26d1c640544b47e (diff) | |
download | meta-ti-a32b383e97f0c4db1846ae4ad8b2910c99eb2dcf.tar.gz |
u-boot-keystone: modify keystone 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-keystone_2013.01.bb | 16 | ||||
-rw-r--r-- | recipes-bsp/u-boot/u-boot_2013.01.bb | 23 |
2 files changed, 16 insertions, 23 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" | ||
diff --git a/recipes-bsp/u-boot/u-boot_2013.01.bb b/recipes-bsp/u-boot/u-boot_2013.01.bb deleted file mode 100644 index b9e6dafa..00000000 --- a/recipes-bsp/u-boot/u-boot_2013.01.bb +++ /dev/null | |||
@@ -1,23 +0,0 @@ | |||
1 | require ${COREBASE}/meta/recipes-bsp/u-boot/u-boot.inc | ||
2 | |||
3 | DESCRIPTION = "u-boot bootloader for Multi-Core BU devices" | ||
4 | LICENSE = "GPLv2+" | ||
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb" | ||
6 | |||
7 | COMPATIBLE_MACHINE = "keystone" | ||
8 | |||
9 | PACKAGE_ARCH = "${MACHINE_ARCH}" | ||
10 | |||
11 | PR = "r2+gitr${SRCPV}" | ||
12 | |||
13 | SRC_URI = "git://arago-project.org/git/projects/u-boot-keystone.git;protocol=git;branch=${BRANCH}" | ||
14 | |||
15 | BRANCH = "master" | ||
16 | |||
17 | SRCREV = "DEV.MCSDK-03.00.00.07" | ||
18 | |||
19 | EXTRA_OEMAKE = 'CROSS_COMPILE=${TARGET_PREFIX} CC="${TARGET_PREFIX}gcc ${TOOLCHAIN_OPTIONS}"' | ||
20 | |||
21 | S = "${WORKDIR}/git" | ||
22 | |||
23 | UBOOT_SUFFIX = "bin" | ||