All of lore.kernel.org
 help / color / mirror / Atom feed
* machinename with dash in it
@ 2013-04-08 12:28 Jaap de Jong
  2013-04-08 13:17 ` Martin Jansa
  0 siblings, 1 reply; 5+ messages in thread
From: Jaap de Jong @ 2013-04-08 12:28 UTC (permalink / raw)
  To: openembedded-devel@lists.openembedded.org

Hi All,
something strange happens with my machinename with a dash in it: x-y
If I bitbake some image it will end up that netbase is not found.
Inspection of build/tmp-angstrom_v2012_12-eglibc/work shows 2 variants 
of x-y: one with a dash and one where the dash is replaced by an 
underscore: x-y and x_y
In x-y only netbase is found, rest of the machinespecific packages are 
in x_y
Creating the image fails with the message that netbase is not found...
Any ideas?
Jaap




^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: machinename with dash in it
  2013-04-08 12:28 machinename with dash in it Jaap de Jong
@ 2013-04-08 13:17 ` Martin Jansa
  2013-04-08 19:53   ` Koen Kooi
  0 siblings, 1 reply; 5+ messages in thread
From: Martin Jansa @ 2013-04-08 13:17 UTC (permalink / raw)
  To: openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 857 bytes --]

On Mon, Apr 08, 2013 at 02:28:51PM +0200, Jaap de Jong wrote:
> Hi All,
> something strange happens with my machinename with a dash in it: x-y
> If I bitbake some image it will end up that netbase is not found.
> Inspection of build/tmp-angstrom_v2012_12-eglibc/work shows 2 variants 
> of x-y: one with a dash and one where the dash is replaced by an 
> underscore: x-y and x_y
> In x-y only netbase is found, rest of the machinespecific packages are 
> in x_y

MACHINE_ARCH is MACHINE with s/-/_/g (because rpm had issues with -) so it's expected.

> Creating the image fails with the message that netbase is not found...
> Any ideas?

It's probably caused by
https://bugzilla.yoctoproject.org/show_bug.cgi?id=4102
do manual cleanup described there and it should work fine.

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: machinename with dash in it
  2013-04-08 13:17 ` Martin Jansa
@ 2013-04-08 19:53   ` Koen Kooi
  2013-04-08 20:15     ` Martin Jansa
  0 siblings, 1 reply; 5+ messages in thread
From: Koen Kooi @ 2013-04-08 19:53 UTC (permalink / raw)
  To: openembedded-devel

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Op 08-04-13 15:17, Martin Jansa schreef:
> On Mon, Apr 08, 2013 at 02:28:51PM +0200, Jaap de Jong wrote:
>> Hi All, something strange happens with my machinename with a dash in
>> it: x-y If I bitbake some image it will end up that netbase is not
>> found. Inspection of build/tmp-angstrom_v2012_12-eglibc/work shows 2
>> variants of x-y: one with a dash and one where the dash is replaced by
>> an underscore: x-y and x_y In x-y only netbase is found, rest of the
>> machinespecific packages are in x_y
> 
> MACHINE_ARCH is MACHINE with s/-/_/g (because rpm had issues with -) so
> it's expected.
> 
>> Creating the image fails with the message that netbase is not found... 
>> Any ideas?
> 
> It's probably caused by 
> https://bugzilla.yoctoproject.org/show_bug.cgi?id=4102 do manual cleanup
> described there and it should work fine.

The root cause was this one:
https://git.linaro.org/gitweb?p=openembedded/meta-linaro.git;a=commit;h=30f353c072336ad764e9528ae3c508adb28fa4ad

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)
Comment: GPGTools - http://gpgtools.org

iD8DBQFRYyA+MkyGM64RGpERAlOqAKCo06UHU8N5U7rGLyddRl8vjS9cBgCgka+u
Zlnl+rXes1ntNxNASOrc6pY=
=Tjzk
-----END PGP SIGNATURE-----




^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: machinename with dash in it
  2013-04-08 19:53   ` Koen Kooi
@ 2013-04-08 20:15     ` Martin Jansa
  2013-04-09  6:23       ` Jaap de Jong
  0 siblings, 1 reply; 5+ messages in thread
From: Martin Jansa @ 2013-04-08 20:15 UTC (permalink / raw)
  To: openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 1302 bytes --]

On Mon, Apr 08, 2013 at 09:53:34PM +0200, Koen Kooi wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> Op 08-04-13 15:17, Martin Jansa schreef:
> > On Mon, Apr 08, 2013 at 02:28:51PM +0200, Jaap de Jong wrote:
> >> Hi All, something strange happens with my machinename with a dash in
> >> it: x-y If I bitbake some image it will end up that netbase is not
> >> found. Inspection of build/tmp-angstrom_v2012_12-eglibc/work shows 2
> >> variants of x-y: one with a dash and one where the dash is replaced by
> >> an underscore: x-y and x_y In x-y only netbase is found, rest of the
> >> machinespecific packages are in x_y
> > 
> > MACHINE_ARCH is MACHINE with s/-/_/g (because rpm had issues with -) so
> > it's expected.
> > 
> >> Creating the image fails with the message that netbase is not found... 
> >> Any ideas?
> > 
> > It's probably caused by 
> > https://bugzilla.yoctoproject.org/show_bug.cgi?id=4102 do manual cleanup
> > described there and it should work fine.
> 
> The root cause was this one:
> https://git.linaro.org/gitweb?p=openembedded/meta-linaro.git;a=commit;h=30f353c072336ad764e9528ae3c508adb28fa4ad

Heh, I was expecting that all MACHINEs in PACKAGE_ARCH died long time
ago.

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: machinename with dash in it
  2013-04-08 20:15     ` Martin Jansa
@ 2013-04-09  6:23       ` Jaap de Jong
  0 siblings, 0 replies; 5+ messages in thread
From: Jaap de Jong @ 2013-04-09  6:23 UTC (permalink / raw)
  To: openembedded-devel


On 04/08/2013 10:15 PM, Martin Jansa wrote:
> On Mon, Apr 08, 2013 at 09:53:34PM +0200, Koen Kooi wrote:
>> -----BEGIN PGP SIGNED MESSAGE-----
>> Hash: SHA1
>>
>> Op 08-04-13 15:17, Martin Jansa schreef:
>>> On Mon, Apr 08, 2013 at 02:28:51PM +0200, Jaap de Jong wrote:
>>>> Hi All, something strange happens with my machinename with a dash in
>>>> it: x-y If I bitbake some image it will end up that netbase is not
>>>> found. Inspection of build/tmp-angstrom_v2012_12-eglibc/work shows 2
>>>> variants of x-y: one with a dash and one where the dash is replaced by
>>>> an underscore: x-y and x_y In x-y only netbase is found, rest of the
>>>> machinespecific packages are in x_y
>>> MACHINE_ARCH is MACHINE with s/-/_/g (because rpm had issues with -) so
>>> it's expected.
>>>
>>>> Creating the image fails with the message that netbase is not found...
>>>> Any ideas?
>>> It's probably caused by
>>> https://bugzilla.yoctoproject.org/show_bug.cgi?id=4102 do manual cleanup
>>> described there and it should work fine.
>> The root cause was this one:
>> https://git.linaro.org/gitweb?p=openembedded/meta-linaro.git;a=commit;h=30f353c072336ad764e9528ae3c508adb28fa4ad
> Heh, I was expecting that all MACHINEs in PACKAGE_ARCH died long time
> ago.
>
Thanks for the hint, this is fixed now.
(I have a new error though....)
Jaap




^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2013-04-09  6:40 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-08 12:28 machinename with dash in it Jaap de Jong
2013-04-08 13:17 ` Martin Jansa
2013-04-08 19:53   ` Koen Kooi
2013-04-08 20:15     ` Martin Jansa
2013-04-09  6:23       ` Jaap de Jong

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.