diff options
author | Scott Murray <scott.murray@konsulko.com> | 2023-01-16 17:14:19 -0500 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2023-01-22 18:03:09 +0000 |
commit | 69e119b969baa88594b3264709e21037aa783bb7 (patch) | |
tree | 52dd8338f56f14bcdaba3d6fd150c0d7a5743234 | |
parent | 29afa2ad9f9d04477c7a80d3a35e83fb6e5227dc (diff) |
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 <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>
-rw-r--r-- | meta-agl-core/recipes-core/systemd/systemd_aglcore.inc | 3 |
1 files changed, 2 insertions, 1 deletions
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() { |