[oe] [PATCH] slugos-image: fix opkg-cl hanging on installing device tables

Hans Henry von Tresckow hvontres at gmail.com
Sun May 9 02:36:05 UTC 2010


On Sat, May 8, 2010 at 7:00 PM, Khem Raj <raj.khem at gmail.com> wrote:

> On (08/05/10 18:24), Henry von Tresckow wrote:
> > opkg-cl was hanging during slugos image builds due to opkg-cl waiting for
> an answer for overwriting the device tables.
> > adding " -force-defaults" to IPKG_ARGS allows the image to build
> >
> > Signed-off-by: Henry von Tresckow <hvontres at gmail.com>
> > ---
> >  recipes/images/slugos-image.inc |    2 ++
> >  1 files changed, 2 insertions(+), 0 deletions(-)
> >
> > diff --git a/recipes/images/slugos-image.inc
> b/recipes/images/slugos-image.inc
> > index 6a4b7b9..809459c 100644
> > --- a/recipes/images/slugos-image.inc
> > +++ b/recipes/images/slugos-image.inc
> > @@ -23,3 +23,5 @@ IMAGE_LINGUAS = ""
> >  IMAGE_PREPROCESS_COMMAND += "rm -f ${IMAGE_ROOTFS}/boot/?Image*;"
> >
> >  inherit image
> > +
> > +IPKG_ARGS += " -force-default"
>
> hmm when I look at the sources of opkg in .dev I dont see -force-default
> option
> am I missing something.
>
> -Khem


I think slugos still uses an older version of opkg:

slugos:

 henry at FozzieBear:~/oe/slug/tmp/work/nslu2be-linux-gnueabi/slugos-image-1.0-r1/slugos-image-1.0$
opkg-cl --version
 opkg version 0.1.6

angstrom:
henry at FozzieBear:~/oe/dev/tmp/work/poodle-angstrom-linux-gnueabi/console-image-1.0-r0/console-image-1.0$
opkg-cl --version
opkg version 0.1.8



>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel at lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>



-- 
Henry von Tresckow (hvontres)



More information about the Openembedded-devel mailing list