diff options
Diffstat (limited to 'meta/classes/kernel-arch.bbclass')
-rw-r--r-- | meta/classes/kernel-arch.bbclass | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/classes/kernel-arch.bbclass b/meta/classes/kernel-arch.bbclass index 211b72bee6..3ed5986a52 100644 --- a/meta/classes/kernel-arch.bbclass +++ b/meta/classes/kernel-arch.bbclass | |||
@@ -13,7 +13,8 @@ valid_archs = "alpha cris ia64 \ | |||
13 | sh sh64 um h8300 \ | 13 | sh sh64 um h8300 \ |
14 | parisc s390 v850 \ | 14 | parisc s390 v850 \ |
15 | avr32 blackfin \ | 15 | avr32 blackfin \ |
16 | microblaze" | 16 | microblaze \ |
17 | nios2" | ||
17 | 18 | ||
18 | def map_kernel_arch(a, d): | 19 | def map_kernel_arch(a, d): |
19 | import re | 20 | import re |