All of lore.kernel.org
 help / color / mirror / Atom feed
* opkg-cl for manifest creation
@ 2013-08-21 11:10 Hingolikar, Mrinmayee
  2013-08-21 12:48 ` Cooper Jr., Franklin
  2013-08-22 20:58 ` Denys Dmytriyenko
  0 siblings, 2 replies; 4+ messages in thread
From: Hingolikar, Mrinmayee @ 2013-08-21 11:10 UTC (permalink / raw)
  To: meta-arago@arago-project.org

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

Hi,

I am trying to create software manifest for the arago-glsdk filesystem using the create-manifest from arago-utils.
On the host when I run the opkg-cl list-installed, it doesn't print any packages. I have built and installed opkg on the host from
https://code.google.com/p/opkg/downloads/detail?name=opkg-0.2.0-rc1.tar.gz&can=2&q=.

Due to this I can only partially execute the create-manifest on the host.
Any help?

Regards,
Mrinmayee


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

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

* Re: opkg-cl for manifest creation
  2013-08-21 11:10 opkg-cl for manifest creation Hingolikar, Mrinmayee
@ 2013-08-21 12:48 ` Cooper Jr., Franklin
  2013-08-22 20:56   ` Denys Dmytriyenko
  2013-08-22 20:58 ` Denys Dmytriyenko
  1 sibling, 1 reply; 4+ messages in thread
From: Cooper Jr., Franklin @ 2013-08-21 12:48 UTC (permalink / raw)
  To: Hingolikar, Mrinmayee; +Cc: meta-arago@arago-project.org

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

Any reason why you can't use the tisdk-image class in meta-arago-distro. This class will create the entire manifest for you.

You can look at arago-amsdk-image for an example.

On Aug 21, 2013, at 6:10 AM, "Hingolikar, Mrinmayee" <mrinmayee@ti.com<mailto:mrinmayee@ti.com>> wrote:

Hi,

I am trying to create software manifest for the arago-glsdk filesystem using the create-manifest from arago-utils.
On the host when I run the opkg-cl list-installed, it doesn’t print any packages. I have built and installed opkg on the host from
https://code.google.com/p/opkg/downloads/detail?name=opkg-0.2.0-rc1.tar.gz&can=2&q=.

Due to this I can only partially execute the create-manifest on the host.
Any help?

Regards,
Mrinmayee

_______________________________________________
meta-arago mailing list
meta-arago@arago-project.org<mailto:meta-arago@arago-project.org>
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago

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

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

* Re: opkg-cl for manifest creation
  2013-08-21 12:48 ` Cooper Jr., Franklin
@ 2013-08-22 20:56   ` Denys Dmytriyenko
  0 siblings, 0 replies; 4+ messages in thread
From: Denys Dmytriyenko @ 2013-08-22 20:56 UTC (permalink / raw)
  To: Cooper Jr., Franklin; +Cc: meta-arago@arago-project.org

On Wed, Aug 21, 2013 at 12:48:19PM +0000, Cooper Jr., Franklin wrote:
> Any reason why you can't use the tisdk-image class in meta-arago-distro. 
> This class will create the entire manifest for you.
> 
> You can look at arago-amsdk-image for an example.

Franklin,

Not everyone uses the combined image. As a matter of fact, AMSDK is the only 
consumer of it, while both MCSDK and GLSDK are doing it differently.

-- 
Denys


> On Aug 21, 2013, at 6:10 AM, "Hingolikar, Mrinmayee" <mrinmayee@ti.com<mailto:mrinmayee@ti.com>> wrote:
> 
> Hi,
> 
> I am trying to create software manifest for the arago-glsdk filesystem using the create-manifest from arago-utils.
> On the host when I run the opkg-cl list-installed, it doesn’t print any packages. I have built and installed opkg on the host from
> https://code.google.com/p/opkg/downloads/detail?name=opkg-0.2.0-rc1.tar.gz&can=2&q=.
> 
> Due to this I can only partially execute the create-manifest on the host.
> Any help?
> 
> Regards,
> Mrinmayee
> 
> _______________________________________________
> meta-arago mailing list
> meta-arago@arago-project.org<mailto:meta-arago@arago-project.org>
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago

> _______________________________________________
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago



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

* Re: opkg-cl for manifest creation
  2013-08-21 11:10 opkg-cl for manifest creation Hingolikar, Mrinmayee
  2013-08-21 12:48 ` Cooper Jr., Franklin
@ 2013-08-22 20:58 ` Denys Dmytriyenko
  1 sibling, 0 replies; 4+ messages in thread
From: Denys Dmytriyenko @ 2013-08-22 20:58 UTC (permalink / raw)
  To: Hingolikar, Mrinmayee; +Cc: meta-arago@arago-project.org

On Wed, Aug 21, 2013 at 11:10:22AM +0000, Hingolikar, Mrinmayee wrote:
> Hi,
> 
> I am trying to create software manifest for the arago-glsdk filesystem using the create-manifest from arago-utils.
> On the host when I run the opkg-cl list-installed, it doesn't print any packages. I have built and installed opkg on the host from
> https://code.google.com/p/opkg/downloads/detail?name=opkg-0.2.0-rc1.tar.gz&can=2&q=.
> 
> Due to this I can only partially execute the create-manifest on the host.
> Any help?

You need the opkg-cl that gets built and installed in $TMPDIR/sysroots.

-- 
Denys


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

end of thread, other threads:[~2013-08-22 20:58 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-21 11:10 opkg-cl for manifest creation Hingolikar, Mrinmayee
2013-08-21 12:48 ` Cooper Jr., Franklin
2013-08-22 20:56   ` Denys Dmytriyenko
2013-08-22 20:58 ` Denys Dmytriyenko

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.