Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix inittab install when Xen not in DISTRO_FEATURES | Riku Voipio | 2013-11-13 | 1 | -2/+1 |
| | | | | | | | | | | | | | With the latest patch, OE builds may file like: https://ci.linaro.org/jenkins/job/openembedded-armv7ab-rootfs/gcc_version=4.8,label=oe_persistent_cloud,rootfs=minimal/127/consoleText By having the "failing" grep within the if block, set -e in shell code will not bite configurations where meta-virtualization is included but xen is not in DISTRO_FEATURES. Signed-off-by: Riku Voipio <riku.voipio@linaro.org> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> | ||||
* | xen: Add getty to inittab for login on Xen serial console. | Philip Tricca | 2013-11-07 | 1 | -0/+7 |
It's not pretty but the mechanisms in sysvinit-inittab assume the console device name is tty*. The Xen console device doesn't meet this criteria. Signed-off-by: Philip Tricca <flihp@twobit.us> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> |