From 82857bfe2d64b9d43de710d36e8c966b79bbf05b Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Thu, 5 Oct 2017 09:39:05 -0400 Subject: systemd: backport serialization change from v234 Bisecting between systemd v232 and v234 to find the source of the improvement in behavior of the serial tty lead to commit e266c068b5597e18b2299f9c9d3ee6cf04198c41. Backport the change to hopefully fix the failures. This backport can be removed on the uprev to rocko. Bug-AGL: SPEC-544 Change-Id: I5e3bbd21447bd8a0df98ce2d2ff26c74c4bf1048 Signed-off-by: Scott Murray Reviewed-on: https://gerrit.automotivelinux.org/gerrit/11135 Reviewed-by: Jan-Simon Moeller Tested-by: Jan-Simon Moeller --- meta-agl/recipes-core/systemd/systemd_%.bbappend | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'meta-agl/recipes-core/systemd/systemd_%.bbappend') diff --git a/meta-agl/recipes-core/systemd/systemd_%.bbappend b/meta-agl/recipes-core/systemd/systemd_%.bbappend index 487892d50..354464c12 100644 --- a/meta-agl/recipes-core/systemd/systemd_%.bbappend +++ b/meta-agl/recipes-core/systemd/systemd_%.bbappend @@ -1,6 +1,7 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" -SRC_URI += "file://e2fsck.conf \ +SRC_URI += "file://backport-v234-e266c06.patch \ + file://e2fsck.conf \ ${@bb.utils.contains('VIRTUAL-RUNTIME_net_manager','systemd','file://wired.network','',d)} \ " -- cgit 1.2.3-korg