[oe-commits] Leon Woestenberg : linux-kirkwood-2.6.31: Fetch newer mach-types for MACHINE openrd-base only.

git version control git at git.openembedded.org
Sat Sep 19 16:13:52 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: e5fc5e963f4c15d7e2e921ed2d24ff68bba3b2b3
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=e5fc5e963f4c15d7e2e921ed2d24ff68bba3b2b3

Author: Leon Woestenberg <leon at sidebranch.com>
Date:   Sat Sep 19 18:12:15 2009 +0200

linux-kirkwood-2.6.31: Fetch newer mach-types for MACHINE openrd-base only.

Signed-off-by: Leon Woestenberg <leon at sidebranch.com>

---

 recipes/linux/linux-kirkwood_2.6.31.bb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/linux/linux-kirkwood_2.6.31.bb b/recipes/linux/linux-kirkwood_2.6.31.bb
index b8270ed..a40a09e 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





More information about the Openembedded-commits mailing list