From baa5010f6f2a61ce1b48a4ccc538bb41e324bad8 Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Mon, 16 Jan 2023 17:14:19 -0500 Subject: systemd: enable iptc PACKAGECONFIG Add iptc to our systemd PACKAGECONFIG tweak so that bridging support will be available in systemd-networkd. Bug-AGL: SPEC-4618 Change-Id: I15d003ad69d6ca59613391beb2e78e3c5fe804cc Signed-off-by: Scott Murray (cherry picked from commit 69e119b969baa88594b3264709e21037aa783bb7) Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/28417 Reviewed-by: Jan-Simon Moeller Tested-by: Jan-Simon Moeller --- meta-agl-core/recipes-core/systemd/systemd_aglcore.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'meta-agl-core') diff --git a/meta-agl-core/recipes-core/systemd/systemd_aglcore.inc b/meta-agl-core/recipes-core/systemd/systemd_aglcore.inc index b74a60fb7..a61497ec3 100644 --- a/meta-agl-core/recipes-core/systemd/systemd_aglcore.inc +++ b/meta-agl-core/recipes-core/systemd/systemd_aglcore.inc @@ -6,8 +6,9 @@ SRC_URI += "\ " # enable networkd/resolved support -PACKAGECONFIG:append:pn-systemd = " \ +PACKAGECONFIG:append = " \ ${@bb.utils.contains('VIRTUAL-RUNTIME_net_manager','systemd','networkd resolved','',d)} \ + iptc \ " do_install:append() { -- cgit 1.2.3-korg