systemd: enable iptc PACKAGECONFIG 92/28392/2
authorScott Murray <scott.murray@konsulko.com>
Mon, 16 Jan 2023 22:14:19 +0000 (17:14 -0500)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Sun, 22 Jan 2023 18:03:09 +0000 (18:03 +0000)
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 <scott.murray@konsulko.com>
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 <jsmoeller@linuxfoundation.org>
meta-agl-core/recipes-core/systemd/systemd_aglcore.inc

index b74a60f..a61497e 100644 (file)
@@ -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() {