1
0
mirror of https://git.yoctoproject.org/poky synced 2026-07-17 04:07:06 +00:00

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>
This commit is contained in:
Bruce Ashfield
2017-05-26 16:10:46 -04:00
committed by Richard Purdie
parent 4b00778778
commit 8f090c03f1
12 changed files with 12 additions and 12 deletions
@@ -12,7 +12,7 @@ python () {
}
SRCREV_machine ?= "095698fd99b452d95188ff6f2cce3df5127beb5c"
SRCREV_meta ?= "5fd0435f4d40c03bc5a06389d22dbafd5086e7ab"
SRCREV_meta ?= "fcc729412013996e17f7aa3953b21cb0a1521108"
SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.9.git;branch=${KBRANCH};name=machine \
git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.9;destsuffix=${KMETA}"