From 48673d8784c36184a9e4b3d2c81cfe74d1fa9953 Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Mon, 18 Mar 2013 18:07:18 -0400 Subject: [PATCH] u-boot-am33x: modify am33x specific version to use new namespace feature Signed-off-by: Denys Dmytriyenko --- recipes-bsp/u-boot/u-boot-am33x_2012.10.bb | 17 ++++++++++++ recipes-bsp/u-boot/u-boot_2012.10.bb | 32 ---------------------- 2 files changed, 17 insertions(+), 32 deletions(-) create mode 100644 recipes-bsp/u-boot/u-boot-am33x_2012.10.bb delete mode 100644 recipes-bsp/u-boot/u-boot_2012.10.bb diff --git a/recipes-bsp/u-boot/u-boot-am33x_2012.10.bb b/recipes-bsp/u-boot/u-boot-am33x_2012.10.bb new file mode 100644 index 00000000..7320e021 --- /dev/null +++ b/recipes-bsp/u-boot/u-boot-am33x_2012.10.bb @@ -0,0 +1,17 @@ +require u-boot-ti.inc + +DESCRIPTION = "u-boot bootloader for ARM MPU devices" + +COMPATIBLE_MACHINE = "ti33x|omap3" + +DEFAULT_PREFERENCE = "-1" + +PR = "r7+gitr${SRCPV}" + +SRC_URI = "git://arago-project.org/git/projects/u-boot-am33x.git;protocol=git;branch=${BRANCH}" + +BRANCH = "amsdk-05.06.00.00" + +SRCREV = "6536bfa6b7f16bb49fdea8c72959e3ed54e77a82" + +SPL_BINARY = "MLO" diff --git a/recipes-bsp/u-boot/u-boot_2012.10.bb b/recipes-bsp/u-boot/u-boot_2012.10.bb deleted file mode 100644 index 89d646c6..00000000 --- a/recipes-bsp/u-boot/u-boot_2012.10.bb +++ /dev/null @@ -1,32 +0,0 @@ -# Use the version of u-boot.inc in oe-core not the meta-ti version -require ${COREBASE}/meta/recipes-bsp/u-boot/u-boot.inc - -# Reset OEMAKE. Current u-boot.inc sets -02 which breaks this version of u-boot's build. -# This issue was fixed in oe-core master by removing the -02 statement. -EXTRA_OEMAKE = 'CROSS_COMPILE=${TARGET_PREFIX} CC="${TARGET_PREFIX}gcc ${TOOLCHAIN_OPTIONS}"' - -DESCRIPTION = "u-boot bootloader for ARM MPU devices" -LICENSE = "GPLv2+" -LIC_FILES_CHKSUM = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb" - -COMPATIBLE_MACHINE = "ti33x|omap3" - -DEFAULT_PREFERENCE = "-1" - -PACKAGE_ARCH = "${MACHINE_ARCH}" - -PR = "r7+gitr${SRCPV}" - -SRC_URI = "git://arago-project.org/git/projects/u-boot-am33x.git;protocol=git;branch=${BRANCH} \ -" - -BRANCH = "amsdk-05.06.00.00" - -SRCREV = "6536bfa6b7f16bb49fdea8c72959e3ed54e77a82" - -S = "${WORKDIR}/git" - -UBOOT_SUFFIX = "img" - -# Set the name of the SPL that will built so that it is also packaged with u-boot. -SPL_BINARY = "MLO"