task-poky-tools: Disable kexec for powerpc

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
Richard Purdie 2010-06-11 09:31:37 +01:00
parent 482b3ef78c
commit 155770a597
1 changed files with 2 additions and 1 deletions

View File

@ -3,7 +3,7 @@
#
DESCRIPTION = "Tools tasks for Poky"
PR = "r2"
PR = "r3"
PACKAGES = "\
task-poky-tools-debug \
@ -25,6 +25,7 @@ ALLOW_EMPTY = "1"
KEXECTOOLS ?= "kexec-tools"
KEXECTOOLS_mips ?= ""
KEXECTOOLS_mipsel ?= ""
KEXECTOOLS_powerpc ?= ""
RDEPENDS_task-poky-tools-debug = "\
gdb \