summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/u-boot/u-boot_2011.12.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2012-03-08 23:49:01 -0800
committerDenys Dmytriyenko <denys@ti.com>2012-03-15 00:49:33 -0400
commit0d0e2c1e274e1885d8b5cb07421449e9d0016c2c (patch)
treed10c42bdff939a3fd7fb3d5d4d4e512a418b17c1 /recipes-bsp/u-boot/u-boot_2011.12.bb
parentcf056a6ae089c8078609ee6b644f39b19965fbcb (diff)
downloadmeta-ti-0d0e2c1e274e1885d8b5cb07421449e9d0016c2c.tar.gz
u-boot: Fix config-Always-use-GNU-ld patch to work with dash
>& /dev/null is not ok for dash so use > /dev/null 2>&1 Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp/u-boot/u-boot_2011.12.bb')
-rw-r--r--recipes-bsp/u-boot/u-boot_2011.12.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/u-boot/u-boot_2011.12.bb b/recipes-bsp/u-boot/u-boot_2011.12.bb
index 35ffd4b7..9bbd31e2 100644
--- a/recipes-bsp/u-boot/u-boot_2011.12.bb
+++ b/recipes-bsp/u-boot/u-boot_2011.12.bb
@@ -6,7 +6,7 @@ UBOOT_IMAGE = "u-boot-${MACHINE}-${PV}-${PR}.img"
6UBOOT_SYMLINK = "u-boot-${MACHINE}.img" 6UBOOT_SYMLINK = "u-boot-${MACHINE}.img"
7 7
8PV = "2011.12" 8PV = "2011.12"
9PR = "r5" 9PR = "r6"
10 10
11# No patches for other machines yet 11# No patches for other machines yet
12COMPATIBLE_MACHINE = "(beagleboard|pandaboard|hawkboard|am3517-evm|am37x-evm|omap3evm)" 12COMPATIBLE_MACHINE = "(beagleboard|pandaboard|hawkboard|am3517-evm|am37x-evm|omap3evm)"