- Sep 10, 2013
-
-
Jonathan Liu authored
Running systemd-tmpfiles --update without specifying a configuration file results in all tmpfiles.d configuration files being processed. /usr/lib/tmpfiles.d/systemd.conf creates /run/nologin on boot to prevent non-root users from logging in while the system is booting. If systemd-tmpfiles --update is run after the system has started, it will still create /run/nologin which would prevent non-root users from logging in with the message "System is booting up.". Signed-off-by:
Jonathan Liu <net147@gmail.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Jonathan Liu authored
Running systemd-tmpfiles --update without specifying a configuration file results in all tmpfiles.d configuration files being processed. /usr/lib/tmpfiles.d/systemd.conf creates /run/nologin on boot to prevent non-root users from logging in while the system is booting. If systemd-tmpfiles --update is run after the system has started, it will still create /run/nologin which would prevent non-root users from logging in with the message "System is booting up.". Signed-off-by:
Jonathan Liu <net147@gmail.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Jonathan Liu authored
Signed-off-by:
Jonathan Liu <net147@gmail.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Jonathan Liu authored
This also adds patches to fix compilation for ARM. Signed-off-by:
Jonathan Liu <net147@gmail.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Peter Bigot authored
One of the examples has a #!/usr/bin/nawk which tells RPM to add that as a dep, which we don't want. Signed-off-by:
Peter A. Bigot <pab@pabigot.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
- Sep 06, 2013
-
-
Khem Raj authored
This directory is empty and is flagged by QA checker ERROR: QA Issue: inetutils: Files/directories were installed but not shipped /usr/lib Signed-off-by:
Khem Raj <raj.khem@gmail.com> Signed-off-by:
Joe MacDonald <joe@deserted.net>
-
- Sep 05, 2013
-
-
Joe MacDonald authored
Correct the warning: quagga-0.99.21: The /usr/share/info/dir file is not meant to be shipped in a particular package. Simply remove the installed 'dir' file if info docs are installed. 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>
-
Khem Raj authored
Signed-off-by:
Khem Raj <raj.khem@gmail.com> Signed-off-by:
Joe MacDonald <joe@deserted.net>
-
Andreas Müller authored
Signed-off-by:
Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by:
Joe MacDonald <joe@deserted.net>
-
Roy.Li authored
Add error check when the write-buffer is finally flushed to the file, the caller can detect if the disk filled up (or had an i/o error) and return a NOSAPCE nak to the other side. Signed-off-by:
Roy.Li <rongqing.li@windriver.com> Signed-off-by:
Joe MacDonald <joe@deserted.net>
-
Laszlo Papp authored
Signed-off-by:
Laszlo Papp <lpapp@kde.org> Signed-off-by:
Joe MacDonald <joe@deserted.net>
-
- Sep 03, 2013
-
-
Khem Raj authored
The include file infra in gcc recipes recieved an overhaul on OE-Core. This patch matches the toolchain layer recipes to use the new include files Signed-off-by:
Khem Raj <raj.khem@gmail.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Andrea Adami authored
Signed-off-by:
Andrea Adami <andrea.adami@gmail.com> Acked-by:
Koen Kooi <koen@dominion.thruhere.net> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Martin Jansa authored
* 3.3 is only beta * 3.1.12 was failing to build with texinfo-5, see http://sourceforge.net/p/mikmod/mercurial/ci/1fd17189f82561a3a0e343aef05e5cf0b39b8f26/ Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Martin Jansa authored
Signed-off-by:Martin Jansa <Martin.Jansa@gmail.com>
-
Eren Türkay authored
The default DISTRO_FEATURES include alsa and pulseaudio at the same time. Hence, both of the options are enabled in mpg123 configuration without adding related dependencies, which causes build error. Make the options mutually exclusive through PACKAGECONFIG. If both alsa and pulseaudio are specified, pulseaudio takes precedence. Signed-off-by:
Eren Türkay <eren@hambedded.org> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Eren Türkay authored
http://lists.openembedded.org/pipermail/openembedded-core/2013-August/082530.html Omgps links against libcap without checking the library. If it cannot find it as in the minimal build, it emits an error in the linking stage. Add the dependency explicitly. Signed-off-by:
Eren Türkay <eren@hambedded.org> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Jonathan Liu authored
Signed-off-by:
Jonathan Liu <net147@gmail.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Jonathan Liu authored
Signed-off-by:
Jonathan Liu <net147@gmail.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Paul Eggleton authored
This bbappend has effectively been merged into OE-Core, although the log buffer size is the busybox default rather than 64K - layers may change this either by providing their own /etc/default/busybox-syslog file (when using systemd) or modifying the CONFIG_FEATURE_IPC_SYSLOG_BUFFER_SIZE option in busybox's build time config. Signed-off-by:
Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Martin Jansa authored
* for backwards compatibility Signed-off-by:Martin Jansa <Martin.Jansa@gmail.com>
-
Martin Jansa authored
* depends on qwt-5 APIs, I've tried to update it to support qwt-6 which is used in meta-oe, but it looks more complicated then what I've expected, my WIP patch is here: http://git.openembedded.org/meta-openembedded-contrib/log/?h=jansa/qcanobserver if you want to finish it and move qcanobserver back to recipes-qt * qwt-5 was removed more then 1 year ago: commit 5ad3d0d0 Author: Eric BENARD <eric@eukrea.com> Date: Thu Apr 12 15:09:48 2012 +0000 qwt: add 6.0.1 version Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Martin Jansa authored
Signed-off-by:Martin Jansa <Martin.Jansa@gmail.com>
-
Paul Eggleton authored
This is now in OE-Core as of ad2851cf0abc2ab35e0f60c96d3142c29a07c8fc. ca-certificates-cross is no longer used (effectively replaced by a native BBCLASSEXTEND in the main recipe). Signed-off-by:
Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Paul Eggleton authored
This is now in OE-Core as of f72c0ff46d6895978e7e5230cb882d8eee4005ba (libnotify3 remains). Signed-off-by:
Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Paul Eggleton authored
This is now in OE-Core as of 1bc1ff887c29376bb0d05beee1bbc2cf25b08419. Signed-off-by:
Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Paul Eggleton authored
This is now in OE-Core as of 807285c751862aaa775db5a13293007bfb3c29df. Signed-off-by:
Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Paul Eggleton authored
This is now in OE-Core as of 88d9d7e47dedd9bfa26da860e6ff77ee5206d9e8. Signed-off-by:
Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Paul Eggleton authored
This is now in OE-Core as of 649b48557d8702daaf4f28482848ab0b07abed83. Signed-off-by:
Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Fathi Boudra authored
Signed-off-by:
Fathi Boudra <fathi.boudra@linaro.org> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Fathi Boudra authored
Signed-off-by:
Graeme Gregory <graeme.gregory@linaro.org> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Fathi Boudra authored
The compilation of the iasl utility fails when `make -j<N>' > 1. This commit cleans up the rules in generate/unix/iasl such that a `make -j' will succeed. Signed-off-by:
Andrew McDermott <andrew.mcdermott@linaro.org> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Jackie Huang authored
It's not necessary to specify the protocol parameter when it's the default protocol for the fetcher, e.g. the default protocol for git fetcher it git, "protocol=git" isn't needed. Signed-off-by:
Jackie Huang <jackie.huang@windriver.com> Signed-off-by:
Martin Jansa <Martin.Jansa@gmail.com>
-
Andrea Adami authored
Signed-off-by:Andrea Adami <andrea.adami@gmail.com>
-
Andrea Adami authored
Signed-off-by:Andrea Adami <andrea.adami@gmail.com>
-
Andrea Adami authored
Signed-off-by:Andrea Adami <andrea.adami@gmail.com>
-
- Aug 27, 2013
-
-
Paul Eggleton authored
Switch to MariaDB (which is a drop-in replacement for MySQL) and use the latest stable release from the 5.1 series. * Update LIC_FILES_CHKSUM due to reformatted GPLv2 license text with updated FSF address * Refresh patches * Add two patches from the upstream 5.1 branch to fix CVE-2013-1861 * Add a package for libmysqld (the embedded server library) * Disable "maria" plugin since this fails to compile and doesn't appear to be critical * Drop some unrecognised/redundant options from EXTRA_OECONF * Fix text relocation QA warnings introduced in the upgrade * Convert to use useradd.bbclass for creating mysql user * Set SUMMARY instead of description * Move SRC_URI checksums to the version-specific inc file * Clear out cruft in files/ Signed-off-by:Paul Eggleton <paul.eggleton@linux.intel.com>
-
Paul Eggleton authored
Signed-off-by:Paul Eggleton <paul.eggleton@linux.intel.com>
-
Paul Eggleton authored
* LIC_FILES_CHKSUM needed to change because the copyright year changed * Enabled mcrypt since upstream recommend this for acceptable performance (and we now have a libmcrypt recipe in meta-oe) * Disabled the opcache; this is a new feature in 5.5 and the configure check for it currently breaks when cross-compiling. Signed-off-by:Paul Eggleton <paul.eggleton@linux.intel.com>
-