aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-support-ivi
AgeCommit message (Collapse)Author
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-03-07libical: Add recipe from meta-openembeddedFlorin Sarbu
Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com>
2013-03-07fuse: Add recipe from meta-openembeddedFlorin Sarbu
Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com>
2013-02-19ecryptfs-utils: Removed ${PN}-systemd andFlorin Sarbu
conditionally installed systemd service file if DISTRO_FEATURES contains systemd. Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com>
2013-02-12ecryptfs-utils: Add ${PN}-systemd to PACKAGESFlorin Sarbu
Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com>
2013-02-07ecryptfs-utils: Add dependency on intltool-nativeFlorin Sarbu
Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com>
2013-02-06keyutils: Fix compiling for x86 64 bit targetFlorin Sarbu
Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com>
2013-01-31consolekit: Remove bbappend as gnome-common is not GPLv3Andrei Gherzan
gnome-common's LICENSE fixed with this oe-core commit: commit 97469db0cba6d21ab1290238225d3fe365931a5c Author: Ross Burton <ross.burton@intel.com> Date: Tue Oct 30 12:02:45 2012 +0000 gnome-common: Fix license gnome-common 2.28 is GPLv2+. From Christian Persch, upstream: The licence is presumed GPL2+, although it's not there explicitly. GPL2+ because as far as I could figure out when I tried to, gnome-autogen started in gnome-core which had a GPL2 COPYING file. Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
2013-01-07consolekit: Minor file reformattingAndrei Gherzan
Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
2012-11-16keyutils: Added patch to fix CFLAGS when building forFlorin Sarbu
x86 targets. Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com>
2012-10-17libusb-compat: Remove bbappend as we dropped usr-mergeAndrei Gherzan
Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
2012-10-17libusb1: Remove bbappend as we dropped usr-mergeAndrei Gherzan
Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
2012-10-17libcap: Remove bbappend as we dropped usr-mergeAndrei Gherzan
Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
2012-10-17fuse: Remove recipe in the favor the one from meta-oeAndrei Gherzan
Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
2012-10-17ecryptfs-utils: Use systemd class from meta-oe/meta-systemdAndrei Gherzan
Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
2012-10-17consolekit: Replace recipe with appendAndrei Gherzan
Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
2012-10-17attr: Remove bbappend as we dropped usr-mergeAndrei Gherzan
Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
2012-10-17acl: Remove bbappend as we dropped usr-mergeAndrei Gherzan
Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
2012-09-30ecryptfs-utils: Add missing dependency to opensslAndrei Gherzan
Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
2012-09-30Remove extra " from the DLT-daemon and fuse recipesFlorin Sarbu
Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com>
2012-09-05consolekit: Modify config option so that systemd units get installed in ↵Florin Sarbu
/usr/lib rather than /lib Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com>
2012-09-05Removed unneeded libassuan and libksbaFlorin Sarbu
Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com>
2012-08-30ecryptfs-utils: Update to version 100Florin Sarbu
Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com>
2012-08-06re-align versions with upstream pokyHolger Behrens
2012-07-30removed ntp, functionality replaced through ConnManHolger Behrens
2012-06-20acl: We don't need to fix symlinks after moving to libdirAndrei Gherzan
Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
2012-06-20attr: We don't need to fix symlinks after moving to libdirAndrei Gherzan
Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
2012-06-20libusb: Add bbappend to move binaries from / to /usrAndrei Gherzan
Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
2012-06-20libusb-compat: Add bbappend to move binaries from / to /usrAndrei Gherzan
Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
2012-06-20libcap: Add bbappend to move binaries from / to /usrAndrei Gherzan
Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
2012-06-20attr: Create bbappend to install libs in libdirAndrei Gherzan
Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
2012-06-20acl: Create bbappend to install libs in libdirAndrei Gherzan
Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
2012-06-20ecryptfs-utils: Install systemd service in libdirAndrei Gherzan
Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
2012-06-20ntp: /usr mergeAndrei Gherzan
/bin → /usr/bin /sbin → /usr/sbin /lib → /usr/lib /lib64 → /usr/lib64 Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
2012-06-20keyutils: /usr mergeAndrei Gherzan
/bin → /usr/bin /sbin → /usr/sbin /lib → /usr/lib /lib64 → /usr/lib64 Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
2012-06-20ecryptfs-utils: /usr mergeAndrei Gherzan
/bin → /usr/bin /sbin → /usr/sbin /lib → /usr/lib /lib64 → /usr/lib64 Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
2012-06-20fuse: /usr mergeAndrei Gherzan
/bin → /usr/bin /sbin → /usr/sbin /lib → /usr/lib /lib64 → /usr/lib64 Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
2012-06-20ecryptfs-utils: Merge .bbappend in .bbAndrei Gherzan
Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
2012-05-09ecryptfs-utils: add service file for systemd usageSebastian Proca
ecryptfs-utils could not be launched as a service because systemd could not access ecryptfs.service Signed-off-by: Sebastian Proca <Florentin.Proca@windriver.com>
2012-04-20Redo initial populationFlorin Sarbu
Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com>
2012-04-19Initial PopulationHolger Behrens