summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* f2fs-tools: Update to Version 1.4.0Sven Ebenfeld2014-12-093-22/+49
| | | | | Signed-off-by: Sven Ebenfeld <sven.ebenfeld@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* haveged: Add recipe for haveged entropy daemon v1.9.1Sven Ebenfeld2014-12-092-0/+52
| | | | | | | | | | | As we are building software for headless embedded devices, we don't want to rely on the entropy generated by default linux kernel mechanisms. Haveged seems to be a good solution in providing more entropy for headless devices. Upstream-Status: Pending Signed-off-by: Sven Ebenfeld <sven.ebenfeld@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* gsettings-desktop-schemas: Moved from OE-CoreAlejandro Hernandez2014-12-091-0/+15
| | | | | Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* meta-gnome: fix typo of directory nameKang Kai2014-12-091-0/+0
| | | | | | | | Fix typo of directory name 'recipe-devtools' in meta-gnome. It should recipes-devtools. Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libnet-ssleay-perl: avoid host contaminationKang Kai2014-12-091-2/+6
| | | | | | | | | | | | | | Check the configure log, libnet-ssleay-perl uses host's openssl: *** Found OpenSSL-1.0.1 installed in /usr Export OPENSSL_PREFIX to find the native openssl to use. Replace library pathes '/lib', '/usr/lib' and header path with correct staging pathes at same time. Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xmlto: remove recipe as it's in OE coreQi.Chen@windriver.com2014-12-092-30/+0
| | | | | | | Remove xmlto recipe from meta-oe because it's in OE core now. Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* daemontools: add recipeBian Naimeng2014-12-094-0/+164
| | | | | | | | | | daemontools is a collection of tools for managing UNIX services. Though daemontools is a very old tool, but it still supported by some distro such as ubuntu(trusty 14.04LTS). Signed-off-by: Bian Naimeng <biannm@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xkbutils: Add new recipeQian Lei2014-12-091-0/+19
| | | | | | | | xkbutils is a collection of small utilities utilizing the XKeyboard (XKB) extension to the X11 protocol. Signed-off-by: Qian Lei <qianl.fnst@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* kexecboot: apply OE specific fixes (pending upstream)Andrea Adami2014-12-095-1/+334
| | | | | | | | | | | | | After 78ee4d8b1782445caecce8331e68efe83fc32044 in oe-core the kernel is an *absolute* symlink in /boot. Unfortunately this implies the stock images built with OE can not be booted. The last patch of this commit fixes this issue. The other patches are fixing build when S!=B, autotools-brokensep and configure warnings. Signed-off-by: Andrea Adami <andrea.adami@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* strongswan: update package to 5.2.1Armin Kuster2014-12-091-2/+2
| | | | | | | see https://wiki.strongswan.org/projects/strongswan/wiki/Changelog52 Signed-off-by: Armin Kuster <akuster@mvista.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libcanberra: fix installed-vs-shipped warningRobert Yang2014-12-091-1/+1
| | | | | | | | | | | | | | | | | When build libcanberra for powerpc64 bsp, it shows warning: WARNING: QA Issue: libcanberra: Files/directories were installed but not shipped /lib /lib/systemd /lib/systemd/system /lib/systemd/system/canberra-system-shutdown.service /lib/systemd/system/canberra-system-shutdown-reboot.service /lib/systemd/system/canberra-system-bootup.service [installed-vs-shipped] Update FILES_${PN}-systemd to fix it. Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* procmail: add new recipeLi xin2014-12-095-0/+920
| | | | | | | | | | Procmail can be used to create mail-servers, mailing lists, sort your incoming mail into separate folders/files,preprocess your mail, start any programs upon mail arrival or selectively forward certain incoming mail automatically to someone. Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* apache2: add PACKAGECONFIG for selinuxWenzong Fan2014-12-092-0/+44
| | | | | | | | | | Add PACKAGECONFIG for 'selinux', otherwise there would be warnings like below: WARN: apache2: apache2 rdepends on libselinux, but it isn't a build dependency? Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* ltrace: add PACKAGECONFIG for selinuxWenzong Fan2014-12-092-0/+39
| | | | | | | | | | Add PACKAGECONFIG for 'selinux', otherwise there would be warnings like below: WARN: ltrace: ltrace rdepends on libselinux, but it isn't a build dependency? Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* lockfile-progs: Add new recipeQian Lei2014-12-091-0/+24
| | | | | | | | lockfile-progs provide a method to lock and unlock mailboxes and files safely (via liblockfile). Signed-off-by: Qian Lei <qianl.fnst@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* twm: Upgrade to 1.0.8Qian Lei2014-12-091-2/+2
| | | | | Signed-off-by: Qian Lei <qianl.fnst@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* xserver-common: disable TCP connectionsJavier Viguera2014-12-092-0/+25
| | | | | | | For security reasons disable TCP connections to the xserver. Signed-off-by: Javier Viguera <javier.viguera@digi.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* at: systemd support now in OE-CorePaul Eggleton2014-12-092-21/+0
| | | | | | | | systemd support has already been added to the OE-Core at recipe based on this file (in the dizzy branch). Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* tiptop: Add new recipeQian Lei2014-12-091-0/+26
| | | | | | | | | | Tiptop is a performance monitoring tool for Linux. It provides a dynamic real-time view of the tasks running in the system. Tiptop is very similar to the top utility, but most of the information displayed comes from hardware counters. Signed-off-by: Qian Lei <qianl.fnst@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* takao-fonts: add new recipeLi xin2014-12-091-0/+21
| | | | | | | | | | Takao Fonts are a community developed derivatives of IPA Fonts. IPA Fonts are high quality Japanese outline fonts developed by Information-technology Promotion Agency,Japan(called IPA for short). Homepage: https://launchpad.net/takao-fonts Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* ufw: Uncomplicated Firewall recipeJoe MacDonald2014-12-038-0/+464
| | | | Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
* MAINTAINERS: add self for recipes-netkitArmin Kuster2014-12-031-0/+4
| | | | | Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
* netkit-rwho: New packageMiLo2014-12-033-0/+156
| | | | | | | This adds rwho and rwhod Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
* netkit-rpc: New packageArmin Kuster2014-12-032-0/+77
| | | | | | | this adds rpcinfo and rpcgen Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
* netkit-rusers: new packageArmin Kuster2014-12-031-0/+69
| | | | | Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
* Revert "open-iscsi: add recipe"Joe MacDonald2014-12-023-78/+0
| | | | | | This reverts commit 97cffc1f247be7eedd061a142d9c366b63f691ed. Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
* netkit-ftp: new recipeArmin Kuster2014-11-302-0/+74
| | | | | | Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
* open-iscsi: add recipeLi xin2014-11-303-0/+78
| | | | | | | | | Open-iSCSI project is a high performance, transport independent, multi-platform implementation of RFC3720. Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
* sethdlc: fix host contaminationWenzong Fan2014-11-302-1/+44
| | | | | | | | | | | | | | | | | | | | | | | | * Clean INCLUDES to fix the host contamination errors: In file included from /usr/src/linux/include/linux/posix_types.h:47:0, from /usr/src/linux/include/linux/types.h:17, from /usr/src/linux/include/linux/if.h:22, from sethdlc.c:23: /usr/src/linux/include/asm-generic/posix_types.h:91:3: \ error: conflicting types for '__kernel_fsid_t' } __kernel_fsid_t; ^ .../tmp/sysroots/qemumips/usr/include/asm/posix_types.h:26:3: \ note: previous declaration of '__kernel_fsid_t' was here } __kernel_fsid_t; ^ * Correct LIC_FILES_CHKSUM to checkout license infos from sethdl.c instead of Makefile. Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
* meta-gpe: Add LAYERVERSION and LAYERDEPENDSJackie Huang2014-11-281-0/+6
| | | | | | | According to README, it depends on oe-core and openembedded-layer Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* meta-gnome: Add LAYERVERSION and LAYERDEPENDSJackie Huang2014-11-281-0/+6
| | | | | | | According to README, it depends on oe-core and openembedded-layer Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* meta-filesystems: Add LAYERVERSION and LAYERDEPENDSJackie Huang2014-11-281-0/+6
| | | | | | | According to README, it depends on oe-core and openembedded-layer Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* meta-efl: Add LAYERVERSION and LAYERDEPENDSJackie Huang2014-11-281-0/+6
| | | | | | | According to README, it depends on oe-core and openembedded-layer Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* toolchain-layer: Add LAYERVERSION and LAYERDEPENDSJackie Huang2014-11-281-0/+5
| | | | | | | According to README, it depends on oe-core layer Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* meta-ruby: Add LAYERVERSION and LAYERDEPENDSJackie Huang2014-11-281-0/+6
| | | | | | | According to README, it depends on oe-core and openembedded-layer Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* meta-python: Add LAYERVERSION and LAYERDEPENDSJackie Huang2014-11-281-0/+6
| | | | | | | According to README, it depends on oe-core and openembedded-layer Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* meta-perl: Add LAYERVERSION and LAYERDEPENDSJackie Huang2014-11-281-0/+6
| | | | | | | According to README, it depends on oe-core layer Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* meta-oe: Add LAYERVERSION and LAYERDEPENDSJackie Huang2014-11-281-0/+6
| | | | | | | According to README, it depends on oe-core layer Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* iotop: Drop python-distutils from RDEPENDSMartin Jansa2014-11-281-1/+1
| | | | | | * nothing in iotop is using that for normal function Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* acpitests: Blacklist failing recipeMartin Jansa2014-11-281-0/+2
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* cronie: rename .bbappend to match all versionsMartin Jansa2014-11-281-1/+0
| | | | Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* umip: add new recipeQian Lei2014-11-281-0/+18
| | | | | | | | | | UMIP is an open source implementation of Mobile IPv6 and NEMO Basic Support for Linux. It is released under the GPLv2 license. It supports the following IETF RFC: RFC6275 (Mobile IPv6), RFC3963 (NEMO), RFC3776 and RFC4877 (IPsec and IKEv2). Signed-off-by: Qian Lei <qianl.fnst@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* indent: Add new recipeQian Lei2014-11-281-0/+22
| | | | | | | | | | Indent is a GNU program for beautifying C code, so that it is easier to read. Indent can also convert from one C writing style to a different one. Indent understands correct C syntax and tries to handle incorrect C syntax. Signed-off-by: Qian Lei <qianl.fnst@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* meta-networking: update LAYERDEPENDSJoe MacDonald2014-11-241-2/+2
| | | | | | | A minor typo was causing LAYERDEPENDS to be overwritten instead of appended to in our layer.conf. Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
* fwts: update to 14.09.00 releaseFathi Boudra2014-11-241-3/+3
| | | | | | | | * bump PV and matching SRCREV * add glib-2.0 to DEPENDS, introduced in 14.09.00 with logind support Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* lvm2: add lvm.con to CONFFILESLiu Jian2014-11-241-0/+2
| | | | | | | | | | | * Files will be over written when updating using rpm. * If there is no %config micro before the file in the spec file, this file will be over-written after updating this package using rpm. This will make our settings lost. Signed-off-by: Jian Liu <jian.liu@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* mariadb: add dependency libeventKang Kai2014-11-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | mariadb failed to build: | make[2]: *** No rule to make target '/.../bitbake_build/tmp/sysroots/qemux86-64/usr/lib64/libevent.so', needed by 'tests/async_queries'. Stop. | make[2]: Leaving directory '/.../bitbake_build/tmp/work/core2-64-wrs-linux/mariadb/5.5.40-r0/build' CMakeFiles/Makefile2:6742: recipe for target 'tests/CMakeFiles/async_queries.dir/all' failed | make[1]: *** [tests/CMakeFiles/async_queries.dir/all] Error 2 It is an rare case that when configure mariadb, libevent exists in sysroot. But when do compile for mariadb, libevent is gone somehow. That causes build fails. Run follow commands could reproduce this error: $ bitbake libevent $ bitbake mariadb -c cleansstate $ bitbake mariadb -c configure $ bitbake libevent -c clean $ bitbake mariadb Add if without libevent, test case tests/async_queries.c will not be built. The case is helpful to do unit test. So add libevent as a dependency to fix the error and make sure async_queries.c will be built. Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* mariadb: re-package configure filesKang Kai2014-11-242-3/+12
| | | | | | | | | | | | | | | | | | | | There are 3 configure files under /etc/my.cnf.d: client.cnf: options for client library mysql-clients.cnf: options for MariaDB tools such as mysqladmin, etc server.cnf: options for server They are packaged to mariadb-leftover at this moment. That is not correct. Split them into sub-packages: client.cnf --> libmysqlclient mysql-clients.cnf --> mariadb-client server.cnf --> mariadb-server Make these files as configure file by CONFFILES and update global configure file my.cnf to include /etc/my.cnf.d as well. Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* mariadb: Update from version 5.5.39 to 5.5.40Kang Kai2014-11-244-6/+53
| | | | | | | | | | | * rename mariadb_5.5.39.inc -> mariadb.inc * add dependency bision-native for mariadb-native * add revert-fix-for-MDEV-5120.patch to revert an commit for mariadb test suite which causes packages mysql-python and modphp fail to build * add PACKAGECONFIG 'libedit' Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* mariadb: Check valgrind headers only if WITH_VALGRIND is setJackie Huang2014-11-242-0/+43
| | | | | | | | | Changes: - Add patch to check valgrind headers only if WITH_VALGRIND is set - Add PACKAGECONFIG for valgrind and disable it by default Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>