From: Vishnu Singh <[email protected]> Add zeroconf and avahi-autoipd to the connectivity packagegroup to enable zero-configuration networking capabilities. This allows devices to automatically configure network interfaces without manual setup and supports service discovery on local networks.
Zeroconf provides automatic IP address assignment without DHCP servers, while avahi-autoipd implements IPv4 Link-Local addressing (169.254.x.x) when DHCP is unavailable. Signed-off-by: Vishnu Singh <[email protected]> --- .../packagegroups/packagegroup-arago-tisdk-connectivity.bb | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-connectivity.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-connectivity.bb index 0a8d4493..ab299391 100644 --- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-connectivity.bb +++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-connectivity.bb @@ -53,6 +53,10 @@ BT_TI = "\ bt-enable \ bt-fw \ " +ZEROCONF_TI = "\ + zeroconf \ + avahi-autoipd \ +" CONNECTIVITY_RDEPENDS = " \ htop \ @@ -68,6 +72,8 @@ CONNECTIVITY_RDEPENDS = " \ CONNECTIVITY_RDEPENDS:append:ti33x = " ${BT_TI}" CONNECTIVITY_RDEPENDS:append:ti43x = " ${BT_TI}" CONNECTIVITY_RDEPENDS:append:am57xx = " ${BT_TI}" +CONNECTIVITY_RDEPENDS:append:am62dxx = " ${ZEROCONF_TI}" + RDEPENDS:${PN} = "\ ${CONNECTIVITY_RDEPENDS} \ -- 2.50.1 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#17017): https://lists.yoctoproject.org/g/meta-arago/message/17017 Mute This Topic: https://lists.yoctoproject.org/mt/117413390/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
