Age | Commit message (Collapse) | Author | Files | Lines |
|
accordingly
Bug-AGL: SPEC-413
Change-Id: If7dbf01eb277143e41b602a977b0ef6110a5664d
Signed-off-by: Anton Gerasimov <anton@advancedtelematic.com>
|
|
* replace base_contains by bb.utils.contains
* base_contains is deprecated use bb.utils.contains instead
* yocto version: 2.2
Change-Id: Ie36940f57ec82028487de5c5b3326054cb250eee
Signed-off-by: Ronan <ronan.lemartret@iot.bzh>
|
|
Add header file for gcc6 to u-boot.
Change-Id: Idc5b95f2b41a7c0468b5b07883bcf11d4b48b164
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
|
|
Change-Id: I50af71c6a67a207e460254a6af9d0dd8e4ca68c8
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
|
|
Add the dependency gtk-doc-native and enforce autoreconf to run.
Change-Id: Iff565cb8193f17d9ab9cfca7e5323440515ccb15
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
|
|
This file is no longer needed as it was replaced with a backport.
Change-Id: If29e17dcefa4fd471686f16637e0ca67936b079d
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
|
|
|
|
|
|
Change-Id: Iea4f0ba83e1d93ea2e7cc5950dced714b65dd251
Signed-off-by: Ronan <ronan.lemartret@iot.bzh>
|
|
Change-Id: I49d42748c6dcb1927d1370b0706a085a17aa8a2b
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
|
|
Update the version of RVI SOTA Client as well as
all crates on which it depends. Furthermore the
patch includes improvements for the deployment of
the systemd service and removes the old work
around for rust-openssl. Dbus has been moved from
RDEPENDS to DEPENDS to ensure that RVI SOTA client
will be built successfully.
Bug-AGL: SPEC-385
Change-Id: If276aac45b582d7d1ddb5b702fb4f40937d38e75
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
|
|
Remove the Yocto/OE recipe for libgit2 from
meta-agl-extra and use the one from layer
meta-rust. Recipe libgit2 is required only for
building RVI SOTA client which anyway depends on
meta-rust.
Bug-AGL: SPEC-385
Change-Id: I2be01d8280687b77840f693ccddc0f10732245ab
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
|
|
|
|
These flags are needed for proper CMA (graphics/video) on rpi3.
Mitigates SPEC-390.
Change-Id: I48c79a9d8cbb2017f8fff30dfa9a83be1da845e1
Bug-AGL: SPEC-390
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
|
|
Activation of threading was delayed until
CES demo.
Now that CES demo is on, threading can be
activated and tested in real.
This also enables new features:
- Compiler fixes
- Hooking of requests (for debugging)
- Change in handling option --roothttp
- Documentation improvements
- Minor internal improvements and cleanup
Change-Id: I4c7052697a83c3d49a283970c502c62a5d3ddd64
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
|
|
* we need to have pseudo env when we deploy
agl app, if not developer id is use instead
of pseudo id (root), and a QA issue is rise
"host contamination".
BB-must-fix
Change-Id: I65c61cf1f5318b9cb9afe942da662863389f28b9
Signed-off-by: Ronan <ronan.lemartret@iot.bzh>
|
|
This changeset fixes a timing issue on parallel builds when
using the aglwgt bbclass. It turns out that we need to make sure
our steps finish before do_package is being called.
Change-Id: Ib3bc0d39562c6a0d9ba4c55352c61ce1b57d5409
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
|
|
This change fixes an issue in the aglwgt bbclass use of
FILES_${PN} that lead to a missing inclusion of the *.wgt file.
Change-Id: I4ec8485e9f375f3e9278310381b270b0d3647f62
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
|
|
This change adds a aglwgt.bbclass which does:
- simplify the application (wrapper) recipes within AGL
- enforces that 'make package' is present to guarantee the SDK workflow works
- places the wgt in the standard location of the AGL reference distro /usr/AGL/apps/
Later the following features will be added to the class:
- automatic generation of a wrapper for smoke-test of install/uninstall operations (ptest script)
- build-time format checks
Change-Id: Ie4f8281061febf3495d33bb1483f8c64b54ed8e9
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
|
|
Bug-AGL: SPEC-381
Change-Id: I1244bbd1c80982f7486090fb4abab5fb2e88f560
Signed-off-by: Anton Gerasimov <anton@advancedtelematic.com>
|
|
Normally, the permissions of installed applications
are subject to authorization and filtering.
This patch removes that control and allows to
set the requested permissions.
It will allow to write correct config.xml
and start using permissions and cynara.
Related to SPEC-367.
Change-Id: I92b366eaeaf0d452062752296848c04833bc87b1
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
|
|
Latest change for compatibility with OSTree introduced this bug, fix.
Change-Id: Ib9c7fe624fbbd722abe07ca08ff56f4334dbf13e
Signed-off-by: Anton Gerasimov <anton@advancedtelematic.com>
|
|
|
|
For all application types except HTML5 (application/vnd.agl.html.hybrid),
there's no need to specify a root http directory. Moreover, If such
directory is not present in the packaging, launching the application
will fail.
Change-Id: Ib0b25f3d8bb9f63dde8610d96126639b846e245d
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
|
|
The purpose of these changes is to make OSTree and AppFw update domains
compatible with each other. Some intergation code is also needed to deploy
initial data to writable area (see SPEC-359 in Jira).
Bug-AGL: SPEC-359
Change-Id: Iccba1e9916c569167df2922ad5e2d90cc33f06fe
Signed-off-by: Anton Gerasimov <anton@advancedtelematic.com>
|
|
The execute flags is now set for widgets of type application/vnd.agl.native.
The ids of the applications are now enforced to lowercase for their storing
and their smack label. Conversely, the id is no more case sensitive for
launching or uninstalling widgets.
Change-Id: I8857b10860acf464cc56939b4acc026319d65736
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
|
|
Change-Id: I8df2f8cdf75eff6daed1f8e64c748d989f2da887
Signed-off-by: Ronan <ronan.lemartret@iot.bzh>
|
|
Change-Id: If9765fa5dbb5229a511b36cda83505cab75e7785
Signed-off-by: Ronan <ronan.lemartret@iot.bzh>
|
|
A bug causing deploying the same tree twice was fixed in this version.
[v2] Another fixed bug, should be clean now
Change-Id: I0afef39a0734405e3b7318ccec1103594d2316b4
Signed-off-by: Anton Gerasimov <anton@advancedtelematic.com>
|
|
After removal of meta-agl/meta-agl-security, there's no more
dependency to this layer.
Change-Id: Ib8ed6eb1f5fdd098feb9590586ecdaea5b9308dd
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
|
|
Without explicitly stated dependency the recipe will fail sometimes
depending on the order bitbake executes its jobs. Updating sota-tools to
make it crash during configuration phase as well.
Change-Id: I265f9d1f11c42c6e203d04f2b23a55f18de0fc1b
Signed-off-by: Anton Gerasimov <anton@advancedtelematic.com>
|
|
|
|
Authenticated OSTree pull and push is added to sota_tools, ostree and
sota-client.
Change-Id: I36a4d3d24826ab8776bc980b50aef8606af9e7a8
Signed-off-by: Anton Gerasimov <anton@advancedtelematic.com>
|
|
This define is currently needed by all applications launched
by the framework. This commits allows that.
Change-Id: Ia56268c1bca58f2da7c0152fa735751603d799bc
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
|
|
This patch is already applied to linux-yocto_4.4.26
Change-Id: Icc58ac2f2d14589c5318286b487f0e13e5ff93f2
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
|
|
This commit adds the following improvements to the
application framework:
- "once" method to launch applications at most one time
- minor warning fixes when compiling
- allowing % substitution in environment variables
- export of the variable AFM_APP_INSTALL_DIR
- set the execute flag on installed binaries
Change-Id: I729d3b882089473c627e166c35bd0d96e70c9c53
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
|
|
Change-Id: I42debe5e710d9b1fc90f68a5d49e7fbb3e709cf4
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
|
|
|
|
|
|
As currently a single package is added, agl-demo feature is used,
Later, an upcoming "ocf-automotive" feature might be used.
GNU/screen is also helpful to switch between demo client and server.
For more details check:
https://wiki.iotivity.org/yocto#automotive_grade_linux_agl
Note: meta-oic 1.1.1 as date of today is not supporting aarch64,
so reciepe needs to be patched elsewhere.
Bug-AGL: SPEC-158
Change-Id: I0d88258354d8f2c4d3c83bcf761e8f2500000000
Signed-off-by: Philippe Coval <philippe.coval@osg.samsung.com>
|
|
|
|
This reverts commit 18389a3ea67c0844c0c76c14d4891baaf25c7a9e.
The build breaks on dragonboard-410c/aarch64 as reported on the ML.
Revert from the feature until recipes are fixed or amended.
Change-Id: I8aad0e492c19ed03606e8d63739fc518e224cb55
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
|
|
Recent changes in af-main now generate .pc (pkgconfig) files. These files
shouldn't be packaged for nativesdk-af-main: they are just removed at the
end of the install task to avoid the 'unpackaged files' error.
Change-Id: I61364c430c0272e8e8a398e1e5640c856c668c1b
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
|
|
|
|
|
|
As currently a single package is added, agl-demo feature is used,
Later, an upcoming "ocf-automotive" feature might be used.
GNU/screen is also helpful to switch between demo client and server.
For more details check:
https://wiki.iotivity.org/yocto#automotive_grade_linux_agl
Bug-AGL: SPEC-158
Change-Id: I0d88258354d8f2c4d3c83bcf761e8f2566c54e26
Signed-off-by: Philippe Coval <philippe.coval@osg.samsung.com>
|
|
It is important for developement process and for monitoring
hacking to track violations and to monitor wrong uses or problems.
By activating audit with Smack we ensure that detection and reporting
of hazardous or malicious violations will be possible.
Change-Id: I7808ff17b5b8ba1fb09742fd273f46f06917d26b
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
|
|
Added to the environment:
export QT_WAYLAND_SHELL_INTEGRATION="ivi-shell"
This allows HTML5 applications to run on top of the
IVI-shell.
Note to AGL integrators: this is a temporary patch
that can be removed at the end.
Change-Id: Ic2b5f75327af6cbd1af4c7bd1eeb5cc3a2b743fd
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
|
|
Include features for HomeScreen:
- returns pids
- renamed verbs: stop -> pause & continue -> resume
- dbus manifests
Change-Id: I24ea59f376f57182c7060aca1c96539866cdcaba
Signed-off-by: José Bollo <jose.bollo@iot.bzh>
|
|
|