From 2c1047310970d3074f15fd20c8ccd58ba916a52f Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sat, 15 Mar 2014 22:42:32 -0700 Subject: Upgrade to systemd 211+ Fixes [YOCTO #5940] Fix checks for %ms format to be a link time check runtime checks wont work in cross compiling Add a patch to workaround missing _SC_PHYS_PAGES in uclibc (From OE-Core rev: 0f5256d4ae5ed88c62e737e3c31587d7635b5dd6) Signed-off-by: Khem Raj Signed-off-by: Richard Purdie --- .../systemd/systemd/systemd-pam-fix-getty-unit.patch | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'meta/recipes-core/systemd/systemd/systemd-pam-fix-getty-unit.patch') diff --git a/meta/recipes-core/systemd/systemd/systemd-pam-fix-getty-unit.patch b/meta/recipes-core/systemd/systemd/systemd-pam-fix-getty-unit.patch index ceb8483624..9b4c940984 100644 --- a/meta/recipes-core/systemd/systemd/systemd-pam-fix-getty-unit.patch +++ b/meta/recipes-core/systemd/systemd/systemd-pam-fix-getty-unit.patch @@ -7,29 +7,29 @@ Signed-off-by: Maxime Ripard units/serial-getty@.service.m4 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) -Index: systemd-206/units/getty@.service.m4 +Index: git/units/getty@.service.m4 =================================================================== ---- systemd-206.orig/units/getty@.service.m4 2013-07-21 15:43:28.000000000 -0700 -+++ systemd-206/units/getty@.service.m4 2013-08-21 08:45:48.569886828 -0700 +--- git.orig/units/getty@.service.m4 2014-03-15 08:16:17.000000000 -0700 ++++ git/units/getty@.service.m4 2014-03-15 08:21:11.007695825 -0700 @@ -27,7 +27,7 @@ [Service] # the VT is cleared by TTYVTDisallocate --ExecStart=-/sbin/agetty --noclear %I -+ExecStart=-/sbin/getty -L %I +-ExecStart=-/sbin/agetty --noclear %I $TERM ++ExecStart=-/sbin/getty -L %I $TERM Type=idle Restart=always RestartSec=0 -Index: systemd-206/units/serial-getty@.service.m4 +Index: git/units/serial-getty@.service.m4 =================================================================== ---- systemd-206.orig/units/serial-getty@.service.m4 2013-07-21 15:43:28.000000000 -0700 -+++ systemd-206/units/serial-getty@.service.m4 2013-08-21 08:48:52.337890275 -0700 +--- git.orig/units/serial-getty@.service.m4 2014-03-15 08:16:17.000000000 -0700 ++++ git/units/serial-getty@.service.m4 2014-03-15 08:22:31.291697331 -0700 @@ -22,7 +22,7 @@ IgnoreOnIsolate=yes [Service] --ExecStart=-/sbin/agetty --keep-baud %I 115200,38400,9600 -+ExecStart=-/sbin/getty -L %I 115200 +-ExecStart=-/sbin/agetty --keep-baud 115200,38400,9600 %I $TERM ++ExecStart=-/sbin/getty -L 115200 %I $TERM Type=idle Restart=always RestartSec=0 -- cgit v1.2.3-54-g00ecf