summaryrefslogtreecommitdiffstats
path: root/conf/include
AgeCommit message (Collapse)AuthorFilesLines
2017-09-06Upgrade to pyroChanghyeok Bae1-11/+1
wayland-ivi-extension: Arrange recipe - Remove unecessary variable in PACKAGECONFIG - Arrange test-path.patch to upgrade wayland-ivi-extension qtbase: Fix build error due to binutils 2.28 bug - gold linker from binutils 2.28 may produce duplicate library symbols, which makes shared libraries created with it not usable with conventional ld linker. - See https://bugs.freebsd.org/bugzilla/attachment.cgi?id=183069&action=diff weston: Change recipe version libdbus-c++: Remove recipe and add bbappend file - meta-openembedded (pyro) already has same version. - Remove PNBLACKLIST[libdbus-c++] to use this component. packagegroups / agl-demo.inc : - move inclusion of qtwebkit out of agl-demo.inc into packagegroup-agl-demo - this fixes an inclusion bug Bug-AGL: SPEC-646 Change-Id: Ia71d5f4dc881f0d8f8f24a5574c9efc0f2da6245 Signed-off-by: Changhyeok Bae <changhyeok.bae@gmail.com>
2017-04-05Add automount to DISTRO_FEATURES for agl-demo.incMatt Ranostay1-0/+1
Change-Id: I961f4cc319455f3eb2386a6132e56fced32b631a AGL-Issue: SPEC-483 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2017-03-29Rename webruntime DISTRO_FEATURESRonan Le Martret1-1/+3
* use virtual/webruntime to anticipate multi provider of web-runtime Change-Id: Id1cb293fc6fe1ac27f263f8d32a1adf4f439c4b1 Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
2017-02-09iotivity: Migrate from agl-demo to agl-iotivity featurePhilippe Coval1-1/+0
Ship packagegroup-iotivity from meta-oic to take extra libs instead of just iotivity-examples. For convenience, screen remains as part agl-demo. For more details about OCF support check: https://wiki.iotivity.org/automotive Bug-AGL: SPEC-158 Change-Id: I1ba476889e68da3bb010753b3c19d7d9b581b30b Signed-off-by: Philippe Coval <philippe.coval@osg.samsung.com>
2017-01-25Move feature code into the meta recipesRonan1-0/+14
* Having a minimlal local.conf serving the only purpose of user customization is the "Yocto" way of doing things * After a source synchronization (repo sync), feature code must be update without regenerate local.conf Change-Id: Ie4cdfde42424f455181ee4bde8087a9cc746e231 Signed-off-by: Ronan <ronan.lemartret@iot.bzh>