summaryrefslogtreecommitdiffstats
path: root/meta-ivi-demo/conf
AgeCommit message (Collapse)Author
2014-10-17local.conf.sample: Comment out INCOMPATIBLE_LICENSE for GPLv3.Florin Sarbu
The demo images contains GPLv3 packages (python-pyqt and friends) so we need to allow those into the rootfs. Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com> Signed-off-by: Holger Behrens <holger.behrens@windriver.com>
2014-09-05local.conf.sample: fix nothing provides 'libxext-native' errorHolger Behrens
This change fix the following build error: > ERROR: Nothing PROVIDES 'libxext-native' > (but virtual:native:.../poky/meta/recipes-devtools/qemu/qemu_2.1.0.bb > DEPENDS on or otherwise requires it) > ERROR: libxext-native was skipped: missing required distro feature 'x11' > (not in DISTRO_FEATURES) > ERROR: Required build target 'ivi-image' has no buildable providers. > Missing or unbuildable dependency chain was: > ['ivi-image', 'qemu-native', 'libxext-native'] Signed-off-by: Holger Behrens <holger.behrens@windriver.com>
2014-09-05meta-ivi-demo: add a local.conf templateHolger Behrens
Signed-off-by: Holger Behrens <holger.behrens@windriver.com>
2014-08-22meta-ivi: prepare 7.0.0 releaseHolger Behrens
Signed-off-by: Holger Behrens <holger.behrens@windriver.com>
2014-08-18layer.conf: Add PREFERRED_VERSION_weston to version 1.5 in demo layer.Florin Sarbu
PREFERRED_VERSION variable can only be hosted in .conf files. As a consequence, this commit defines the PREFERRED_VERSION_weston in the meta-ivi-demo/conf/layer.conf and removed the reference from ivi-image-demo.bb which is not taken into account by bitbake. Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com> Signed-off-by: Holger Behrens <Holger.Behrens@windriver.com>
2014-07-29packagegroups: Added package groups for qt5 and gpsAndrei Gherzan
Also: * added virtual/libgles2 dependency for qtbase * replaced egl with gles2 in qtbase recipe * added qtquick qtdeclarative qtwayland * added these packagegroups to ivi-image-demo * configure qtwebkit package * add meta-ruby to bblayers.conf.sample as qtwebkit needs ruby-native Signed-off-by: Postolache George <george.postolache@windriver.com> Signed-off-by: Holger Behrens <Holger.Behrens@windriver.com> Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
2014-07-29automotive-message-broker: Add recipePostolache George
Configure automotive-message-broker's dependencies: gpsd and qtbase. automotive-message-broker needs qt5 and packages from meta-oe so add these layers in bblayers.conf.sample. Add automotive-message-broker to ivi-image-demo.bb. Signed-off-by: Postolache George <george.postolache@windriver.com> Signed-off-by: Holger Behrens <Holger.Behrens@windriver.com> Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
2014-07-23meta-ivi-demo: Create layerHolger Behrens
GDP-39 create meta-ivi-demo layer Signed-off-by: Holger Behrens <Holger.Behrens@windriver.com> Acked-by: Andrei Gherzan <andrei.gherzan@windriver.com>