From c436bbf0a9db9d6215f0565763c46823bafb7570 Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Tue, 13 Dec 2011 16:39:34 +0000 Subject: [PATCH] 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-imx/u-boot-v2009.08-imx_11.09.01.tar.bz2 | Bin .../{uboot => u-boot}/u-boot-imx_2009.08.bb | 2 +- .../recipes-bsp/{uboot => u-boot}/u-boot-imx_git.bb | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename meta-fsl-arm/recipes-bsp/{uboot => u-boot}/u-boot-imx/u-boot-v2009.08-imx_11.09.01.tar.bz2 (100%) rename meta-fsl-arm/recipes-bsp/{uboot => u-boot}/u-boot-imx_2009.08.bb (96%) rename meta-fsl-arm/recipes-bsp/{uboot => u-boot}/u-boot-imx_git.bb (91%) 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" -- 2.40.1