kernel-yocto: ecryptfs, NFC and CAN bus config updates

Integrating the following kernel config updates:

  f7f388ec4d89 Add support and drivers for CAN bus as feature
  2b20935eb14b Filesystem encryption support
  8520e18f2956 Update NFC support
  a079d66845cd Add eCryptFS filesystem feature

(From OE-Core rev: 8a83c808988f646bd6ecab4905a74c33699451ef)

Signed-off-by: Jussi Laako <jussi.laako@linux.intel.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Bruce Ashfield 2017-02-01 10:30:30 -05:00 committed by Richard Purdie
parent 80a74318de
commit 0476945e9c
3 changed files with 3 additions and 3 deletions

View File

@ -12,7 +12,7 @@ python () {
}
SRCREV_machine ?= "628a985d1bb4d992b76c727afd373788bd496c90"
SRCREV_meta ?= "2adba5d7c1a6c0425b02b1a650e7a6c320ee3acf"
SRCREV_meta ?= "39aa01a6d4332a8ef746a03246e56a41a69fae99"
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}"

View File

@ -10,7 +10,7 @@ KMETA = "kernel-meta"
KCONF_BSP_AUDIT_LEVEL = "2"
SRCREV_machine ?= "6fdf2bca12625c67b64f39e08b1b4ae7c610f8bd"
SRCREV_meta ?= "2adba5d7c1a6c0425b02b1a650e7a6c320ee3acf"
SRCREV_meta ?= "39aa01a6d4332a8ef746a03246e56a41a69fae99"
PV = "${LINUX_VERSION}+git${SRCPV}"

View File

@ -19,7 +19,7 @@ SRCREV_machine_qemux86 ?= "6fdf2bca12625c67b64f39e08b1b4ae7c610f8bd"
SRCREV_machine_qemux86-64 ?= "6fdf2bca12625c67b64f39e08b1b4ae7c610f8bd"
SRCREV_machine_qemumips64 ?= "303f51499cfe9f770c4a843a2042228897cea1b4"
SRCREV_machine ?= "6fdf2bca12625c67b64f39e08b1b4ae7c610f8bd"
SRCREV_meta ?= "2adba5d7c1a6c0425b02b1a650e7a6c320ee3acf"
SRCREV_meta ?= "39aa01a6d4332a8ef746a03246e56a41a69fae99"
SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.9.git;name=machine;branch=${KBRANCH}; \
git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.9;destsuffix=${KMETA}"