* Dependency tracking - or - how to get rid of kexec-tools
@ 2009-03-01 23:48 Nils Faerber
2009-03-03 9:30 ` Henning Heinold
0 siblings, 1 reply; 3+ messages in thread
From: Nils Faerber @ 2009-03-01 23:48 UTC (permalink / raw)
To: Openembedded-devel
Hi!
I just found a little bit of a problem and am now looking for the most
correct solution to it...
I am trying to build x11-image for a mipsel target. I am using the
dev-head and angstrom-2009 or DISTRO_VERSION = "2009.X-test-20090301"
respectively.
The problem is that this constellation includes kexec-tools-static for
something just that kexec-tools-1.101 does not support mipsel.
As far as I have seen it I will not make use of kexec-tools later on. I
just want to build a quite simple X11 image for that device.
So I can do two things:
1. Get rid of the dependency so that it will not be built. How can I
find out which dependency pulls in kexec-tools?
2. Upgrade kexec-tools to the version that is e.g. in Debian, like
kexec-tools_20080324.orig.tar.gz which now include mipsel support.
So, what to do now?
Even if 2. would be the best way to go I would still be interested how
one can trace this kind of dependency - sometimes I would be really
interested why certain packages are built.
PS: I am planning on submitting this mipsel machine support. What would
be the best way? Create a diff against dev-head and post here?
Cheers
nils faerber
--
kernel concepts GbR Tel: +49-271-771091-12
Sieghuetter Hauptweg 48 Fax: +49-271-771091-19
D-57072 Siegen Mob: +49-176-21024535
--
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Dependency tracking - or - how to get rid of kexec-tools
2009-03-01 23:48 Dependency tracking - or - how to get rid of kexec-tools Nils Faerber
@ 2009-03-03 9:30 ` Henning Heinold
2009-03-03 12:37 ` Andrea Adami
0 siblings, 1 reply; 3+ messages in thread
From: Henning Heinold @ 2009-03-03 9:30 UTC (permalink / raw)
To: openembedded-devel
On Mon, Mar 02, 2009 at 12:48:00AM +0100, Nils Faerber wrote:
> Hi!
> I just found a little bit of a problem and am now looking for the most
> correct solution to it...
> I am trying to build x11-image for a mipsel target. I am using the
> dev-head and angstrom-2009 or DISTRO_VERSION = "2009.X-test-20090301"
> respectively.
> The problem is that this constellation includes kexec-tools-static for
> something just that kexec-tools-1.101 does not support mipsel.
> As far as I have seen it I will not make use of kexec-tools later on. I
> just want to build a quite simple X11 image for that device.
>
> So I can do two things:
> 1. Get rid of the dependency so that it will not be built. How can I
> find out which dependency pulls in kexec-tools?
>
run bitbake -g which gives you 2 files which shows the deps, but
sometimes it doesnt really show why a package was included.
> 2. Upgrade kexec-tools to the version that is e.g. in Debian, like
> kexec-tools_20080324.orig.tar.gz which now include mipsel support.
>
> So, what to do now?
> Even if 2. would be the best way to go I would still be interested how
> one can trace this kind of dependency - sometimes I would be really
> interested why certain packages are built.
>
>
> PS: I am planning on submitting this mipsel machine support. What would
> be the best way? Create a diff against dev-head and post here?
>
Please post the patch here for review.
> Cheers
> nils faerber
Bye Henning
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Dependency tracking - or - how to get rid of kexec-tools
2009-03-03 9:30 ` Henning Heinold
@ 2009-03-03 12:37 ` Andrea Adami
0 siblings, 0 replies; 3+ messages in thread
From: Andrea Adami @ 2009-03-03 12:37 UTC (permalink / raw)
To: openembedded-devel
>Upgrade kexec-tools
+1
You could also try:
cd ../org.openembedded.dev/conf
grep -r kexec .
My 2 cents
Andrea
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2009-03-03 12:41 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-01 23:48 Dependency tracking - or - how to get rid of kexec-tools Nils Faerber
2009-03-03 9:30 ` Henning Heinold
2009-03-03 12:37 ` Andrea Adami
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.