diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2011-12-13 16:39:34 +0000 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2011-12-13 16:39:34 +0000 |
commit | 9dc3f8a1b7187150babbbcd5a62f960fa4500767 (patch) | |
tree | 1d6b9bcda392a255114d0ede5925d9e1189bf734 | |
parent | 5305eff77b298180888b891aeebd2f1324e6493f (diff) | |
download | meta-fsl-arm-9dc3f8a1b7187150babbbcd5a62f960fa4500767.tar.gz |
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 <otavio@ossystems.com.br>
-rw-r--r-- | recipes-bsp/u-boot/u-boot-imx/u-boot-v2009.08-imx_11.09.01.tar.bz2 (renamed from recipes-bsp/uboot/u-boot-imx/u-boot-v2009.08-imx_11.09.01.tar.bz2) | bin | 985296 -> 985296 bytes | |||
-rw-r--r-- | recipes-bsp/u-boot/u-boot-imx_2009.08.bb (renamed from recipes-bsp/uboot/u-boot-imx_2009.08.bb) | 2 | ||||
-rw-r--r-- | recipes-bsp/u-boot/u-boot-imx_git.bb (renamed from recipes-bsp/uboot/u-boot-imx_git.bb) | 2 |
3 files changed, 2 insertions, 2 deletions
diff --git a/recipes-bsp/uboot/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 index 35f7d41..35f7d41 100644 --- a/recipes-bsp/uboot/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 | |||
Binary files differ | |||
diff --git a/recipes-bsp/uboot/u-boot-imx_2009.08.bb b/recipes-bsp/u-boot/u-boot-imx_2009.08.bb index 7138bde..01d788b 100644 --- a/recipes-bsp/uboot/u-boot-imx_2009.08.bb +++ b/recipes-bsp/u-boot/u-boot-imx_2009.08.bb | |||
@@ -2,7 +2,7 @@ | |||
2 | # Released under the MIT license (see COPYING.MIT for the terms) | 2 | # Released under the MIT license (see COPYING.MIT for the terms) |
3 | 3 | ||
4 | DESCRIPTION = "bootloader for imx platforms" | 4 | DESCRIPTION = "bootloader for imx platforms" |
5 | require recipes-bsp/uboot/u-boot.inc | 5 | require recipes-bsp/u-boot/u-boot.inc |
6 | 6 | ||
7 | LICENSE = "GPLv2+" | 7 | LICENSE = "GPLv2+" |
8 | LIC_FILES_CHKSUM = "file://COPYING;md5=4c6cde5df68eff615d36789dc18edd3b" | 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=4c6cde5df68eff615d36789dc18edd3b" |
diff --git a/recipes-bsp/uboot/u-boot-imx_git.bb b/recipes-bsp/u-boot/u-boot-imx_git.bb index f02a54e..9ce1273 100644 --- a/recipes-bsp/uboot/u-boot-imx_git.bb +++ b/recipes-bsp/u-boot/u-boot-imx_git.bb | |||
@@ -2,7 +2,7 @@ | |||
2 | # Released under the MIT license (see COPYING.MIT for the terms) | 2 | # Released under the MIT license (see COPYING.MIT for the terms) |
3 | 3 | ||
4 | DESCRIPTION = "bootloader for imx platforms" | 4 | DESCRIPTION = "bootloader for imx platforms" |
5 | require recipes-bsp/uboot/u-boot.inc | 5 | require recipes-bsp/u-boot/u-boot.inc |
6 | 6 | ||
7 | LICENSE = "GPLv2+" | 7 | LICENSE = "GPLv2+" |
8 | LIC_FILES_CHKSUM = "file://COPYING;md5=4c6cde5df68eff615d36789dc18edd3b" | 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=4c6cde5df68eff615d36789dc18edd3b" |