Mosquitto is an open source (Eclipse licensed) message broker that implements the MQ Telemetry Transport protocol providing both an MQTT broker and several command-line clients.
Signed-off-by: Divyansh Mittal <[email protected]> --- .../recipes-core/packagegroups/packagegroup-arago-base.bb | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-base.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-base.bb index 121fa432..7634cb0c 100644 --- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-base.bb +++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-base.bb @@ -50,6 +50,11 @@ ARAGO_EXTRA = "\ cifs-utils \ phytool \ lldpd \ + mosquitto \ + libmosquitto1 \ + libmosquittopp1 \ + mosquitto-clients \ + mosquitto-dev \ " OPTEE_PKGS = " \ -- 2.34.1 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#15693): https://lists.yoctoproject.org/g/meta-arago/message/15693 Mute This Topic: https://lists.yoctoproject.org/mt/110646886/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
