From a8a4e2b8b1e73c42aa9a78849108587a2069e4e5 Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Mon, 18 Mar 2013 18:01:32 -0400 Subject: [PATCH] u-boot-am180x: modify am180x specific version to use new namespace feature Signed-off-by: Denys Dmytriyenko --- ...ange-default-memory-to-not-limit-at-32MB.patch | 0 ...3.21.00.04.sdk.bb => u-boot-am180x_2010.12.bb} | 15 ++++----------- 2 files changed, 4 insertions(+), 11 deletions(-) rename recipes-bsp/u-boot/{u-boot-2010.12-psp03.21.00.04.sdk => u-boot-am180x-2010.12}/am180x-evm/0001-da850evm-change-default-memory-to-not-limit-at-32MB.patch (100%) rename recipes-bsp/u-boot/{u-boot_2010.12-psp03.21.00.04.sdk.bb => u-boot-am180x_2010.12.bb} (59%) diff --git a/recipes-bsp/u-boot/u-boot-2010.12-psp03.21.00.04.sdk/am180x-evm/0001-da850evm-change-default-memory-to-not-limit-at-32MB.patch b/recipes-bsp/u-boot/u-boot-am180x-2010.12/am180x-evm/0001-da850evm-change-default-memory-to-not-limit-at-32MB.patch similarity index 100% rename from recipes-bsp/u-boot/u-boot-2010.12-psp03.21.00.04.sdk/am180x-evm/0001-da850evm-change-default-memory-to-not-limit-at-32MB.patch rename to recipes-bsp/u-boot/u-boot-am180x-2010.12/am180x-evm/0001-da850evm-change-default-memory-to-not-limit-at-32MB.patch diff --git a/recipes-bsp/u-boot/u-boot_2010.12-psp03.21.00.04.sdk.bb b/recipes-bsp/u-boot/u-boot-am180x_2010.12.bb similarity index 59% rename from recipes-bsp/u-boot/u-boot_2010.12-psp03.21.00.04.sdk.bb rename to recipes-bsp/u-boot/u-boot-am180x_2010.12.bb index 7652521b..b2852c40 100644 --- a/recipes-bsp/u-boot/u-boot_2010.12-psp03.21.00.04.sdk.bb +++ b/recipes-bsp/u-boot/u-boot-am180x_2010.12.bb @@ -1,15 +1,10 @@ -# 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 +require u-boot-ti.inc -DESCRIPTION = "u-boot bootloader for DaVinci devices" - -LICENSE = "GPLv2+" +DESCRIPTION = "u-boot bootloader for AM180x devices" LIC_FILES_CHKSUM = "file://COPYING;md5=4c6cde5df68eff615d36789dc18edd3b" COMPATIBLE_MACHINE = "am180x-evm" -PACKAGE_ARCH = "${MACHINE_ARCH}" - PR = "r0" SRC_URI = "git://arago-project.org/git/projects/u-boot-davinci.git;protocol=git;branch=${BRANCH}" @@ -21,9 +16,7 @@ SRC_URI_append_am180x-evm = " file://0001-da850evm-change-default-memory-to-not- BRANCH = "03.21.00.03" -# Use literal tags in SRCREV, when available, instead of commit IDs -SRCREV = "v2010.12_DAVINCIPSP_03.21.00.04" - -S = "${WORKDIR}/git" +# v2010.12_DAVINCIPSP_03.21.00.04 +SRCREV = "1254a0b58d900b7035cfb36bf4e1b05dfbf09997" UBOOT_SUFFIX = "bin"