summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2016-11-04Pin recipes for blowfish 2.0.3blowfish_2.0.5blowfish_2.0.4blowfish_2.0.32.0.52.0.42.0.3blowfishJan-Simon Möller4-8/+8
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2016-11-04Add defaultbranchJan-Simon Möller1-0/+1
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2016-10-26FWK: fixup and improvementsJosé Bollo2-2/+2
For the binder: handling SIGPIPE, roothttp option, handling EAGAIN For the main: use of roothttp, installation improved Change-Id: I4b3f894c37fb8256f736dbe3437e5bd3823745dd Signed-off-by: José Bollo <jose.bollo@iot.bzh>
2016-08-12app-framework: fix minor bugsblowflish_2.0.22.0.2José Bollo2-2/+2
- fix event propagation to services - fix memory leaks Change-Id: I73432fd9f4a144d2790a7a67d471045048b5e537 Signed-off-by: José Bollo <jose.bollo@iot.bzh>
2016-08-03libgsystem: Change source repository and versionblowfish_2.0.12.0.1Leon Anavi1-2/+2
Use the Git repository from GitHub and replace AUTOREV with the latest version known to work (aka head from master branch). Bug-AGL: SPEC-202 Change-Id: Ib59a7a59896feaa3d34ca1e55799251a96a5243d Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
2016-08-02ostree: systemd is required as a dependencyLeon Anavi1-2/+2
Fix error libsystemd.la: No such file or directory by adding systemd as a dependency of OSTree. Bug-AGL: SPEC-229 Change-Id: Iac0cf7381564a7867e514b22082e6cafe7fefbaa Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
2016-07-18meta-app-framework: install missing libafbwsc libraryManuel Bachmann1-2/+3
libafbwsc is a C WebSockets helper library needed for most native apffw clients, such as the default provided one, "afb-client-demo". Cherry-pick'ed to blowfish (jsmoeller@linuxfoundation.org) Change-Id: I321f62cbd6a04bc3e4b91e4de544865c83397979 Signed-off-by: Manuel Bachmann <mbc@iot.bzh>
2016-07-15ostree: systemd servicesLeon Anavi1-1/+17
Ensure that systemd services ostree-prepare-root and ostree-remount are installed and deployed. Change-Id: I5774ade1278cb1429c583a21066c51432d0c1a2a Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
2016-07-15ostree: use stable release v2016.7Leon Anavi1-1/+1
Use a tag of a stable release instead of the latest source code from the master branch. Change-Id: Ic99bfa8a81562a33d68e5e4520a0cc64fd561bfc Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
2016-07-15Merge "meta-app-framework: sync with latest af-main sources"Jan-Simon Moeller2-1/+3
2016-07-15Merge "agl-demo feature: add support for QtWebSockets"Jan-Simon Moeller1-0/+3
2016-07-15meta-app-framework: sync with latest af-main sourcesStephane Desneux2-1/+3
also add base bindings needed for most appfw clients: * af-binder-binding-afb-dbus-binding * af-binder-binding-authlogin Change-Id: I19e5da9490ad9316ed172591f4ebd5755934143a Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
2016-07-15agl-demo feature: add support for QtWebSocketsStephane Desneux1-0/+3
This is required for some demos inc. appfw binder examples Change-Id: I8772562baf837a8d4283827c1eeb3eee2b7e0ec7 Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
2016-07-13ostree: Update source URLLeon Anavi1-2/+2
The primary OStree repo is in GitHub so the source URLs have been updated. Change-Id: I508f01ffddfdaa52b940d6e8457bade2b0a5f403 Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
2016-07-12Merge "meta-app-framework: sync with latest af-binder sources"Jan-Simon Moeller1-1/+1
2016-07-12Merge "meta-app-framework: af-binder must create ${libdir}/afb at postinst time"Jan-Simon Moeller0-0/+0
2016-07-12meta-app-framework: sync with latest af-binder sourcesStephane Desneux1-1/+1
This solves a problem with libafbwsc (Websocket Client library) when used from SDK to build clients (internal dependency fixed). Change-Id: I137931c72d895679892523a6bd66cc4ecd4ea1a0 Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
2016-07-12meta-app-framework: af-binder must create ${libdir}/afb at postinst timeStephane Desneux1-0/+4
${libdir}/afb is the directory where bindings should be installed. If no binding is installed, the directory must still exist to avoid a startup error in afb-daemon. Change-Id: I8d2c85d67eec3c697c6abb072955d5e2de8c5e5f Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
2016-07-11meta-app-framework: add missing dependency between af-binder-dev and ↵Stephane Desneux1-0/+2
libafbwsc-dev Change-Id: If0ce85a3a6ef1e715681c1011e12dad278735e04 Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
2016-07-10meta-app-framework: af-binder must create ${libdir}/afb at postinst timeStephane Desneux1-0/+4
Change-Id: I8d2c85d67eec3c697c6abb072955d5e2de8c5e5f Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
2016-07-10meta-app-framework: add af-main-tools and dependencies in ↵Stephane Desneux5-22/+52
nativesdk-packagegroup-sdk-host This is required to install app framework sdk tools. Change-Id: Iad407420fa734c063926d1883c288af387155668 Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
2016-07-08meta-app-framework: af-binder source code updateStephane Desneux1-1/+1
Change-Id: Ia9c5d33defc23612fda34c01a1f1e7d789c961ad Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
2016-07-05added meta-sota, enabled by feature 'agl-sota'Stephane Desneux8-3/+277
Change-Id: I27100c94abdbd83f8514778c017f2d5e08b22e41 Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
2016-07-05meta-app-framework: build master branchStephane Desneux4-6/+6
Change-Id: I3ce83d0a5cd018d4b77492e4237fc4d297ee312f Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
2016-07-05add features agl-demo, agl-appfw-smack and agl-localdevStephane Desneux8-0/+45
This is the application of the process proposed here: https://lists.linuxfoundation.org/pipermail/automotive-discussions/2016-June/002232.html Bug-AGL: SPEC-180 Change-Id: I0063db7ac2803d4ac9540b70be8024b40e97dab3 Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
2016-06-28add feature agl-appfw-smackStephane Desneux2-0/+0
Change-Id: Iea370d3b58aad61bad3304e923fc3e11639525e2 Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
2016-06-28upgrade to new namings and bug fixesJosé Bollo4-17/+17
Change-Id: If7481696d130859e87f3110af2d0c5dde25615d6 Signed-off-by: José Bollo <jose.bollo@iot.bzh> Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
2016-06-28add layer meta-app-frameworkStephane Desneux26-0/+755
meta-app-framework is a layer containing the AGL App Framework recipes 4 new layers are added for application framework: * meta-intel-iot-security/meta-security-smack * meta-intel-iot-security/meta-security-framework * meta-agl/meta-agl-security * meta-agl/meta-app-framework Configuration file changes to support AppFw: * activation of Smack and Cynara * modify the tar command to be used to support Smack extended attributes Change-Id: Idc8abdc8869787feb4b534ee45bf7b5d3dde3632 Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
2016-06-23add .gitreviewblowfish_2.0.02.0.0Stephane Desneux1-0/+4
Change-Id: I68ba3efb19a3a45a387ad292c3a7c78d1d31a697 Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
2016-06-23Initial empty repositoryJan-Simon Moeller0-0/+0