diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2018-12-16 22:38:13 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-12-18 16:19:33 +0000 |
commit | 2814d224e35f0ea62f13d5da137c3640482fd64c (patch) | |
tree | a9ee4c0390feaf0ce53c3e6a7b446b8288fc5613 /meta/recipes-kernel | |
parent | fe43e599327f26b399c1883205e988236a5e51bd (diff) | |
download | poky-2814d224e35f0ea62f13d5da137c3640482fd64c.tar.gz |
linux-yocto: remove obselete options from lxc config
The lxc config fragments have some options that are no long valid. So we
can safely drop them.
721f3cfcb199 lxc: drop CONFIG_MM_OWNER
3b5f717d0311 vfio: drop CONFIG_KVM_DEVICE_ASSIGNMENT
(From OE-Core rev: b7ddaeab2c48b68e2be24c8f810ac9e84c6bb171)
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.18.bb | 2 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-tiny_4.18.bb | 2 | ||||
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto_4.18.bb | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_4.18.bb b/meta/recipes-kernel/linux/linux-yocto-rt_4.18.bb index f77de3a05f..b30c9ac149 100644 --- a/meta/recipes-kernel/linux/linux-yocto-rt_4.18.bb +++ b/meta/recipes-kernel/linux/linux-yocto-rt_4.18.bb | |||
@@ -12,7 +12,7 @@ python () { | |||
12 | } | 12 | } |
13 | 13 | ||
14 | SRCREV_machine ?= "8e00c30ce22f378ecb7f243b1df3d209b8ee29bc" | 14 | SRCREV_machine ?= "8e00c30ce22f378ecb7f243b1df3d209b8ee29bc" |
15 | SRCREV_meta ?= "bf98e195a4cf2404a064056b3593e83a7de84f25" | 15 | SRCREV_meta ?= "0a45d79311edece055050075b13ac7e273bc0695" |
16 | 16 | ||
17 | SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;branch=${KBRANCH};name=machine \ | 17 | SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;branch=${KBRANCH};name=machine \ |
18 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.18;destsuffix=${KMETA}" | 18 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.18;destsuffix=${KMETA}" |
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_4.18.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_4.18.bb index 591d41bd1b..a7fe7e9a0e 100644 --- a/meta/recipes-kernel/linux/linux-yocto-tiny_4.18.bb +++ b/meta/recipes-kernel/linux/linux-yocto-tiny_4.18.bb | |||
@@ -14,7 +14,7 @@ KMETA = "kernel-meta" | |||
14 | KCONF_BSP_AUDIT_LEVEL = "2" | 14 | KCONF_BSP_AUDIT_LEVEL = "2" |
15 | 15 | ||
16 | SRCREV_machine ?= "33859b3077c83d8a024946ba06a59990546fcbc7" | 16 | SRCREV_machine ?= "33859b3077c83d8a024946ba06a59990546fcbc7" |
17 | SRCREV_meta ?= "bf98e195a4cf2404a064056b3593e83a7de84f25" | 17 | SRCREV_meta ?= "0a45d79311edece055050075b13ac7e273bc0695" |
18 | 18 | ||
19 | PV = "${LINUX_VERSION}+git${SRCPV}" | 19 | PV = "${LINUX_VERSION}+git${SRCPV}" |
20 | 20 | ||
diff --git a/meta/recipes-kernel/linux/linux-yocto_4.18.bb b/meta/recipes-kernel/linux/linux-yocto_4.18.bb index 81160ca50f..5dc772addb 100644 --- a/meta/recipes-kernel/linux/linux-yocto_4.18.bb +++ b/meta/recipes-kernel/linux/linux-yocto_4.18.bb | |||
@@ -19,7 +19,7 @@ SRCREV_machine_qemux86 ?= "33859b3077c83d8a024946ba06a59990546fcbc7" | |||
19 | SRCREV_machine_qemux86-64 ?= "33859b3077c83d8a024946ba06a59990546fcbc7" | 19 | SRCREV_machine_qemux86-64 ?= "33859b3077c83d8a024946ba06a59990546fcbc7" |
20 | SRCREV_machine_qemumips64 ?= "6d91dc62811f4688efc67845185858645b4ccfb8" | 20 | SRCREV_machine_qemumips64 ?= "6d91dc62811f4688efc67845185858645b4ccfb8" |
21 | SRCREV_machine ?= "33859b3077c83d8a024946ba06a59990546fcbc7" | 21 | SRCREV_machine ?= "33859b3077c83d8a024946ba06a59990546fcbc7" |
22 | SRCREV_meta ?= "bf98e195a4cf2404a064056b3593e83a7de84f25" | 22 | SRCREV_meta ?= "0a45d79311edece055050075b13ac7e273bc0695" |
23 | 23 | ||
24 | SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;name=machine;branch=${KBRANCH}; \ | 24 | SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;name=machine;branch=${KBRANCH}; \ |
25 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.18;destsuffix=${KMETA}" | 25 | git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.18;destsuffix=${KMETA}" |