task-poky-tools: kexec-tools doesn't work on Mips so make it optional

Use a variable to soft-assign a value for kexec-tools and set it empty for
Mips as it's not supported on that architecture.

Signed-off-by: Joshua Lock <josh@linux.intel.com>
This commit is contained in:
Joshua Lock 2010-01-19 13:22:46 +00:00
parent 22a271aaa9
commit 0bddf1ce2c
1 changed files with 5 additions and 1 deletions

View File

@ -21,6 +21,10 @@ PACKAGE_ARCH = "${MACHINE_ARCH}"
ALLOW_EMPTY = "1"
# kexec-tools doesn't work on Mips
KEXECTOOLS ?= "kexec-tools"
KEXECTOOLS_mips ?= ""
RDEPENDS_task-poky-tools-debug = "\
gdb \
gdbserver \
@ -47,7 +51,7 @@ RDEPENDS_task-poky-tools-testapps = "\
tslib-calibrate \
tslib-tests \
lrzsz \
kexec-tools \
${KEXECTOOLS} \
alsa-utils-amixer \
alsa-utils-aplay \
owl-video \