summaryrefslogtreecommitdiffstats
path: root/recipes-extended/kvmtool/kvmtool.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-extended/kvmtool/kvmtool.bb')
-rw-r--r--recipes-extended/kvmtool/kvmtool.bb7
1 files changed, 6 insertions, 1 deletions
diff --git a/recipes-extended/kvmtool/kvmtool.bb b/recipes-extended/kvmtool/kvmtool.bb
index b3bf2029..33fec311 100644
--- a/recipes-extended/kvmtool/kvmtool.bb
+++ b/recipes-extended/kvmtool/kvmtool.bb
@@ -5,10 +5,15 @@ LICENSE = "GPLv2"
5LIC_FILES_CHKSUM = "file://COPYING;md5=fcb02dc552a041dee27e4b85c7396067" 5LIC_FILES_CHKSUM = "file://COPYING;md5=fcb02dc552a041dee27e4b85c7396067"
6 6
7DEPENDS = "dtc libaio zlib" 7DEPENDS = "dtc libaio zlib"
8do_configure[depends] += "virtual/kernel:do_shared_workdir"
9
10inherit kernel-arch
8 11
9SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/will/kvmtool.git \ 12SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/will/kvmtool.git \
10 file://external-crosscompiler.patch \ 13 file://external-crosscompiler.patch \
11 file://0001-Avoid-pointers-for-address-of-packed-members.patch \ 14 file://0001-Avoid-pointers-for-address-of-packed-members.patch \
15 file://0001-kvmtool-9p-fixed-compilation-error.patch \
16 file://0002-kvmtool-add-EXTRA_CFLAGS-variable.patch \
12 " 17 "
13 18
14SRCREV = "3fea89a924511f9f8fe05a892098fad77c1eca0d" 19SRCREV = "3fea89a924511f9f8fe05a892098fad77c1eca0d"
@@ -16,7 +21,7 @@ PV = "3.18.0+git${SRCREV}"
16 21
17S = "${WORKDIR}/git" 22S = "${WORKDIR}/git"
18 23
19EXTRA_OEMAKE='ARCH="${TARGET_ARCH}" V=1' 24EXTRA_OEMAKE='V=1 EXTRA_CFLAGS="-I${STAGING_KERNEL_DIR}/arch/${ARCH}/include -I${STAGING_KERNEL_BUILDDIR}/arch/${ARCH}/include/generated/"'
20 25
21do_install() { 26do_install() {
22 install -d ${D}${bindir} 27 install -d ${D}${bindir}