linux-aspeed: Disable CONFIG_BPF_STREAM_PARSER

This is a feature used to attach BPF programs to network stockets. It is
used by systemd to restrict the IP addresses that processes can access
at a per-cgroup level. The upstream commit message calls this 'per-unit
IP access lists and accounting'.

It requires CONFIG_CGROUP_BPF and CONFIG_BPF_STREAM_PARSER. We did not
have CONFIG_CGROUP_BPF turned on, which caused the noisy messages.

Until OpenBMC adds configuration to take advantage of this feature,
disable CONFIG_BPF_STREAM_PARSER which allows systemd to correctly
detect that it cannot use BPF filters.

Change-Id: I82a8ba96fbe92da3616cb87f554b7154a231b810
Signed-off-by: Joel Stanley <joel@jms.id.au>
diff --git a/recipes-kernel/linux/ast2400/defconfig b/recipes-kernel/linux/ast2400/defconfig
index bc85ca8..faacdc6 100644
--- a/recipes-kernel/linux/ast2400/defconfig
+++ b/recipes-kernel/linux/ast2400/defconfig
@@ -60,7 +60,6 @@
 # CONFIG_NETFILTER_ADVANCED is not set
 CONFIG_VLAN_8021Q=y
 CONFIG_NET_NCSI=y
-CONFIG_BPF_STREAM_PARSER=y
 # CONFIG_WIRELESS is not set
 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
 CONFIG_DEVTMPFS=y
diff --git a/recipes-kernel/linux/ast2500/defconfig b/recipes-kernel/linux/ast2500/defconfig
index b477200..823f76c 100755
--- a/recipes-kernel/linux/ast2500/defconfig
+++ b/recipes-kernel/linux/ast2500/defconfig
@@ -63,7 +63,6 @@
 # CONFIG_NETFILTER_ADVANCED is not set
 CONFIG_VLAN_8021Q=y
 CONFIG_NET_NCSI=y
-CONFIG_BPF_STREAM_PARSER=y
 # CONFIG_WIRELESS is not set
 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
 CONFIG_DEVTMPFS=y