* Angstrom opkg feed config
@ 2010-03-11 15:28 Steffen Sledz
2010-03-11 15:49 ` Koen Kooi
0 siblings, 1 reply; 5+ messages in thread
From: Steffen Sledz @ 2010-03-11 15:28 UTC (permalink / raw)
To: openembedded-devel
At the moment recipes/angstrom/angstrom-feed-configs.bb creates
also config file for ${MACHINE_ARCH} specific packages. But at
least for the machine arch 'hipox' (i'm not sure for other ones)
the given URI does not exist. This results in an error when
calling 'opkg update':
Collected errors:
* Failed to download http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv5te/machine/hipox/Packages.gz, error 1
Does this directory intentionally not exist?
Wouldn't it be better to create an empty Packages.gz if there
are no machine arch specific packages?
Steffen
^ permalink raw reply [flat|nested] 5+ messages in thread* Re: Angstrom opkg feed config
2010-03-11 15:28 Angstrom opkg feed config Steffen Sledz
@ 2010-03-11 15:49 ` Koen Kooi
2010-03-11 15:58 ` Steffen Sledz
0 siblings, 1 reply; 5+ messages in thread
From: Koen Kooi @ 2010-03-11 15:49 UTC (permalink / raw)
To: openembedded-devel
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On 11-03-10 16:28, Steffen Sledz wrote:
> At the moment recipes/angstrom/angstrom-feed-configs.bb creates
> also config file for ${MACHINE_ARCH} specific packages. But at
> least for the machine arch 'hipox' (i'm not sure for other ones)
> the given URI does not exist. This results in an error when
> calling 'opkg update':
>
> Collected errors:
> * Failed to download http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv5te/machine/hipox/Packages.gz, error 1
>
> Does this directory intentionally not exist?
>
> Wouldn't it be better to create an empty Packages.gz if there
> are no machine arch specific packages?
Feel free to volunteer to support this machine in angstrom, ask on the
angstrom devel mailinglist about it.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)
iD8DBQFLmREEMkyGM64RGpERAkQRAJkBRCHB1GS9yufS3RBTe6Mwm+z0EACgszUU
RPkUZhZai1QB1pF8mSbKBO4=
=gCA2
-----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] 5+ messages in thread* Re: Angstrom opkg feed config
2010-03-11 15:49 ` Koen Kooi
@ 2010-03-11 15:58 ` Steffen Sledz
2010-03-11 16:08 ` Koen Kooi
0 siblings, 1 reply; 5+ messages in thread
From: Steffen Sledz @ 2010-03-11 15:58 UTC (permalink / raw)
To: openembedded-devel
Koen Kooi wrote:
>> At the moment recipes/angstrom/angstrom-feed-configs.bb creates
>> also config file for ${MACHINE_ARCH} specific packages. But at
>> least for the machine arch 'hipox' (i'm not sure for other ones)
>> the given URI does not exist. This results in an error when
>> calling 'opkg update':
>
>> Collected errors:
>> * Failed to download http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv5te/machine/hipox/Packages.gz, error 1
>
>> Does this directory intentionally not exist?
>
>> Wouldn't it be better to create an empty Packages.gz if there
>> are no machine arch specific packages?
>
> Feel free to volunteer to support this machine in angstrom, ask on the
> angstrom devel mailinglist about it.
I'm not sure if i have the time to handle this. Sorry.
But as mentioned before, wouldn't it be a good idea to create an
empty Packages.gz for all OE known machine types which are not
officially supported by Angstrom just to avoid this error. That
sounds easy to realize.
Steffen
^ permalink raw reply [flat|nested] 5+ messages in thread* Re: Angstrom opkg feed config
2010-03-11 15:58 ` Steffen Sledz
@ 2010-03-11 16:08 ` Koen Kooi
2010-03-12 8:39 ` Steffen Sledz
0 siblings, 1 reply; 5+ messages in thread
From: Koen Kooi @ 2010-03-11 16:08 UTC (permalink / raw)
To: openembedded-devel
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On 11-03-10 16:58, Steffen Sledz wrote:
> Koen Kooi wrote:
>>> At the moment recipes/angstrom/angstrom-feed-configs.bb creates
>>> also config file for ${MACHINE_ARCH} specific packages. But at
>>> least for the machine arch 'hipox' (i'm not sure for other ones)
>>> the given URI does not exist. This results in an error when
>>> calling 'opkg update':
>>
>>> Collected errors:
>>> * Failed to download http://www.angstrom-distribution.org/feeds/unstable/ipk/glibc/armv5te/machine/hipox/Packages.gz, error 1
>>
>>> Does this directory intentionally not exist?
>>
>>> Wouldn't it be better to create an empty Packages.gz if there
>>> are no machine arch specific packages?
>>
>> Feel free to volunteer to support this machine in angstrom, ask on the
>> angstrom devel mailinglist about it.
>
> I'm not sure if i have the time to handle this. Sorry.
>
> But as mentioned before, wouldn't it be a good idea to create an
> empty Packages.gz for all OE known machine types which are not
> officially supported by Angstrom just to avoid this error. That
> sounds easy to realize.
Feel free to volunteer to do that for all current and future OE
machines, for all current and future angstrom releases[1].
regards,
Koen
[1] Extending contrib/angstrom/sort.sh would go a long way
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)
iD8DBQFLmRVoMkyGM64RGpERAvIvAJ9au96yM7Q4DhHCbz3VIRELDiQRagCgqtCZ
UU13RDLsxeaIH6RQr+2RU4g=
=tNNv
-----END PGP SIGNATURE-----
^ permalink raw reply [flat|nested] 5+ messages in thread* Re: Angstrom opkg feed config
2010-03-11 16:08 ` Koen Kooi
@ 2010-03-12 8:39 ` Steffen Sledz
0 siblings, 0 replies; 5+ messages in thread
From: Steffen Sledz @ 2010-03-12 8:39 UTC (permalink / raw)
To: openembedded-devel
Koen Kooi wrote:
>> But as mentioned before, wouldn't it be a good idea to create an
>> empty Packages.gz for all OE known machine types which are not
>> officially supported by Angstrom just to avoid this error. That
>> sounds easy to realize.
>
> Feel free to volunteer to do that for all current and future OE
> machines, for all current and future angstrom releases[1].
Sorry. I do not have the times to this currently.
> [1] Extending contrib/angstrom/sort.sh would go a long way
But at least i added hipox machine there.
Steffen
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2010-03-12 8:42 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-11 15:28 Angstrom opkg feed config Steffen Sledz
2010-03-11 15:49 ` Koen Kooi
2010-03-11 15:58 ` Steffen Sledz
2010-03-11 16:08 ` Koen Kooi
2010-03-12 8:39 ` Steffen Sledz
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.