diff options
author | Umut Tezduyar Lindskog <umut.tezduyar@axis.com> | 2015-07-13 09:28:04 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-07-16 15:08:44 +0100 |
commit | a79afafd422a9b8e74c0eaac6296e6d1802bb994 (patch) | |
tree | 954dc13645f277142805496664115342a1dc6bb3 /meta | |
parent | d596286bc4cf19774447b136a27acf3c61aad2ff (diff) | |
download | openembedded-core-a79afafd422a9b8e74c0eaac6296e6d1802bb994.tar.gz openembedded-core-a79afafd422a9b8e74c0eaac6296e6d1802bb994.tar.bz2 openembedded-core-a79afafd422a9b8e74c0eaac6296e6d1802bb994.zip |
systemd: update the status of configurable root patch
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-core/systemd/systemd/0010-Make-root-s-home-directory-configurable.patch | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/meta/recipes-core/systemd/systemd/0010-Make-root-s-home-directory-configurable.patch b/meta/recipes-core/systemd/systemd/0010-Make-root-s-home-directory-configurable.patch index b65fe423a5..76a9481a42 100644 --- a/meta/recipes-core/systemd/systemd/0010-Make-root-s-home-directory-configurable.patch +++ b/meta/recipes-core/systemd/systemd/0010-Make-root-s-home-directory-configurable.patch @@ -7,7 +7,10 @@ OpenEmbedded has a configurable home directory for root. Allow systemd to be built using its idea of what root's home directory should be. -Upstream-Status: Pending +Upstream-Status: Denied +Upstream wants to have a unified hierarchy where everyone is +using the same root folder. +https://github.com/systemd/systemd/issues/541 Signed-off-by: Dan McGregor <dan.mcgregor@usask.ca> Signed-off-by: Khem Raj <raj.khem@gmail.com> |