Skip to content

Commit 883c59c

Browse files
authored
Merge pull request #256 from siemens/jan/stable-V01.02
Fill stable branch
2 parents 40d3fc0 + 6cdf837 commit 883c59c

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

conf/distro/iot2050-debian.conf

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
#
2-
# Copyright (c) Siemens AG, 2019-2021
2+
# Copyright (c) Siemens AG, 2019-2022
33
#
44
# Authors:
55
66
# Jan Kiszka <[email protected]>
7+
# Su Baocheng <[email protected]>
78
#
89
# This file is subject to the terms and conditions of the MIT License. See
910
# COPYING.MIT file in the top-level directory.
@@ -15,7 +16,8 @@ DISTRO_NAME = "IOT2050 Debian System"
1516

1617
HOSTNAME ??= "iot2050-debian"
1718

18-
PREFERRED_VERSION_u-boot-iot2050 ?= "2021.04"
19+
PREFERRED_VERSION_u-boot-iot2050-pg1 ?= "2021.04"
20+
PREFERRED_VERSION_u-boot-iot2050-pg2 ?= "2021.04"
1921
PREFERRED_VERSION_linux-iot2050 ?= "5.10.%"
2022
PREFERRED_VERSION_linux-iot2050-rt ?= "5.10.%"
2123

conf/machine/iot2050.conf

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
#
2-
# Copyright (c) Siemens AG, 2019
2+
# Copyright (c) Siemens AG, 2019-2022
33
#
44
# Authors:
55
6+
# Su Baocheng <[email protected]>
67
#
78
# This file is subject to the terms and conditions of the MIT License. See
89
# COPYING.MIT file in the top-level directory.
@@ -11,6 +12,7 @@
1112
DISTRO_ARCH ?= "arm64"
1213

1314
PREFERRED_PROVIDER_u-boot-${MACHINE} ?= "u-boot-iot2050-pg2"
15+
PREFERRED_PROVIDER_u-boot-${MACHINE}-config ?= "u-boot-iot2050-pg2"
1416

1517
KERNEL_NAME ?= "iot2050"
1618

recipes-kernel/linux/files/iot2050_defconfig_extra.cfg

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,7 @@ CONFIG_NFT_REJECT_IPV6=m
160160
CONFIG_NF_TABLES_IPV6=y
161161
CONFIG_NF_REJECT_IPV6=m
162162
CONFIG_NF_LOG_IPV6=m
163+
CONFIG_BRIDGE_NETFILTER=m
163164
CONFIG_NETFILTER_XTABLES=m
164165
CONFIG_NETFILTER_XT_NAT=m
165166
CONFIG_NETFILTER_XT_TARGET_LOG=m
@@ -185,3 +186,8 @@ CONFIG_NET_CLS_POLICE=y
185186
CONFIG_USB_NET_QMI_WWAN=m
186187
CONFIG_USB_NET_HUAWEI_CDC_NCM=m
187188
CONFIG_USB_NET_CDC_MBIM=m
189+
190+
CONFIG_BPF_SYSCALL=y
191+
CONFIG_CGROUP_BPF=y
192+
193+
CONFIG_WIREGUARD=m

0 commit comments

Comments
 (0)