From: Paul Eggleton <paul.eggleton@linux.intel.com>
To: openembedded-devel@lists.openembedded.org
Subject: [meta-oe][PATCH 0/2] Add a couple of MQTT support recipes
Date: Fri, 1 Sep 2017 16:02:31 +1200 [thread overview]
Message-ID: <cover.1504238509.git.paul.eggleton@linux.intel.com> (raw)
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
next reply other threads:[~2017-09-01 4:03 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-09-01 4:02 Paul Eggleton [this message]
2017-09-01 4:02 ` [meta-oe][PATCH 1/2] mosquitto: add from meta-intel-iot-middleware and update Paul Eggleton
2017-09-01 4:02 ` [meta-oe][PATCH 2/2] paho-mqtt-c: add recipe " Paul Eggleton
2018-01-30 14:26 ` Martin Jansa
2017-09-01 4:44 ` [meta-oe][PATCH 0/2] Add a couple of MQTT support recipes Tim Orling
2017-09-01 6:03 ` Andrea Galbusera
2017-09-01 11:08 ` Paul Eggleton
2017-09-01 14:10 ` Andrea Galbusera
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1504238509.git.paul.eggleton@linux.intel.com \
--to=paul.eggleton@linux.intel.com \
--cc=openembedded-devel@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.