From ea730b4701f4ed80e377479449a4ce447c6eb814 Mon Sep 17 00:00:00 2001 From: Andrei Gherzan Date: Sat, 15 Dec 2012 23:03:36 +0200 Subject: u-boot: Rename recipe to u-boot-fslc Rename u-boot to u-boot-fslc as we find it better to show that this recipe builds u-boot + freescale's community patches and not a mainline u-boot. fslc - Freescale community. Signed-off-by: Andrei Gherzan --- recipes-bsp/u-boot/u-boot-fslc_2012.10.bb | 17 +++++++++++++++++ recipes-bsp/u-boot/u-boot_2012.10.bb | 17 ----------------- 2 files changed, 17 insertions(+), 17 deletions(-) create mode 100644 recipes-bsp/u-boot/u-boot-fslc_2012.10.bb delete mode 100644 recipes-bsp/u-boot/u-boot_2012.10.bb diff --git a/recipes-bsp/u-boot/u-boot-fslc_2012.10.bb b/recipes-bsp/u-boot/u-boot-fslc_2012.10.bb new file mode 100644 index 0000000..5ee6920 --- /dev/null +++ b/recipes-bsp/u-boot/u-boot-fslc_2012.10.bb @@ -0,0 +1,17 @@ +require recipes-bsp/u-boot/u-boot.inc + +LICENSE = "GPLv2+" +LIC_FILES_CHKSUM = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb" +COMPATIBLE_MACHINE = "(imx28evk|mx3|mx5|mx6)" + +DEPENDS_mxs += "elftosb-native" + +PV = "v2012.10" +PR = "r1" + +SRCREV = "8f78e9e9bd4c2471fdd03644058aed3038dcbf38" +SRC_URI = "git://github.com/Freescale/u-boot-imx.git" + +S = "${WORKDIR}/git" + +PACKAGE_ARCH = "${MACHINE_ARCH}" 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 5ee6920..0000000 --- a/recipes-bsp/u-boot/u-boot_2012.10.bb +++ /dev/null @@ -1,17 +0,0 @@ -require recipes-bsp/u-boot/u-boot.inc - -LICENSE = "GPLv2+" -LIC_FILES_CHKSUM = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb" -COMPATIBLE_MACHINE = "(imx28evk|mx3|mx5|mx6)" - -DEPENDS_mxs += "elftosb-native" - -PV = "v2012.10" -PR = "r1" - -SRCREV = "8f78e9e9bd4c2471fdd03644058aed3038dcbf38" -SRC_URI = "git://github.com/Freescale/u-boot-imx.git" - -S = "${WORKDIR}/git" - -PACKAGE_ARCH = "${MACHINE_ARCH}" -- cgit v1.2.3-54-g00ecf