From: Leon Woestenberg Date: Sat, 19 Sep 2009 16:12:15 +0000 (+0200) Subject: linux-kirkwood-2.6.31: Fetch newer mach-types for MACHINE openrd-base only. X-Git-Tag: Release-2010-05/1~2350 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e5fc5e963f4c15d7e2e921ed2d24ff68bba3b2b3;p=openembedded.git linux-kirkwood-2.6.31: Fetch newer mach-types for MACHINE openrd-base only. Signed-off-by: Leon Woestenberg --- diff --git a/recipes/linux/linux-kirkwood_2.6.31.bb b/recipes/linux/linux-kirkwood_2.6.31.bb index b8270ed597..a40a09e49a 100644 --- a/recipes/linux/linux-kirkwood_2.6.31.bb +++ b/recipes/linux/linux-kirkwood_2.6.31.bb @@ -19,8 +19,8 @@ SRC_URI = "git://git.marvell.com/orion.git;protocol=git \ file://defconfig" # update machine types list for ARM architecture, only for machines that need it -do_arm_mach_types_openrd-base() { - if test ${TARGET_ARCH} == arm; then +do_arm_mach_types() { + if test ${MACHINE} == openrd-base; then curl -o mach-types "http://www.arm.linux.org.uk/developer/machines/download.php" && \ cp mach-types arch/arm/tools/mach-types fi