All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] kexec: update supported architecture list
@ 2015-11-30  8:53 Maxin B. John
  2016-01-19  9:30 ` Kang Kai
  0 siblings, 1 reply; 2+ messages in thread
From: Maxin B. John @ 2015-11-30  8:53 UTC (permalink / raw)
  To: openembedded-core

Now, kexec is supported in mips, aarch64 and most of the machines within
powerpc family. So, remove those architecture specific restrictions.

Signed-off-by: Maxin B. John <maxin.john@intel.com>
---
 meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb b/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb
index 95b3988..acbae11 100644
--- a/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb
+++ b/meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb
@@ -11,13 +11,9 @@ PACKAGE_ARCH = "${MACHINE_ARCH}"
 
 inherit packagegroup
 
-# kexec-tools doesn't work on Mips
+# kexec-tools doesn't work on e5500-64b yet
 KEXECTOOLS ?= "kexec"
-KEXECTOOLS_mips ?= ""
-KEXECTOOLS_mipsel ?= ""
-KEXECTOOLS_powerpc ?= ""
 KEXECTOOLS_e5500-64b ?= ""
-KEXECTOOLS_aarch64 ?= ""
 
 X11GLTOOLS = "\
     mesa-demos \
-- 
2.4.0



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-01-19  9:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-30  8:53 [PATCH] kexec: update supported architecture list Maxin B. John
2016-01-19  9:30 ` Kang Kai

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.