* [meta-oe][meta-systemd][PATCH V3 1/2] bluez4_4.101.bbappend: update according to bluez4
@ 2015-04-24 15:43 Cristian Iorga
2015-04-24 15:43 ` [meta-oe][meta-systemd][PATCH V3 2/2] layer.conf: add detection of meta-oe layer Cristian Iorga
` (2 more replies)
0 siblings, 3 replies; 8+ messages in thread
From: Cristian Iorga @ 2015-04-24 15:43 UTC (permalink / raw)
To: openembedded-devel
bluez4 recipe has been updated with proper systemd
support, so update meta-systemd append accordingly.
Also update to the right directory structure.
Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
---
.../recipes-connectivity/bluez/bluez4_4.101.bbappend | 5 -----
1 file changed, 5 deletions(-)
rename meta-systemd/{oe-core => meta-oe}/recipes-connectivity/bluez/bluez4_4.101.bbappend (51%)
diff --git a/meta-systemd/oe-core/recipes-connectivity/bluez/bluez4_4.101.bbappend b/meta-systemd/meta-oe/recipes-connectivity/bluez/bluez4_4.101.bbappend
similarity index 51%
rename from meta-systemd/oe-core/recipes-connectivity/bluez/bluez4_4.101.bbappend
rename to meta-systemd/meta-oe/recipes-connectivity/bluez/bluez4_4.101.bbappend
index da01b05..260c02e 100644
--- a/meta-systemd/oe-core/recipes-connectivity/bluez/bluez4_4.101.bbappend
+++ b/meta-systemd/meta-oe/recipes-connectivity/bluez/bluez4_4.101.bbappend
@@ -1,9 +1,4 @@
-inherit systemd
-
-EXTRA_OECONF += "--with-systemdunitdir=${systemd_unitdir}/system/"
-
RPROVIDES_${PN} += "${PN}-systemd"
RREPLACES_${PN} += "${PN}-systemd"
RCONFLICTS_${PN} += "${PN}-systemd"
-SYSTEMD_SERVICE_${PN} = "bluetooth.service"
SYSTEMD_AUTO_ENABLE = "disable"
--
2.1.0
^ permalink raw reply related [flat|nested] 8+ messages in thread* [meta-oe][meta-systemd][PATCH V3 2/2] layer.conf: add detection of meta-oe layer.
2015-04-24 15:43 [meta-oe][meta-systemd][PATCH V3 1/2] bluez4_4.101.bbappend: update according to bluez4 Cristian Iorga
@ 2015-04-24 15:43 ` Cristian Iorga
2015-04-24 16:13 ` Martin Jansa
2015-04-24 15:46 ` [meta-oe][meta-systemd][PATCH V3 1/2] bluez4_4.101.bbappend: update according to bluez4 Iorga, Cristian
2015-04-27 4:53 ` Anders Darander
2 siblings, 1 reply; 8+ messages in thread
From: Cristian Iorga @ 2015-04-24 15:43 UTC (permalink / raw)
To: openembedded-devel
bluez append has been moved to meta-oe,
so add detection for that layer.
Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
---
meta-systemd/conf/layer.conf | 1 +
1 file changed, 1 insertion(+)
diff --git a/meta-systemd/conf/layer.conf b/meta-systemd/conf/layer.conf
index 0563f44..06c2ff1 100644
--- a/meta-systemd/conf/layer.conf
+++ b/meta-systemd/conf/layer.conf
@@ -15,6 +15,7 @@ BBPATH .= ":${LAYERDIR}"
BBFILES += "\
${LAYERDIR}/recipes-*/*/*.bb \
${LAYERDIR}/oe-core/recipes-*/*/*.bbappend \
+ ${LAYERDIR}/meta-oe/recipes-*/*/*.bbappend \
"
BBFILE_COLLECTIONS += "systemd-layer"
--
2.1.0
^ permalink raw reply related [flat|nested] 8+ messages in thread* Re: [meta-oe][meta-systemd][PATCH V3 2/2] layer.conf: add detection of meta-oe layer.
2015-04-24 15:43 ` [meta-oe][meta-systemd][PATCH V3 2/2] layer.conf: add detection of meta-oe layer Cristian Iorga
@ 2015-04-24 16:13 ` Martin Jansa
0 siblings, 0 replies; 8+ messages in thread
From: Martin Jansa @ 2015-04-24 16:13 UTC (permalink / raw)
To: openembedded-devel
On Fri, Apr 24, 2015 at 06:43:52PM +0300, Cristian Iorga wrote:
> bluez append has been moved to meta-oe,
> so add detection for that layer.
This isn't "detection" :)
> Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
> ---
> meta-systemd/conf/layer.conf | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/meta-systemd/conf/layer.conf b/meta-systemd/conf/layer.conf
> index 0563f44..06c2ff1 100644
> --- a/meta-systemd/conf/layer.conf
> +++ b/meta-systemd/conf/layer.conf
> @@ -15,6 +15,7 @@ BBPATH .= ":${LAYERDIR}"
> BBFILES += "\
> ${LAYERDIR}/recipes-*/*/*.bb \
> ${LAYERDIR}/oe-core/recipes-*/*/*.bbappend \
> + ${LAYERDIR}/meta-oe/recipes-*/*/*.bbappend \
> "
>
> BBFILE_COLLECTIONS += "systemd-layer"
> --
> 2.1.0
>
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
--
Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [meta-oe][meta-systemd][PATCH V3 1/2] bluez4_4.101.bbappend: update according to bluez4
2015-04-24 15:43 [meta-oe][meta-systemd][PATCH V3 1/2] bluez4_4.101.bbappend: update according to bluez4 Cristian Iorga
2015-04-24 15:43 ` [meta-oe][meta-systemd][PATCH V3 2/2] layer.conf: add detection of meta-oe layer Cristian Iorga
@ 2015-04-24 15:46 ` Iorga, Cristian
2015-04-27 4:53 ` Anders Darander
2 siblings, 0 replies; 8+ messages in thread
From: Iorga, Cristian @ 2015-04-24 15:46 UTC (permalink / raw)
To: openembedded-devel@lists.openembedded.org
In V3, proper layer.conf for meta-systemd with meta-oe added detection.
-----Original Message-----
From: Iorga, Cristian
Sent: Friday, April 24, 2015 6:44 PM
To: openembedded-devel@lists.openembedded.org
Cc: Iorga, Cristian
Subject: [meta-oe][meta-systemd][PATCH V3 1/2] bluez4_4.101.bbappend: update according to bluez4
bluez4 recipe has been updated with proper systemd support, so update meta-systemd append accordingly.
Also update to the right directory structure.
Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
---
.../recipes-connectivity/bluez/bluez4_4.101.bbappend | 5 -----
1 file changed, 5 deletions(-)
rename meta-systemd/{oe-core => meta-oe}/recipes-connectivity/bluez/bluez4_4.101.bbappend (51%)
diff --git a/meta-systemd/oe-core/recipes-connectivity/bluez/bluez4_4.101.bbappend b/meta-systemd/meta-oe/recipes-connectivity/bluez/bluez4_4.101.bbappend
similarity index 51%
rename from meta-systemd/oe-core/recipes-connectivity/bluez/bluez4_4.101.bbappend
rename to meta-systemd/meta-oe/recipes-connectivity/bluez/bluez4_4.101.bbappend
index da01b05..260c02e 100644
--- a/meta-systemd/oe-core/recipes-connectivity/bluez/bluez4_4.101.bbappend
+++ b/meta-systemd/meta-oe/recipes-connectivity/bluez/bluez4_4.101.bbapp
+++ end
@@ -1,9 +1,4 @@
-inherit systemd
-
-EXTRA_OECONF += "--with-systemdunitdir=${systemd_unitdir}/system/"
-
RPROVIDES_${PN} += "${PN}-systemd"
RREPLACES_${PN} += "${PN}-systemd"
RCONFLICTS_${PN} += "${PN}-systemd"
-SYSTEMD_SERVICE_${PN} = "bluetooth.service"
SYSTEMD_AUTO_ENABLE = "disable"
--
2.1.0
^ permalink raw reply [flat|nested] 8+ messages in thread* Re: [meta-oe][meta-systemd][PATCH V3 1/2] bluez4_4.101.bbappend: update according to bluez4
2015-04-24 15:43 [meta-oe][meta-systemd][PATCH V3 1/2] bluez4_4.101.bbappend: update according to bluez4 Cristian Iorga
2015-04-24 15:43 ` [meta-oe][meta-systemd][PATCH V3 2/2] layer.conf: add detection of meta-oe layer Cristian Iorga
2015-04-24 15:46 ` [meta-oe][meta-systemd][PATCH V3 1/2] bluez4_4.101.bbappend: update according to bluez4 Iorga, Cristian
@ 2015-04-27 4:53 ` Anders Darander
2015-04-27 8:28 ` Paul Eggleton
2 siblings, 1 reply; 8+ messages in thread
From: Anders Darander @ 2015-04-27 4:53 UTC (permalink / raw)
To: openembedded-devel
* Cristian Iorga <cristian.iorga@intel.com> [150424 17:45]:
> bluez4 recipe has been updated with proper systemd
> support, so update meta-systemd append accordingly.
> Also update to the right directory structure.
> Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
> ---
> .../recipes-connectivity/bluez/bluez4_4.101.bbappend | 5 -----
> 1 file changed, 5 deletions(-)
> rename meta-systemd/{oe-core => meta-oe}/recipes-connectivity/bluez/bluez4_4.101.bbappend (51%)
Like Martin asked on you V2, why do you keep this as a bbappend, instead
of adding this directly to the recipe?
If you look at meta-systemd today, you'll see that there's only a minor
number of recipes from oe-core, that's being appended. All the other
recipes that previously where appended to from meta-systemd, has got
their systemd support directly in their own recipes.
Cheers,
Anders
--
Anders Darander
ChargeStorm AB / eStorm AB
^ permalink raw reply [flat|nested] 8+ messages in thread* Re: [meta-oe][meta-systemd][PATCH V3 1/2] bluez4_4.101.bbappend: update according to bluez4
2015-04-27 4:53 ` Anders Darander
@ 2015-04-27 8:28 ` Paul Eggleton
2015-04-27 10:54 ` Burton, Ross
0 siblings, 1 reply; 8+ messages in thread
From: Paul Eggleton @ 2015-04-27 8:28 UTC (permalink / raw)
To: Anders Darander; +Cc: openembedded-devel
Hi Anders,
On Monday 27 April 2015 06:53:19 Anders Darander wrote:
> * Cristian Iorga <cristian.iorga@intel.com> [150424 17:45]:
> > bluez4 recipe has been updated with proper systemd
> > support, so update meta-systemd append accordingly.
> > Also update to the right directory structure.
> >
> > Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
> > ---
> >
> > .../recipes-connectivity/bluez/bluez4_4.101.bbappend | 5
> > ----- 1 file changed, 5 deletions(-)
> > rename meta-systemd/{oe-core =>
> > meta-oe}/recipes-connectivity/bluez/bluez4_4.101.bbappend (51%)
> Like Martin asked on you V2, why do you keep this as a bbappend, instead
> of adding this directly to the recipe?
>
> If you look at meta-systemd today, you'll see that there's only a minor
> number of recipes from oe-core, that's being appended. All the other
> recipes that previously where appended to from meta-systemd, has got
> their systemd support directly in their own recipes.
It depends on what you mean by systemd "support". What's left over in most of
the meta-systemd bbappends is RPROVIDES/RREPLACES/RCONFLICTS on the package
names which we haven't used for a couple of years by now; surely at some point
we should let those die with meta-systemd?
Cheers,
Paul
--
Paul Eggleton
Intel Open Source Technology Centre
^ permalink raw reply [flat|nested] 8+ messages in thread* Re: [meta-oe][meta-systemd][PATCH V3 1/2] bluez4_4.101.bbappend: update according to bluez4
2015-04-27 8:28 ` Paul Eggleton
@ 2015-04-27 10:54 ` Burton, Ross
2015-04-27 11:01 ` Martin Jansa
0 siblings, 1 reply; 8+ messages in thread
From: Burton, Ross @ 2015-04-27 10:54 UTC (permalink / raw)
To: openembedded-devel; +Cc: Anders Darander
On 27 April 2015 at 09:28, Paul Eggleton <paul.eggleton@linux.intel.com>
wrote:
> > If you look at meta-systemd today, you'll see that there's only a minor
> > number of recipes from oe-core, that's being appended. All the other
> > recipes that previously where appended to from meta-systemd, has got
> > their systemd support directly in their own recipes.
>
> It depends on what you mean by systemd "support". What's left over in most
> of
> the meta-systemd bbappends is RPROVIDES/RREPLACES/RCONFLICTS on the package
> names which we haven't used for a couple of years by now; surely at some
> point
> we should let those die with meta-systemd?
FWIW I agree here. Those names are only for compatibility with
meta-systemd, so they can stay in meta-systemd and eventually be retired.
Ross
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [meta-oe][meta-systemd][PATCH V3 1/2] bluez4_4.101.bbappend: update according to bluez4
2015-04-27 10:54 ` Burton, Ross
@ 2015-04-27 11:01 ` Martin Jansa
0 siblings, 0 replies; 8+ messages in thread
From: Martin Jansa @ 2015-04-27 11:01 UTC (permalink / raw)
To: openembedded-devel; +Cc: Anders Darander
On Mon, Apr 27, 2015 at 11:54:49AM +0100, Burton, Ross wrote:
> On 27 April 2015 at 09:28, Paul Eggleton <paul.eggleton@linux.intel.com>
> wrote:
>
> > > If you look at meta-systemd today, you'll see that there's only a minor
> > > number of recipes from oe-core, that's being appended. All the other
> > > recipes that previously where appended to from meta-systemd, has got
> > > their systemd support directly in their own recipes.
> >
> > It depends on what you mean by systemd "support". What's left over in most
> > of
> > the meta-systemd bbappends is RPROVIDES/RREPLACES/RCONFLICTS on the package
> > names which we haven't used for a couple of years by now; surely at some
> > point
> > we should let those die with meta-systemd?
>
>
> FWIW I agree here. Those names are only for compatibility with
> meta-systemd, so they can stay in meta-systemd and eventually be retired.
They were already migrated from meta-systemd to meta-openembedded/*
layers long time ago, so now when bluez4 is being added to meta-oe then
for consistency sake it should get these names inside of the recipe as
well.
--
Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2015-04-27 11:00 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-24 15:43 [meta-oe][meta-systemd][PATCH V3 1/2] bluez4_4.101.bbappend: update according to bluez4 Cristian Iorga
2015-04-24 15:43 ` [meta-oe][meta-systemd][PATCH V3 2/2] layer.conf: add detection of meta-oe layer Cristian Iorga
2015-04-24 16:13 ` Martin Jansa
2015-04-24 15:46 ` [meta-oe][meta-systemd][PATCH V3 1/2] bluez4_4.101.bbappend: update according to bluez4 Iorga, Cristian
2015-04-27 4:53 ` Anders Darander
2015-04-27 8:28 ` Paul Eggleton
2015-04-27 10:54 ` Burton, Ross
2015-04-27 11:01 ` Martin Jansa
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.