From 06eae7bd6dcc9dcab4085aa5aecd3de1daca9095 Mon Sep 17 00:00:00 2001 From: Adrian Alonso Date: Sun, 18 Dec 2011 20:04:16 -0600 Subject: [PATCH] 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 --- meta-fsl-arm/recipes-bsp/u-boot/u-boot-imx_2009.08.bb | 2 +- meta-fsl-arm/recipes-bsp/u-boot/u-boot-imx_git.bb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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" -- 2.40.1