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>
This commit is contained in:
Bruce Ashfield
2018-08-24 10:59:49 -04:00
committed by Richard Purdie
parent 51742a36c5
commit 0b3dabc5aa
6 changed files with 6 additions and 6 deletions

View File

@@ -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}"

View File

@@ -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}"

View File

@@ -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}"

View File

@@ -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}"

View File

@@ -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}"

View File

@@ -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}"