From: Bruce Ashfield Date: Fri, 24 Aug 2018 14:59:49 +0000 (-0400) Subject: linux-yocto/standard: enable bpf configs in standard kernel X-Git-Tag: uninative-2.3~529 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=2f43139e7e0db2522c88b41875c32949f66ca1e8;p=openembedded-core.git 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. Signed-off-by: Bruce Ashfield Signed-off-by: Richard Purdie --- 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 () { } SRCREV_machine ?= "7ba09f891939cbf2c58801a7a4a740365896d6ba" -SRCREV_meta ?= "367bd3633d5a661035f90f0b8daa38e97da1a587" +SRCREV_meta ?= "99bef6252a7b9b5e38ea15112e9466ed6974a3fe" 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}" 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 () { } SRCREV_machine ?= "3373c0cf71f2812eeb9694839456df6f67fd32ac" -SRCREV_meta ?= "d35642f0b65f7772a45e1457fd60de6d1bff8e58" +SRCREV_meta ?= "3b43c318d9dca8858e0ec402db8a99ab2b79f16f" SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;branch=${KBRANCH};name=machine \ 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" KCONF_BSP_AUDIT_LEVEL = "2" SRCREV_machine ?= "bd8f931e213614bc5fdc6aeaa132d273caa002af" -SRCREV_meta ?= "367bd3633d5a661035f90f0b8daa38e97da1a587" +SRCREV_meta ?= "99bef6252a7b9b5e38ea15112e9466ed6974a3fe" PV = "${LINUX_VERSION}+git${SRCPV}" 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" KCONF_BSP_AUDIT_LEVEL = "2" SRCREV_machine ?= "3373c0cf71f2812eeb9694839456df6f67fd32ac" -SRCREV_meta ?= "d35642f0b65f7772a45e1457fd60de6d1bff8e58" +SRCREV_meta ?= "3b43c318d9dca8858e0ec402db8a99ab2b79f16f" PV = "${LINUX_VERSION}+git${SRCPV}" 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" SRCREV_machine_qemux86-64 ?= "bd8f931e213614bc5fdc6aeaa132d273caa002af" SRCREV_machine_qemumips64 ?= "38da8c72733da9619bbbddf14140204631faf488" SRCREV_machine ?= "bd8f931e213614bc5fdc6aeaa132d273caa002af" -SRCREV_meta ?= "367bd3633d5a661035f90f0b8daa38e97da1a587" +SRCREV_meta ?= "99bef6252a7b9b5e38ea15112e9466ed6974a3fe" SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.12.git;name=machine;branch=${KBRANCH}; \ 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" SRCREV_machine_qemux86-64 ?= "3373c0cf71f2812eeb9694839456df6f67fd32ac" SRCREV_machine_qemumips64 ?= "b98c113571c72a0d34832dd6fe5585529b32988b" SRCREV_machine ?= "3373c0cf71f2812eeb9694839456df6f67fd32ac" -SRCREV_meta ?= "d35642f0b65f7772a45e1457fd60de6d1bff8e58" +SRCREV_meta ?= "3b43c318d9dca8858e0ec402db8a99ab2b79f16f" SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;name=machine;branch=${KBRANCH}; \ git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-4.15;destsuffix=${KMETA}"