From: Adrian Alonso Date: Mon, 19 Dec 2011 02:04:16 +0000 (-0600) Subject: u-boot-imx: change include path for u-boot inc file X-Git-Tag: 2.1~1960 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=06eae7bd6dcc9dcab4085aa5aecd3de1daca9095;p=meta-freescale.git u-boot-imx: change include path for u-boot inc file * Change include path for u-boot inc file; * Something went wrong with github pull request commit 9dc3f8a1b7187150babbbcd5a62f960fa4500767 already handle this error. Signed-off-by: Adrian Alonso --- diff --git a/meta-fsl-arm/recipes-bsp/u-boot/u-boot-imx_2009.08.bb b/meta-fsl-arm/recipes-bsp/u-boot/u-boot-imx_2009.08.bb index 01d788b5..7138bded 100644 --- a/meta-fsl-arm/recipes-bsp/u-boot/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/u-boot/u-boot.inc +require recipes-bsp/uboot/u-boot.inc LICENSE = "GPLv2+" LIC_FILES_CHKSUM = "file://COPYING;md5=4c6cde5df68eff615d36789dc18edd3b" diff --git a/meta-fsl-arm/recipes-bsp/u-boot/u-boot-imx_git.bb b/meta-fsl-arm/recipes-bsp/u-boot/u-boot-imx_git.bb index 9ce1273c..f02a54e3 100644 --- a/meta-fsl-arm/recipes-bsp/u-boot/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/u-boot/u-boot.inc +require recipes-bsp/uboot/u-boot.inc LICENSE = "GPLv2+" LIC_FILES_CHKSUM = "file://COPYING;md5=4c6cde5df68eff615d36789dc18edd3b"