summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Asselstine <mark.asselstine@windriver.com>2018-05-28 14:21:11 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2018-05-29 10:27:55 -0400
commitabf84bfd30e5e9a6fecba84742763a20b515a5a0 (patch)
tree3877ded15921b761f3f6563332f53eca6431d7bd
parent52f807ef78e402504f7a0fe764da12ac7462ac84 (diff)
downloadmeta-virtualization-abf84bfd30e5e9a6fecba84742763a20b515a5a0.tar.gz
kvmtool: uprev to latest version
Currently on the master branch builds of kvmtool are failing due to several missing headers. We need to only use the uapi headers and we also need the kvmtool upstream commit 1cc05b24bfe0 [x86/kvm-cpu.c: don't include <asm/msr-index.h>] to get the builds to work. So we can't do this as a fix and uprev and must do both at once in this single commit. The upstream project does not have releases so using the latest commit and setting the version to 4.14.0 to reflect the kernel version we currently build and which tests were done with, when using Yocto master. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
-rw-r--r--recipes-extended/kvmtool/kvmtool.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-extended/kvmtool/kvmtool.bb b/recipes-extended/kvmtool/kvmtool.bb
index 33fec311..d487ee27 100644
--- a/recipes-extended/kvmtool/kvmtool.bb
+++ b/recipes-extended/kvmtool/kvmtool.bb
@@ -16,12 +16,12 @@ SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/will/kvmtool.git \
16 file://0002-kvmtool-add-EXTRA_CFLAGS-variable.patch \ 16 file://0002-kvmtool-add-EXTRA_CFLAGS-variable.patch \
17 " 17 "
18 18
19SRCREV = "3fea89a924511f9f8fe05a892098fad77c1eca0d" 19SRCREV = "0e1882a49f81cb15d328ef83a78849c0ea26eecc"
20PV = "3.18.0+git${SRCREV}" 20PV = "4.14.0+git${SRCREV}"
21 21
22S = "${WORKDIR}/git" 22S = "${WORKDIR}/git"
23 23
24EXTRA_OEMAKE='V=1 EXTRA_CFLAGS="-I${STAGING_KERNEL_DIR}/arch/${ARCH}/include -I${STAGING_KERNEL_BUILDDIR}/arch/${ARCH}/include/generated/"' 24EXTRA_OEMAKE='V=1 EXTRA_CFLAGS="-I${STAGING_KERNEL_BUILDDIR}/include/generated -I${STAGING_KERNEL_BUILDDIR}/arch/${ARCH}/include/generated"'
25 25
26do_install() { 26do_install() {
27 install -d ${D}${bindir} 27 install -d ${D}${bindir}