diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2016-03-30 08:25:07 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-03-31 09:15:05 +0100 |
commit | ccfe48cea2059569af62c43eef1412c2e7a5cbfd (patch) | |
tree | 9fb8d46cdc542c45eb6c9fbc1d0dd5a38723c408 /meta/recipes-kernel | |
parent | 6ae0224a43dbe4aeab63200280d9c0704c2f37de (diff) | |
download | poky-ccfe48cea2059569af62c43eef1412c2e7a5cbfd.tar.gz |
linux-yocto: add overlayfs feature
To let overlayfs be used like aufs, we create a feature
fragment. Configurations that want this union FS type, can
enable it via KERNEL_FEATURES.
(From OE-Core rev: b5600da9cdbf9a5e3badd990f399591e48b09eae)
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel')
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb | 2 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb | 2 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto_4.4.bb | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb b/meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb index 5c66c199ae..48025c48af 100644 --- a/meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb +++ b/meta/recipes-kernel/linux/linux-yocto-rt_4.4.bb | |||
@@ -3,7 +3,7 @@ KBRANCH ?= "standard/preempt-rt" | |||
3 | require recipes-kernel/linux/linux-yocto.inc | 3 | require recipes-kernel/linux/linux-yocto.inc |
4 | 4 | ||
5 | SRCREV_machine ?= "5ff13cb449701bfeb30ea4a0c4c0b86dc680e219" | 5 | SRCREV_machine ?= "5ff13cb449701bfeb30ea4a0c4c0b86dc680e219" |
6 | SRCREV_meta ?= "28bff6d39803ad83f83e353f158fc1aa14d5492d" | 6 | SRCREV_meta ?= "770996a263e22562c81f48fde0f0dc647156abce" |
7 | 7 | ||
8 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.4.git;branch=${KBRANCH};name=machine \ | 8 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.4.git;branch=${KBRANCH};name=machine \ |
9 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.4;destsuffix=${KMETA}" | 9 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.4;destsuffix=${KMETA}" |
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb index 8c8cd9842b..7583f8019f 100644 --- a/meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb +++ b/meta/recipes-kernel/linux/linux-yocto-tiny_4.4.bb | |||
@@ -10,7 +10,7 @@ KMETA = "kernel-meta" | |||
10 | KCONF_BSP_AUDIT_LEVEL = "2" | 10 | KCONF_BSP_AUDIT_LEVEL = "2" |
11 | 11 | ||
12 | SRCREV_machine ?= "c43425f73287757a166d74464fddf1f5389c9f59" | 12 | SRCREV_machine ?= "c43425f73287757a166d74464fddf1f5389c9f59" |
13 | SRCREV_meta ?= "28bff6d39803ad83f83e353f158fc1aa14d5492d" | 13 | SRCREV_meta ?= "770996a263e22562c81f48fde0f0dc647156abce" |
14 | 14 | ||
15 | PV = "${LINUX_VERSION}+git${SRCPV}" | 15 | PV = "${LINUX_VERSION}+git${SRCPV}" |
16 | 16 | ||
diff --git a/meta/recipes-kernel/linux/linux-yocto_4.4.bb b/meta/recipes-kernel/linux/linux-yocto_4.4.bb index af7daba415..3d6991e899 100644 --- a/meta/recipes-kernel/linux/linux-yocto_4.4.bb +++ b/meta/recipes-kernel/linux/linux-yocto_4.4.bb | |||
@@ -19,7 +19,7 @@ SRCREV_machine_qemux86 ?= "c43425f73287757a166d74464fddf1f5389c9f59" | |||
19 | SRCREV_machine_qemux86-64 ?= "c43425f73287757a166d74464fddf1f5389c9f59" | 19 | SRCREV_machine_qemux86-64 ?= "c43425f73287757a166d74464fddf1f5389c9f59" |
20 | SRCREV_machine_qemumips64 ?= "b09e103786fc1a0622e89bac9df4254e6cb96baa" | 20 | SRCREV_machine_qemumips64 ?= "b09e103786fc1a0622e89bac9df4254e6cb96baa" |
21 | SRCREV_machine ?= "c43425f73287757a166d74464fddf1f5389c9f59" | 21 | SRCREV_machine ?= "c43425f73287757a166d74464fddf1f5389c9f59" |
22 | SRCREV_meta ?= "28bff6d39803ad83f83e353f158fc1aa14d5492d" | 22 | SRCREV_meta ?= "770996a263e22562c81f48fde0f0dc647156abce" |
23 | 23 | ||
24 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.4.git;name=machine;branch=${KBRANCH}; \ | 24 | SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.4.git;name=machine;branch=${KBRANCH}; \ |
25 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.4;destsuffix=${KMETA}" | 25 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.4;destsuffix=${KMETA}" |