summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2017-05-26 16:10:46 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-05-29 15:15:20 +0100
commit8f090c03f19e4b9c38797f99b7768f84a2dcd900 (patch)
treed12f1117a9678399e848999e00b989a4b84cbb00 /meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb
parent4b00778778452158a07fcff40c35da03e5e92a5f (diff)
downloadpoky-8f090c03f19e4b9c38797f99b7768f84a2dcd900.tar.gz
kernel/meta: add virtualbox configuration fragment
As suggested by Khem, we can create a virtualbox configuration fragment that helps to run XFCE under virtualization. This can be enabled via KERNEL_FEATURES for targest that require it, and may be enabled by default in the future. (From OE-Core rev: a256addb330ec7b781c381894cc72cbd4a5005dd) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb
index f7c969a1be..b77b7ff9d4 100644
--- a/meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-tiny_4.1.bb
@@ -10,7 +10,7 @@ KMETA = "kernel-meta"
10KCONF_BSP_AUDIT_LEVEL = "2" 10KCONF_BSP_AUDIT_LEVEL = "2"
11 11
12SRCREV_machine ?= "398d1785c6bde0085b99f00f346e199a15fbdcef" 12SRCREV_machine ?= "398d1785c6bde0085b99f00f346e199a15fbdcef"
13SRCREV_meta ?= "82aa97b3ebb3cd7eec8296a7cb090dfc67c2d382" 13SRCREV_meta ?= "c55c877244b49a12c7f1bcf7e05d44e64e10046f"
14 14
15PV = "${LINUX_VERSION}+git${SRCPV}" 15PV = "${LINUX_VERSION}+git${SRCPV}"
16 16