From 9dc3f8a1b7187150babbbcd5a62f960fa4500767 Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Tue, 13 Dec 2011 16:39:34 +0000 Subject: u-boot: move to recipes-bsd/u-boot and fix parsing of recipe OE-Core has moved u-boot from recipes-bsd/uboot to recipes-bsd/u-boot. This moves the files and fixes the path for inclusion of u-boot.inc file on the recipes. Signed-off-by: Otavio Salvador --- .../u-boot-v2009.08-imx_11.09.01.tar.bz2 | Bin 0 -> 985296 bytes recipes-bsp/u-boot/u-boot-imx_2009.08.bb | 29 +++++++++++++++++++++ recipes-bsp/u-boot/u-boot-imx_git.bb | 14 ++++++++++ .../u-boot-v2009.08-imx_11.09.01.tar.bz2 | Bin 985296 -> 0 bytes recipes-bsp/uboot/u-boot-imx_2009.08.bb | 29 --------------------- recipes-bsp/uboot/u-boot-imx_git.bb | 14 ---------- 6 files changed, 43 insertions(+), 43 deletions(-) create mode 100644 recipes-bsp/u-boot/u-boot-imx/u-boot-v2009.08-imx_11.09.01.tar.bz2 create mode 100644 recipes-bsp/u-boot/u-boot-imx_2009.08.bb create mode 100644 recipes-bsp/u-boot/u-boot-imx_git.bb delete mode 100644 recipes-bsp/uboot/u-boot-imx/u-boot-v2009.08-imx_11.09.01.tar.bz2 delete mode 100644 recipes-bsp/uboot/u-boot-imx_2009.08.bb delete mode 100644 recipes-bsp/uboot/u-boot-imx_git.bb diff --git a/recipes-bsp/u-boot/u-boot-imx/u-boot-v2009.08-imx_11.09.01.tar.bz2 b/recipes-bsp/u-boot/u-boot-imx/u-boot-v2009.08-imx_11.09.01.tar.bz2 new file mode 100644 index 0000000..35f7d41 Binary files /dev/null and b/recipes-bsp/u-boot/u-boot-imx/u-boot-v2009.08-imx_11.09.01.tar.bz2 differ diff --git a/recipes-bsp/u-boot/u-boot-imx_2009.08.bb b/recipes-bsp/u-boot/u-boot-imx_2009.08.bb new file mode 100644 index 0000000..01d788b --- /dev/null +++ b/recipes-bsp/u-boot/u-boot-imx_2009.08.bb @@ -0,0 +1,29 @@ +# Copyright (C) 2011 Freescale Semiconductor +# Released under the MIT license (see COPYING.MIT for the terms) + +DESCRIPTION = "bootloader for imx platforms" +require recipes-bsp/u-boot/u-boot.inc + +LICENSE = "GPLv2+" +LIC_FILES_CHKSUM = "file://COPYING;md5=4c6cde5df68eff615d36789dc18edd3b" +#DEPENDS = "elftosb-native" +PR = "r1" + +REL = "11.09.01" +SRC_URI = "ftp://ftp.denx.de/pub/u-boot/u-boot-${PV}.tar.bz2;name=source \ + file://u-boot-v${PV}-imx_${REL}.tar.bz2;name=patchs" +SRC_URI[source.md5sum] = "cd4788ea1c6ac4f9b100b888a1063a6b" +SRC_URI[source.sha256sum] = "858fd04efd5b98e99fd1a074998b1a8ac5fbd07b176de1d20d8eb148492d949d" +SRC_URI[patchs.md5sum] = "e74b1a4727eb700ada1c1705176614b5" +SRC_URI[patchs.sha256sum] = "916e8d9c0e2a2b7d9c7384803b0cd4060071251772a83a696d929fc76f19a960" + +do_apply_dist_patchs () { + # Apply distributed patchs + cd ${S} + ln -s ../patches + ./patches/patch-uboot.sh +} + +addtask apply_dist_patchs after do_unpack before do_patch + +S = "${WORKDIR}/u-boot-${PV}" diff --git a/recipes-bsp/u-boot/u-boot-imx_git.bb b/recipes-bsp/u-boot/u-boot-imx_git.bb new file mode 100644 index 0000000..9ce1273 --- /dev/null +++ b/recipes-bsp/u-boot/u-boot-imx_git.bb @@ -0,0 +1,14 @@ +# Copyright (C) 2011 Freescale Semiconductor +# Released under the MIT license (see COPYING.MIT for the terms) + +DESCRIPTION = "bootloader for imx platforms" +require recipes-bsp/u-boot/u-boot.inc + +LICENSE = "GPLv2+" +LIC_FILES_CHKSUM = "file://COPYING;md5=4c6cde5df68eff615d36789dc18edd3b" +#DEPENDS = "elftosb-native" +PR = "r1" + +PV = "v2009.08" +SRC_URI = "git://sw-git.freescale.net/FPS/uboot-imx.git;branch=imx_v2009.08_10.07.11" +S = "${WORKDIR}/git" diff --git a/recipes-bsp/uboot/u-boot-imx/u-boot-v2009.08-imx_11.09.01.tar.bz2 b/recipes-bsp/uboot/u-boot-imx/u-boot-v2009.08-imx_11.09.01.tar.bz2 deleted file mode 100644 index 35f7d41..0000000 Binary files a/recipes-bsp/uboot/u-boot-imx/u-boot-v2009.08-imx_11.09.01.tar.bz2 and /dev/null differ diff --git a/recipes-bsp/uboot/u-boot-imx_2009.08.bb b/recipes-bsp/uboot/u-boot-imx_2009.08.bb deleted file mode 100644 index 7138bde..0000000 --- a/recipes-bsp/uboot/u-boot-imx_2009.08.bb +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright (C) 2011 Freescale Semiconductor -# Released under the MIT license (see COPYING.MIT for the terms) - -DESCRIPTION = "bootloader for imx platforms" -require recipes-bsp/uboot/u-boot.inc - -LICENSE = "GPLv2+" -LIC_FILES_CHKSUM = "file://COPYING;md5=4c6cde5df68eff615d36789dc18edd3b" -#DEPENDS = "elftosb-native" -PR = "r1" - -REL = "11.09.01" -SRC_URI = "ftp://ftp.denx.de/pub/u-boot/u-boot-${PV}.tar.bz2;name=source \ - file://u-boot-v${PV}-imx_${REL}.tar.bz2;name=patchs" -SRC_URI[source.md5sum] = "cd4788ea1c6ac4f9b100b888a1063a6b" -SRC_URI[source.sha256sum] = "858fd04efd5b98e99fd1a074998b1a8ac5fbd07b176de1d20d8eb148492d949d" -SRC_URI[patchs.md5sum] = "e74b1a4727eb700ada1c1705176614b5" -SRC_URI[patchs.sha256sum] = "916e8d9c0e2a2b7d9c7384803b0cd4060071251772a83a696d929fc76f19a960" - -do_apply_dist_patchs () { - # Apply distributed patchs - cd ${S} - ln -s ../patches - ./patches/patch-uboot.sh -} - -addtask apply_dist_patchs after do_unpack before do_patch - -S = "${WORKDIR}/u-boot-${PV}" diff --git a/recipes-bsp/uboot/u-boot-imx_git.bb b/recipes-bsp/uboot/u-boot-imx_git.bb deleted file mode 100644 index f02a54e..0000000 --- a/recipes-bsp/uboot/u-boot-imx_git.bb +++ /dev/null @@ -1,14 +0,0 @@ -# Copyright (C) 2011 Freescale Semiconductor -# Released under the MIT license (see COPYING.MIT for the terms) - -DESCRIPTION = "bootloader for imx platforms" -require recipes-bsp/uboot/u-boot.inc - -LICENSE = "GPLv2+" -LIC_FILES_CHKSUM = "file://COPYING;md5=4c6cde5df68eff615d36789dc18edd3b" -#DEPENDS = "elftosb-native" -PR = "r1" - -PV = "v2009.08" -SRC_URI = "git://sw-git.freescale.net/FPS/uboot-imx.git;branch=imx_v2009.08_10.07.11" -S = "${WORKDIR}/git" -- cgit v1.2.3-54-g00ecf