[oe] [meta-oe][PATCH 0/2] Add a couple of MQTT support recipes

Paul Eggleton paul.eggleton at linux.intel.com
Fri Sep 1 04:02:31 UTC 2017


Add a couple of recipes from meta-intel-iot-middleware to support MQTT.
Since the meta-intel-iot-middleware layer isn't being actively maintained
and these aren't in any way Intel-specific I figured they ought to be
brought up-to-date and moved somewhere that people can more easily reuse
them.

FWIW, at least mosquitto is something I plan on using personally, and
I'm more than happy sign up to maintaining these in future.


The following changes since commit e5681e1dca96d3f313b3b2b346789f22483d7881:

  layer.conf: remove FREESMARTPHONE_GIT variable (2017-08-31 14:22:12 +0200)

are available in the git repository at:

  git://git.openembedded.org/meta-openembedded-contrib paule/mqtt-recipes
  http://cgit.openembedded.org/meta-openembedded-contrib/log/?h=paule/mqtt-recipes

Paul Eggleton (2):
  mosquitto: add from meta-intel-iot-middleware and update
  paho-mqtt-c: add recipe from meta-intel-iot-middleware and update

 .../mosquitto/files/build.patch                    | 94 ++++++++++++++++++++++
 .../mosquitto/files/mosquitto.init                 | 89 ++++++++++++++++++++
 .../mosquitto/files/mosquitto.service              | 15 ++++
 .../mosquitto/mosquitto_1.4.14.bb                  | 80 ++++++++++++++++++
 .../paho-mqtt-c/files/makefile.patch               | 25 ++++++
 .../paho-mqtt-c/paho-mqtt-c_1.2.0.bb               | 35 ++++++++
 6 files changed, 338 insertions(+)
 create mode 100644 meta-oe/recipes-connectivity/mosquitto/files/build.patch
 create mode 100644 meta-oe/recipes-connectivity/mosquitto/files/mosquitto.init
 create mode 100644 meta-oe/recipes-connectivity/mosquitto/files/mosquitto.service
 create mode 100644 meta-oe/recipes-connectivity/mosquitto/mosquitto_1.4.14.bb
 create mode 100644 meta-oe/recipes-connectivity/paho-mqtt-c/files/makefile.patch
 create mode 100644 meta-oe/recipes-connectivity/paho-mqtt-c/paho-mqtt-c_1.2.0.bb

-- 
2.9.5




More information about the Openembedded-devel mailing list