* [meta-systemd][PATCH] connman: Rename .bbappend to match new version from oe-core
@ 2014-01-28 21:18 Martin Jansa
2014-01-29 7:55 ` Koen Kooi
0 siblings, 1 reply; 5+ messages in thread
From: Martin Jansa @ 2014-01-28 21:18 UTC (permalink / raw)
To: openembedded-devel
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
.../connman/{connman_1.20.bbappend => connman_%.bbappend} | 0
1 file changed, 0 insertions(+), 0 deletions(-)
rename meta-systemd/oe-core/recipes-connectivity/connman/{connman_1.20.bbappend => connman_%.bbappend} (100%)
diff --git a/meta-systemd/oe-core/recipes-connectivity/connman/connman_1.20.bbappend b/meta-systemd/oe-core/recipes-connectivity/connman/connman_%.bbappend
similarity index 100%
rename from meta-systemd/oe-core/recipes-connectivity/connman/connman_1.20.bbappend
rename to meta-systemd/oe-core/recipes-connectivity/connman/connman_%.bbappend
--
1.8.5.3
^ permalink raw reply [flat|nested] 5+ messages in thread* Re: [meta-systemd][PATCH] connman: Rename .bbappend to match new version from oe-core
2014-01-28 21:18 [meta-systemd][PATCH] connman: Rename .bbappend to match new version from oe-core Martin Jansa
@ 2014-01-29 7:55 ` Koen Kooi
2014-01-29 10:15 ` Martin Jansa
0 siblings, 1 reply; 5+ messages in thread
From: Koen Kooi @ 2014-01-29 7:55 UTC (permalink / raw)
To: openembedded-devel
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Martin Jansa schreef op 28-01-14 22:18:
> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> ---
> .../connman/{connman_1.20.bbappend => connman_%.bbappend}
> | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename
> meta-systemd/oe-core/recipes-connectivity/connman/{connman_1.20.bbappend
> => connman_%.bbappend} (100%)
>
> diff --git
> a/meta-systemd/oe-core/recipes-connectivity/connman/connman_1.20.bbappend
> b/meta-systemd/oe-core/recipes-connectivity/connman/connman_%.bbappend
> similarity index 100% rename from
> meta-systemd/oe-core/recipes-connectivity/connman/connman_1.20.bbappend
> rename to
> meta-systemd/oe-core/recipes-connectivity/connman/connman_%.bbappend
Can we come up with a plan to drop these packaging bbappends? We've already
had more than one OE (well yoctoproject) release so distros have had ample
time to adjust to the new packaging system.
regards,
Koen
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)
Comment: GPGTools - http://gpgtools.org
iD8DBQFS6LQGMkyGM64RGpERAuYSAJ9s0a8ZiO46TgHYEeU847dYSbJ0fgCeM7ZY
ksC7lfMtsOUETerxdMBX3h8=
=x7iV
-----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] 5+ messages in thread* Re: [meta-systemd][PATCH] connman: Rename .bbappend to match new version from oe-core
2014-01-29 7:55 ` Koen Kooi
@ 2014-01-29 10:15 ` Martin Jansa
2014-01-29 10:41 ` Koen Kooi
0 siblings, 1 reply; 5+ messages in thread
From: Martin Jansa @ 2014-01-29 10:15 UTC (permalink / raw)
To: openembedded-devel
[-- Attachment #1: Type: text/plain, Size: 1967 bytes --]
On Wed, Jan 29, 2014 at 08:55:50AM +0100, Koen Kooi wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Martin Jansa schreef op 28-01-14 22:18:
> > Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> ---
> > .../connman/{connman_1.20.bbappend => connman_%.bbappend}
> > | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename
> > meta-systemd/oe-core/recipes-connectivity/connman/{connman_1.20.bbappend
> > => connman_%.bbappend} (100%)
> >
> > diff --git
> > a/meta-systemd/oe-core/recipes-connectivity/connman/connman_1.20.bbappend
> > b/meta-systemd/oe-core/recipes-connectivity/connman/connman_%.bbappend
> > similarity index 100% rename from
> > meta-systemd/oe-core/recipes-connectivity/connman/connman_1.20.bbappend
> > rename to
> > meta-systemd/oe-core/recipes-connectivity/connman/connman_%.bbappend
>
> Can we come up with a plan to drop these packaging bbappends? We've already
> had more than one OE (well yoctoproject) release so distros have had ample
> time to adjust to the new packaging system.
I have already updated SHR as distro, but that doesn't fix upgrade-path
on target (for crazy folks who would try to opkg upgrade themselves from
dylan to master).
So as long as they are applied with %.bbappend I wouldn't mind keeping
them.
I don't want to rename them all to %.bbappend at once, because version
upgrades are good opportunity to drop PRINCs.
> regards,
>
> Koen
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.5 (Darwin)
> Comment: GPGTools - http://gpgtools.org
>
> iD8DBQFS6LQGMkyGM64RGpERAuYSAJ9s0a8ZiO46TgHYEeU847dYSbJ0fgCeM7ZY
> ksC7lfMtsOUETerxdMBX3h8=
> =x7iV
> -----END PGP SIGNATURE-----
>
> _______________________________________________
> 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
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread* Re: [meta-systemd][PATCH] connman: Rename .bbappend to match new version from oe-core
2014-01-29 10:15 ` Martin Jansa
@ 2014-01-29 10:41 ` Koen Kooi
0 siblings, 0 replies; 5+ messages in thread
From: Koen Kooi @ 2014-01-29 10:41 UTC (permalink / raw)
To: openembedded-devel
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Martin Jansa schreef op 29-01-14 11:15:
> On Wed, Jan 29, 2014 at 08:55:50AM +0100, Koen Kooi wrote: Martin Jansa
> schreef op 28-01-14 22:18:
>>>> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> ---
>>>> .../connman/{connman_1.20.bbappend => connman_%.bbappend} | 0 1
>>>> file changed, 0 insertions(+), 0 deletions(-) rename
>>>> meta-systemd/oe-core/recipes-connectivity/connman/{connman_1.20.bbappend
>>>>
>>>>
=> connman_%.bbappend} (100%)
>>>>
>>>> diff --git
>>>> a/meta-systemd/oe-core/recipes-connectivity/connman/connman_1.20.bbappend
>>>>
>>>>
b/meta-systemd/oe-core/recipes-connectivity/connman/connman_%.bbappend
>>>> similarity index 100% rename from
>>>> meta-systemd/oe-core/recipes-connectivity/connman/connman_1.20.bbappend
>>>> rename to
>>>> meta-systemd/oe-core/recipes-connectivity/connman/connman_%.bbappend
>
>>>>
> Can we come up with a plan to drop these packaging bbappends? We've
> already had more than one OE (well yoctoproject) release so distros have
> had ample time to adjust to the new packaging system.
>
>> I have already updated SHR as distro, but that doesn't fix
>> upgrade-path on target (for crazy folks who would try to opkg upgrade
>> themselves from dylan to master).
I think we need to be pragmatic here, dylan -> master won't work when using
opkg (haven't tried RPM), so I'd like to get rid of bbappends that are
present purely for historical reasons.
I'm sure someone can come up with a image recipe in dylan where upgrade to
master does work, but it breaks for the commonly used angstrom images.
So after 'dizzy' (or whatever RP will call it) can we drop these bbappends?
regards,
Koen
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)
Comment: GPGTools - http://gpgtools.org
iD8DBQFS6NrmMkyGM64RGpERAtf+AJ4wQeFFJUPngxOudYONWaKcH2kF2QCfclab
MDqmkEQ+AWT9bmozHspawxE=
=eQfD
-----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] 5+ messages in thread
* [meta-systemd][PATCH] connman: rename .bbappend to match new version from oe-core
@ 2013-03-07 15:53 Martin Jansa
0 siblings, 0 replies; 5+ messages in thread
From: Martin Jansa @ 2013-03-07 15:53 UTC (permalink / raw)
To: openembedded-devel
* drop settings already set in connman.inc
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
.../connman/{connman_1.10.bbappend => connman_1.12.bbappend} | 4 ----
1 file changed, 4 deletions(-)
rename meta-systemd/oe-core/recipes-connectivity/connman/{connman_1.10.bbappend => connman_1.12.bbappend} (57%)
diff --git a/meta-systemd/oe-core/recipes-connectivity/connman/connman_1.10.bbappend b/meta-systemd/oe-core/recipes-connectivity/connman/connman_1.12.bbappend
similarity index 57%
rename from meta-systemd/oe-core/recipes-connectivity/connman/connman_1.10.bbappend
rename to meta-systemd/oe-core/recipes-connectivity/connman/connman_1.12.bbappend
index a9d13e6..b94f84b 100644
--- a/meta-systemd/oe-core/recipes-connectivity/connman/connman_1.10.bbappend
+++ b/meta-systemd/oe-core/recipes-connectivity/connman/connman_1.12.bbappend
@@ -1,8 +1,4 @@
-inherit systemd
-
PRINC := "${@int(PRINC) + 1}"
-EXTRA_OECONF += "--with-systemdunitdir=${systemd_unitdir}/system/"
-
SYSTEMD_PACKAGES = "${PN}-systemd"
SYSTEMD_SERVICE_${PN}-systemd = "connman.service"
--
1.8.1.5
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2014-01-29 10:41 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-28 21:18 [meta-systemd][PATCH] connman: Rename .bbappend to match new version from oe-core Martin Jansa
2014-01-29 7:55 ` Koen Kooi
2014-01-29 10:15 ` Martin Jansa
2014-01-29 10:41 ` Koen Kooi
-- strict thread matches above, loose matches on Subject: below --
2013-03-07 15:53 [meta-systemd][PATCH] connman: rename " 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.