All of lore.kernel.org
 help / color / mirror / Atom feed
* Migration 1.8 -> 2.0 opkg-cl missing in SDK
@ 2015-11-25 16:49 mar.krzeminski
  2015-11-25 19:04 ` Paul Eggleton
  0 siblings, 1 reply; 5+ messages in thread
From: mar.krzeminski @ 2015-11-25 16:49 UTC (permalink / raw)
  To: yocto@yoctoproject.org

Hello,

After migrating from 1.8 to 2.0 opkg-cl is missing in SDK (sdk - is 
generated by bitbake meta-toolchain command).
Manual clearly states that opkg-cl is still avaliable:
http://www.yoctoproject.org/docs/latest/adt-manual/adt-manual.html#configuring-the-pms
I can not find any instruction how to migrate PMS based on opkg in sdk 
in 2.0 release, so my question is what should I change to
make opk running in SDK?
I am suspecting I need to replace opkg-cl with opkg, something more is 
needed?

Regards,
Marcin


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

* Re: Migration 1.8 -> 2.0 opkg-cl missing in SDK
  2015-11-25 16:49 Migration 1.8 -> 2.0 opkg-cl missing in SDK mar.krzeminski
@ 2015-11-25 19:04 ` Paul Eggleton
  2015-11-25 19:11   ` mar.krzeminski
  0 siblings, 1 reply; 5+ messages in thread
From: Paul Eggleton @ 2015-11-25 19:04 UTC (permalink / raw)
  To: mar.krzeminski; +Cc: yocto

Hi Marcin,

On Wednesday 25 November 2015 17:49:19 mar.krzeminski wrote:
> After migrating from 1.8 to 2.0 opkg-cl is missing in SDK (sdk - is
> generated by bitbake meta-toolchain command).
> Manual clearly states that opkg-cl is still avaliable:
> http://www.yoctoproject.org/docs/latest/adt-manual/adt-manual.html#configuri
> ng-the-pms I can not find any instruction how to migrate PMS based on opkg
> in sdk in 2.0 release, so my question is what should I change to
> make opk running in SDK?
> I am suspecting I need to replace opkg-cl with opkg, something more is
> needed?

opkg-cl has been renamed to opkg in opkg 0.3.0 (which was included in our 2.0 
release). Probably something we ought to have noted in the 2.0 migration 
guide.

Cheers,
Paul

-- 

Paul Eggleton
Intel Open Source Technology Centre


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

* Re: Migration 1.8 -> 2.0 opkg-cl missing in SDK
  2015-11-25 19:04 ` Paul Eggleton
@ 2015-11-25 19:11   ` mar.krzeminski
  2015-11-26  9:47     ` Marcin Krzemiński
  0 siblings, 1 reply; 5+ messages in thread
From: mar.krzeminski @ 2015-11-25 19:11 UTC (permalink / raw)
  To: Paul Eggleton; +Cc: yocto

Hi Paul,

Thanks for clarification.

Regards,
Marcin

W dniu 25.11.2015 o 20:04, Paul Eggleton pisze:
> Hi Marcin,
>
> On Wednesday 25 November 2015 17:49:19 mar.krzeminski wrote:
>> After migrating from 1.8 to 2.0 opkg-cl is missing in SDK (sdk - is
>> generated by bitbake meta-toolchain command).
>> Manual clearly states that opkg-cl is still avaliable:
>> http://www.yoctoproject.org/docs/latest/adt-manual/adt-manual.html#configuri
>> ng-the-pms I can not find any instruction how to migrate PMS based on opkg
>> in sdk in 2.0 release, so my question is what should I change to
>> make opk running in SDK?
>> I am suspecting I need to replace opkg-cl with opkg, something more is
>> needed?
> opkg-cl has been renamed to opkg in opkg 0.3.0 (which was included in our 2.0
> release). Probably something we ought to have noted in the 2.0 migration
> guide.
>
> Cheers,
> Paul
>



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

* Re: Migration 1.8 -> 2.0 opkg-cl missing in SDK
  2015-11-25 19:11   ` mar.krzeminski
@ 2015-11-26  9:47     ` Marcin Krzemiński
  2015-11-26 10:36       ` Marcin Krzemiński
  0 siblings, 1 reply; 5+ messages in thread
From: Marcin Krzemiński @ 2015-11-26  9:47 UTC (permalink / raw)
  To: Paul Eggleton; +Cc: yocto

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

Hello again,

Changed opkg-cl to opkg in my scripts, all started to work but warning is
showing for every file in package:
Warning when extracting archive entry: Can't set UID=0
Messages cames from archiver, so two things could be wrong: unpcaking
options or generating ipk options.
Do you know haw can I fix this warning?

Regards,
Marcin




2015-11-25 20:11 GMT+01:00 mar.krzeminski <mar.krzeminski@gmail.com>:

> Hi Paul,
>
> Thanks for clarification.
>
> Regards,
> Marcin
>
> W dniu 25.11.2015 o 20:04, Paul Eggleton pisze:
>
>> Hi Marcin,
>>
>> On Wednesday 25 November 2015 17:49:19 mar.krzeminski wrote:
>>
>>> After migrating from 1.8 to 2.0 opkg-cl is missing in SDK (sdk - is
>>> generated by bitbake meta-toolchain command).
>>> Manual clearly states that opkg-cl is still avaliable:
>>>
>>> http://www.yoctoproject.org/docs/latest/adt-manual/adt-manual.html#configuri
>>> ng-the-pms I can not find any instruction how to migrate PMS based on
>>> opkg
>>> in sdk in 2.0 release, so my question is what should I change to
>>> make opk running in SDK?
>>> I am suspecting I need to replace opkg-cl with opkg, something more is
>>> needed?
>>>
>> opkg-cl has been renamed to opkg in opkg 0.3.0 (which was included in our
>> 2.0
>> release). Probably something we ought to have noted in the 2.0 migration
>> guide.
>>
>> Cheers,
>> Paul
>>
>>
>

[-- Attachment #2: Type: text/html, Size: 2259 bytes --]

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

* Re: Migration 1.8 -> 2.0 opkg-cl missing in SDK
  2015-11-26  9:47     ` Marcin Krzemiński
@ 2015-11-26 10:36       ` Marcin Krzemiński
  0 siblings, 0 replies; 5+ messages in thread
From: Marcin Krzemiński @ 2015-11-26 10:36 UTC (permalink / raw)
  To: Paul Eggleton; +Cc: yocto

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

Ok, there is a patch for opk that adds option to ignore UIDs.
http://git.yoctoproject.org/cgit/cgit.cgi/opkg/patch/libopkg/opkg_conf.c?id=fff984ba1e9070b8e6a5d40a61e5f4f018b1aeb2
I will add this to my layer.

Thanks,
Marcin

2015-11-26 10:47 GMT+01:00 Marcin Krzemiński <mar.krzeminski@gmail.com>:

> Hello again,
>
> Changed opkg-cl to opkg in my scripts, all started to work but warning is
> showing for every file in package:
> Warning when extracting archive entry: Can't set UID=0
> Messages cames from archiver, so two things could be wrong: unpcaking
> options or generating ipk options.
> Do you know haw can I fix this warning?
>
> Regards,
> Marcin
>
>
>
>
> 2015-11-25 20:11 GMT+01:00 mar.krzeminski <mar.krzeminski@gmail.com>:
>
>> Hi Paul,
>>
>> Thanks for clarification.
>>
>> Regards,
>> Marcin
>>
>> W dniu 25.11.2015 o 20:04, Paul Eggleton pisze:
>>
>>> Hi Marcin,
>>>
>>> On Wednesday 25 November 2015 17:49:19 mar.krzeminski wrote:
>>>
>>>> After migrating from 1.8 to 2.0 opkg-cl is missing in SDK (sdk - is
>>>> generated by bitbake meta-toolchain command).
>>>> Manual clearly states that opkg-cl is still avaliable:
>>>>
>>>> http://www.yoctoproject.org/docs/latest/adt-manual/adt-manual.html#configuri
>>>> ng-the-pms I can not find any instruction how to migrate PMS based on
>>>> opkg
>>>> in sdk in 2.0 release, so my question is what should I change to
>>>> make opk running in SDK?
>>>> I am suspecting I need to replace opkg-cl with opkg, something more is
>>>> needed?
>>>>
>>> opkg-cl has been renamed to opkg in opkg 0.3.0 (which was included in
>>> our 2.0
>>> release). Probably something we ought to have noted in the 2.0 migration
>>> guide.
>>>
>>> Cheers,
>>> Paul
>>>
>>>
>>
>

[-- Attachment #2: Type: text/html, Size: 3068 bytes --]

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

end of thread, other threads:[~2015-11-26 10:36 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-25 16:49 Migration 1.8 -> 2.0 opkg-cl missing in SDK mar.krzeminski
2015-11-25 19:04 ` Paul Eggleton
2015-11-25 19:11   ` mar.krzeminski
2015-11-26  9:47     ` Marcin Krzemiński
2015-11-26 10:36       ` Marcin Krzemiński

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.