diff options
| author | Franklin S. Cooper Jr <fcooper@ti.com> | 2012-10-05 00:07:28 -0500 |
|---|---|---|
| committer | Denys Dmytriyenko <denys@ti.com> | 2012-10-10 12:47:22 -0400 |
| commit | 80ebdb06c319c5fa9881923e4a158eb048487b66 (patch) | |
| tree | 34083c1b88a82210bd6394b30333ab1b8f428620 | |
| parent | 80cc70e50107bbc52001ad51a9f2b5a15935ce17 (diff) | |
| download | meta-ti-80ebdb06c319c5fa9881923e4a158eb048487b66.tar.gz | |
u-boot_2011.09-psp04.06.00.08: Add PSP v04.06.00.08 of u-boot
* Add the PSP release version 04.06.00.08 of u-boot.
Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
| -rw-r--r-- | recipes-bsp/u-boot/u-boot_2011.09-psp04.06.00.08.bb | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/recipes-bsp/u-boot/u-boot_2011.09-psp04.06.00.08.bb b/recipes-bsp/u-boot/u-boot_2011.09-psp04.06.00.08.bb new file mode 100644 index 00000000..1bd4b9ec --- /dev/null +++ b/recipes-bsp/u-boot/u-boot_2011.09-psp04.06.00.08.bb | |||
| @@ -0,0 +1,29 @@ | |||
| 1 | # Use the version of u-boot.inc in oe-core not the meta-ti version | ||
| 2 | require ${COREBASE}/meta/recipes-bsp/u-boot/u-boot.inc | ||
| 3 | |||
| 4 | DESCRIPTION = "u-boot bootloader for ARM MPU devices" | ||
| 5 | LICENSE = "GPLv2+" | ||
| 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb" | ||
| 7 | |||
| 8 | COMPATIBLE_MACHINE = "ti33x|omap3" | ||
| 9 | |||
| 10 | DEFAULT_PREFERENCE = "-1" | ||
| 11 | |||
| 12 | PACKAGE_ARCH = "${MACHINE_ARCH}" | ||
| 13 | |||
| 14 | PR = "r0+gitr${SRCPV}" | ||
| 15 | |||
| 16 | SRC_URI = "git://arago-project.org/git/projects/u-boot-am33x.git;protocol=git;branch=${BRANCH}" | ||
| 17 | |||
| 18 | BRANCH = "AM335XPSP_04.06.00.08" | ||
| 19 | |||
| 20 | # Lock to the commit corresponding to TAG: | ||
| 21 | # v2011.09_AM335xPSP_04.06.00.08 | ||
| 22 | SRCREV = "1e4626f0d5f3bb04ec974e76a5d9029875269d31" | ||
| 23 | |||
| 24 | S = "${WORKDIR}/git" | ||
| 25 | |||
| 26 | UBOOT_SUFFIX = "img" | ||
| 27 | |||
| 28 | # Set the name of the SPL that will built so that it is also packaged with u-boot. | ||
| 29 | SPL_BINARY = "MLO" | ||
