aboutsummaryrefslogtreecommitdiffstats
path: root/meta-ivi-demo
AgeCommit message (Collapse)Author
2014-09-12automotive-message-broker: Fix SYSTEMD_SERVICE to be pkg specificAndrei Gherzan
Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
2014-09-05README.md: Add sha's of dependent layers.Florin Sarbu
Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com> Signed-off-by: Holger Behrens <holger.behrens@windriver.com>
2014-09-05ivi-image-demo: Conditionally add to rootfs the wayland-wsegl package for ↵Florin Sarbu
the koelsch board. Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com> Signed-off-by: Holger Behrens <holger.behrens@windriver.com>
2014-09-05browser-poc: Add recipe and add it to rootfsFlorin Sarbu
Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com> Signed-off-by: Holger Behrens <holger.behrens@windriver.com>
2014-09-05linux: Enable CGROUPS support for MACHINE koelschFlorin Sarbu
Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com> Signed-off-by: Holger Behrens <holger.behrens@windriver.com>
2014-09-05qtbase: Add libegl as a build dep for Koelsch boardFlorin Sarbu
libegl provides a wrapper library for the real libEGL for Renesas Koelsch board. It therefore needs to be added as a build time dependency for qtbase. 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-05qtwayland: Use branch 5.4Florin Sarbu
Branch 5.3 has been removed from upstream git of qtwayland. Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com> 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-09-05automotive-message-broker: upgrade to 0.11.811Holger 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-18persistence-administrator: add to packagegroup-abstract-component-p2Holger Behrens
Signed-off-by: Holger Behrens <holger.behrens@windriver.com>
2014-08-18persistence-common-object, persistence-administrator: move to meta-iviHolger Behrens
Signed-off-by: Holger Behrens <holger.behrens@windriver.com>
2014-08-18qtbase: Enable icu qtbase for qtwebkit.Florin Sarbu
qtwebkit needs qtbase with icu enabled in order to be built. So we enable icu in qtbase and also add qtwebkit and qtwebkit-plugins to the generated rootfs. Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com> Signed-off-by: Holger Behrens <Holger.Behrens@windriver.com>
2014-08-18qtwayland: Force branch 5.3 to be builtFlorin Sarbu
On ubuntu 14.04, fetch errors appear due to bitbake trying to fetch the qtwayland revision from the "stable" branch. This commit defines "5.3" as the branch to be used when fetching the required SRCREV. Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com> 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-08-18ivi-image-demo.bb: Add the Genivi P1's and P2's to demo image.Florin Sarbu
The ivi-image-demo recipe only requires the ivi-image.inc file, hence the Genivi packagegroups containing the Genivi specification packages will not be added into the rootfs. This commit explicitly adds the packagegroups to the demo image recipe. Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com> Signed-off-by: Holger Behrens <Holger.Behrens@windriver.com>
2014-08-18persistence-common-object: inherit pkgconfigHolger Behrens
Signed-off-by: Holger Behrens <Holger.Behrens@windriver.com>
2014-08-18persistence-administrator: inherit pkgconfigHolger Behrens
Signed-off-by: Holger Behrens <Holger.Behrens@windriver.com>
2014-08-18persistence-administrator: add recipe, dependencies and added to ivi-image-demoGeorge Postolache
Added recipes for persistence-administrator and persistence-common-object and added both to ivi-image-demo image B251_typedef_uint64_t -- https://bugs.genivi.org/show_bug.cgi?id=251 Signed-off-by: George Postolache <george.postolache@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-29README.md: Use official meta-oe repoAndrei Gherzan
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-23ivi-image-demo: Introduce ivi-image-demo recipeHolger Behrens
GDP-40 create and define ivi-image-demo Signed-off-by: Holger Behrens <Holger.Behrens@windriver.com> Acked-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>