aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2016-01-04Fix hvacplugin cross-compilation issue due to wrong path in CMakeLists.txtalbacore_1.0albacoreJan-Simon Möller2-0/+49
Backport from master - urgent. This patch fixes a cross-compilation issue with hvacplugin. The absolute path set for Boost_INCLUDE_DIRS is not cross-compilation save. According to https://cmake.org/Wiki/CMake:How_To_Find_Libraries we better use find_package(Boost REQUIRED) . Otherwise bitbake might fail with: ERROR: QA Issue: hvacplugin: The compile log indicates that host include and/or library paths were used. Please check the log .../hvacplugin/0.1-r0/temp/log.do_compile' for more information. [compile-host-path] ERROR: QA run found fatal errors. Please consider fixing them. ERROR: Function failed: do_package_qa Due to: cc1plus: warning: include location "/usr/include/boost" is unsafe for cross-compilation [-Wpoison-system-directories] Change-Id: I114962b60fdb0162f9e9a88964705cbbba901278 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2015-12-17Set defaultbranch albacore in gitreviewJan-Simon Möller1-0/+1
This sets the .gitreview defaultbranch to albacore for the release branch. Change-Id: Ia3ea9bf34eb0a5b0dfca27f61869493ba370563f Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2015-12-15meta-agl: AMB source plugin to control HVAC added by Microchip/K2L, replace ↵Yury Asheshov3-0/+34
of change 4423 1. The source of the JVAC AMB plugin into meta-agl 2. GPLv2 3. Filenames fixed (hvacplugin) 4. Bitbake receipe added Change-Id: I3fb92bafc616777735695212a793c851657cbf1b Signed-off-by: Yury Asheshov <yury.asheshov@k2l.de>
2015-12-11Disable blinking cursor when booting with fb consoleTadao Tanikawa1-0/+1
When running on QEMU or VM, blinking cursor of console corrupt screen. To fix this, it is stopped just before psplash launched. Change-Id: I6e3cc49a6b65f3c70c246f315314710bd090ce13 Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
2015-12-11Fix issue of weston shell on top of tty(console) running on qemuTadao Tanikawa1-0/+1
Resolve issue which both weston's desktop-shell and tty(console) are active. Now, weston.service and getty@tty1.service become exclusive. Change-Id: I105e055dd7257d8867ada518bdad45a984d03f94 Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
2015-12-11Fix the recipe of westonTadao Tanikawa1-6/+7
To suit systemd.bbclass and poky-agl.conf, recipe of weston has been fixed. Change-Id: I9b401748176d0afdf5f8566b6e126416bb9d79d8 Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
2015-12-11Rygel becomes systemd user serviceTadao Tanikawa2-10/+16
Now Rygel becomes systemd user service because it needs D-Bus session bus provided by D-Bus Daemon which is managed by systemd (as user service). Change-Id: Ib763b68b758e4b1fb7efc76f846f5e6d07a67bd9 Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
2015-12-11Lightmediascanner becomes systemd user serviceTadao Tanikawa2-9/+16
Now lightmediascanner becomes systemd user service because it needs D-Bus session bus provided by D-Bus Daemon which is managed by systemd (as user service). Change-Id: I38aa8a60394dbf078b3dd3a42e60514816f96969 Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
2015-12-11security: integration of security-managerJosé Bollo4-0/+330
Allows the integration to AGL of the security security framwork coming from tizen. It includes smack, cynara, security-manager and other dependant components. Most of this components are coming from a work made by Intel OTC to create a yocto layer focused on security framework. This public work available here https://github.com/01org/meta-intel-iot-security has parts derived from Tizen's works and adds integrity parts. This patch also removes dependencies to tizen-platform-config, libslp-db-utils and dlog. Change-Id: I510bff317fd479755711f5253dafdd5a264efaa6 Signed-off-by: José Bollo <jose.bollo@iot.bzh>
2015-12-09AMB (automotive-message-broker): RDEPEND on python-cursesManuel Bachmann1-1/+1
Current RDEPENDS are OK for "amb-get, amb-set, ..." utils, but they are deprecated in favor of "ambctl". This one depends on python-curses, thus add it to make it work. Change-Id: Ibbc8d0a0c71c68cdf3315c9fe86f8e257dc8ebff Signed-off-by: Manuel Bachmann <mbc@iot.bzh>
2015-12-09AMB (automotive-message-broker): fix pkg-config header pathManuel Bachmann1-0/+1
Recipe install step moves headers to "/usr/include" instead of "/usr/include/amb", but pkg-config's .pc files are not updated accordingly. Do this during the same step. Change-Id: I83ee9e86e7708c9aebea9dd1b87474ba38da8365 Signed-off-by: Manuel Bachmann <mbc@iot.bzh>
2015-12-09Add variables for path of systemd's unit filesTadao Tanikawa1-0/+5
To use systemd user mode from recipes, it convenient that some variables are available, which point proper paths for unit files. For that, backport 2 variables which has been added latest poky. (From Poky rev:319a69f1d757a577b50a2ca9c8fbf845eba8e274) When upgrading poky in future, these variables should be removed from poky-agl.conf. Change-Id: I8ba7594b488ecd6421caf7dde484eb6b091ff0de Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
2015-12-09D-Bus User Message Bus (Session Bus) is enabled from systemdTadao Tanikawa4-0/+50
D-Bus user message bus (session bus) is enabled from systemd as system's user service. D-Bus daemon becomes enable when triggered by socket access. Change-Id: I8033dd546209288f45917176a38f79aef78062fa Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
2015-12-08AMB (automotive-message-broker): enable gpsnmea pluginManuel Bachmann3-1/+13
In this version of AMB, GPS plugin is named "gpsnmea" and does not really depend on gpsd, so fix the build option and remove the dependency. If gpsnmea is enabled (default), we should ship a matching configuration file so that it gets loaded automatically. Consider an USB GPS device ; at worst, if no device is present, harmless NULL values will be returned by AMB. Change-Id: I60fc960bff04b334a2556b9ec92a4089398d453e Signed-off-by: Manuel Bachmann <mbc@iot.bzh>
2015-12-08Add touch_frame events to Weston 1.5.0Risto Avila2-0/+66
Otherwise no Qt applications react on touch. This issue was eventually resolved upstream by dropping the built-in evdev backend and relying on libinput exclusively, where it is fixed. The libinput backend is required since Weston 1.7. In 1.6 the libinput backend was made the default, but the old backend was still there. Thus this fix also applies to Weston 1.6. Signed-off-by: Risto Avila <risto.avila@theqtcompany.com>
2015-12-05Bugfix for envsetup.sh script.Jan-Simon Möller1-2/+2
A sourced script cannot use exit as it will terminate the shell session. "return -1" is not supported due to the negative value. Use "return 1" instead. Change-Id: I7452b7939c5c843eaf76b6600e5eb55c06d17668 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2015-12-01Provide RTL-SDR 0.5.3 (RTL2832U chips, AM/FM radio support)Manuel Bachmann2-0/+18
RTL2832U-based USB dongles provide a convenient hardware interface for AM/FM radio reception, which is actively required by AGL 1.0 specification (AGL:4.2.1.1). This is also required by the AM/FM radio QML plugin (https://github.com/iotbzh/qml_radio_plugin). (this is an original recipe, because it does not fit general-purpose repositories such as meta-openembedded, but the constructor does not have an official Yocto repository yet) Change-Id: I1a0298e7a110181f86f9ec93dcea1567bb2c0379 Signed-off-by: Manuel Bachmann <mbc@iot.bzh>
2015-11-16AMB (automotive-message-broker): allow building with Qt5Manuel Bachmann2-29/+42
v2: (Tadao Tanikawa) - The recipe in meta-agl-demo which added by Change 4339 has been merged into this patch. - The recipe splitted automotive-message-broker_git.bb and automotive-message-broker_git.inc. - Dependencies to gpsd, qtbase and qtdeclarative has been defined into PACKAGECONFIG because they need each of their options into EXTRA_OECMAKE. NOTE: Once this patch merged, Change 4339 should be reverted. v1: (Manuel Bachmann) We want to be able to build AMB with or without meta-qt5 ; this is possible by checking the layer presence (see http://lists.openembedded.org/pipermail/openembedded-devel /2015-October/103781.html for an upstream OE example). Enable QtMainLoop and QtQuick/QML plugins, only if meta-qt5 has been added in bblayers.conf. We need to precise package contents for Bitbake because the install tree uses a complicated layout. Change-Id: Ie7e5b6955c76324fd92662fee9caa5bad4dfd2f6 Signed-off-by: Manuel Bachmann <mbc@iot.bzh> Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
2015-11-16AMB (automotive-message-broker): fix GPSd dependencyManuel Bachmann2-10/+7
We now allow gpsd to build with bluez5 (backport from OE) : http://lists.openembedded.org/pipermail/openembedded-devel /2015-November/104602.html which allows us to re-enable gpsd in AMB. Plus, we also explicitly build the GPSd plugin. Change-Id: I21fff0d010ca849a0ff4bd940437bddabae2d218 Signed-off-by: Manuel Bachmann <mbc@iot.bzh>
2015-11-16Fix build issues while bitbake without meta-qt5Tadao Tanikawa2-0/+31
Change-Id: I628f4b165b650bd570f7928987508f0d8a55ab26 Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
2015-11-13Update AMB with amb-qt(qml) plugins to latestTadao Tanikawa10-9/+1151
To use CogentEmbedded fixes to amb-qt(qml) plugins of AMB, the recipes for AMB has been updated: - Pulling CogentEmbeeded's repository as upstream - Apply some patches to fix some issue around amb-qt plugins (these are from branch 'dev_0.14_2') Change-Id: I81bf63d26446ec720343c4730fdc41d65ecf2e68 Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
2015-11-13AMB (automotive-message-broker): depend on python-misc/jsonManuel Bachmann1-0/+1
AMB provides utility scripts ("amb-get", "amb-set"...) depending on the Python "argparse" and "json" modules. Add corresponding packages as runtime dependencies. Change-Id: Ic41d89a0aa0a45c6ab481753d66739786f61dee4 Signed-off-by: Manuel Bachmann <mbc@iot.bzh>
2015-11-09Security: Adding the library xmlsecJosé Bollo1-0/+40
XmlSec is a library used for signing, validating, and crypting XML files according to XMLDSIG, the recommendation of the W3C. See http://www.w3.org/TR/xmldsig-core1 The library is integrated with use of openSSL only and without XSLT library integration. Change-Id: I685e3b476d936bcedb52dd88da9f4286182e0c58 Signed-off-by: José Bollo <jose.bollo@iot.bzh>
2015-11-08Fix compilation of AMB if icecc is installed on the build machine.Jan-Simon Möller1-2/+8
If the buildhost has icecc installed, AMBs cmake file will hardcode the compiler to icecc (understandable, but not a good idea for crosscompiling). In our case this leads to the replacement of the compiler supplied by the build environment with icecc. This breaks the compilation. We turn off the icecc detection, which is unfortunately on by default. Plus fixes for a few typos. Change-Id: Ibc28d3d697f1769f134e2a8f630e42058255bf3b Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2015-11-07rygel: add systemd serviceLeon Anavi2-0/+27
Change-Id: I30193ff62fdea97c2cd100a031c60458879d11c8 Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
2015-11-07lightmediascanner: add systemd serviceLeon Anavi2-0/+27
Change-Id: I868d15c4d17c30c2807ce5f3d85adc1fefc6f90e Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
2015-11-06Fix Weston IVI-Shell layout on Renesas R-Car E2 SilkManuel Bachmann3-1/+51
On Renesas Silk boards, when running weston ivi-shell, layout is too small and black borders are visible. This is due to the presence of a VGA adapter, which ivi-shell wrongly queries for resolution size values. Work around this ; this patch is not upstreamed due to current work being done on ivi-shell multiscreen support (https://github.com/ntanibata/weston-ivi-shell/commits/ multiscreen_feature_03). PS : although this patch is primarily intended for Silk, we put it into "meta-agl" because it is a general-purpose fix. It would also fix the issue on laptops having VGA adapters, e.g.. Change-Id: I25447b54d53eb8f8b7261903c0699a53c81790f8 Signed-off-by: Manuel Bachmann <mbc@iot.bzh>
2015-11-06Make Weston desktop-shell panel configurable (backport)Manuel Bachmann3-0/+105
The Weston panel is the top bar containing launcher and clock icons. We might want to disable it for demos. This can now be done by adding in "weston.ini" : [shell] panel-location=none This is a backport from upstream Weston : http://cgit.freedesktop.org/wayland/weston/patch/ ?id=e67118c80ad411ac46b7096aae2635510c80ea6d Change-Id: Iaf60f612f8e01e7aa51f8a0558de00f26d36aee8 Signed-off-by: Manuel Bachmann <mbc@iot.bzh>
2015-11-05core: systemd: enable networkdYannick Gicquel1-0/+3
Change-Id: I6c84c593b8156a4abf4303f3a82763807eda9281 Signed-off-by: Yannick Gicquel <yannick.gicquel@iot.bzh>
2015-11-05Adds meta-agl-security layerJosé Bollo1-0/+24
This commits adds the security layer within the sources of the AGL project. This layer, named "meta-agl-security", is intended to host receipes specific to the security framework of AGL. In the case where a choice exist between several security framework, the switch is done using "distro features" in configuration files. This layer will either hold the several framework and their specific common components. Change-Id: I8a34b2d6c06cd7d2687825a54d1fe75441de2895 Signed-off-by: José Bollo <jose.bollo@iot.bzh>
2015-11-04Add kernel-modules to local.conf.sample .Jan-Simon Möller1-0/+19
Change-Id: Ia2b763e540ffdc1a4df9bc341d931dc1050f7167 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2015-11-04Added AMB (automotive-message-broker) to meta-ivi-common layerNedeljko Miljevic4-0/+183
v3:(Tadao Tanikawa) - Remove 'qtbase' from dependencies. v2:(Tadao Tanikawa) - Remove 'gpsd' dependency temporarily to complete bitbake without error. v1:(Nedeljko Miljevic) Change-Id: Ieebf982751486167482a303e53cd1ed834b55b3e Signed-off-by: Nedeljko Miljevic <nedeljko.miljevic@windriver.com> Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
2015-10-27Merge "Add .gitreview template."Jan-Simon Möller1-0/+4
2015-10-27Add .gitreview template.Jan-Simon Möller1-0/+4
Change-Id: I5fe0243cb431e9f4c1cc47b3838da603711a58a4 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2015-10-26Provide LightMediaScanner 0.5.1, Rygel LMS pluginManuel Bachmann8-2/+12081
LightMediaScanner (https://github.com/profusion/ lightmediascanner) is a media indexation daemon, and a hard dependency for GENIVI Media Manager *. The Rygel media server, already present, uses a dedicated plugin to collect media lists from LMS via D-Bus. We are here : - backporting a recipe recently submitted to the official "meta-openembedded" layer : http://lists.openembedded.org/pipermail/openembedded-devel/ 2015-October/104022.html - rebasing Tizen IVI patches, which have recently been rebased on top of official Rygel code, on top of our own : https://bugzilla.gnome.org/show_bug.cgi?id=757120 We can then pull Rygel LMS plugin and LightMediaScanner, enabling only plugins associated with royalty-free formats. * : https://github.com/konsulko/tizen-distro/blob/master/ meta-tizen/meta-open-ivi/recipes-apps/media-manager/ media-manager.bb Change-Id: I42b375eb5c560daa1f8ea4052a782cdaac0cc1d6 Signed-off-by: Manuel Bachmann <mbc@iot.bzh>
2015-10-23Merge "Provide oFono 1.15 with BlueZ 5 support"Walt Miner2-0/+7
2015-10-23Merge "Provide Bluetooth and BlueZ 5"Walt Miner2-1/+7
2015-10-23Merge "Provide Wayland FITS, disabled by default"Walt Miner4-0/+45
2015-10-23Add procps package for JTA.Kengo Ibe1-0/+1
JTA which is the test environment needs pkill which belongs to "procps" package. "procps" doesn't depend any packages and layers. So, "procps" is integrated in OS and Common Libs layer. Change-Id: I9760cce2f531fef633b4878f292c02eb79458244 Signed-off-by: Kengo Ibe <kengo.ibe@linuxfoundation.org>
2015-10-22Provide Wayland FITS, disabled by defaultManuel Bachmann4-0/+45
Wayland FITS is a functional integration test suite for Wayland/Weston. It consists in 2 components : a Weston plugin, and a "wfits" binary used to run tests. The tests themselves simulate user interaction with surfaces and windows, using virtual keyboard/mouse/touchscreen drivers. The recipe was recently submitted to the official "meta-openembedded" layer, and can be found here : http://lists.openembedded.org/pipermail/openembedded-devel/ 2015-September/103511.html The package will not be built unless the user explicitly adds "wayland-fits" to his "conf/local.conf" file. QEMU needs the "uinput" driver available on startup, so we always build it, but only install it if the package has been selected. Change-Id: Ib6045007f6c7e1e22b48607a66930ce341c58002 Signed-off-by: Manuel Bachmann <mbc@iot.bzh>
2015-10-21Provide oFono 1.15 with BlueZ 5 supportManuel Bachmann2-0/+7
oFono provides a mobile telephony (GSM/UMTS) mobile telephony stack. When compiled with Bluetooth support, it also compiles the HFP (Hands Free Profile) plugin, which is actively required by AGL 1.0 specification (AGL:5.1.1.1). The "hfp_bluez5" and "hfp_ag_bluez5" plugins are compiled as we now ship BlueZ 5. Change-Id: I815d3aeceb02abff624d0223cf0fef46c509014f Signed-off-by: Manuel Bachmann <mbc@iot.bzh>
2015-10-21Provide Bluetooth and BlueZ 5Manuel Bachmann2-1/+7
Add "bluetooth" as an explicit DISTRO_FEATURE and, as "bluez4" is the default choice, specify "bluez5" which allows more modern features. PulseAudio from Poky 1.7 always pulls BlueZ 4 if Bluetooth is specified, thus creating build errors unless we add a workaround for it. Change-Id: I3e9f86c77f5971c0d71666f8decb7d3d3a0fdcb4 Signed-off-by: Manuel Bachmann <mbc@iot.bzh>
2015-10-20gtest: Backported from meta-openembeddedMikhail Durnev3-0/+117
This is Google's framework for writing C++ tests. The gtest 1.7.0 recipe was backported form meta-openembedded branch master https://github.com/openembedded/meta-openembedded commit ff5cda05c9caa0a1c8fc47e8ad5898acb7755399 Change-Id: Iad0c1de0f369ed916cf38f4efd5d2d5c98e263b0 Signed-off-by: Mikhail Durnev <Mikhail_Durnev@mentor.com>
2015-10-13Provide Rygel Media Server 0.26.1Manuel Bachmann10-0/+134
Rygel is a UPnP/DLNA audio-video media server, able to share media files with devices through the network, and also providing logic requird by DLNA players. Rygel is best known as Tizen IVI's former Media Server, and is also a base block for multimedia interfaces such as GENIVI Media Manager. We are here backporting recipes recently submitted to the officiel "meta-openembedded" layer, most notably : - libmediaart-2.0 : http://lists.openembedded.org/pipermail /openembedded-devel/2015-October/103671.html - gupnp-dlna : http://lists.openembedded.org/pipermail/ openembedded-devel/2015-October/103672.html - libgee-0.8 : http://lists.openembedded.org/pipermail/ openembedded-devel/2015-March/100576.html - rygel : http://lists.openembedded.org/pipermail/ openembedded-devel/2015-October/103673.html (with some modifications - disabling gtk+3 e.g.) and building Rygel by default via packagegroups, including royalty-free codecs needed for basic functionality. Change-Id: I017ca437a9be1c0b2cf6f3085da13efce90928c7 Signed-off-by: Manuel Bachmann <mbc@iot.bzh>
2015-10-08Merge "Add bitbake's target for cross SDK"Jan-Simon Moeller2-0/+13
2015-10-07Merge "Improve instructions to build AGL Distribution"Jan-Simon Moeller1-0/+64
2015-10-07Add bitbake's target for cross SDKTadao Tanikawa2-0/+13
Add recipe for a basic cross SDK image for baseline of AGL Distribtuion for IVI profile. To build SDK, $ bitbake agl-image-ivi-crosssdk To install SDK (e.g. for porter), $ cd tmp/deploy/sdk $ ./poky-agl-glibc-x86_64-agl-ivi-image-crosssdk-cortexa15hf-vfp-neon-toolchain-1.0.0.sh To use SDK (e.g. for porter), $ source /opt/poky-agl/1.0.0/environment-setup-cortexa15hf-vfp-neon-poky-linux-gnueabi Change-Id: If0d55026dfc53ce45ed8e73fc9d996cad85771b1 Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
2015-10-06Improve instructions to build AGL DistributionTadao Tanikawa1-0/+64
New build instructions are avairable. - Using 'repo' to download all repositories. - Only 1 shell script need to be run. To install Repo: $ mkdir ~/bin $ export PATH=~/bin:$PATH $ curl https://storage.googleapis.com/git-repo-downloads/repo > ~/bin/repo $ chmod a+x ~/bin/repo To build meta-agl/meta-agl-demo: $ repo init -u https://gerrit.automotivelinux.org/gerrit/AGL/AGL-repo $ repo sync $ source meta-agl/scripts/envsetup.sh <porter|qemux86-64|...> [build-dir] $ bitbake <target> Note: currently AGL Distro supports only 2 machines, porter and qemux86-64. Note for porter: Anyone who want to build for R-Car2 M2 Porter should download Grahics Drivers and Multimedia Softwares from Renesas. If not, envsetup.sh will stop and show some instruction, then please follow it. Change-Id: I1213130333e9a316bc3be5913cf2511c0cfb2853 Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>
2015-10-02Provide Wayland-IVI-Extension 1.5.0Manuel Bachmann4-0/+224
Wayland-IVI-Extension provides an additional shell plugin for IVI-Shell, along with command-line tools and demonstration applications. Project site : http://projects.genivi.org/wayland-ivi-extension We make this recipe a member of the "ivi" package group, which will always be built. We do not activate it by default though, to facilitate development and debugging at this point ; but add a comment in "weston.ini" allowing to enable it easily. Change-Id: Id1c788880d730ed612a55c19d320e61e170c792c Signed-off-by: Manuel Bachmann <mbc@iot.bzh>
2015-10-02Reworking packagegroups of AGL DistributionTadao Tanikawa13-58/+58
The recipe files and thier names are reworked by design of AGL packagegroup. For more details, see 'Packagegroups' section in README.md. Change-Id: Ie7cd0efd1200c1a78d30ad6a834b9482487f0089 Signed-off-by: Tadao Tanikawa <tanikawa.tadao@jp.panasonic.com>