| Commit message (Expand) | Author | Age | Files | Lines |
* | base-files: profile: Simplify setting variables conditionally | Peter Kjellerstedt | 2017-05-16 | 1 | -8/+6 |
* | base-files: profile: Do not assume that the tty command exists | Peter Kjellerstedt | 2017-04-10 | 2 | -7/+3 |
* | base-files: profile: Whitespace clean up | Peter Kjellerstedt | 2017-04-10 | 1 | -14/+15 |
* | base-files: resize only serial tty's in profile | Daniel Díaz | 2017-04-01 | 1 | -1/+1 |
* | base-files: Replace hardcoded root paths with appropriate bitbake variables | Amarnath Valluri | 2017-03-24 | 1 | -2/+3 |
* | base-files: do not write the current date into /etc/issue and /etc/issue.net | Alexander Kanavin | 2017-03-11 | 1 | -2/+4 |
* | meta: remove True option to getVar calls | Joshua Lock | 2016-12-16 | 1 | -1/+1 |
* | base-files: fix profile error under < /dev/null | Richard Tollerton | 2016-10-15 | 1 | -2/+4 |
* | base-files: don't export TZ="UTC" from /etc/profile | Andre McCurdy | 2016-10-05 | 1 | -6/+0 |
* | base-files: Add shell test quoting | Jussi Kukkonen | 2016-09-03 | 1 | -1/+1 |
* | base-files: restrict resize to run on serial consoles only in profile │· | bavery | 2016-08-10 | 1 | -3/+4 |
* | base-files: Use SYSROOT_DIRS to add dirs to stage in sysroot | Peter Kjellerstedt | 2016-05-13 | 1 | -4/+1 |
* | base-files: add some safety checks in profile | Diego Rondini | 2016-05-11 | 1 | -2/+4 |
* | readline: move inputrc into readline | Joseph A. Lutz | 2016-01-07 | 2 | -64/+1 |
* | base-files: stage /etc/skel | Ioan-Adrian Ratiu | 2015-11-25 | 1 | -0/+4 |
* | base-files: Remove /proc/bus/usb from fstab. | Andreas Oberritter | 2015-05-15 | 1 | -1/+0 |
* | base-files: Check for /run and /var/lock softlinks on upgrade | Bryan Evenson | 2015-04-20 | 1 | -0/+24 |
* | base-files: clean up and clarify hostname logic | Ross Burton | 2015-02-24 | 1 | -10/+9 |
* | base-files/profile: change EDITOR to not be busybox specific | Paul Gortmaker | 2015-02-14 | 1 | -1/+1 |
* | base-files: avoid overwritting editable files during package updating | Jian Liu | 2014-12-03 | 1 | -0/+1 |
* | base-files: set dynamic COLUMNS via resize command | Ting Liu | 2014-08-06 | 2 | -0/+8 |
* | base-files: fix up misleading dir grouping names for lsb dirs | Paul Gortmaker | 2014-07-29 | 1 | -9/+10 |
* | base-files: remove strange 2775 perms from dirs like /home | Paul Gortmaker | 2014-07-29 | 1 | -1/+2 |
* | base-files: actually install 2775 dirs as 2775, not 2755 | Paul Gortmaker | 2014-07-29 | 1 | -1/+1 |
* | base-files: Don't export TZ if /etc/TZ exists | Richard Tollerton | 2014-07-25 | 1 | -1/+1 |
* | PR bumps to remove PRINC use in meta-openpli | Mike Looijmans | 2014-04-24 | 1 | -1/+1 |
* | base-files: do_install.sigdata: remove the depends on DATE | Robert Yang | 2014-03-27 | 1 | -0/+1 |
* | base-files: use /dev/root in /etc/fstab for systemd support | Jonathan Liu | 2014-03-21 | 1 | -1/+1 |
* | recipes: bump PRs | Martin Jansa | 2014-03-05 | 1 | -1/+1 |
* | base-files: sed installed file instead of original | Saul Wold | 2014-02-28 | 1 | -1/+1 |
* | recipes: convert remaining SUMMARY/DESCRIPTION cosmetic issues (part 2) | Matthieu Crapet | 2014-02-20 | 1 | -1/+1 |
* | base-files: remove invalid entries from /etc/shells | Ming Liu | 2013-10-26 | 2 | -7/+1 |
* | base-files: remove the unnecessary /media/xxx directories | Chen Qi | 2013-07-02 | 2 | -7/+1 |
* | base-files: create /usr/lib/locale dir | Roy.Li | 2013-06-25 | 1 | -1/+2 |
* | base-files: add /run directory from FHS 3 draft specification | Jonathan Liu | 2013-05-29 | 2 | -5/+6 |
* | Revert "base-files: add fstab for systemd based systems" | Andreas Oberritter | 2013-03-26 | 2 | -15/+1 |
* | base-files: fix 'dash' expanding '\n' | Javier Viguera | 2013-02-25 | 1 | -1/+1 |
* | base-files: remove /var/cache from volatiles | Laurentiu Palcu | 2013-02-06 | 1 | -2/+2 |
* | base-files: add fstab for systemd based systems | Martin Donnelly | 2013-01-20 | 2 | -1/+15 |
* | base-files: Remove the redundant "/" | Lei Yang | 2013-01-07 | 1 | -2/+2 |
* | base-files: use dynamic root home directory | Kang Kai | 2012-12-26 | 2 | -2/+3 |
* | Replace "echo -e" with "printf" to have the same behavior in dash or bash | Andrei Gherzan | 2012-09-20 | 1 | -4/+4 |
* | base-files: provide a mechanism to skip creation of the hostname file | Mark Asselstine | 2012-09-12 | 1 | -6/+8 |
* | base-files: filesystems: fix mount order | Gary Thomas | 2012-01-06 | 2 | -5/+6 |
* | OECore license fixes: meta/* | Elizabeth Flanagan | 2011-12-08 | 8 | -2398/+8 |
* | Drop PRIORITY variable | Richard Purdie | 2011-07-01 | 1 | -1/+0 |
* | base-files: add btrfs to /etc/filesystems | Nitin A Kamble | 2011-06-30 | 2 | -1/+2 |
* | base-files: Inherit toolchain dependencies as a compiler isn't used | Richard Purdie | 2011-06-13 | 1 | -0/+2 |
* | Remove distro-specific metadata for distros not in oe-core | Paul Eggleton | 2011-05-05 | 1 | -29/+0 |
* | Remove machine-specific metadata for machines no longer in oe-core | Paul Eggleton | 2011-05-05 | 18 | -164/+1 |