- Dec 04, 2013
-
-
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>
-
Olof Johansson authored
The libjson recipe was renamed to json-c in commit 533c1db2 of oe-core. Signed-off-by:
Olof Johansson <olof.johansson@axis.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Martin Jansa authored
* bitbake-diffsigs output: basehash changed from 2f6aa4302713441e9c3c7207c4edea33 to 3486f2b65998ee4ec5bd5fbbe02cadb0 List of dependencies for variable TARGET_LD_ARCH changed from 'set([])' to 'set(['TUNE_LDARGS'])' List of dependencies for variable TARGET_AS_ARCH changed from 'set([])' to 'set(['TUNE_ASARGS'])' List of dependencies for variable TARGET_OS changed from 'set([])' to 'set(['ABIEXTENSION', 'LIBCEXTENSION'])' List of dependencies for variable TARGET_CC_ARCH changed from 'set([])' to 'set(['TUNE_CCARGS'])' List of dependencies for variable TARGET_ARCH changed from 'set([])' to 'set(['TUNE_ARCH'])' Dependency on Variable ABIEXTENSION was removed Dependency on Variable TUNE_CCARGS was removed Dependency on Variable TUNE_FEATURES_tune-armv5t was removed Dependency on Variable TUNE_FEATURES_tune-armv5te was removed Dependency on Variable TUNE_ARCH was removed Dependency on Variable LIBCEXTENSION was removed Dependency on Variable TUNE_FEATURES_tune-armv5 was removed Dependency on Variable TUNE_LDARGS was removed Dependency on Variable DEFAULTTUNE was removed Dependency on Variable TUNE_ASARGS was removed Dependency on Variable TUNE_FEATURES was removed Variable TARGET_LD_ARCH value changed from 'none' to '${TUNE_LDARGS}' Variable TARGET_AS_ARCH value changed from 'none' to '${TUNE_ASARGS}' Variable TARGET_OS value changed from 'linux' to 'linux${LIBCEXTENSION}${ABIEXTENSION}' Variable TARGET_CC_ARCH value changed from 'none' to '${TUNE_CCARGS}' Variable TARGET_ARCH value changed from 'allarch' to '${TUNE_ARCH}' Hash for dependent task fbset-modes.bb.do_patch changed from eb8e475b55d64d5c9f6427a90e080ba6 to ee7e89fdd852378ee18ac23cdd92f3d3 -
Dan McDougall authored
The python-futures package is a backport of Python 3.2+'s concurrent.futures module to Python 2.6+. Signed-off-by:
Dan McDougall <daniel.mcdougall@liftoffsoftware.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
- Nov 22, 2013
-
-
Wenzong Fan authored
Add LAYERVERSION and LAYERDEPENDS to layer.conf Signed-off-by:
Wenzong Fan <wenzong.fan@windriver.com> Signed-off-by:
Robert Yang <liezhi.yang@windriver.com> Signed-off-by:
Mark Hatle <mark.hatle@windriver.com>
-
- Nov 21, 2013
-
-
Martin Jansa authored
* these were correctly removed from oe-core in commit 3b333896c71689c664475d53daed52404bf6b21b Author: Phil Blundell <pb@pbcl.net> Date: Thu Nov 14 18:15:46 2013 +0000 bitbake.conf: Remove obsolete/unused MIRROR cruft but we still need them here, so add them to layer.conf * FREESMARTPHONE_GIT is used by 4 recipes in meta-oe and a lot more in meta-fso (which depends on meta-oe) meta-oe/recipes-devtools/vala-dbus-binding-tool/vala-dbus-binding-tool_git.bb:SRC_URI = "${FREESMARTPHONE_GIT}/vala-dbus-binding-tool.git;branch=master" meta-oe/recipes-support/serial-utils/pty-forward-native.bb:SRC_URI = "${FREESMARTPHONE_GIT}/cornucopia" meta-oe/recipes-support/serial-utils/serial-forward_git.bb:SRC_URI = "${FREESMARTPHONE_GIT}/cornucopia" meta-oe/recipes-support/vala-terminal/vala-terminal_git.bb:SRC_URI = "${FREESMARTPHONE_GIT}/vala-terminal.git;branch=master" * E_MIRROR/E_SVN are used in many recipes in meta-efl, even with upstream moveing to git, not all components are already in git and for distros with populated PREMIRROR these variables are still important to parse the recipes. Signed-off-by:Martin Jansa <Martin.Jansa@gmail.com>
-
- Nov 20, 2013
-
-
Chunrong Guo authored
*snort - a free lightweight network intrusion detection system for UNIX and Windows Signed-off-by:Chunrong Guo <B40290@freescale.com> Signed-off-by:
Joe MacDonald <joe@deserted.net>
-
Chunrong Guo authored
*Barnyard2 is a output system for Snort Signed-off-by:
Chunrong Guo <B40290@freescale.com> Signed-off-by:
Joe MacDonald <joe@deserted.net>
-
Chunrong Guo authored
*dumb networking library *snort depends libdnet Signed-off-by:
Chunrong Guo <B40290@freescale.com> Signed-off-by:
Joe MacDonald <joe@deserted.net>
-
Martin Jansa authored
Signed-off-by:Martin Jansa <Martin.Jansa@gmail.com>
-
- Nov 18, 2013
-
-
Martin Jansa authored
* replace causes different signatures for different MACHINES, see http://lists.openembedded.org/pipermail/openembedded-core/2013-November/086510.html Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Martin Jansa authored
* announcement: http://www.mail-archive.com/enlightenment-devel@lists.sourceforge.net/msg56588.html * most likely last bump I'll do in meta-efl before upgrading recipes to 1.8 Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Ross Burton authored
Piglit is an OpenGL driver test suite that can automatically stress GL hardware and generate machine- or human-readable reports. Signed-off-by:
Ross Burton <ross.burton@intel.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Ross Burton authored
The compile hack to use a correct config.h isn't needed for native builds, so mark it as target-specific. Signed-off-by:
Ross Burton <ross.burton@intel.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Andrea Galbusera authored
* update SRC_URI according to download location for new releases Signed-off-by:
Andrea Galbusera <gizero@gmail.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Andreas Müller authored
Signed-off-by:
Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Andreas Müller authored
Signed-off-by:
Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Maxin B. John authored
The ser2net daemon allows telnet and tcp sessions to be established with a unit's serial ports. Signed-off-by:
Maxin B. John <maxin.john@enea.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Martin Jansa authored
* was probably broken since it was added in: commit a506a9ef Author: Maxin B. John <maxin.john@enea.com> Date: Tue Aug 27 07:55:14 2013 +0000 Subject: log4cplus: add recipe Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Martin Jansa authored
Signed-off-by:Martin Jansa <Martin.Jansa@gmail.com>
-
Martin Jansa authored
Signed-off-by:Martin Jansa <Martin.Jansa@gmail.com>
-
dv@pseudoterminal.org authored
Signed-off-by:
Carlos Rafael Giani <dv@pseudoterminal.org> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-