summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDennis.Yxun <dennis.yxun@gmail.com>2010-01-29 10:23:46 +0800
committerRichard Purdie <rpurdie@linux.intel.com>2010-02-01 10:42:33 +0000
commitbe2a5dfc212b9333a683efd20173a8b878c41d4b (patch)
tree6e68556589cee16ada847ed6a837be18db004a49
parent2e84247aacbf48ecd5b516c6ae795dab45812915 (diff)
downloadopenembedded-core-be2a5dfc212b9333a683efd20173a8b878c41d4b.tar.gz
openembedded-core-be2a5dfc212b9333a683efd20173a8b878c41d4b.tar.bz2
openembedded-core-be2a5dfc212b9333a683efd20173a8b878c41d4b.tar.xz
openembedded-core-be2a5dfc212b9333a683efd20173a8b878c41d4b.zip
task-poky-tools: kexec-tools don't support mips|mipsel, so make it optional
Signed-off-by: lan.yi.xun <dennis.yxun@gmail.com> Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
-rw-r--r--meta/packages/tasks/task-poky-tools.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/packages/tasks/task-poky-tools.bb b/meta/packages/tasks/task-poky-tools.bb
index 30870e25c..cb9071833 100644
--- a/meta/packages/tasks/task-poky-tools.bb
+++ b/meta/packages/tasks/task-poky-tools.bb
@@ -24,6 +24,7 @@ ALLOW_EMPTY = "1"
# kexec-tools doesn't work on Mips
KEXECTOOLS ?= "kexec-tools"
KEXECTOOLS_mips ?= ""
+KEXECTOOLS_mipsel ?= ""
RDEPENDS_task-poky-tools-debug = "\
gdb \