diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2013-05-12 22:42:23 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-05-16 00:09:47 +0300 |
commit | a4c4f38091ed397a4ced625734e947be79c6c2bf (patch) | |
tree | 7c82163fb23a8ca9cf4c1f65e188bc047ca09a76 | |
parent | 4520feca657ac543267b4c8840e57bb32baf18c3 (diff) | |
download | poky-a4c4f38091ed397a4ced625734e947be79c6c2bf.tar.gz |
linux-yocto: add qemumips64 compatibility
The 3.8 and linux-yocto-dev kernel trees carry qemumips64 support. Adding
the board to the compatibility directly in the recipes is the first step
to adding mips64 support to the broader set of packages.
(From OE-Core rev: 0b4187fac16f78a1f9ba1c696edbc8c2aa189cb1)
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-dev.bb | 2 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto_3.8.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-dev.bb b/meta/recipes-kernel/linux/linux-yocto-dev.bb index fdea085b53..598c82c84d 100644 --- a/meta/recipes-kernel/linux/linux-yocto-dev.bb +++ b/meta/recipes-kernel/linux/linux-yocto-dev.bb | |||
@@ -38,7 +38,7 @@ LINUX_VERSION_EXTENSION ?= "-yoctodev-${LINUX_KERNEL_TYPE}" | |||
38 | PR = "r0" | 38 | PR = "r0" |
39 | PV = "${LINUX_VERSION}+git${SRCPV}" | 39 | PV = "${LINUX_VERSION}+git${SRCPV}" |
40 | 40 | ||
41 | COMPATIBLE_MACHINE = "(qemuarm|qemux86|qemuppc|qemumips|qemux86-64)" | 41 | COMPATIBLE_MACHINE = "(qemuarm|qemux86|qemuppc|qemumips|qemumips64|qemux86-64)" |
42 | 42 | ||
43 | # Functionality flags | 43 | # Functionality flags |
44 | KERNEL_FEATURES_append = " features/netfilter/netfilter.scc" | 44 | KERNEL_FEATURES_append = " features/netfilter/netfilter.scc" |
diff --git a/meta/recipes-kernel/linux/linux-yocto_3.8.bb b/meta/recipes-kernel/linux/linux-yocto_3.8.bb index 2fcadddccf..b79fa4e21d 100644 --- a/meta/recipes-kernel/linux/linux-yocto_3.8.bb +++ b/meta/recipes-kernel/linux/linux-yocto_3.8.bb | |||
@@ -20,7 +20,7 @@ PV = "${LINUX_VERSION}+git${SRCPV}" | |||
20 | 20 | ||
21 | KMETA = "meta" | 21 | KMETA = "meta" |
22 | 22 | ||
23 | COMPATIBLE_MACHINE = "qemuarm|qemux86|qemuppc|qemumips|qemux86-64" | 23 | COMPATIBLE_MACHINE = "qemuarm|qemux86|qemuppc|qemumips|qemumips64|qemux86-64" |
24 | 24 | ||
25 | # Functionality flags | 25 | # Functionality flags |
26 | KERNEL_EXTRA_FEATURES ?= "features/netfilter/netfilter.scc" | 26 | KERNEL_EXTRA_FEATURES ?= "features/netfilter/netfilter.scc" |