Re: Problems with making local repository

2008-11-24 Thread Al Johnson
On Monday 24 November 2008, Leonti Bielski wrote:
> Hello!
> I use OE environment and I would like to use ipk files it produces to
> install on my FR using opkg.
> My problem is that OE doesn't include all of the compiled packages to
> Packages,gz.
> So after reading some ipkg instructions I run:
> ipkg-make-index dir_with_ipks
> But it gives me errot like:
> tar: *control: Not found in archive
> tar: Error exit delayed from previous errors
> tar: Pattern matching characters used in file names. Please,
> tar: use --wildcards to enable pattern matching, or --no-wildcards to
> tar: suppress this warning.
>
> Does anyone know how to solve this?

bitbake package-index

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Re: Problems with making local repository

2008-11-24 Thread Leonti Bielski
I found the solution - you just have to change line nr. 155 in file
ipkg.py from ipkg-utils to:
control = os.popen("ar p "+fn+" control.tar.gz | tar
xfzO - --wildcards '*control'","r")
I think it was a problem with tar version - ipkg-utils are from year 2005.

Leonti

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community


Problems with making local repository

2008-11-24 Thread Leonti Bielski
Hello!
I use OE environment and I would like to use ipk files it produces to
install on my FR using opkg.
My problem is that OE doesn't include all of the compiled packages to
Packages,gz.
So after reading some ipkg instructions I run:
ipkg-make-index dir_with_ipks
But it gives me errot like:
tar: *control: Not found in archive
tar: Error exit delayed from previous errors
tar: Pattern matching characters used in file names. Please,
tar: use --wildcards to enable pattern matching, or --no-wildcards to
tar: suppress this warning.

Does anyone know how to solve this?

Leonti

___
Openmoko community mailing list
community@lists.openmoko.org
http://lists.openmoko.org/mailman/listinfo/community