mirror of
https://git.yoctoproject.org/poky
synced 2026-04-22 06:32:12 +02:00
kexec-tools: Set COMPATIBLE_HOST as mips is unsupported
Signed-off-by: Joshua Lock <josh@linux.intel.com>
This commit is contained in:
@@ -7,6 +7,7 @@ DEPENDS = "virtual/kernel zlib"
|
||||
|
||||
inherit autotools
|
||||
|
||||
COMPATIBLE_HOST = '(x86_64|i.86.*|arm.*)-(linux|freebsd.*)'
|
||||
|
||||
SRC_URI = "http://www.xmission.com/~ebiederm/files/kexec/kexec-tools-${PV}.tar.gz \
|
||||
file://kexec-tools-arm.patch;patch=1 \
|
||||
|
||||
@@ -2,4 +2,4 @@ require kexec-tools.inc
|
||||
export LDFLAGS = "-L${STAGING_LIBDIR}"
|
||||
EXTRA_OECONF = " --with-zlib=yes"
|
||||
|
||||
PR = "r6"
|
||||
PR = "r7"
|
||||
|
||||
Reference in New Issue
Block a user