* [PATCH] systemd: bring back the patch to customise root's $HOME
@ 2015-04-28 20:12 Ross Burton
2015-04-28 20:36 ` Khem Raj
2015-04-28 21:30 ` Martin Jansa
0 siblings, 2 replies; 7+ messages in thread
From: Ross Burton @ 2015-04-28 20:12 UTC (permalink / raw)
To: openembedded-core
This patch appears to have been accidently dropped in the move to 219-stable,
probably because it didn't apply. Update the patch and re-add it.
Signed-off-by: Ross Burton <ross.burton@intel.com>
---
.../systemd/systemd/0010-Make-root-s-home-directory-configurable.patch | 3 ++-
meta/recipes-core/systemd/systemd_219.bb | 1 +
2 files changed, 3 insertions(+), 1 deletion(-)
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 41b9039..b65fe42 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
@@ -26,10 +26,11 @@ diff --git a/Makefile.am b/Makefile.am
index 0fb3f9f..4623963 100644
--- a/Makefile.am
+++ b/Makefile.am
-@@ -199,6 +199,7 @@ AM_CPPFLAGS = \
+@@ -199,7 +199,8 @@ AM_CPPFLAGS = \
-DKEXEC=\"$(KEXEC)\" \
-DLIBDIR=\"$(libdir)\" \
-DROOTLIBDIR=\"$(rootlibdir)\" \
+ -DROOTLIBEXECDIR=\"$(rootlibexecdir)\" \
+ -DROOTHOMEDIR=\"$(roothomedir)\" \
-DTEST_DIR=\"$(abs_top_srcdir)/test\" \
-I $(top_srcdir)/src \
diff --git a/meta/recipes-core/systemd/systemd_219.bb b/meta/recipes-core/systemd/systemd_219.bb
index d1303f7..c196017 100644
--- a/meta/recipes-core/systemd/systemd_219.bb
+++ b/meta/recipes-core/systemd/systemd_219.bb
@@ -38,6 +38,7 @@ SRC_URI = "git://anongit.freedesktop.org/systemd/systemd-stable;branch=v219-stab
file://0007-util-Use-mkostemp-only-if-libc-supports-it.patch \
file://0008-util-bypass-unimplemented-_SC_PHYS_PAGES-system-conf.patch \
file://0009-sysv-generator-add-support-for-executing-scripts-und.patch \
+ file://0010-Make-root-s-home-directory-configurable.patch \
file://0011-systemd-user-avoid-using-system-auth.patch \
file://0012-systemd-tmpfiles.c-Honor-ordering-within-files-as-th.patch \
file://0014-Revert-rules-remove-firmware-loading-rules.patch \
--
2.1.4
^ permalink raw reply related [flat|nested] 7+ messages in thread* Re: [PATCH] systemd: bring back the patch to customise root's $HOME
2015-04-28 20:12 [PATCH] systemd: bring back the patch to customise root's $HOME Ross Burton
@ 2015-04-28 20:36 ` Khem Raj
2015-04-28 21:30 ` Martin Jansa
1 sibling, 0 replies; 7+ messages in thread
From: Khem Raj @ 2015-04-28 20:36 UTC (permalink / raw)
To: Ross Burton; +Cc: Patches and discussions about the oe-core layer
On Tue, Apr 28, 2015 at 1:12 PM, Ross Burton <ross.burton@intel.com> wrote:
> This patch appears to have been accidently dropped in the move to 219-stable,
> probably because it didn't apply. Update the patch and re-add it.
>
Thanks for doing it. Acked
> Signed-off-by: Ross Burton <ross.burton@intel.com>
> ---
> .../systemd/systemd/0010-Make-root-s-home-directory-configurable.patch | 3 ++-
> meta/recipes-core/systemd/systemd_219.bb | 1 +
> 2 files changed, 3 insertions(+), 1 deletion(-)
>
> 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 41b9039..b65fe42 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
> @@ -26,10 +26,11 @@ diff --git a/Makefile.am b/Makefile.am
> index 0fb3f9f..4623963 100644
> --- a/Makefile.am
> +++ b/Makefile.am
> -@@ -199,6 +199,7 @@ AM_CPPFLAGS = \
> +@@ -199,7 +199,8 @@ AM_CPPFLAGS = \
> -DKEXEC=\"$(KEXEC)\" \
> -DLIBDIR=\"$(libdir)\" \
> -DROOTLIBDIR=\"$(rootlibdir)\" \
> + -DROOTLIBEXECDIR=\"$(rootlibexecdir)\" \
> + -DROOTHOMEDIR=\"$(roothomedir)\" \
> -DTEST_DIR=\"$(abs_top_srcdir)/test\" \
> -I $(top_srcdir)/src \
> diff --git a/meta/recipes-core/systemd/systemd_219.bb b/meta/recipes-core/systemd/systemd_219.bb
> index d1303f7..c196017 100644
> --- a/meta/recipes-core/systemd/systemd_219.bb
> +++ b/meta/recipes-core/systemd/systemd_219.bb
> @@ -38,6 +38,7 @@ SRC_URI = "git://anongit.freedesktop.org/systemd/systemd-stable;branch=v219-stab
> file://0007-util-Use-mkostemp-only-if-libc-supports-it.patch \
> file://0008-util-bypass-unimplemented-_SC_PHYS_PAGES-system-conf.patch \
> file://0009-sysv-generator-add-support-for-executing-scripts-und.patch \
> + file://0010-Make-root-s-home-directory-configurable.patch \
> file://0011-systemd-user-avoid-using-system-auth.patch \
> file://0012-systemd-tmpfiles.c-Honor-ordering-within-files-as-th.patch \
> file://0014-Revert-rules-remove-firmware-loading-rules.patch \
> --
> 2.1.4
>
> --
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH] systemd: bring back the patch to customise root's $HOME
2015-04-28 20:12 [PATCH] systemd: bring back the patch to customise root's $HOME Ross Burton
2015-04-28 20:36 ` Khem Raj
@ 2015-04-28 21:30 ` Martin Jansa
2015-04-28 21:37 ` Bottazzini, Bruno
1 sibling, 1 reply; 7+ messages in thread
From: Martin Jansa @ 2015-04-28 21:30 UTC (permalink / raw)
To: Ross Burton; +Cc: openembedded-core
On Tue, Apr 28, 2015 at 09:12:02PM +0100, Ross Burton wrote:
> This patch appears to have been accidently dropped in the move to 219-stable,
> probably because it didn't apply. Update the patch and re-add it.
what about the unused .patch files reported in:
http://lists.openembedded.org/pipermail/openembedded-core/2015-April/104197.html
?
> Signed-off-by: Ross Burton <ross.burton@intel.com>
> ---
> .../systemd/systemd/0010-Make-root-s-home-directory-configurable.patch | 3 ++-
> meta/recipes-core/systemd/systemd_219.bb | 1 +
> 2 files changed, 3 insertions(+), 1 deletion(-)
>
> 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 41b9039..b65fe42 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
> @@ -26,10 +26,11 @@ diff --git a/Makefile.am b/Makefile.am
> index 0fb3f9f..4623963 100644
> --- a/Makefile.am
> +++ b/Makefile.am
> -@@ -199,6 +199,7 @@ AM_CPPFLAGS = \
> +@@ -199,7 +199,8 @@ AM_CPPFLAGS = \
> -DKEXEC=\"$(KEXEC)\" \
> -DLIBDIR=\"$(libdir)\" \
> -DROOTLIBDIR=\"$(rootlibdir)\" \
> + -DROOTLIBEXECDIR=\"$(rootlibexecdir)\" \
> + -DROOTHOMEDIR=\"$(roothomedir)\" \
> -DTEST_DIR=\"$(abs_top_srcdir)/test\" \
> -I $(top_srcdir)/src \
> diff --git a/meta/recipes-core/systemd/systemd_219.bb b/meta/recipes-core/systemd/systemd_219.bb
> index d1303f7..c196017 100644
> --- a/meta/recipes-core/systemd/systemd_219.bb
> +++ b/meta/recipes-core/systemd/systemd_219.bb
> @@ -38,6 +38,7 @@ SRC_URI = "git://anongit.freedesktop.org/systemd/systemd-stable;branch=v219-stab
> file://0007-util-Use-mkostemp-only-if-libc-supports-it.patch \
> file://0008-util-bypass-unimplemented-_SC_PHYS_PAGES-system-conf.patch \
> file://0009-sysv-generator-add-support-for-executing-scripts-und.patch \
> + file://0010-Make-root-s-home-directory-configurable.patch \
> file://0011-systemd-user-avoid-using-system-auth.patch \
> file://0012-systemd-tmpfiles.c-Honor-ordering-within-files-as-th.patch \
> file://0014-Revert-rules-remove-firmware-loading-rules.patch \
> --
> 2.1.4
>
> --
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core
--
Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH] systemd: bring back the patch to customise root's $HOME
2015-04-28 21:30 ` Martin Jansa
@ 2015-04-28 21:37 ` Bottazzini, Bruno
2015-04-28 21:42 ` Richard Purdie
0 siblings, 1 reply; 7+ messages in thread
From: Bottazzini, Bruno @ 2015-04-28 21:37 UTC (permalink / raw)
To: Martin Jansa; +Cc: openembedded-core
Thanks Ross!
This slipped trough my fingers when I have remade the first version to
use the stable branch.
Martin,
The patch removed will be applied automatically because they are
upstreamed on the stable branch.
Best Regards,
On Ter, 2015-04-28 at 23:30 +0200, Martin Jansa wrote:
> On Tue, Apr 28, 2015 at 09:12:02PM +0100, Ross Burton wrote:
> > This patch appears to have been accidently dropped in the move to 219-stable,
> > probably because it didn't apply. Update the patch and re-add it.
>
> what about the unused .patch files reported in:
> http://lists.openembedded.org/pipermail/openembedded-core/2015-April/104197.html
> ?
>
> > Signed-off-by: Ross Burton <ross.burton@intel.com>
> > ---
> > .../systemd/systemd/0010-Make-root-s-home-directory-configurable.patch | 3 ++-
> > meta/recipes-core/systemd/systemd_219.bb | 1 +
> > 2 files changed, 3 insertions(+), 1 deletion(-)
> >
> > 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 41b9039..b65fe42 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
> > @@ -26,10 +26,11 @@ diff --git a/Makefile.am b/Makefile.am
> > index 0fb3f9f..4623963 100644
> > --- a/Makefile.am
> > +++ b/Makefile.am
> > -@@ -199,6 +199,7 @@ AM_CPPFLAGS = \
> > +@@ -199,7 +199,8 @@ AM_CPPFLAGS = \
> > -DKEXEC=\"$(KEXEC)\" \
> > -DLIBDIR=\"$(libdir)\" \
> > -DROOTLIBDIR=\"$(rootlibdir)\" \
> > + -DROOTLIBEXECDIR=\"$(rootlibexecdir)\" \
> > + -DROOTHOMEDIR=\"$(roothomedir)\" \
> > -DTEST_DIR=\"$(abs_top_srcdir)/test\" \
> > -I $(top_srcdir)/src \
> > diff --git a/meta/recipes-core/systemd/systemd_219.bb b/meta/recipes-core/systemd/systemd_219.bb
> > index d1303f7..c196017 100644
> > --- a/meta/recipes-core/systemd/systemd_219.bb
> > +++ b/meta/recipes-core/systemd/systemd_219.bb
> > @@ -38,6 +38,7 @@ SRC_URI = "git://anongit.freedesktop.org/systemd/systemd-stable;branch=v219-stab
> > file://0007-util-Use-mkostemp-only-if-libc-supports-it.patch \
> > file://0008-util-bypass-unimplemented-_SC_PHYS_PAGES-system-conf.patch \
> > file://0009-sysv-generator-add-support-for-executing-scripts-und.patch \
> > + file://0010-Make-root-s-home-directory-configurable.patch \
> > file://0011-systemd-user-avoid-using-system-auth.patch \
> > file://0012-systemd-tmpfiles.c-Honor-ordering-within-files-as-th.patch \
> > file://0014-Revert-rules-remove-firmware-loading-rules.patch \
> > --
> > 2.1.4
> >
> > --
> > _______________________________________________
> > Openembedded-core mailing list
> > Openembedded-core@lists.openembedded.org
> > http://lists.openembedded.org/mailman/listinfo/openembedded-core
>
> --
> Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH] systemd: bring back the patch to customise root's $HOME
2015-04-28 21:37 ` Bottazzini, Bruno
@ 2015-04-28 21:42 ` Richard Purdie
2015-04-28 22:13 ` Khem Raj
0 siblings, 1 reply; 7+ messages in thread
From: Richard Purdie @ 2015-04-28 21:42 UTC (permalink / raw)
To: Bottazzini, Bruno; +Cc: openembedded-core
On Tue, 2015-04-28 at 18:37 -0300, Bottazzini, Bruno wrote:
> Thanks Ross!
>
> This slipped trough my fingers when I have remade the first version to
> use the stable branch.
>
> Martin,
>
> The patch removed will be applied automatically because they are
> upstreamed on the stable branch.
We have a load of unused orphan patch files left in the tree though?
These need to be removed.
Cheers,
Richard
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH] systemd: bring back the patch to customise root's $HOME
2015-04-28 21:42 ` Richard Purdie
@ 2015-04-28 22:13 ` Khem Raj
2015-04-29 10:27 ` Burton, Ross
0 siblings, 1 reply; 7+ messages in thread
From: Khem Raj @ 2015-04-28 22:13 UTC (permalink / raw)
To: Richard Purdie; +Cc: Patches and discussions about the oe-core layer
[-- Attachment #1: Type: text/plain, Size: 864 bytes --]
On Apr 28, 2015 2:42 PM, "Richard Purdie" <
richard.purdie@linuxfoundation.org> wrote:
>
> On Tue, 2015-04-28 at 18:37 -0300, Bottazzini, Bruno wrote:
> > Thanks Ross!
> >
> > This slipped trough my fingers when I have remade the first version to
> > use the stable branch.
> >
> > Martin,
> >
> > The patch removed will be applied automatically because they are
> > upstreamed on the stable branch.
>
> We have a load of unused orphan patch files left in the tree though?
> These need to be removed.
I was wondering if there was a script or may be bitbake option to warn
about this case whole Metadata wide
>
> Cheers,
>
> Richard
>
> --
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core
[-- Attachment #2: Type: text/html, Size: 1324 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2015-04-29 10:27 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-28 20:12 [PATCH] systemd: bring back the patch to customise root's $HOME Ross Burton
2015-04-28 20:36 ` Khem Raj
2015-04-28 21:30 ` Martin Jansa
2015-04-28 21:37 ` Bottazzini, Bruno
2015-04-28 21:42 ` Richard Purdie
2015-04-28 22:13 ` Khem Raj
2015-04-29 10:27 ` Burton, Ross
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.