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

linux-yocto/4.12: integrate aufs4 core support

The aufs4 now has a 4.12 port, so we can integrate it into the
reference kernel and stay consistent with previous releases.

(From OE-Core rev: 3c60106d86b79c9350102ddf2a904876840b458a)

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-09-14 09:46:58 -04:00
committed by Richard Purdie
parent ccc61ec637
commit 6d805a57e7
3 changed files with 13 additions and 13 deletions
@@ -11,8 +11,8 @@ python () {
raise bb.parse.SkipPackage("Set PREFERRED_PROVIDER_virtual/kernel to linux-yocto-rt to enable it")
}
SRCREV_machine ?= "873830670b1af7765428166db40d413018c40e28"
SRCREV_meta ?= "4fdd56fe602ceb2690407df44283e45ff1c9cd0e"
SRCREV_machine ?= "c86fccf85be960294703ca9882dde9ee62aaa9e4"
SRCREV_meta ?= "eda4d18ce4b259c84ccd5c249c3dc5958c16928c"
SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.12.git;branch=${KBRANCH};name=machine \
git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.12;destsuffix=${KMETA}"