diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-core/systemd/systemd-boot_245.6.bb (renamed from meta/recipes-core/systemd/systemd-boot_245.5.bb) | 0 | ||||
-rw-r--r-- | meta/recipes-core/systemd/systemd-conf_245.6.bb (renamed from meta/recipes-core/systemd/systemd-conf_245.5.bb) | 0 | ||||
-rw-r--r-- | meta/recipes-core/systemd/systemd.inc | 2 | ||||
-rw-r--r-- | meta/recipes-core/systemd/systemd/0001-binfmt-Don-t-install-dependency-links-at-install-tim.patch | 8 | ||||
-rw-r--r-- | meta/recipes-core/systemd/systemd_245.6.bb (renamed from meta/recipes-core/systemd/systemd_245.5.bb) | 0 |
5 files changed, 5 insertions, 5 deletions
diff --git a/meta/recipes-core/systemd/systemd-boot_245.5.bb b/meta/recipes-core/systemd/systemd-boot_245.6.bb index f92c639810..f92c639810 100644 --- a/meta/recipes-core/systemd/systemd-boot_245.5.bb +++ b/meta/recipes-core/systemd/systemd-boot_245.6.bb | |||
diff --git a/meta/recipes-core/systemd/systemd-conf_245.5.bb b/meta/recipes-core/systemd/systemd-conf_245.6.bb index d9ec023bfd..d9ec023bfd 100644 --- a/meta/recipes-core/systemd/systemd-conf_245.5.bb +++ b/meta/recipes-core/systemd/systemd-conf_245.6.bb | |||
diff --git a/meta/recipes-core/systemd/systemd.inc b/meta/recipes-core/systemd/systemd.inc index 0f82580361..8c758ab556 100644 --- a/meta/recipes-core/systemd/systemd.inc +++ b/meta/recipes-core/systemd/systemd.inc | |||
@@ -14,7 +14,7 @@ LICENSE = "GPLv2 & LGPLv2.1" | |||
14 | LIC_FILES_CHKSUM = "file://LICENSE.GPL2;md5=751419260aa954499f7abaabaa882bbe \ | 14 | LIC_FILES_CHKSUM = "file://LICENSE.GPL2;md5=751419260aa954499f7abaabaa882bbe \ |
15 | file://LICENSE.LGPL2.1;md5=4fbd65380cdd255951079008b364516c" | 15 | file://LICENSE.LGPL2.1;md5=4fbd65380cdd255951079008b364516c" |
16 | 16 | ||
17 | SRCREV = "9a506b7e9291d997a920af9ac299e7b834368119" | 17 | SRCREV = "aa0cb635f1f6a4d9b50ed2cca7782f3f751be933" |
18 | SRCBRANCH = "v245-stable" | 18 | SRCBRANCH = "v245-stable" |
19 | SRC_URI = "git://github.com/systemd/systemd-stable.git;protocol=git;branch=${SRCBRANCH}" | 19 | SRC_URI = "git://github.com/systemd/systemd-stable.git;protocol=git;branch=${SRCBRANCH}" |
20 | 20 | ||
diff --git a/meta/recipes-core/systemd/systemd/0001-binfmt-Don-t-install-dependency-links-at-install-tim.patch b/meta/recipes-core/systemd/systemd/0001-binfmt-Don-t-install-dependency-links-at-install-tim.patch index d098084b2e..26f70b35d0 100644 --- a/meta/recipes-core/systemd/systemd/0001-binfmt-Don-t-install-dependency-links-at-install-tim.patch +++ b/meta/recipes-core/systemd/systemd/0001-binfmt-Don-t-install-dependency-links-at-install-tim.patch | |||
@@ -1,4 +1,4 @@ | |||
1 | From e9c993816077c1ae67d25d464f2ece2a090f30b8 Mon Sep 17 00:00:00 2001 | 1 | From 564830719be2017c4953589d50f21a9e856a4ecc Mon Sep 17 00:00:00 2001 |
2 | From: Chen Qi <Qi.Chen@windriver.com> | 2 | From: Chen Qi <Qi.Chen@windriver.com> |
3 | Date: Thu, 21 Feb 2019 16:23:24 +0800 | 3 | Date: Thu, 21 Feb 2019 16:23:24 +0800 |
4 | Subject: [PATCH] binfmt: Don't install dependency links at install time for | 4 | Subject: [PATCH] binfmt: Don't install dependency links at install time for |
@@ -61,7 +61,7 @@ index 30a6bc991844..4231f3b70fe9 100644 | |||
61 | +[Install] | 61 | +[Install] |
62 | +WantedBy=sysinit.target | 62 | +WantedBy=sysinit.target |
63 | diff --git a/units/systemd-binfmt.service.in b/units/systemd-binfmt.service.in | 63 | diff --git a/units/systemd-binfmt.service.in b/units/systemd-binfmt.service.in |
64 | index 0c0f26451b67..763c4c466c16 100644 | 64 | index e54e95e11d5d..372a598614d3 100644 |
65 | --- a/units/systemd-binfmt.service.in | 65 | --- a/units/systemd-binfmt.service.in |
66 | +++ b/units/systemd-binfmt.service.in | 66 | +++ b/units/systemd-binfmt.service.in |
67 | @@ -14,6 +14,7 @@ Documentation=https://www.kernel.org/doc/html/latest/admin-guide/binfmt-misc.htm | 67 | @@ -14,6 +14,7 @@ Documentation=https://www.kernel.org/doc/html/latest/admin-guide/binfmt-misc.htm |
@@ -72,9 +72,9 @@ index 0c0f26451b67..763c4c466c16 100644 | |||
72 | After=proc-sys-fs-binfmt_misc.automount | 72 | After=proc-sys-fs-binfmt_misc.automount |
73 | After=proc-sys-fs-binfmt_misc.mount | 73 | After=proc-sys-fs-binfmt_misc.mount |
74 | Before=sysinit.target shutdown.target | 74 | Before=sysinit.target shutdown.target |
75 | @@ -29,3 +30,6 @@ Type=oneshot | 75 | @@ -30,3 +31,6 @@ RemainAfterExit=yes |
76 | RemainAfterExit=yes | ||
77 | ExecStart=@rootlibexecdir@/systemd-binfmt | 76 | ExecStart=@rootlibexecdir@/systemd-binfmt |
77 | ExecStop=@rootlibexecdir@/systemd-binfmt --unregister | ||
78 | TimeoutSec=90s | 78 | TimeoutSec=90s |
79 | + | 79 | + |
80 | +[Install] | 80 | +[Install] |
diff --git a/meta/recipes-core/systemd/systemd_245.5.bb b/meta/recipes-core/systemd/systemd_245.6.bb index ece4220987..ece4220987 100644 --- a/meta/recipes-core/systemd/systemd_245.5.bb +++ b/meta/recipes-core/systemd/systemd_245.6.bb | |||