aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2013-08-09linux-yocto: keep support for version 3.4 (LTSI) aroundHolger Behrens
Signed-off-by: Holger Behrens <holger.behrens@windriver.com>
2013-08-09meta-ivi-bsp: layer createdHolger Behrens
Signed-off-by: Holger Behrens <holger.behrens@windriver.com>
2013-08-09meta-ivi: move hardware specifics to meta-ivi-bspHolger Behrens
Signed-off-by: Holger Behrens <holger.behrens@windriver.com>
2013-08-09runqemu-internal: remove sound hardware for vexpressa9Holger Behrens
Signed-off-by: Holger Behrens <holger.behrens@windriver.com>
2013-08-01meta-ivi: point to new mailing list and bug trackerHolger Behrens
Signed-off-by: Holger Behrens <Holger.Behrens@windriver.com>
2013-08-01pulseaudio: follow oe-core upgrade to version 4.0Holger Behrens
Signed-off-by: Holger Behrens <holger.behrens@windriver.com>
2013-08-01connman: obsolete, as systemd support now part of oe-coreHolger Behrens
Signed-off-by: Holger Behrens <holger.behrens@windriver.com>
2013-07-16common-api: Updte dbus bbappend to match OE-core versionFlorin Sarbu
Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com>
2013-07-16Update dbus bbappend to match OE-core versionFlorin Sarbu
Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com>
2013-07-16Remove obsolete eglibc 2.17 append andFlorin Sarbu
corresponding AF_BUS patch. Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com>
2013-07-16eglibc: Added AF-bus patch and bbappend for eglibc_2.18.Kristofer Hansson Aspman
The patch for eglibc_2.16 could not be applied directly to eglibc_2.18 as libc/sysdeps/unix/sysv/linux/bits/socket.h has a minor change. Signed-off-by: Kristofer Hansson Aspman <kristofer.hansson-aspman@pelagicore.com>
2013-07-12Update kernel bbappend for version 3.8Florin Sarbu
Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com>
2013-07-12vexpressa9.conf: Add PREFERRED_VERSION_linux-yocto to be 3.8Florin Sarbu
Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com>
2013-07-08qt4: Sync recipe's version with upstreamAndrei Gherzan
Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
2013-07-08busybox: Sync recipe's version with upstreamAndrei Gherzan
Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
2013-07-08layer-management: Update to version 1_0_1Florin Sarbu
Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com>
2013-07-08packagegroup-specific-component-p2: Add common-api-c++ andFlorin Sarbu
common-api-c++-dbus. Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com>
2013-07-05connman: do not delete init scripts in bbappendSergey Matyukevich
Currently connman init scripts are installed only when 'sysvinit' feature is enabled in DISTRO_FEATURES: commit 7c8160ccbe17d6e10bd7a09b91843182a89b9055 in poky. No need to remove them in bbappend: - they are not installed for 'systemd'-enabled systems - they are needed for 'sysvinit'-enabled systems Signed-off-by: Sergey Matyukevich <sergey_matyukevich@mentor.com>
2013-07-05dbus: Stop removing sysv specific things.Noor
* With current changes in poky we dont have to remove sysv specific changes. Upstream dbus recipe is configures in such a way that if if systemd is present in DISTRO_FEATURES the it does not generate sysv stuff. So remove the changes which were removing sysv stuff. Signed-off-by: Noor Ahsan <noor_ahsan@mentor.com>
2013-07-05poky-ivi-systemd.conf: Remove sysvinit from DISTRO_FEATURES.Noor
* By adding sysvinit DISTRO_FEATURES_BACKFILL_CONSIDERED it is removed from DISTRO_FEATURES. Previously Both systemd and sysvinit was present in DISTRO_FEATURES. Signed-off-by: Noor Ahsan <noor_ahsan@mentor.com>
2013-07-04common-api-c++-dbus: added CommonAPI D-Bus bindingHolger Behrens
This is the CommonAPI D-Bus binding C++ library, which provides the necessary code to communicate over D-Bus. This is invisible to the application code, and simply needs to be linked against. Common API and its mechanism specific bindings (e.g. Common API D-Bus) provide a set of libraries and tools to work with RPC communication in a way independent of wich mechanism is used. The D-Bus marshaling patch adds functions to support querying and manipulating the message body and signature. This is useful for code generators, which can generate custom marshaling functions based on a given IDL. Those functions tend to be optimized and faster than the generic iterator based marshaling. References: - http://projects.genivi.org/commonapi/ - http://lists.genivi.org/pipermail/genivi-ipc/2013-March/000057.html Signed-off-by: Holger Behrens <Holger.Behrens@windriver.com>
2013-07-04common-api-c++: added CommonAPI runtimeHolger Behrens
This is the CommonAPI base C++ library, which provides the application interface for users and can load runtime bindings such as dbus. Common API and its mechanism specific bindings (e.g. Common API D-Bus) provide a set of libraries and tools to work with RPC communication in a way independent of wich mechanism is used. References: - http://projects.genivi.org/commonapi/ - http://lists.genivi.org/pipermail/genivi-ipc/2013-March/000057.html Signed-off-by: Holger Behrens <Holger.Behrens@windriver.com>
2013-06-28packagegroup-core-boot-genivi: use busybox as the default login managerHolger Behrens
tinylogin has been deprecated and the functionality ported into busybox, so we switch to using busybox as the default login manager. [YOCTO #4207] (From Poky rev: c31537a06293cb86e3087736a152fa7b81b5c7ba) (From Core rev: 54fc2a698d49f7acc93c8e4b6f6c4e7b3b6ffcc8) Signed-off-by: Holger Behrens <Holger.Behrens@windriver.com>
2013-06-21dlt-daemon: Fix recompiling failure when a dependencyFlorin Sarbu
of dlt-daemon changes. Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
2013-06-21ecryptfs-utils: Add --sbindir=/sbin to configure optionsFlorin Sarbu
This would fix the failure when mounting ecryptfs drive as it would be looking for mount.ecryptfs in /usr/sbin. This configure option ensures mount.ecryptfs and friends are available in /usr. Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com>
2013-06-21ecryptfs-utils: Modify systemd service file to 'simple'.Noor
ecryptfsd is a resident program, i.e. daemon. According to systemd documentation, Type=oneshot/RemainAfterExit=yes should be used for programs that do not remain working after exit. But for daemons we should use Type=forked to indicate that the service remains running in background. ecryptfs provides option -f to run in foreground. This option is preferred when the service is started from init/systemd. That is why we use Type=simple (default) to indicate that the service runs in foreground. To manage the service properly systemd uses its type. E.g. if ecryptfsd silently dies, systemd will recognize its failure in case of simple or forked, but not in case of oneshot. Signed-off-by: Mikhail Durnev <mikhail_durnev@mentor.com> Signed-off-by: Noor Ahsan <noor_ahsan@mentor.com>
2013-06-21dlt-daemon: Add zlib in DEPENDS.Noor
* dlt-system-filetransfer.c includes zlib.h. This headerfile is provided by zlib package. Added zlib in its DEPENDS. Signed-off-by: Noor Ahsan <noor_ahsan@mentor.com>
2013-06-21dlt-daemon: Fix multiple issues with service files.Noor
* The newly included patch, systemd_service_installation.patch, is required because the cmake script in the dlt-daemon package tries to locate the systemd units directory on the host when cross-compiled. During cross compiling it should not see paths on local machine and make decesion based on it. On ubuntu 10.04 /lib/systemd/system folder does not exist so cross-compiling dlt-deamon results in no servie file image folder. So commented the if condition which checks the existance of /lib/systemd/system. Genivi issue link dealing with this is http://bugs.genivi.org/show_bug.cgi?id=67. * Created symlinks of dlt.service and dlt-system.service in basic.target.wants folder. Signed-off-by: Noor Ahsan <noor_ahsan@mentor.com>
2013-06-14default-providers-ivi.inc: Add PREFERRED_PROVIDER_node-state-managerFlorin Sarbu
as being node-state-manager so that we get it in the rootfs when that package is present in the layer. Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com>
2013-06-14node-startup-controller: Package dummy helper node stateFlorin Sarbu
manager files in ${PN}-nsm-dummy package. Added ${PN}-nsm-dummy as RPROVIDES node-state-manager. Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com>
2013-06-14packagegroups: restructure the yocto-ivi PGsFahad Usman
with the current implementation of packagegroups, it's not clear how a particular recipe map to the GENIVI baseline document. this scheme remove confusion about which packagegroup a certain recipe belong to. And provide guidance to the customers about modifying the image. For instance customers should be careful about replacing specific-p1 components if they wish to maintain GENIVI compliance. Signed-off-by: Fahad Usman <fahad_usman@mentor.com>
2013-06-14portmap: Removed obsolete dependency bbappend from meta-iviFlorin Sarbu
Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com>
2013-06-14nfs-utils: Removed obsolete package from meta-iviFlorin Sarbu
Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com>
2013-06-14layer-management: Add scene provider in the rootfsFlorin Sarbu
Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com>
2013-06-10connman: Sync bbappend version with upstreamAndrei Gherzan
Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
2013-06-05poky-ivi-systemd.conf: Change XSERVER assignment toFlorin Sarbu
be weakly assigned so that it can be overwritten if desired. Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com>
2013-06-04node-state-manager_git.bb: Add explicit dependency on dbusFlorin Sarbu
so that do_install will successfully package the dbus conf file. Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com>
2013-05-30audiomanager: start using -d to daemonizeErik Botö
The unit file is written in such a way that it expects setup_amgr.sh to return, therefore -d needs to be passed to AudioManager. Signed-off-by: Erik Botö <erik.boto at pelagicore.com>
2013-05-30audiomanager: Build plugins as modules instead of shared librariesErik Botö
The plugins are now built as modules instead of versioned shared libraries. The plugins are also included in the main package instead of in -dev since they are needed runtime. Signed-off-by: Erik Botö <erik.boto at pelagicore.com>
2013-05-29pulseaudio: Fixing the configure_append.Sujith H
Providing absolute path to avoid breakage during configure. This patch has to be applied on branch 4.0 Signed-off-by: Sujith H <sujith.h@gmail.com>
2013-05-27connman: realign with oe-coreHolger Behrens
Signed-off-by: Holger Behrens <Holger.Behrens@windriver.com>
2013-05-23layer-management: Remove useless imx6 specific codeAndrei Gherzan
First of all imx6 is not a supported machine. On the other hand this doesn't work anymore as by default the build is a "release" build so OECMAKE_CXX_FLAGS won't be used anymore but OECMAKE_CXX_FLAGS_RELEASE. Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
2013-05-22layer-management: Add missing dependency on libxdamageAndrei Gherzan
Avoid Error: Please set them or make su-re they are set and tested correctly in the CMake files: X11_Xdamage_LIB (ADVANCED) Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
2013-05-21nfs-utils: Update .bbappend to version 1.2.8Florin Sarbu
Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com>
2013-05-15ivi-image.inc: Don't run remove_packaging_data_filesAndrei Gherzan
In this way images based on this image can add packagemanager to their images without loosing databases and related files. Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
2013-05-14pulseaudio: Add pulseaudio-server rpm to packagegroup-core-p2.bbFlorin Sarbu
instead of just the pulseaudio rpm. Also provide a systemd service in the rootfs. Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com>
2013-05-08netbase: Update .bbappend to version 5.1Florin Sarbu
Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com>
2013-04-30packagegroup-core-p1: remove nfs-utils as it isn't a P1Holger Behrens
Signed-off-by: Holger Behrens <holger.behrens@windriver.com>
2013-04-30connman: Sync recipe version with oe-coreAndrei Gherzan
Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
2013-04-30packagegroup-core-boot-genivi.bb: Explicitly add kmod to rootfsFlorin Sarbu
Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com>