diff options
| -rw-r--r-- | recipes-extended/kvmtool/kvmtool.bb | 6 |
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 | ||
| 19 | SRCREV = "3fea89a924511f9f8fe05a892098fad77c1eca0d" | 19 | SRCREV = "0e1882a49f81cb15d328ef83a78849c0ea26eecc" |
| 20 | PV = "3.18.0+git${SRCREV}" | 20 | PV = "4.14.0+git${SRCREV}" |
| 21 | 21 | ||
| 22 | S = "${WORKDIR}/git" | 22 | S = "${WORKDIR}/git" |
| 23 | 23 | ||
| 24 | EXTRA_OEMAKE='V=1 EXTRA_CFLAGS="-I${STAGING_KERNEL_DIR}/arch/${ARCH}/include -I${STAGING_KERNEL_BUILDDIR}/arch/${ARCH}/include/generated/"' | 24 | EXTRA_OEMAKE='V=1 EXTRA_CFLAGS="-I${STAGING_KERNEL_BUILDDIR}/include/generated -I${STAGING_KERNEL_BUILDDIR}/arch/${ARCH}/include/generated"' |
| 25 | 25 | ||
| 26 | do_install() { | 26 | do_install() { |
| 27 | install -d ${D}${bindir} | 27 | install -d ${D}${bindir} |
