summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2018-08-24 10:59:49 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-08-28 10:30:28 +0100
commit0b3dabc5aa4d3584cce7935de0820b9a4a7c1043 (patch)
treead005ffad8fe9410a0db1f83d76be4de29d7e023
parent51742a36c5359ae0de905b41cca0f5ad0ccbd5bf (diff)
downloadpoky-0b3dabc5aa4d3584cce7935de0820b9a4a7c1043.tar.gz
linux-yocto/standard: enable bpf configs in standard kernel
Enabling the bpf feature for the standard kernel configurations by default. Systemd (and other) userspace applications are looking for BPF more often, and we get warnings such as this: [ 12.810554] systemd[1]: File /lib/systemd/system/systemd-journald.service:36 configures an IP firewall (IPAddressDeny=any), but the local system does not support BPF/cgroup based firewalling. The configs don't add much overhead to the kernel, so we enable them by default. (From OE-Core rev: 2f43139e7e0db2522c88b41875c32949f66ca1e8) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-rt_4.12.bb2
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-rt_4.15.bb2
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-tiny_4.12.bb2
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-tiny_4.15.bb2
-rw-r--r--meta/recipes-kernel/linux/linux-yocto_4.12.bb2
-rw-r--r--meta/recipes-kernel/linux/linux-yocto_4.15.bb2
6 files changed, 6 insertions, 6 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_4.12.bb b/meta/recipes-kernel/linux/linux-yocto-rt_4.12.bb
index cf6a733ceb..afd76c2272 100644
--- a/meta/recipes-kernel/linux/linux-yocto-rt_4.12.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-rt_4.12.bb
@@ -12,7 +12,7 @@ python () {
12} 12}
13 13
14SRCREV_machine ?= "7ba09f891939cbf2c58801a7a4a740365896d6ba" 14SRCREV_machine ?= "7ba09f891939cbf2c58801a7a4a740365896d6ba"
15SRCREV_meta ?= "367bd3633d5a661035f90f0b8daa38e97da1a587" 15SRCREV_meta ?= "99bef6252a7b9b5e38ea15112e9466ed6974a3fe"
16 16
17SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.12.git;branch=${KBRANCH};name=machine \ 17SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.12.git;branch=${KBRANCH};name=machine \
18 git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.12;destsuffix=${KMETA}" 18 git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.12;destsuffix=${KMETA}"
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_4.15.bb b/meta/recipes-kernel/linux/linux-yocto-rt_4.15.bb
index e2b45fa3e1..26d8382b38 100644
--- a/meta/recipes-kernel/linux/linux-yocto-rt_4.15.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-rt_4.15.bb
@@ -12,7 +12,7 @@ python () {
12} 12}
13 13
14SRCREV_machine ?= "3373c0cf71f2812eeb9694839456df6f67fd32ac" 14SRCREV_machine ?= "3373c0cf71f2812eeb9694839456df6f67fd32ac"
15SRCREV_meta ?= "d35642f0b65f7772a45e1457fd60de6d1bff8e58" 15SRCREV_meta ?= "3b43c318d9dca8858e0ec402db8a99ab2b79f16f"
16 16
17SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;branch=${KBRANCH};name=machine \ 17SRC_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.15;destsuffix=${KMETA}" 18 git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.15;destsuffix=${KMETA}"
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_4.12.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_4.12.bb
index 9d5e1582b5..870e7662fb 100644
--- a/meta/recipes-kernel/linux/linux-yocto-tiny_4.12.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-tiny_4.12.bb
@@ -10,7 +10,7 @@ KMETA = "kernel-meta"
10KCONF_BSP_AUDIT_LEVEL = "2" 10KCONF_BSP_AUDIT_LEVEL = "2"
11 11
12SRCREV_machine ?= "bd8f931e213614bc5fdc6aeaa132d273caa002af" 12SRCREV_machine ?= "bd8f931e213614bc5fdc6aeaa132d273caa002af"
13SRCREV_meta ?= "367bd3633d5a661035f90f0b8daa38e97da1a587" 13SRCREV_meta ?= "99bef6252a7b9b5e38ea15112e9466ed6974a3fe"
14 14
15PV = "${LINUX_VERSION}+git${SRCPV}" 15PV = "${LINUX_VERSION}+git${SRCPV}"
16 16
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_4.15.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_4.15.bb
index 3738e623c7..d3759b0582 100644
--- a/meta/recipes-kernel/linux/linux-yocto-tiny_4.15.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-tiny_4.15.bb
@@ -11,7 +11,7 @@ KMETA = "kernel-meta"
11KCONF_BSP_AUDIT_LEVEL = "2" 11KCONF_BSP_AUDIT_LEVEL = "2"
12 12
13SRCREV_machine ?= "3373c0cf71f2812eeb9694839456df6f67fd32ac" 13SRCREV_machine ?= "3373c0cf71f2812eeb9694839456df6f67fd32ac"
14SRCREV_meta ?= "d35642f0b65f7772a45e1457fd60de6d1bff8e58" 14SRCREV_meta ?= "3b43c318d9dca8858e0ec402db8a99ab2b79f16f"
15 15
16PV = "${LINUX_VERSION}+git${SRCPV}" 16PV = "${LINUX_VERSION}+git${SRCPV}"
17 17
diff --git a/meta/recipes-kernel/linux/linux-yocto_4.12.bb b/meta/recipes-kernel/linux/linux-yocto_4.12.bb
index ac98ca85fc..57f29949c7 100644
--- a/meta/recipes-kernel/linux/linux-yocto_4.12.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_4.12.bb
@@ -19,7 +19,7 @@ SRCREV_machine_qemux86 ?= "bd8f931e213614bc5fdc6aeaa132d273caa002af"
19SRCREV_machine_qemux86-64 ?= "bd8f931e213614bc5fdc6aeaa132d273caa002af" 19SRCREV_machine_qemux86-64 ?= "bd8f931e213614bc5fdc6aeaa132d273caa002af"
20SRCREV_machine_qemumips64 ?= "38da8c72733da9619bbbddf14140204631faf488" 20SRCREV_machine_qemumips64 ?= "38da8c72733da9619bbbddf14140204631faf488"
21SRCREV_machine ?= "bd8f931e213614bc5fdc6aeaa132d273caa002af" 21SRCREV_machine ?= "bd8f931e213614bc5fdc6aeaa132d273caa002af"
22SRCREV_meta ?= "367bd3633d5a661035f90f0b8daa38e97da1a587" 22SRCREV_meta ?= "99bef6252a7b9b5e38ea15112e9466ed6974a3fe"
23 23
24SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.12.git;name=machine;branch=${KBRANCH}; \ 24SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.12.git;name=machine;branch=${KBRANCH}; \
25 git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.12;destsuffix=${KMETA}" 25 git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.12;destsuffix=${KMETA}"
diff --git a/meta/recipes-kernel/linux/linux-yocto_4.15.bb b/meta/recipes-kernel/linux/linux-yocto_4.15.bb
index 84d46c418d..238d35a3c8 100644
--- a/meta/recipes-kernel/linux/linux-yocto_4.15.bb
+++ b/meta/recipes-kernel/linux/linux-yocto_4.15.bb
@@ -19,7 +19,7 @@ SRCREV_machine_qemux86 ?= "3373c0cf71f2812eeb9694839456df6f67fd32ac"
19SRCREV_machine_qemux86-64 ?= "3373c0cf71f2812eeb9694839456df6f67fd32ac" 19SRCREV_machine_qemux86-64 ?= "3373c0cf71f2812eeb9694839456df6f67fd32ac"
20SRCREV_machine_qemumips64 ?= "b98c113571c72a0d34832dd6fe5585529b32988b" 20SRCREV_machine_qemumips64 ?= "b98c113571c72a0d34832dd6fe5585529b32988b"
21SRCREV_machine ?= "3373c0cf71f2812eeb9694839456df6f67fd32ac" 21SRCREV_machine ?= "3373c0cf71f2812eeb9694839456df6f67fd32ac"
22SRCREV_meta ?= "d35642f0b65f7772a45e1457fd60de6d1bff8e58" 22SRCREV_meta ?= "3b43c318d9dca8858e0ec402db8a99ab2b79f16f"
23 23
24SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;name=machine;branch=${KBRANCH}; \ 24SRC_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.15;destsuffix=${KMETA}" 25 git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.15;destsuffix=${KMETA}"