Age | Commit message (Collapse) | Author | Files | Lines |
|
Goal is to reach a minimal meta-agl-core as base for IVI and IC work at the same time.
Trim dependencies and move most 'demo' related recipes to meta-agl-demo.
v2: changed to bbapend + .inc , added description
v3: testbuild of all images
v4: restore -test packagegroup and -qa images, compare manifests and adapt packagegroups.
v5: rebased
v6: merged meta-agl-distro into meta-agl-core,
due to dependency on meta-oe, moved -test packagegroup and -qa images
to own layer meta-agl-core-test
v7: Fixed comments from Paul Barker
v8: Update the markdown files
v9: restore wayland/weston/agl-compositor recipes/appends, reworked to
move app f/w specific changes to bbappends in meta-app-framework and
only demo specific weston-init changes to meta-agl-demo
v10: fix s/agldemo/aglcore/ missed in weston-init.bbappend
Description:
This patch is part 1 out of 2 large patches that implement the layer rework
discussed during the previous workshop. Essentially meta-agl-core is the
small but versatile new core layer of AGL serving as basis for
the work done by the IC and IVI EGs.
All demo related work is moved to meta-agl-demo in the 2nd patchset.
This should be applied together as atomic change.
The resulting meta-agl/* follows these guidelines:
- only bsp adaptations in meta-agl-bsp
- remove the agl-profile-* layers for simplicity
-- the packagegroup-agl(-profile)-graphical and so on
have been kept in meta-agl-demo
- meta-agl-profile-core is now meta-agl-core
- meta-agl-core does pass yocto-check-layer
-- therefore use the bbappend + conditional + .inc file
construct found in meta-virtualization
- meta-agl/meta-security has been merged into meta-agl/meta-app-framework
- meta-netboot does pass yocto-check-layer
- meta-pipewire does pass yocto-check-layer
Migration:
All packagegroups are preserved but they're now enabled by 'agl-demo'.
Bug-AGL: SPEC-3723
Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Change-Id: Ia6c6e5e6ce2b4ffa69ea94959cdc57c310ba7c53
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/25769
|
|
Tweak the can-bus.cfg kernel configuration fragment to set
CONFIG_CAN_J1939, and add an over-ride in the agl-service-can-low-level
recipe to enable J1939 support on qemu platforms where we know we have
a 5.4 kernel where it will work.
Bug-AGL: SPEC-3538
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Change-Id: I16e77a70794dd79ac37139dd19b15a9e131cbf3e
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/25139
Tested-by: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
ci-image-build: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
ci-image-boot-test: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
|
|
As this package is developed by IOT.BZH originally from scratch,
it should be licensed under Apache-2.0.
related patch:
yhttps://gerrit.automotivelinux.org/gerrit/c/apps/agl-service-data-persistence/+/24894
Bug-AGL: SPEC-3440
Signed-off-by: ZhongLu <zhongl.fnst@cn.fujitsu.com>
Change-Id: I1323e28a3b39ff1c22ac40bcc7fb4fa86cf6e23c
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/25067
Tested-by: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
ci-image-build: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
ci-image-boot-test: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
|
|
The LICENSE file of these repos has rename modification.
Adapt the recipe to follow.
Change-Id: I327d02f57eb7e3bb2aece5f1361dc4899da5587a
Signed-off-by: Li, Xiaoming <lixm.fnst@cn.fujitsu.com>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/25032
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Tested-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
|
|
The LICENSE file of the agl-service-data-persistence has been adapted to Apache-2.0.
Adapt the recipe to follow.
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Change-Id: I00826cbc21f20288642313522c442516fe284157
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/25019
|
|
Changes include:
- OE_QMAKE_STRIP definition added to re-enable strip so it will work
for qmake based widgets.
- AGLWGT_HAVE_TESTS and AGLWGT_PACKAGE_WARN changed to use 0/1 instead
or true/false to match more typical OE flag usage. As well, their
definitions are now done with ?= to make over-riding more
straightforward.
- The AGLWGT_AUTOINSTALL_${PN} variable has been renamed to just be
AGLWGT_AUTOINSTALL, and a default definition has been added to make
the behavior more explicit. There is only one in-tree user (the
agl-service-can-high-viwi binding), which is currently not built and
has been slated for removal, so this change is thought to have no
impact.
- A new AGLWGT_CMAKE_CONFIGURE_ARGS variable has been added with a
definition derived from what is used in cmake.bbclass, and a
combination of anonymous python and a prefunc is used to append its
value to AGLWGT_EXTRA_BUILD_ARGS if cmake.bbclass has been inherited.
This fixes issues with e.g. widgets that use CMake and Qt5, as the
Qt5 CMake modules seem to have issues with finding module includes
if the generated toolchain.cmake and OE_CMAKE* values are not passed
down to CMake.
- The do_aglwgt_package and do_aglwgt_deploy tasks have been converted
into aglwgt_do_compile and aglwgt_do_install, and aglwgt_do_compile
now calls autobuild to build and package all widgets. This fixes
a lot of inconsistencies with respect to the debug/test/coverage
widget build environment that were seen with the previous approach.
- Logic has been added to clear out the target build directory (${B})
if it is not the same as the source directory (${S}) to match the
behavior of do_configure in cmake.bbclass.
- All autobuild invocations are now done with the working directory
being the build directory (${B}). If a widget build for some reason
needs it to be inside the source tree (i.e. ${S}), as before, it
should either over-ride the value of B in its recipe, or change
directories in its autobuild script. An example of widgets that
this affects are the html5-* applications, their autobuild scripts
have been appropriately updated.
- The BUILD_DIR* output directory arguments passed to the autobuild
script now point into ${B} and not ${S}, to ensure that the widget
source trees are not contaminated if at all possible. It is
believed that the previous rounds of autobuild script rework have
addressed the need to support this in all in-tree widgets.
- The do_install_bbappend in the agl-service-network binding recipe
has been updated for the change to build output directory location.
Bug-AGL: SPEC-2049, SPEC-3300
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Change-Id: I88ca33ad7a460436008442a3a8f1adf197f5a669
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/24884
Tested-by: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
ci-image-build: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
ci-image-boot-test: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
|
|
Nothing in-tree uses the agl-service-steering-wheel binding, which
was specific to one particular older demo setup with a USB steering
wheel peripheral. As well, it has never been converted to use the
CMake app templates, and thus lacks proper support for building
debug/test/coverage widgets. To ease maintenance effort and keep
the core set of APIs cleaner, remove it.
Bug-AGL: SPEC-2049, SPEC-3300
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Change-Id: Ib0f33886b251397db1d63e7174f23daabf31d7ad
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/24679
ci-image-build: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
ci-image-boot-test: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
Tested-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
|
|
The high-level-viwi-service recipe has been replaced with an updated
agl-service-can-high-level-viwi recipe in meta-agl-demo, so remove it.
Bug-AGL: SPEC-3113
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Change-Id: I42cf43415e9dcdbc993fda0d966ff75ce3df0853
|
|
Update cmake-apps-module SRCREV to pick up:
9e3724b Create directories in separate commands
e708081 Change autobuild targets to avoid files remove
d75b9e1 build-options: add SANITIZERS build type
3dbbb81 autobuild: fix generating all widget target
6d4e784 variable: Fix trailing - in widget version
2175446 Update autobuild script to create new targets
354e327 docs(using-cmake.md): Remove & refresh expired link
57ec338 build_options: Avoid warning at configuration time
Update app-afb-test SRCREV to pick up:
205c820 Update autobuild script to create new targets
259aff7 Update .gitreview file
Update can-high-level-viwi SRCREV to pick up:
980e925 Update autobuild script to create new targets
2a4facc Fix broken link to local image
e3ecb64 Fixed book yml file (remove master reference)
e8927dd Changed doc to fit new format.
Bug-AGL: SPEC-2049
Change-Id: I29bcb72e0ceca02869c22114949d691110296820
Signed-off-by: Frederic Marec <frederic.marec@iot.bzh>
|
|
The upcoming changes require a new dependency to be added
to the recipe.
Bug-AGL: SPEC-3078
.
Change-Id: Iaf1954075903fcbbf414f024fce7b521e00c9017
Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
|
|
Add RPROVIDES and PREFFERED_RPROVIDER definitions to define a new
virtual/low-can-dev-mapping runtime package dependency that will
enable providing a different device mapping configuration for demo
setups.
Bug-AGL: SPEC-3076
Change-Id: I73d253a0a1285dd4576bb3b5bf04568c3d05e60c
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
|
|
to stay inline with all other recipes, change this to use gerrit.
.
Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Change-Id: If68c42c2dcda0b8c19fc6ed9d634789ae06448c7
|
|
Switch agl-service-signal-composer's SRCREV to AGL_APP_REVISION so
it will automatically pick up changes. This matches the configuration
of all the other service bindings. Also change the SRC_URI from gitsm
to just git, since submodules are no longer used.
Bug-AGL: SPEC-3024
Change-Id: Ida819d937f9090134c885cd5e816342dad7b9c0b
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
|
|
Be in sync with the low-can-generator.
Update the version of the binding wih the following changes:
42163fc Add steering wheel LIN message signal definitions
069aa21 refactor(config.xml.in):Replace required api with required
binding
9402835 Update documentation
ccf35c0 Remove file socketcan-j1939 that was not removed before
f83aef5 Remove in function convert_from_addr, the variable flags was not
used
4c8485a Remove in function rx_filter_can, the variable val was not used
491c4d4 Add new decoders bytes for signal of long size
96232f8 Change signature of decoders
6d6b880 Add some typedef to reduce the size of the lines
d489919 Change vector to list to allow to remove signal.
b9b4580 Update bit position and bit size in signal
b8e8186 Add feature ISO TP (multi frames and peer to peer)
7f038fe Replace all enum types with masks
6208328 Update function tx_send for multi frame prevision
7656fad Only defined signals can be written
59bffa4 Update function rx_filter_can for multi frame prevision.
5d0fe05 Change function get_bcm_msg to return a reference.
fa8c188 Move attributes flags and maxdlen
f516a12 Add function remove last bcm frame
ff6e251 Add many frames in a subscription in the function tx_send.
f5997f7 Add function to convert vector to canfd or can frame.
4216b5e Add function get_data_vector with index
4693c2e Update function to encode and decode message
9230028 Update j1939 decode with function to_hex
3d8c045 Add file converter to manage all conversions
4bc8984 Uniform indentation with tabulation
08a4337 Fix: only one subscription could be made
Bug-AGL: SPEC-2976
Change-Id: I4f813b634421c781dbe34190417febc69336c649
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
|
|
To allow the removal of direct CANBus socket calls we must
add low level CANBus service to RDEPENDS
Bug-AGL: SPEC-2984
Change-Id: I168a48578014a92a1da8704790aaa103d82d29b6
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
|
|
Move agl-service-hvac hvac.json configuration file install into its
own recipe so that just it will be machine-specific, and replace
m3ulcb-specific agl-service-hvac bbappend with a more generic
do_install_append_ulcb in the new agl-service-hvac-conf recipe.
Bug-AGL: SPEC-2949
Change-Id: Iabdfa2c204017a30bf82bed3eb6debbd3eb0be9c
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
|
|
Remove outdated HOMEPAGE uri from recipe.
Bug-AGL: SPEC-2880
Change-Id: I9eb679f6fc6ffe9aabdc045b81487a8366944760
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
|
|
Add RDEPENDS definition to indicate libjson-c and libdbus-c++ runtime
dependency. This fixes a startup problem if libdbus-c++ is not pulled
into an image by something else, which will then cause the POI app to
crash.
Bug-AGL: SPEC-2707
Change-Id: I02b6c120c0fefae972874284c10b6606bab5f647
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
|
|
Update agl-service-navigation recipe to switch to using AGL Gerrit for
the source repository.
Bug-AGL: SPEC-2787
Change-Id: I9a494adb8972b8cf20681ab37d2756459448e13d
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
|
|
Bug-AGL: SPEC-2738
Change-Id: I9612036c9bd35f4d1fe4fa00cb25f899b100e435
Signed-off-by: Tobias Jahnke <tobias.jahnke@microchip.com>
|
|
The SRCREV update brings in the following commits:
6d5d619 autobuild: set execute permission for autobuild scripts
932a226 Fix build warning of typecast
e47b473 Change markdown syntax
07f4c99 autobuild: add autobuild scripts
c404f25 Revert "Change steering to systemd service for ces2019"
1fed2c5 Change steering to systemd service for ces2019
Bug-AGL: SPEC-2164
Change-Id: Ic9e47595cb2a76084d9cd60fffb21c36a338a8cb
Signed-off-by: Raquel Medina <raquel.medina@konsulko.com>
|
|
agl-service-hvac has hvac.json file to set LED and
CAN_DEV parameter, however this file is not installed.
v2 move to main bb recipe file.
fix wrong discription from WORKDIR to {S}.
Bug-AGL: SPEC-2600
Change-Id: I8c0a416b3196b67cbb131d9351a1d20cc2dfe74f
Signed-off-by: Harunobu Kurokawa <harunobu.kurokawa.dn@renesas.com>
|
|
agl-service-unicens now needs libafb-helpers to build, add it to DEPENDS
in its recipe.
Bug-AGL: SPEC-2562
Change-Id: Ief299b51bffb288f2143bfae3cc7a646ba93b43b
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
|
|
The agl-service-radio relies on gstreamer. Unfortunately the gstreamer recipe is currently
setup to also pull-in wayland (due to a compile-flag if wayland is in DISTRO_FEATURES).
To keep the distro aligned, we don't want to change the DISTRO_FEATURES between the profiles, thus we
move the agl-service radio to the graphical profile where we include weston anyway by default.
For now this means there is no radio service (or mediaplayer service) w/o wayland installed as well.
In case we get this requirement, we'll have to work on the gstreamer recipe and its split.
v2: fix bbapend in meta-agl-bsp/meta-rcar-gen3
v3: put packagegroup-agl-graphical-multimedia.bbappend in graphical profile (not the best place IMHO)
This fixes the non-graphical build.
Bug-AGL: SPEC-2500
Change-Id: I5ebec7d7713510f3fcd50ae425d7f8cbb6328016
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
|
|
Integrate running at platform scope.
Bug-AGL: SPEC-2006
Change-Id: I7d47512c0f7b29f91be9c18144400b02f62b562f
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
|
|
Only pipewire is supported now as the backend,
therefore we don't need the switches
Bug-AGL: SPEC-2473
Change-Id: Ie5e9319c064e972f367d67fe3b898cb3ad142d6c
Signed-off-by: George Kiagiadakis <george.kiagiadakis@collabora.com>
|
|
recipe
Add initial recipe for the Bluetooth MAP (Message Access Profile) binding.
Bug-AGL: SPEC-2351
Change-Id: I9a40091f218e6ccef7af64aaed8d04b7cc605455
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
|
|
As the "controller" and "helper" aren't any more submodules
but in libraries, it is required to add the dependency
in the recipe.
Bug-AGL: SPEC-2139
Change-Id: I377113b733c30d9a51297155c695ae98f151fbed
Signed-off-by: Frederic Marec <frederic.marec@iot.bzh>
|
|
Bug-AGL: SPEC-2164
Change-Id: Ic2ca171ad57806003438d46ec723c5f19619df40
Signed-off-by: raquel medina <raquel.medina@konsulko.com>
|
|
Bug-AGL: SPEC-2164
Change-Id: I8542d9baf56775de29b7bc0cfac0f61135ff9411
Signed-off-by: raquel medina <raquel.medina@konsulko.com>
|
|
Building now is done with respective SDK dependencies and not with git submodules,
so gitsm:// can be changed to git://
Bug-AGL: SPEC-2268
Change-Id: I4ac5ceea55cfb98c302396948acbbf9271036183
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
|
|
|
|
RDEPENDS deps
Add agl-service-bluetooth + agl-service-data-persistence to RDEPENDS for pbap service
Change-Id: Ib2226f690c4b064d44f2ae753424405cefb838c2
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
|
|
Bug-AGL: SPEC-2164
Change-Id: I46069208b8da06546796258bfcc80ff7e4d7769c
Signed-off-by: raquel medina <raquel.medina@konsulko.com>
|
|
Some git repositories migrated from github.com/iotbzh to gerrit but
HOMEPAGE urls were not reflecting the change.
Change-Id: Iad9ef5c01757c2134d561fcf699eb63b03bba296
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
|
|
Add agl-service-network to RDEPENDS to allow it to disable rfkill on bluetooth
interfaces
Bug-AGL: SPEC-2124
Change-Id: I6a222a6b3e4d9056737ea05a4f0093ae87fd8062
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
|
|
* 74c0e1f - Use specific binder's event handlers
* e1ef945 - Binding migration to v3
* 71507d3 - Change .gitmodules following submodule migration
* a3e28fb - Handle new metadata signal's field
* 626bf1b - Update basic configurations files
* 5f6ce66 - Migrate app-templates to CMake module
* 44c1842 - Use feature 'required-binding'
* 91dcc3a - Fix: lua detection for debian like distro
* fe8f535 - Add tests on sources injection at runtime
* 54aaf89 - Reorder and format tests
* 6636326 - Fix wrong JSON unpack type
* c6fd6ab - Use the unified script to launch tests
* 644318f - More accurate (un)subscribe answer
* 7138e18 - Handle errors on signal initialization
* e0655ca - Fix: finding JSON file even if absolute path given
* 56237d3 - Update controller submodule
* 07f57e2 - txc-binding: migration to AFB_BINDING_VERSION 3
* 2e4bbe0 - doc: Changed doc to new format
* 77973a7 - txc-binding: in conf files, rename api to txc
* 217bb01 - afb-test.sh: launch 2 binders for test
* 8264bd8 - Missing API_NAME for the test widget
* fbdf29b - Fix: segfault at object addition
Change-Id: I7ee7dcb9fec49504c6fbd4b91d4d5e32ac0d8d5d
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
|
|
* 97a08a7 - Smalls improvements
* e190b7b - Simpler handling of binding subscriptions
* 9cef981 - Filter tests improvements
* ff089ab - Cleaning the code for now unused functions
* ea35eab - CAN FD implementation
* b049485 - Adds more tests about writing on CAN bus
* 99682db - Rework writing CAN message on CAN buses.
* 37379a6 - Use newly generated cpp file with default encoders
* 3275f39 - Handle several can_frame in a BCM message
* 2daa033 - Adds a new function to build from a json_object.
* 6d52fb8 - Adjust "encoder" signature to fit cpp usage
* 731624a - Code format and style changes
* 4b9b30a - Update gitignore
* 5773aa8 - Added afb-helpers submodule
* 515e55e - Change .gitmodules following submodule migration
* d43fa62 - Migrate app-templates to CMake module
* 1b3655d - Migration to binding v3
* 3331cf9 - Updated app-templates submodule
* 9fd22ed - Change the project name
* 87962da - Use feature 'required-binding'
* 513cb7f - Use the unified script to launch tests
* 390745b - doc: Changed doc to new format
* 3e6d3fa - Reach fixture files in all cases.
Change-Id: I5134c716c480cbd68142cc35ce9ee68fe62e8886
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
|
|
Initiate a new binding development providing a simple way
to get platform information like hardware capabilities or
build informations.
Bug-AGL: SPEC-1917 SPEC-720
Change-Id: I89e0f802be407fda9f86d38d69f956e036a45016
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
|
|
Telephony service doesn't actual use the PBAP service so remove from
the RDEPENDS.
Change-Id: I026a00e34ffef6da8f15f7912c8f82cce70f497b
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
|
|
Bug-AGL: SPEC-1921
- remove build-time dependency on libnfc
Change-Id: Id13d0f447ebcb47590466c6d9e9f34a58cf65bad
Signed-off-by: raquel medina <raquel.medina@konsulko.com>
|
|
The green demo machines use m3+kf and serial lin to communicate with the actuators.
Adapt the recipe.
Change-Id: Ia4afea115f16d633d2eeb16c0c662832f81dc438
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
|
|
Change-Id: I493d2836677cd105279d784f030f2d5fef36b5c3
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
|
|
If agl-pulseaudio feature is not set, pulseaudio (or agl-audio-plugin)
shouldn't be pulled in images.
Currently, agl-service-radio requires either 4a or pulseaudio. So a temporary
hack has to be made to remove it from core services packagegroup if dependencies are not met.
Bug-AGL: SPEC-1802, SPEC-1811
Change-Id: Ief7a88cc288aba5c818ea7e7cbfede0ffb87c639
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
|
|
Bug-AGL: SPEC-1757
Change-Id: I0dd0c80fc089ce18fce0325fbbe0f17d257418a6
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
|
|
Bug-AGL: SPEC-1757
Change-Id: I4a47f10747eb7221b828957ca4f511bc4a541c2f
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
|
|
* 3e6d3fa - Reach fixture files in all cases.
* 0171561 - Cleaning, set up binding version in config.cmake
Change-Id: I68878acbb1e737edbdf88afc5eac83248e56c52d
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
|
|
Change-Id: I48497b6a737b0d080bf429764eb0a6a6806a1651
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
|
|
Change-Id: I7b4da62501ffdce89c76fdc66094410cb52412a3
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
|
|
The dependecy to glib-2.0 was missing in the services
- agl-service-geofence
- agl-service-iiodevices
- agl-service-mediascanner
Change-Id: I303a2968ecbc3c497fa34545eaf768cfd5e7b0bd
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
|