diff options
author | Hiago De Franco <hiago.franco@toradex.com> | 2025-05-22 13:53:55 -0300 |
---|---|---|
committer | Francesco Dolcini <francesco.dolcini@toradex.com> | 2025-05-23 12:37:33 +0000 |
commit | 3b08b71d34edb89780d44848f2e5bbd34ae1aea4 (patch) | |
tree | 378064e90be8b58cb3bbd735415c7f9e63de3555 | |
parent | 90f3705633a690b3fb406170ca6bb01b2cef1908 (diff) |
Revert "connman: Rely on systemd-resolved for DNS configuration"
This reverts commit f113745861af0807ffdd5754cfb8d68cc7408eb9.
Instead of setting the systemd-resolved here for connman, instead we set
the "systemd-resolved" DISTRO_FEATURE inside meta-toradex-distro layer,
therefore this commit is not necessary anymore.
In addition, this removed patch does not exist on oe-core master branch
anymore.
Related-to: ELB-6306
Signed-off-by: Hiago De Franco <hiago.franco@toradex.com>
-rw-r--r-- | recipes-connectivity/connman/connman_%.bbappend | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/recipes-connectivity/connman/connman_%.bbappend b/recipes-connectivity/connman/connman_%.bbappend index 1a1f7b0a..683a0233 100644 --- a/recipes-connectivity/connman/connman_%.bbappend +++ b/recipes-connectivity/connman/connman_%.bbappend @@ -5,16 +5,6 @@ SRC_URI:append = " \ file://0001-connman-clock-ntp-client-should-not-update-time-time.patch \ " -SRC_URI:remove = " \ - file://0001-connman.service-stop-systemd-resolved-when-we-use-co.patch \ -" - -EXTRA_OECONF:append = " \ - --with-dns-backend=systemd-resolved \ -" - -ALTERNATIVE_PRIORITY = "40" - do_install:append() { install -d ${D}${sysconfdir}/connman/ install -m 0644 ${S}/src/main.conf ${D}${sysconfdir}/connman/ |