* [PATCH] task-fso-compliance: depend on fso-abyss
@ 2010-03-25 22:21 Antonio Ospite
2010-03-26 0:06 ` Michael 'Mickey' Lauer
0 siblings, 1 reply; 9+ messages in thread
From: Antonio Ospite @ 2010-03-25 22:21 UTC (permalink / raw)
To: openembedded-devel; +Cc: Michael 'Mickey' Lauer
fso-console-image fails in do_rootfs with this message:
| Collected errors:
| * satisfy_dependencies_for: Cannot satisfy the following dependencies \
for task-fso-compliance:
| * fso-abyss *
See also http://bugs.openembedded.org/show_bug.cgi?id=5385
Signed-off-by: Antonio Ospite <ospite@studenti.unina.it>
---
recipes/tasks/task-fso-compliance.bb | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/recipes/tasks/task-fso-compliance.bb b/recipes/tasks/task-fso-compliance.bb
index e1776a8..50230f0 100644
--- a/recipes/tasks/task-fso-compliance.bb
+++ b/recipes/tasks/task-fso-compliance.bb
@@ -2,7 +2,7 @@ DESCRIPTION = "The freesmartphone.org framework -- install this task to make you
SECTION = "fso/base"
LICENSE = "MIT"
PV = "1.0"
-PR = "r8"
+PR = "r9"
inherit task
@@ -12,6 +12,7 @@ RDEPENDS_${PN} = "\
# fso-apmd \
fso-gpsd \
# fso-monitord \
+ fso-abyss \
connman \
connman-scripts \
# connman-plugin-bluetooth \
--
1.7.0.3
^ permalink raw reply related [flat|nested] 9+ messages in thread* Re: [PATCH] task-fso-compliance: depend on fso-abyss
2010-03-25 22:21 [PATCH] task-fso-compliance: depend on fso-abyss Antonio Ospite
@ 2010-03-26 0:06 ` Michael 'Mickey' Lauer
2010-03-26 8:15 ` Antonio Ospite
0 siblings, 1 reply; 9+ messages in thread
From: Michael 'Mickey' Lauer @ 2010-03-26 0:06 UTC (permalink / raw)
To: openembedded-devel
> diff --git a/recipes/tasks/task-fso-compliance.bb b/recipes/tasks/task-fso-compliance.bb
> index e1776a8..50230f0 100644
> --- a/recipes/tasks/task-fso-compliance.bb
> +++ b/recipes/tasks/task-fso-compliance.bb
> @@ -2,7 +2,7 @@ DESCRIPTION = "The freesmartphone.org framework -- install this task to make you
> SECTION = "fso/base"
> LICENSE = "MIT"
> PV = "1.0"
> -PR = "r8"
> +PR = "r9"
>
> inherit task
>
> @@ -12,6 +12,7 @@ RDEPENDS_${PN} = "\
> # fso-apmd \
> fso-gpsd \
> # fso-monitord \
> + fso-abyss \
> connman \
> connman-scripts \
> # connman-plugin-bluetooth \
That's wrong, fso-abyss is only used for some of the machines (i.e.
Openmoko ones). Installing it unconditionally only blows up the images.
We should rather find out why something depends on it when you build for
an EZX machine.
:M:
^ permalink raw reply [flat|nested] 9+ messages in thread* Re: [PATCH] task-fso-compliance: depend on fso-abyss
2010-03-26 0:06 ` Michael 'Mickey' Lauer
@ 2010-03-26 8:15 ` Antonio Ospite
2010-03-29 15:26 ` Antonio Ospite
0 siblings, 1 reply; 9+ messages in thread
From: Antonio Ospite @ 2010-03-26 8:15 UTC (permalink / raw)
To: openembedded-devel; +Cc: Michael 'Mickey' Lauer
[-- Attachment #1: Type: text/plain, Size: 1027 bytes --]
On Fri, 26 Mar 2010 01:06:05 +0100
"Michael 'Mickey' Lauer" <mickey@vanille-media.de> wrote:
> > diff --git a/recipes/tasks/task-fso-compliance.bb b/recipes/tasks/task-fso-compliance.bb
[...]
> > @@ -12,6 +12,7 @@ RDEPENDS_${PN} = "\
> > # fso-apmd \
> > fso-gpsd \
> > # fso-monitord \
> > + fso-abyss \
> > connman \
> > connman-scripts \
> > # connman-plugin-bluetooth \
>
> That's wrong, fso-abyss is only used for some of the machines (i.e.
> Openmoko ones). Installing it unconditionally only blows up the images.
> We should rather find out why something depends on it when you build for
> an EZX machine.
>
> :M:
>
Ok, thanks, I'll take a deeper look.
Regards,
Antonio
--
Antonio Ospite
http://ao2.it
PGP public key ID: 0x4553B001
A: Because it messes up the order in which people normally read text.
See http://en.wikipedia.org/wiki/Posting_style
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing in e-mail?
[-- Attachment #2: Type: application/pgp-signature, Size: 205 bytes --]
^ permalink raw reply [flat|nested] 9+ messages in thread* Re: [PATCH] task-fso-compliance: depend on fso-abyss
2010-03-26 8:15 ` Antonio Ospite
@ 2010-03-29 15:26 ` Antonio Ospite
2010-03-30 10:23 ` Antonio Ospite
0 siblings, 1 reply; 9+ messages in thread
From: Antonio Ospite @ 2010-03-29 15:26 UTC (permalink / raw)
To: openembedded-devel; +Cc: Michael 'Mickey' Lauer
[-- Attachment #1: Type: text/plain, Size: 1383 bytes --]
On Fri, 26 Mar 2010 09:15:38 +0100
Antonio Ospite <ospite@studenti.unina.it> wrote:
> On Fri, 26 Mar 2010 01:06:05 +0100
> "Michael 'Mickey' Lauer" <mickey@vanille-media.de> wrote:
>
> > > diff --git a/recipes/tasks/task-fso-compliance.bb b/recipes/tasks/task-fso-compliance.bb
> [...]
> > > @@ -12,6 +12,7 @@ RDEPENDS_${PN} = "\
> > > # fso-apmd \
> > > fso-gpsd \
> > > # fso-monitord \
> > > + fso-abyss \
> > > connman \
> > > connman-scripts \
> > > # connman-plugin-bluetooth \
> >
> > That's wrong, fso-abyss is only used for some of the machines (i.e.
> > Openmoko ones). Installing it unconditionally only blows up the images.
> > We should rather find out why something depends on it when you build for
> > an EZX machine.
> >
>
> Ok, thanks, I'll take a deeper look.
>
If I disable _both_ frameworkd and fso-gpsd, then fso-console-image
builds fine. I am still looking to see which of those cause the issue,
fso-abyss is mentioned in frameworkd_git.bb but only conditionally for
OM machines...
Ciao ciao,
Antonio
--
Antonio Ospite
http://ao2.it
PGP public key ID: 0x4553B001
A: Because it messes up the order in which people normally read text.
See http://en.wikipedia.org/wiki/Posting_style
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing in e-mail?
[-- Attachment #2: Type: application/pgp-signature, Size: 205 bytes --]
^ permalink raw reply [flat|nested] 9+ messages in thread* Re: [PATCH] task-fso-compliance: depend on fso-abyss
2010-03-29 15:26 ` Antonio Ospite
@ 2010-03-30 10:23 ` Antonio Ospite
2010-04-01 13:16 ` [PATCH] frameworkd-config-shr: fix a nasty typo Antonio Ospite
0 siblings, 1 reply; 9+ messages in thread
From: Antonio Ospite @ 2010-03-30 10:23 UTC (permalink / raw)
To: openembedded-devel; +Cc: Michael 'Mickey' Lauer
[-- Attachment #1: Type: text/plain, Size: 2170 bytes --]
On Mon, 29 Mar 2010 17:26:40 +0200
Antonio Ospite <ospite@studenti.unina.it> wrote:
> On Fri, 26 Mar 2010 09:15:38 +0100
> Antonio Ospite <ospite@studenti.unina.it> wrote:
>
> > On Fri, 26 Mar 2010 01:06:05 +0100
> > "Michael 'Mickey' Lauer" <mickey@vanille-media.de> wrote:
> >
> > > > diff --git a/recipes/tasks/task-fso-compliance.bb b/recipes/tasks/task-fso-compliance.bb
> > [...]
> > > > @@ -12,6 +12,7 @@ RDEPENDS_${PN} = "\
> > > > # fso-apmd \
> > > > fso-gpsd \
> > > > # fso-monitord \
> > > > + fso-abyss \
> > > > connman \
> > > > connman-scripts \
> > > > # connman-plugin-bluetooth \
> > >
> > > That's wrong, fso-abyss is only used for some of the machines (i.e.
> > > Openmoko ones). Installing it unconditionally only blows up the images.
> > > We should rather find out why something depends on it when you build for
> > > an EZX machine.
> > >
> >
> > Ok, thanks, I'll take a deeper look.
> >
>
> If I disable _both_ frameworkd and fso-gpsd, then fso-console-image
> builds fine. I am still looking to see which of those cause the issue,
> fso-abyss is mentioned in frameworkd_git.bb but only conditionally for
> OM machines...
>
> Ciao ciao,
> Antonio
>
With this only change fso-console-image builds ok:
diff --git a/recipes/freesmartphone/frameworkd_git.bb
b/recipes/freesmartphone/frameworkd_git.bb index 47e3523..c16ba2a 100644
--- a/recipes/freesmartphone/frameworkd_git.bb
+++ b/recipes/freesmartphone/frameworkd_git.bb
@@ -62,7 +62,7 @@ RDEPENDS_${PN} += "\
python-syslog \
python-textutils \
python-multiprocessing \
- ${PN}-config \
+# ${PN}-config \
"
So, is frameworkd-config pulling in fso-abyss unconditionally?
I was not able to narrow the problem down further, maybe someone can
help me with some other advice.
Thanks,
Antonio
--
Antonio Ospite
http://ao2.it
PGP public key ID: 0x4553B001
A: Because it messes up the order in which people normally read text.
See http://en.wikipedia.org/wiki/Posting_style
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing in e-mail?
[-- Attachment #2: Type: application/pgp-signature, Size: 205 bytes --]
^ permalink raw reply [flat|nested] 9+ messages in thread* [PATCH] frameworkd-config-shr: fix a nasty typo
2010-03-30 10:23 ` Antonio Ospite
@ 2010-04-01 13:16 ` Antonio Ospite
2010-04-01 13:23 ` Martin Jansa
2010-04-06 11:13 ` Dr. Michael Lauer
0 siblings, 2 replies; 9+ messages in thread
From: Antonio Ospite @ 2010-04-01 13:16 UTC (permalink / raw)
To: openembedded-devel; +Cc: Michael 'Mickey' Lauer
A misplaced '-' instead of '_' made bitbake conditional appending fail,
resulting in fso-abyss being added unconditionally to runtime
dependencies.
Signed-off-by: Antonio Ospite <ospite@studenti.unina.it>
---
The problem was in frameworkd-config, which was provided also by
frameworkd-config-shr, so here we are.
This one seems to be the correct fix for:
http://bugs.openembedded.org/show_bug.cgi?id=5385
Please check also the English in the commit message, you never know :)
Thanks,
Antonio Ospite
http://ao2.it
frameworkd-config-shr:
recipes/shr/frameworkd-config-shr_git.bb | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/recipes/shr/frameworkd-config-shr_git.bb b/recipes/shr/frameworkd-config-shr_git.bb
index 3be7ceb..35c00de 100644
--- a/recipes/shr/frameworkd-config-shr_git.bb
+++ b/recipes/shr/frameworkd-config-shr_git.bb
@@ -66,7 +66,7 @@ PACKAGE_ARCH_${PN} = "${MACHINE_ARCH}"
# - recommend MUXer on platforms that require one
RDEPENDS_${PN}_append_om-gta01 = " fso-abyss"
RDEPENDS_${PN}_append_om-gta02 = " fso-abyss"
-RDEPENDS_${PN}_append-om-3d7k = " fso-abyss"
+RDEPENDS_${PN}_append_om-3d7k = " fso-abyss"
# - add wmiconfig for wireless configuration
RDEPENDS_${PN}_append_om-gta02 = " wmiconfig"
--
1.7.0.3
^ permalink raw reply related [flat|nested] 9+ messages in thread* Re: [PATCH] frameworkd-config-shr: fix a nasty typo
2010-04-01 13:16 ` [PATCH] frameworkd-config-shr: fix a nasty typo Antonio Ospite
@ 2010-04-01 13:23 ` Martin Jansa
2010-04-01 13:34 ` Holger Hans Peter Freyther
2010-04-06 11:13 ` Dr. Michael Lauer
1 sibling, 1 reply; 9+ messages in thread
From: Martin Jansa @ 2010-04-01 13:23 UTC (permalink / raw)
To: openembedded-devel
On Thu, Apr 01, 2010 at 03:16:23PM +0200, Antonio Ospite wrote:
> A misplaced '-' instead of '_' made bitbake conditional appending fail,
> resulting in fso-abyss being added unconditionally to runtime
> dependencies.
Wow, good catch! I'll apply now.
--
uin:136542059 jid:Martin.Jansa@gmail.com
Jansa Martin sip:jamasip@voip.wengo.fr
JaMa
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PATCH] frameworkd-config-shr: fix a nasty typo
2010-04-01 13:23 ` Martin Jansa
@ 2010-04-01 13:34 ` Holger Hans Peter Freyther
0 siblings, 0 replies; 9+ messages in thread
From: Holger Hans Peter Freyther @ 2010-04-01 13:34 UTC (permalink / raw)
To: openembedded-devel
On Thursday 01 April 2010 15:23:12 Martin Jansa wrote:
> On Thu, Apr 01, 2010 at 03:16:23PM +0200, Antonio Ospite wrote:
> > A misplaced '-' instead of '_' made bitbake conditional appending fail,
> > resulting in fso-abyss being added unconditionally to runtime
> > dependencies.
>
> Wow, good catch! I'll apply now.
Stupid question... there are not many that have a gta03, who is suffering from
that (the bug tracker is not loading for me right now).
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PATCH] frameworkd-config-shr: fix a nasty typo
2010-04-01 13:16 ` [PATCH] frameworkd-config-shr: fix a nasty typo Antonio Ospite
2010-04-01 13:23 ` Martin Jansa
@ 2010-04-06 11:13 ` Dr. Michael Lauer
1 sibling, 0 replies; 9+ messages in thread
From: Dr. Michael Lauer @ 2010-04-06 11:13 UTC (permalink / raw)
To: Antonio Ospite; +Cc: openembedded-devel
Thanks a lot, Antonio. Well spotted! I have since removed all remaining traces
of om3d7k.
Cheers,
:M:
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2010-04-06 11:16 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-25 22:21 [PATCH] task-fso-compliance: depend on fso-abyss Antonio Ospite
2010-03-26 0:06 ` Michael 'Mickey' Lauer
2010-03-26 8:15 ` Antonio Ospite
2010-03-29 15:26 ` Antonio Ospite
2010-03-30 10:23 ` Antonio Ospite
2010-04-01 13:16 ` [PATCH] frameworkd-config-shr: fix a nasty typo Antonio Ospite
2010-04-01 13:23 ` Martin Jansa
2010-04-01 13:34 ` Holger Hans Peter Freyther
2010-04-06 11:13 ` Dr. Michael Lauer
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.