summaryrefslogtreecommitdiffstats
path: root/recipes-bsp
diff options
context:
space:
mode:
authorAdrian Alonso <aalonso00@gmail.com>2011-12-18 20:04:16 -0600
committerAdrian Alonso <aalonso00@gmail.com>2011-12-18 20:04:16 -0600
commita2a5645bd119ac9b4b9dce2fe566adafb33d20d6 (patch)
tree2d7a84eb6de5aa5c4266cec66391b1be5b96be3e /recipes-bsp
parent8afa4cd8ff5d424af19197a141dcdd243c416134 (diff)
downloadmeta-fsl-arm-a2a5645bd119ac9b4b9dce2fe566adafb33d20d6.tar.gz
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 <aalonso00@gmail.com>
Diffstat (limited to 'recipes-bsp')
-rw-r--r--recipes-bsp/u-boot/u-boot-imx_2009.08.bb2
-rw-r--r--recipes-bsp/u-boot/u-boot-imx_git.bb2
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes-bsp/u-boot/u-boot-imx_2009.08.bb b/recipes-bsp/u-boot/u-boot-imx_2009.08.bb
index 01d788b..7138bde 100644
--- a/recipes-bsp/u-boot/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
4DESCRIPTION = "bootloader for imx platforms" 4DESCRIPTION = "bootloader for imx platforms"
5require recipes-bsp/u-boot/u-boot.inc 5require recipes-bsp/uboot/u-boot.inc
6 6
7LICENSE = "GPLv2+" 7LICENSE = "GPLv2+"
8LIC_FILES_CHKSUM = "file://COPYING;md5=4c6cde5df68eff615d36789dc18edd3b" 8LIC_FILES_CHKSUM = "file://COPYING;md5=4c6cde5df68eff615d36789dc18edd3b"
diff --git a/recipes-bsp/u-boot/u-boot-imx_git.bb b/recipes-bsp/u-boot/u-boot-imx_git.bb
index 9ce1273..f02a54e 100644
--- a/recipes-bsp/u-boot/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
4DESCRIPTION = "bootloader for imx platforms" 4DESCRIPTION = "bootloader for imx platforms"
5require recipes-bsp/u-boot/u-boot.inc 5require recipes-bsp/uboot/u-boot.inc
6 6
7LICENSE = "GPLv2+" 7LICENSE = "GPLv2+"
8LIC_FILES_CHKSUM = "file://COPYING;md5=4c6cde5df68eff615d36789dc18edd3b" 8LIC_FILES_CHKSUM = "file://COPYING;md5=4c6cde5df68eff615d36789dc18edd3b"