summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2018-07-25packagegroup-agl-core-devel: add jq and libxslt-bin to parse result filesflounder_5.99.2flounder/5.99.25.99.2Stephane Desneux1-0/+2
For QA, test and diagnostics, some files or results need to be parsed. jq and xsltproc are useful tools to process respectively JSON and XML files. Change-Id: I76810fbdbac2a5d1e243d2e87e63dd41530cdd99 Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
2018-07-25af-main: set relax handling for apps signatures even when agl-devel is not setStephane Desneux1-1/+21
Allow widgets to be unsigned even in non-development mode. This is a temporary workaround to let some time to setup the apps signing workflow. This workaround can be disabled for smoother transition to the world where all apps must be signed. For this, define AGL_FORBID_UNSIGNED_APPS="1" in local.conf. **IMPORTANT: THIS PATCH MUST BE REVERTED IN THE FUTURE AND ALL APPS MUST BE SIGNED** This patch alters the correct behaviour that was introduced here: https://gerrit.automotivelinux.org/gerrit/#/c/15527/1/meta-app-framework/recipes-core/af-main/af-main_1.0.bb Bug-AGL: SPEC-1614 Change-Id: I6bf50b70905a00445598f42ef5f6d9326c6d4cfe Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
2018-07-25agl-service-can-low-level: bump revision.Romain Forlot1-2/+2
Fix build error due to wrong apidef header file generated. Bugs-AGL: SPEC-1613 Change-Id: Ibf563c1b4ca872c746f673494d627099aa8c5b42 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2018-07-24most: apply conditional backport patch for kernels older than 4.13Jan-Simon Möller1-1/+17
This patch makes the recipe apply a backport patch on systems running a kernel older than 4.13. It is needed to avoid build errors due to API changes. v2 (jsmoeller): rewrite as KERNEL_VERSION is not available at parsing stage This requires quite some plumbing and the maxkver (and minkver) should probably go upstream. For now we draft this up here as a bbappend. Change-Id: I48f75f6e98c7b6b4e92b6e43bc3743a5ec3fbbf7 Signed-off-by: Christian Gromm <christian.gromm@microchip.com> Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2018-07-24Bump gpu memory on rpi3Jan-Simon Möller1-1/+1
This gives the gfx core some more head room. Change-Id: Ibff2aa3ed7fac1a3a199fa738cb47982ac56a298 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2018-07-25Matrix reloaded Funky Flounder RC2Jan-Simon Möller1-6/+6
respin rc2 Change-Id: If860a1797650625350350cf42ab8f0b996e9337c Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2018-07-24Enable weston to use systemd notifyTadao Tanikawa3-0/+4
Enable weston to use systemd notify to reduce causes of race condition between window manager and homescreen. Bug-AGL: SPEC-1471 Change-Id: I6431b5d52f38b982f6691b2961938664cc4f0544 Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
2018-07-23linux-renesas: kernel: backport pn533_usb fix from upstreamMatt Ranostay2-0/+146
Backport pn533_usb incorect stack use from linux-next kernel NOTE: this kernel is tracking LTS so at some point it will need to be reverted Bug-AGL: SPEC-1544 Change-Id: I90fd3e0339dfdb148eb01b6ef836353bc2ac6a43 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2018-07-20af-main: Bug fixesJosé Bollo2-2/+2
- Fix issue in handling signature of widgets. - Fix access to system API afm-main. This change include the commits: * 8c7132a Creates systemd service for APIs * d8d819b wgtpkg-digsig: Add flag to accept/refuse a WGT without signature * f97f8d2 wgtpkg-digsig: Fix digital signature check Bug-AGL: SPEC-1592 Bug-AGL: SPEC-1590 Change-Id: I0ecc19466180799e23b7863eb85755d9e4c2894f Signed-off-by: José Bollo <jose.bollo@iot.bzh>
2018-07-20af-binder: Bug fixesJosé Bollo1-1/+1
This upgrade include this following commits * 59d2f19 afb-config: Simplify version print * 1634f34 afb-trace: Fix bug on uuid of session's events * e9eac35 afb-trace: Fix bug in session handling * b798adf Fix errors in migration to V3 Bug-AGL: SPEC-1595 Change-Id: I6c195b2a7c48d12bfc175f8d6206727637ff16ec Signed-off-by: José Bollo <jose.bollo@iot.bzh>
2018-07-19Enable autorev again for masterJan-Simon Möller1-6/+6
Change-Id: I7176338b5608f6cef857d3426c7e6f21e202bd3b Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2018-07-18agl-service-radio: added dependency to libusb-compatThierry Bultel1-1/+1
Change-Id: Ifdfac6a6ae6ef4e28fe636cbe07db08265892349 Signed-off-by: Thierry Bultel <thierry.bultel@iot.bzh>
2018-07-18Activate missing kernel options for 4aRonan Le Martret1-0/+4
* without this options the kernel command "make oldconfig" can deactivate SND_ALOOP Change-Id: I132a1109da81aeb470a845e70f2084f57ad47a95 BUG-AGL: SPEC-1591 Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
2018-07-17agl-service-can-low-level: Remove low-can-service from homescreenJosé Bollo1-1/+1
Without this commit, the service CAN is displayed by the home screen. But it shouldn't. Change-Id: I3b3d854edcda2b337b8b55c7e3a5eba930e43c2d Signed-off-by: José Bollo <jose.bollo@iot.bzh>
2018-07-13Bump version number to FF rc2 v5.99.2Jan-Simon Möller1-6/+6
In preparation of the 2nd release candidate of Funky Flounder. Change-Id: Id26c91112c54a99a1fa8f16311049b15e0ac5544 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2018-07-12Enable agl-audio-4a-framework in CIJan-Simon Möller4-4/+4
Use the 4a feature in gerrit (ci-change) and snapshot builds. Change-Id: I1d0550a2f1759388dc658f0951a51c3183ca7662 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2018-07-12Revert "linux-ti-staging moved on to 4.14"Jan-Simon Moeller1-0/+1
Too early. Need to wait for https://gerrit.automotivelinux.org/gerrit/#/c/15127/ This reverts commit 57fa6f2599942b87af20ae8791eeb40bec5569ef. Change-Id: Ie6eabc56c3b5f4af77c944b5eb15e0d36f719756
2018-07-12linux-ti-staging moved on to 4.14Jan-Simon Möller1-1/+0
Thus remove the linux-agl-4.9.inc. Change-Id: I4d3172a58f4bf3e44201b50c183294356d52a3b0 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2018-07-11neard: systemd: changes to allow enablement of neard.service on bootMatt Ranostay2-0/+29
Bug-AGL: SPEC-1554 Change-Id: Iec2bb77e3f4a5a729298b57a50fb40fb49dba400 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2018-07-11profile: core: platform: add nfc connectivity RDEPENDSMatt Ranostay1-0/+2
Add neard, and neardal package to the connectivity packagegroup Bug-AGL: SPEC-1554 Change-Id: I2fffaaa91517088a0f2ed51c742dff7f9004a737 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2018-07-11agl-service-nfc: nfc: add neardal dependencyMatt Ranostay1-1/+1
Include libneardal dependency to allow easy of use to neard package Bug-AGL: SPEC-1554 Change-Id: Ibc28b24ad28b612ca189871635e3130fb3b96add Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2018-07-11recipes-connectivity: neardal: add recipeOleg Zhurakivskyy4-0/+84
Bug-AGL: SPEC-1554 Link: https://patchwork.openembedded.org/patch/88673/ Change-Id: Id0287d8cd6bc75b03ec06d0445938a7c27304620 Signed-off-by: Oleg Zhurakivskyy <oleg.zhurakivskyy@intel.com> Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2018-07-11linux-yocto: kernel: backport pn533_usb fix from upstreamMatt Ranostay2-0/+148
Backport pn533_usb incorect stack use from linux-next kernel Bug-AGL: SPEC-1544 Change-Id: Idc3614f0aedc47a6d69523bf4b8b817b4ed62f55 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2018-07-11meta-agl-bsp: linux: add NFC configuration fragmentMatt Ranostay2-0/+37
Add various NFC options to kernel configuration Bug-AGL: SPEC-1554 Change-Id: I94c985421a3b78466d44140ebadcec5c50166212 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2018-07-11Bump low-can versionRomain Forlot1-2/+2
- Typo and comments - Correctly destroy context avoiding waiting for nothing when no CAN bus activity. - New CAN sample to be used for the agl-vcar configuration example - Detecting that engine is off and use it during diagnostic messages subscription - Run by default as a service - Add tests Change-Id: I69ffb7c7f493abdb07793547f5934742bceb8b24 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2018-07-11Fix cmake build with sdk inside a scriptRonan Le Martret3-0/+56
For the sdk build the cmake config file is source: sysroots/x86_64-aglsdk-linux/environment-setup.d/cmake.sh But use "alias" : alias cmake="cmake ..." Unfortunatly alias is not expand inside a script. using an environnement variable for "CMAKE_TOOLCHAIN_FILE" solve the issue. This Fix is a port of the yocto FIX 139551: https://patchwork.openembedded.org/patch/139551/ Unfortunatly this patch is not include in yocto upstream Bug-AGL: SPEC-1530 Change-Id: Ica80f66cbe976a6ccb1acb7d96b4c4ce4252d4f3 Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
2018-07-11af-binder: Remove call to niceJosé Bollo1-1/+1
Bug-AGL: SPEC-1578 Bug-AGL: SPEC-1544 Change-Id: Ib9c73f05c6b5d945e27529c857a73eae33c12f40 Signed-off-by: José Bollo <jose.bollo@iot.bzh>
2018-07-10Add network binding to core packagegroupMatt Porter1-0/+1
Adds network binding to the core service binding packagegroup. Bug-AGL: SPEC-1540 Change-Id: Ic46ac041e5c6122d812483910867aacbeb657d4e Signed-off-by: Matt Porter <mporter@konsulko.com>
2018-07-10Add network binding recipeMatt Porter1-0/+17
Add the network binding recipe to the core profile. Bug-AGL: SPEC-1540 Change-Id: I0fd169951e11eebd4448d7519f2cac9e016ed044 Signed-off-by: Matt Porter <mporter@konsulko.com>
2018-07-10Application Framework: Fix bugsJosé Bollo2-2/+2
Bump to latest bug fixes: * Fix crash when no icon is set in the config.xml * Fix tiny memory leaks in the binder af-main: * 259d262 wgtpkg-install: Fix SEGV when no icon in config file af-binder: * c98c0d9 coverage: Improve testing * 42b655f hello2: Add a binding v2 example * 298f697 hello3: Fix a bug * 10ac210 afb-api-v3: Fix a bug introduced by 8ca7b69 * 7491c74 afb-cred: Fix memory leak * 44b2477 coverage: Add valgrind diagnostics Bug-AGL: SPEC-1573 Change-Id: I8843b406502b66ff78c4dabb3fca72d41323bb45 Signed-off-by: José Bollo <jose.bollo@iot.bzh>
2018-07-09Fix folder name to use entry in BBFILE_COLLECTIONSJan-Simon Möller6-0/+0
Thus meta-agl-bsp/meta-agl-profile-graphical needs to be meta-agl-bsp/meta-aglprofilegraphical Bug-AGL: SPEC-1552 Change-Id: I9a504a3e6c090ca8a8dea108a11c0394c0a27b14 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2018-07-06meta-app-framework/af-binder: bump to latest master revision for (version ↵Stephane Desneux1-1/+1
5.99.FFRC2) This patch bumps app-framework-binder to latest revision. This includes the following changes on the binder: * 171e010 Update version to 5.99.FFRC2 * 95ad001 Simplify build by introducing queuing function * 12ec841 Remove uses of deprecated macros * 75526aa supervision: Exclude conditionaly the supervision * 0d05349 Simplify build process * 65bbbd7 locale-root: fixed uninitialized variable * 425458b afb-trace: Fix bug in tracing of afb_req_get_client_info * 26286eb afb-client-demo: Fix bug that forbids interactive behaviour * eb0abe2 afb-req: Fix a bug in afb_req_verbose * c8dcf6b saha -> salam: To continue using hello * ddbabdd doc: Tiny improvement * 4f7f5ae Improve readdirs to follow symbolic links * f645c76 coverage: Add the missing files * 57e0934 coverage: Add coverage test * 1f9e60c main-afb-client-demo: Allow scripting * b474ee6 afb-autoset: Automatic prefix with unix: * 8ca7b69 afb-api-v3: Refactor verb description * b28c89d afb-api-so: accept symbolic links for bindings * 176d14b hello3: Add verbs * cd6d449 api-v3: Add monitoring of faults in preinit functions * 211343c afb-client-demo: Add option to keep running Change-Id: If74f48e2820615cc8618145eac4042a432d39ec1 Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
2018-07-04Fixing DCAN nodes addressesKhouloud Touil2-1/+24
Fix the DT node addresses to match the reg property addresses, which were verified to match the TRM Change-Id: I1ec1d52b48aa2af7d74779bf0eb6f30bc7a4a6cc Signed-off-by: Khouloud Touil <ktouil@baylibre.com>
2018-07-04linux-intel: nfc: backport pn533_usb stack fixMatt Ranostay2-0/+148
pn533_usb based NFC devices wouldn't work on recent x86 builds, and requires a patchset from the upstream kernel Bug-AGL: SPEC-1553 Change-Id: I8113cccd1afc027b80495272bfa8aca42aec7691 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2018-07-04libdbus-c++: Remove unnecessary bbappendChanghyeok Bae1-2/+0
Change-Id: Id2d911a8c9393feb5d15ebe92e8897a11d8d80db Signed-off-by: Changhyeok Bae <changhyeok.bae@gmail.com>
2018-07-04Set CAN modulesKhouloud Touil1-0/+2
Add the C_CAN and the C_CAN_PLATFORM modules to be built as a kernel modules, those modules supports the Bosch D_CAN and C_CAN peripheral IPs Change-Id: If5657ba12bb5fc5c2ad1e06554a89255fddd4745 Signed-off-by: Khouloud Touil <ktouil@baylibre.com>
2018-07-04Enabling the DCAN2 interfaceKhouloud Touil2-0/+49
Modify the DTS file, to add the proper pinmux for the DCAN2 and enable it Change-Id: I21d233eab71d062484f322e8dd0f16df34f6fe76 Signed-off-by: Khouloud Touil <ktouil@baylibre.com>
2018-07-02kernel: enable 4A-specific config option snd-aloopStephane Desneux2-0/+5
4A requires some specific options in the linux kernel, like CONFIG_SND_ALOOP for softmixer. This patch adds a config fragment to the default linux kernel recipe. This is a copy of what has been done on EE: * https://gerrit.automotivelinux.org/gerrit/#/c/14303/ * https://gerrit.automotivelinux.org/gerrit/#/c/14561/ Change-Id: I5f8879f4ac1b3685f6d801b385d9b0ce9f17f9c7 Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
2018-06-29Post rc1 bump of poky-agl.confJan-Simon Möller1-6/+6
Change-Id: I6f9f494a5456bd7c2e9f6a11c7cf36d50f488571 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2018-06-29Prepare the Funky Flounder RC1 releaseflounder_5.99.1flounder/5.99.15.99.1Jan-Simon Möller1-7/+7
Modify the poky-agl.conf to match the rc1 version. Change-Id: I0619bcab2ab1274905477d53e62f924fa1141009 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2018-06-29agl-service-iiodevices: add RDEPENDS on libiioClément Bénier1-0/+2
Runtime dependency is missing. agl-service-iiodevices now pulls the appropriate deps. Change-Id: I32b2e6d3d35d4fdc9a2e45fc8a0fe0183e1204ae Signed-off-by: Clément Bénier <clement.benier@iot.bzh>
2018-06-28[GEN3 KF] Configure GPS deviceRonan Le Martret8-0/+48
* For the Renesas Gen3 extention board Kingfisher, we must specify the GPS device for gpsd service. * Create a new machine type kingfisher. Bug-AGL: SPEC-1538 Change-Id: If6b7e49f6a006218e57c58e15855e0d65eb849cd Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
2018-06-27agl-service-iiodevices: add recipe for iiodevicescle©mentbeénier2-0/+18
add agl-service-iiodevices to packagegroup-agl-core-services Change-Id: Ifa61ddd9904cf5e7d166e515bc36e0f647fd7c1f Signed-off-by: Clément Bénier <clement.benier@iot.bzh>
2018-06-22af-binder: Upgrade to binding v3José Bollo2-2/+2
And also upgrade af-main to use new feature. This new version brings the the following features: * Dynamic api * Event handler * Automatic bounding to unknown api * Improvement of subcalls * Improvement of supervision Bindings v2 are still supported but are deprecated and will be removed in some future. CAUTION: Bindings v1 and vdyn are removed. Bug-AGL: SPEC-1511 Bug-AGL: SPEC-1020 Bug-AGL: SPEC-1485 Bug-AGL: SPEC-1400 Bug-AGL: SPEC-1126 Change-Id: I0ecc513601cfc7f571f2a3ff90095496b32491d3 Signed-off-by: José Bollo <jose.bollo@iot.bzh>
2018-06-19Add bluez5-obex to connectivity packagegroupMatt Porter1-0/+1
Adds bluez5-obex to connectivity packagegroup for SDK builds. Bug-AGL: SPEC-1517 Change-Id: Idab6802d6d675d21100d1233c4c77bfd78234382 Signed-off-by: Matt Porter <mporter@konsulko.com>
2018-06-18Add bluetooth pbap binding to core packagegroupMatt Porter1-0/+1
Adds Bluetooth PBAP to the core service binding packagegroup. Bug-AGL: SPEC-1517 Change-Id: Ifa96ba3059cb2130d11af7a257e13e59b011445a Signed-off-by: Matt Porter <mporter@konsulko.com>
2018-06-18Add bluetooth pbap binding recipeMatt Porter1-0/+18
Add the Bluetooth PBAP binding recipe to the core profile. This brings in bluez obexd as a runtime dependency. Bug-AGL: SPEC-1517 Change-Id: I3de18f7e6453e34eb8b6575a5908691f23ff5809 Signed-off-by: Matt Porter <mporter@konsulko.com>
2018-06-15Re-enable fix for cmake in sdkJan-Simon Möller1-2/+2
The hotfix is still necessary as of 2018-06-15 in the meta-qt5 version we use. Change-Id: If650d3056deb604107145dc501a4ba0bf95802e3 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2018-06-12most: add backport patchChristian Gromm1-0/+43
This patch adds the network-backport patch to the files directory. It is needed to replace the skb_put_data function with a call to memcpy for kernels older than 4.13 . Change-Id: Ic20a99a88b632f3b4e6281e3d8cd462dc5c0752b Signed-off-by: Christian Gromm <christian.gromm@microchip.com>
2018-06-12most: update SRCREVChristian Gromm1-2/+2
This patch updates the git source reference to have Yocto download the latest version of the driver. Change-Id: I526ada0b0544fa6bf81161db10568f117ef74ad8 Signed-off-by: Christian Gromm <christian.gromm@microchip.com>