From: Otavio Salvador Date: Tue, 13 Dec 2011 16:39:34 +0000 (+0000) Subject: u-boot: move to recipes-bsd/u-boot and fix parsing of recipe X-Git-Tag: 2.1~1962^2 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=c436bbf0a9db9d6215f0565763c46823bafb7570;p=meta-freescale.git 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 --- diff --git a/meta-fsl-arm/recipes-bsp/uboot/u-boot-imx/u-boot-v2009.08-imx_11.09.01.tar.bz2 b/meta-fsl-arm/recipes-bsp/u-boot/u-boot-imx/u-boot-v2009.08-imx_11.09.01.tar.bz2 similarity index 100% rename from meta-fsl-arm/recipes-bsp/uboot/u-boot-imx/u-boot-v2009.08-imx_11.09.01.tar.bz2 rename to meta-fsl-arm/recipes-bsp/u-boot/u-boot-imx/u-boot-v2009.08-imx_11.09.01.tar.bz2 diff --git a/meta-fsl-arm/recipes-bsp/uboot/u-boot-imx_2009.08.bb b/meta-fsl-arm/recipes-bsp/u-boot/u-boot-imx_2009.08.bb similarity index 96% rename from meta-fsl-arm/recipes-bsp/uboot/u-boot-imx_2009.08.bb rename to meta-fsl-arm/recipes-bsp/u-boot/u-boot-imx_2009.08.bb index 7138bded..01d788b5 100644 --- a/meta-fsl-arm/recipes-bsp/uboot/u-boot-imx_2009.08.bb +++ b/meta-fsl-arm/recipes-bsp/u-boot/u-boot-imx_2009.08.bb @@ -2,7 +2,7 @@ # Released under the MIT license (see COPYING.MIT for the terms) DESCRIPTION = "bootloader for imx platforms" -require recipes-bsp/uboot/u-boot.inc +require recipes-bsp/u-boot/u-boot.inc LICENSE = "GPLv2+" LIC_FILES_CHKSUM = "file://COPYING;md5=4c6cde5df68eff615d36789dc18edd3b" diff --git a/meta-fsl-arm/recipes-bsp/uboot/u-boot-imx_git.bb b/meta-fsl-arm/recipes-bsp/u-boot/u-boot-imx_git.bb similarity index 91% rename from meta-fsl-arm/recipes-bsp/uboot/u-boot-imx_git.bb rename to meta-fsl-arm/recipes-bsp/u-boot/u-boot-imx_git.bb index f02a54e3..9ce1273c 100644 --- a/meta-fsl-arm/recipes-bsp/uboot/u-boot-imx_git.bb +++ b/meta-fsl-arm/recipes-bsp/u-boot/u-boot-imx_git.bb @@ -2,7 +2,7 @@ # Released under the MIT license (see COPYING.MIT for the terms) DESCRIPTION = "bootloader for imx platforms" -require recipes-bsp/uboot/u-boot.inc +require recipes-bsp/u-boot/u-boot.inc LICENSE = "GPLv2+" LIC_FILES_CHKSUM = "file://COPYING;md5=4c6cde5df68eff615d36789dc18edd3b"