diff options
author | Paul Sokolovsky <pmiscml@gmail.com> | 2008-02-21 22:38:48 +0000 |
---|---|---|
committer | Paul Sokolovsky <pmiscml@gmail.com> | 2008-02-21 22:38:48 +0000 |
commit | c75944cb1477cf822e252faeb9ebaf56c2286acf (patch) | |
tree | 858c65653950ee21039d26ee9389e58699d075ca /classes/kernel-arch.bbclass | |
parent | bf2139a143b3dc66c0e7c04b327eb4e28fb6562f (diff) |
kernel-arch.bbclass: Fix obvious typo supposedly causing issues with x86_64.
Diffstat (limited to 'classes/kernel-arch.bbclass')
-rw-r--r-- | classes/kernel-arch.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/kernel-arch.bbclass b/classes/kernel-arch.bbclass index b45f3f9696..5e5d9a94a8 100644 --- a/classes/kernel-arch.bbclass +++ b/classes/kernel-arch.bbclass @@ -5,7 +5,7 @@ # valid_archs = "alpha cris ia64 \ - x86_64,i386 x86 \ + x86_64 i386 x86 \ m68knommu m68k ppc powerpc ppc64 \ sparc sparc64 \ arm arm26 \ |