[oe-commits] [openembedded-core] 11/32: kernel-arch.bbclass: Add xtensa and arc into valid_archs table

git at git.openembedded.org git at git.openembedded.org
Sat Oct 15 09:05:56 UTC 2016


rpurdie pushed a commit to branch master
in repository openembedded-core.

commit 20d511cd1b7fe4891f7842be12f13a92da433c46
Author: Juro Bystricky <juro.bystricky at intel.com>
AuthorDate: Tue Oct 11 09:31:32 2016 -0700

    kernel-arch.bbclass: Add xtensa and arc into valid_archs table
    
    Both "arc" and "xtensa" are valid Linux architectures, add
    them into valid_archs table.
    
    Signed-off-by: Juro Bystricky <juro.bystricky at intel.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/classes/kernel-arch.bbclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/classes/kernel-arch.bbclass b/meta/classes/kernel-arch.bbclass
index 8a4bef1..ea976c6 100644
--- a/meta/classes/kernel-arch.bbclass
+++ b/meta/classes/kernel-arch.bbclass
@@ -14,7 +14,7 @@ valid_archs = "alpha cris ia64 \
                parisc s390  v850 \
                avr32 blackfin \
                microblaze \
-               nios2"
+               nios2 arc xtensa"
 
 def map_kernel_arch(a, d):
     import re

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list