Age | Commit message (Collapse) | Author | Files | Lines |
|
Though R-Car has V4l2 renderer but it is special case.
Then it makes no sence to add v4l2 configration into
weston.ini file for AGL.
Change-Id: Id91be4ce9bcca03126d01e50c587e8d945464f61
Signed-off-by: Harunobu Kurokawa <harunobu.kurokawa.dn@renesas.com>
|
|
This upgrade include bug fixes and the ability
to set variables for bindings.
The included changes, from newest to oldest, are:
* 3aa0f4d Fix warnings and false errors
* de0527f afb-export: Manage path of libraries
* 5ef271e Add ability to provide binding settings
* e39610f Improve parsing of json string
* 10aa15a afb-socket: Separate socket creation
* df67c02 tic-tac-toe: improve event handling
* b4455a7 afb-msg-json: remove obsolete function
* f70e19a afs-supervisor: Improve comments
* 4772c56 coverage: Improve coverage test
* 4bbad5b afb-export: Set API context as validated
* 61b54dd main-afb-client-demo: Exit with a significant code
* 635772b Tune dependency to fdev-epoll
* 9cbff28 afb-api-v3: Simplify the code
* 8d4e6df fdev: Simplify the code
* 1bc9713 coverage: Add inet's API test case
* 9c2e6e4 Fix some more memory leaks
* f96bbb4 afb-config: Rewrite the config as JSON object
* fe9601c Fix tiny documentation bug
* 8d95d38 main-afb-daemon: Reorder instantiation of API
* 77ca8b4 json-c: Remove escaping of slashs
* e17ae41 coverage and test: Add tests
* 4c0f6ce afb-api: Define the function afb_api_is_public
* f44a28a Tiny documentation fixes
* a4fd4bd afb-export: Fix event handler of API
Change-Id: I8f29701be8f9add9506fc6038bac968bfb63d2b8
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
|
|
This interferes with the default.pa that is shipped in
meta-audio-4a-framework (unload modules fails because the
modules are not loaded).
Change-Id: I0d82fd0e3696ba3b1615b45599bce8e69c3e464d
Signed-off-by: George Kiagiadakis <george.kiagiadakis@collabora.com>
|
|
Revert "linux-ti-staging moved to 4.14"
This reverts commit 9e0ff1e9829f3cac0d7a4b90c5456164b8a01b96.
Change-Id: I00dc5ce4d249b28b7f9d4e8559aa78a37edbbea3
|
|
Kernel 4.14 does not ship the dtb anymore, we pin on 4.9 for now.
Change-Id: I96228b014dc09efbc7379383b2795a8d4eadf022
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
|
|
latest sound card name in R-Car Starter Kit is changed "ak4613"
from rsnddai0ak4613h, that is described in device tree.
Therefore, asound.state file should be updated.
Change-Id: I35dc0521da3061eedfa17ba2e28e68ab36353087
Signed-off-by: Harunobu Kurokawa <harunobu.kurokawa.dn@renesas.com>
|
|
* Remove, from recipes, reference to porter, gen2, krogoth.
* cleanup mardown from reference to porter.
* cleanup markdown (markdownlint score 0).
Change-Id: I70b9880fc52ef3c848da588d3a256fa8eee48606
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
|
|
* using agl-image-minimal.inc instead of agl-image-ivi.inc seems to
be a better option, as agl-demo-platform-html5 is a meta-agl profil.
Change-Id: I8ba27ad977459e199b43689084f8660c8cdcd564
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
|
|
Bug-AGL: SPEC-1234
Bug-AGL: SPEC-1601
Change-Id: I6bcf01d15d47d5224faf36a2ee28fa5d79cf77bd
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
|
|
No recipe uses those.
Change-Id: Iec368fcf6e6340866c6d346a438e21c8cb7960ef
Signed-off-by: George Kiagiadakis <george.kiagiadakis@collabora.com>
|
|
Open-up the app builds again post-rc2.
Change-Id: I231608c7aecb8180a9a50e4c95302f5d6cf0a546
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
|
|
Change-Id: I3265c71669124c3ee94be86993d45604356c5735
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
|
|
meta-openembedded already moved to 3.16 and there is no update in meta-qcom, yet.
Change-Id: Iefbdf9bef83c01e4e37895d445d538d9e4f79957
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
|
|
To check the sstate-reuse, print out the buildstat summary at the end.
Change-Id: I64fa1591ade5f61dd3c7a2b51ebdb7afd9326de0
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
|
|
Remove the 4.9 patch queue.
Change-Id: Iadd7d4b74085f21f9e487173e9f69ed8969c114b
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
|
|
- New way to store value
- Added metadata attribute
- Improved performance
Change-Id: I788e733015c7ec205418e62d907a38dc831ee1a9
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
|
|
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>
|
|
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>
|
|
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>
|
|
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>
|
|
This gives the gfx core some more head room.
Change-Id: Ibff2aa3ed7fac1a3a199fa738cb47982ac56a298
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
|
|
respin rc2
Change-Id: If860a1797650625350350cf42ab8f0b996e9337c
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
|
|
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>
|
|
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>
|
|
- 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>
|
|
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>
|
|
Change-Id: I7176338b5608f6cef857d3426c7e6f21e202bd3b
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
|
|
Change-Id: Ifdfac6a6ae6ef4e28fe636cbe07db08265892349
Signed-off-by: Thierry Bultel <thierry.bultel@iot.bzh>
|
|
* 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>
|
|
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>
|
|
In preparation of the 2nd release candidate of Funky Flounder.
Change-Id: Id26c91112c54a99a1fa8f16311049b15e0ac5544
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
|
|
Use the 4a feature in gerrit (ci-change) and snapshot builds.
Change-Id: I1d0550a2f1759388dc658f0951a51c3183ca7662
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
|
|
Too early. Need to wait for
https://gerrit.automotivelinux.org/gerrit/#/c/15127/
This reverts commit 57fa6f2599942b87af20ae8791eeb40bec5569ef.
Change-Id: Ie6eabc56c3b5f4af77c944b5eb15e0d36f719756
|
|
Thus remove the linux-agl-4.9.inc.
Change-Id: I4d3172a58f4bf3e44201b50c183294356d52a3b0
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
|
|
Bug-AGL: SPEC-1554
Change-Id: Iec2bb77e3f4a5a729298b57a50fb40fb49dba400
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
|
|
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>
|
|
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>
|
|
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>
|
|
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>
|
|
Add various NFC options to kernel configuration
Bug-AGL: SPEC-1554
Change-Id: I94c985421a3b78466d44140ebadcec5c50166212
Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
|
|
- 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>
|
|
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>
|
|
Bug-AGL: SPEC-1578
Bug-AGL: SPEC-1544
Change-Id: Ib9c73f05c6b5d945e27529c857a73eae33c12f40
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
|
|
Adds network binding to the core service binding packagegroup.
Bug-AGL: SPEC-1540
Change-Id: Ic46ac041e5c6122d812483910867aacbeb657d4e
Signed-off-by: Matt Porter <mporter@konsulko.com>
|
|
Add the network binding recipe to the core profile.
Bug-AGL: SPEC-1540
Change-Id: I0fd169951e11eebd4448d7519f2cac9e016ed044
Signed-off-by: Matt Porter <mporter@konsulko.com>
|
|
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>
|
|
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>
|
|
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>
|
|
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>
|
|
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>
|