- Dec 21, 2013
 - 
- 
Fathi Boudra authored
drop fix-parallel-build.patch update md5sum/sha256sum refresh no-werro.patch Signed-off-by:
Fathi Boudra <fathi.boudra@linaro.org> Acked-by:
Koen Kooi <koen.kooi@linaro.org> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
 - 
Kang Kai authored
Add lua 5.2.2 recipe. Update: * remove bitwise_operators.patch that lua uses bit32 library to support for bitwise operations. * update uclibc-pthread.patch Signed-off-by:Kai Kang <kai.kang@windriver.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
 - 
Kang Kai authored
When enable multilib on x86-64, it fails to build lib32-rsyslog with error: | ERROR: Function failed: SYSTEMD_SERVICE_lib32-rsyslog value lib32-rsyslog.service does not exist It uses wrong value ${PN}.service to set SYSTEMD_SERVICE. Correct it by using BPN. Signed-off-by:Kai Kang <kai.kang@windriver.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
 
 - 
 - Dec 17, 2013
 - 
- 
Andrea Adami authored
Klibc now supports aarch64 / arm64 While there, remove PR/INC_PR from the recipes Signed-off-by:Andrea Adami <andrea.adami@gmail.com>
 - 
Koen Kooi authored
Klibc is following the kernel naming ('arm64') instead of the toolchain naming ('aarch64'). Signed-off-by:Koen Kooi <koen.kooi@linaro.org>
 
 - 
 - Dec 13, 2013
 - 
- 
Andreas Müller authored
Signed-off-by:
Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
 
 - 
 - Dec 12, 2013
 - 
- 
Chong Lu authored
Previously, modphp estimates endian on host rather than checks it on target. If the host is little-endian and the target is big-endian, modphp claims that endian is little. As a result, a memory location that it is not allowed to access when calling libphp5.so module on target. It will occur segmentation fault. This patch enables endian check support for modphp. Signed-off-by:
Chong Lu <Chong.Lu@windriver.com> Signed-off-by:
Paul Eggleton <paul.eggleton@linux.intel.com>
 
 - 
 - Dec 09, 2013
 - 
- 
Roy Li authored
Use /bin/false as the login shell, just like what Ubuntu does, otherwise there might be secure issue; add /var/lib/ftp as user ftp home-dir. Signed-off-by:
Roy Li <rongqing.li@windriver.com> Signed-off-by:
Joe MacDonald <joe@deserted.net>
 - 
stephen.arnold42 authored
Initial recipe created by Steve Arnold. Original build patch and 1.0.10 recipe graciously contributed by bencoh (in #oe on irc.freenode.net). New recipe and init script contributed by this author. Built and tested on master branches using author's fork of meta-raspberrypi. Signed-off-by:
stephen.arnold42 <stephen.arnold42@gmail.com> Signed-off-by:
Sébastien Mennetrier <s.mennetrier@innotis.org> Signed-off-by:
Khem Raj <raj.khem@gmail.com>
 
 - 
 - Dec 05, 2013
 - 
- 
Martin Jansa authored
* oe-core version of xinput-calibrator installs 30xinput_calibrate.sh and ls -X used in Xsession script sorts it as last (not respecting the numbers) and xinput-calibrator is executed too late (after 90xXWindowManager) * don't forget to update all your components installing Xsession.d files as well Signed-off-by:Martin Jansa <Martin.Jansa@gmail.com>
 - 
Nick D'Ademo authored
Pass LIB_SUFFIX to CMake during a multilib build so that the generated library folder has the correct suffix. Signed-off-by:
Nick D'Ademo <nickdademo@gmail.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
 - 
Christopher Larson authored
The 'config' script which gets run returns '../scripts/CONFIG.<machine>', so the current value was '${datadir}/lmbench/../scripts/CONFIG.<machine>', which is obviously not ideal. Remove the $SHAREDIR prefix, as the relative path will work from the scripts dir where lmbench-run runs. With this, we can install a custom CONFIG.qemux86 into ${datadir}/lmbench/scripts/, for example. Signed-off-by:Christopher Larson <kergoth@gmail.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
 - 
Christopher Larson authored
Rather than hardcoding ${datadir}/rubygems, we can let it find the gems relative to its own location, to make it relocatable. Signed-off-by:Christopher Larson <kergoth@gmail.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
 - 
Nick D'Ademo authored
Pass libdir to EXTRA_OECONF so that recipe generates the correct library folder in a multilib build. Install shared library symbolic link to image. Signed-off-by:
Nick D'Ademo <nickdademo@gmail.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
 - 
Nick D'Ademo authored
Explicitly set the path to the udev dir to ${base_libdir} in EXTRA_OECONF. Otherwise, the multilib build will fail as it will look for udev in the default location of /lib/udev/. Signed-off-by:Nick D'Ademo <nickdademo@gmail.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
 - 
Zhenhua Luo authored
Signed-off-by:
Zhenhua Luo <zhenhua.luo@freescale.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
 - 
Martin Jansa authored
* has runtime dependency on TUNE_PKGARCH usb-modeswitch Hash for dependent task usb-modeswitch_1.2.5.bb.do_packagedata changed from 5709ee415d286847b58e7b438b5b9f75 to fbef5eee3bb2bacb805a0bead2095b52 Signed-off-by:Martin Jansa <Martin.Jansa@gmail.com>
 - 
Martin Jansa authored
* depends on TUNE_PKGARCH 'file' Signed-off-by:Martin Jansa <Martin.Jansa@gmail.com>
 - 
Martin Jansa authored
* runtime dependencies are TUNE_PKGARCH causing do_package_write_* task to have different signature for MACHINEs with different TUNE_PKGARCH * move kernel-module-zram to RRECOMMENDS, because signature handler is excluding kernel-module-* dependencies only from RRECOMMENDS and also because some machine can have zram enabled in kernel and kernel-module-zram won't exist. Signed-off-by:Martin Jansa <Martin.Jansa@gmail.com>
 - 
Martin Jansa authored
* runtime dependencies are TUNE_PKGARCH causing do_package_write_* task to have different signature for MACHINEs with different TUNE_PKGARCH Signed-off-by:Martin Jansa <Martin.Jansa@gmail.com>
 
 - 
 - Dec 04, 2013
 - 
- 
Joe MacDonald authored
WARNING: QA Issue: inetutils: configure was passed unrecognised options: --with-path-login --with-path-procnet-dev Neither of these appear to be valid for inetutils-1.9.1, so remove them. Signed-off-by:Joe MacDonald <joe@deserted.net>
 - 
Jackie Huang authored
Fix the do_rootfs error: | Computing transaction...error: Can't install inetutils-telnetd-1.9.1-r1.1@i686: no package provides libreadline.so.5 Signed-off-by:
Jackie Huang <jackie.huang@windriver.com> Signed-off-by:
Joe MacDonald <joe@deserted.net>
 - 
Jackie Huang authored
Correct the usage of alternative link and target: ALTERNATIVE_LINK_NAME[name] = "target" ALTERNATIVE_TARGET[name] = "target" Signed-off-by:
Li Wang <li.wang@windriver.com> Signed-off-by:
Jackie Huang <jackie.huang@windriver.com> Signed-off-by:
Joe MacDonald <joe@deserted.net>
 
 - 
 - Nov 29, 2013
 - 
- 
Joe MacDonald authored
The default ntp.conf file does the right thing but one of the comments is a bit misleading based on the active parts of the file changing a few times. Update the comment to accurately describe what is happening in the configuration file and what a user should do next. Signed-off-by:Joe MacDonald <joe@deserted.net>
 - 
Roy Li authored
When ntpd starts, it will create a daemon to connect this invalid server, and fail, then ntpd will create other daemon to connect the local-only (127.127.1.0) server. The users should be aware that they need to configure the correct ntp servers, a invalid server will lead to a redundant daemon, so it is better to comment this example server to wait user to configure Signed-off-by:
Roy Li <rongqing.li@windriver.com> Signed-off-by:
Joe MacDonald <joe@deserted.net>
 
 - 
 - Nov 28, 2013
 - 
- 
Joe MacDonald authored
WARNING: QA Issue: tcpdump: configure was passed unrecognised options: --disable-rpath Signed-off-by:Joe MacDonald <joe@deserted.net>
 - 
Zongchun Yu authored
tcpreplay - a suite of GPLv3 licensed tools for UNIX operating systems which gives you the ability to use previously captured traffic in libpcap format to test a variety of network devices. Signed-off-by:
Zongchun Yu <Zongchun.Yu@freescale.com> Signed-off-by:
Joe MacDonald <joe@deserted.net>
 - 
Zongchun Yu authored
Signed-off-by:
Zongchun Yu <Zongchun.Yu@freescale.com> Signed-off-by:
Joe MacDonald <joe@deserted.net>
 
 - 
 - Nov 27, 2013
 - 
- 
Roy Li authored
/var/run/ is more suitable to store pidfile for OE, and this fixes "/etc/init.d/proftpd stop" failure too, since this script assumes the pidfile is under /var/run Signed-off-by:
Roy Li <rongqing.li@windriver.com> Signed-off-by:
Joe MacDonald <joe@deserted.net>
 - 
Roy Li authored
Signed-off-by:
Roy Li <rongqing.li@windriver.com> Signed-off-by:
Joe MacDonald <joe@deserted.net>
 
 - 
 - Nov 26, 2013
 - 
- 
Hongxu Jia authored
According to DISTRO_FEATURES to add pam support for quagga, and import configure file from Fedora. Signed-off-by:
Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by:
Joe MacDonald <joe@deserted.net>
 - 
Bopeng Liu authored
Change the default config file for making watchquagga can startup successful Signed-off-by:
Bopeng Liu <Bopeng.Liu@windriver.com> Signed-off-by:
Joe MacDonald <joe@deserted.net>
 - 
Xufeng Zhang authored
commit 27ba970b ("quagga/ripd: Fix two bugs after received SIGHUP signal") introduces an regression: ifp->connected list is cleaned up when ripd is restarting, however, for interface addresses which are not specified in ripd configuration file, they are never to be added into ifp->connected again, this will lead to some abnormal behavior for route advertising. Instead of cleaning up the ifp->connected list to avoid duplicated connected address being added into this list, we can check this condition during interface address adding process and return early when an identical address has already been added. Signed-off-by:
Xufeng Zhang <xufeng.zhang@windriver.com> Signed-off-by:
Joe MacDonald <joe@deserted.net>
 - 
Robert Yang authored
Use /bin/false as the login shell, just like what Ubuntu does, otherwise there might be secure issue. Signed-off-by:
Robert Yang <liezhi.yang@windriver.com> Signed-off-by:
Joe MacDonald <joe@deserted.net>
 - 
Qiang Chen authored
If ntpd script is being called by a non-root user using sudo, it will fail as follows: /etc/init.d/ntpd restart Stopping ntpd: /etc/init.d/ntpd: line 29: start-stop-daemon: command not found done Starting ntpd: /etc/init.d/ntpd: line 24: start-stop-daemon: command not found done This is because /etc/init.d/ntpd calls start-stop-daemon which is in /sbin (not in the default path for non-root users) Explicitly configure the PATH to include /sbin. Signed-off-by:
Qiang Chen <qiang.chen@windriver.com> Signed-off-by:
Jeff Polk <jeff.polk@windriver.com> Reworked to set PATH instead of hardcode the location of start-stop-daemon Signed-off-by:
Mark Hatle <mark.hatle@windriver.com> Signed-off-by:
Joe MacDonald <joe@deserted.net>
 - 
Roy Li authored
60-ntpd.list should be installed into the same path as ntp systemd service file, like Fedora core; Orignal path refers http://www.freedesktop.org/wiki/Software/systemd/timedated/ , but where systemd_unitdir is assumed as /usr/lib/systemd, not /lib/systemd Signed-off-by:
Roy Li <rongqing.li@windriver.com> Signed-off-by:
Joe MacDonald <joe@deserted.net>
 
 - 
 - Nov 25, 2013
 - 
- 
Paul Eggleton authored
We don't have a proper help2man so building the manpages fails; just disable building them to fix this as we do elsewhere. Signed-off-by:
Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by:
Joe MacDonald <joe@deserted.net>
 - 
Qiang Chen authored
Proftpd is meant to be a system user, not a normal user of the system so lets pass the correct parameters to the system. Just add --system param when creating ftp group. Signed-off-by:
Qiang Chen <qiang.chen@windriver.com> Signed-off-by:
Jeff Polk <jeff.polk@windriver.com> Signed-off-by:
Joe MacDonald <joe@deserted.net>
 
 - 
 - Nov 24, 2013
 - 
- 
Martin Jansa authored
Signed-off-by:Martin Jansa <Martin.Jansa@gmail.com>
 - 
Martin Jansa authored
Signed-off-by:
Ulf Samuelsson <ulf@emagii.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
 
 -