From: Scott Murray Date: Mon, 16 Jan 2023 22:14:19 +0000 (-0500) Subject: systemd: enable iptc PACKAGECONFIG X-Git-Tag: 14.0.3~4 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=69e119b969baa88594b3264709e21037aa783bb7;p=AGL%2Fmeta-agl.git 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: Ie3e4b8715aeb0b52098643e9aff1f56e646c01dd Signed-off-by: Scott Murray Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/28392 Tested-by: Jenkins Job builder account ci-image-build: Jenkins Job builder account ci-image-boot-test: Jenkins Job builder account Reviewed-by: Jan-Simon Moeller --- 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() {