All of lore.kernel.org
 help / color / mirror / Atom feed
* How do I include all packages under a layer ?
       [not found] <230317904.2732545.1557532426303.ref@mail.yahoo.com>
@ 2019-05-10 23:53 ` Madhu Krishnamurthy
  2019-05-11 15:35   ` Burton, Ross
  0 siblings, 1 reply; 4+ messages in thread
From: Madhu Krishnamurthy @ 2019-05-10 23:53 UTC (permalink / raw)
  To: yocto

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

HelloI want to add packages to my image using the local.conf file. For exampleIMAGE_INSTALLED_append += " dmidecode i2c-tools"
Do I have to specify every package or is there a way I can add all packages inside a layer?For example, how do I add all packages from inside poky/meta to my image? Or at least how do I add all packages under poky/meta/recipes-devtools ?
thanksMadhu 

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

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

* Re: How do I include all packages under a layer ?
  2019-05-10 23:53 ` How do I include all packages under a layer ? Madhu Krishnamurthy
@ 2019-05-11 15:35   ` Burton, Ross
  2019-05-11 20:32     ` Madhu Krishnamurthy
  0 siblings, 1 reply; 4+ messages in thread
From: Burton, Ross @ 2019-05-11 15:35 UTC (permalink / raw)
  To: Madhu Krishnamurthy; +Cc: yocto

On Sat, 11 May 2019 at 00:54, Madhu Krishnamurthy <madhukanthk@yahoo.com> wrote:
> Do I have to specify every package or is there a way I can add all packages inside a layer?
> For example, how do I add all packages from inside poky/meta to my image?
> Or at least how do I add all packages under poky/meta/recipes-devtools ?

You need to list them explicitly.  Some layers have packagegroups that
pull in all the dependencies if that makes sense, but adding "all of
oe-core/recipes-devtools" would be odd: you'd have three package
managers for a start.

Ross


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

* Re: How do I include all packages under a layer ?
  2019-05-11 15:35   ` Burton, Ross
@ 2019-05-11 20:32     ` Madhu Krishnamurthy
  2019-05-11 20:51       ` Burton, Ross
  0 siblings, 1 reply; 4+ messages in thread
From: Madhu Krishnamurthy @ 2019-05-11 20:32 UTC (permalink / raw)
  To: Burton, Ross; +Cc: yocto

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

Thanks Ross. The idea of more packages getting pulled in due to dependencies is going to help me. I needed many packages under recipes-devtools. So I thought it might be better to pull them all instead of listing each one of them. 
After seeing your response I realize that I will end up with 3 package managers.  So I will just chose one.
If I have to chose just one, will any one of them (say apt)  work? I somehow had come to believe that you can only use opkg in Yocto. 
thanks and best regardsMadhu



      From: "Burton, Ross" <ross.burton@intel.com>
 To: Madhu Krishnamurthy <madhukanthk@yahoo.com> 
Cc: "yocto@yoctoproject.org" <yocto@yoctoproject.org>
 Sent: Saturday, May 11, 2019 8:35 AM
 Subject: Re: [yocto] How do I include all packages under a layer ?
   
On Sat, 11 May 2019 at 00:54, Madhu Krishnamurthy <madhukanthk@yahoo.com> wrote:
> Do I have to specify every package or is there a way I can add all packages inside a layer?
> For example, how do I add all packages from inside poky/meta to my image?
> Or at least how do I add all packages under poky/meta/recipes-devtools ?

You need to list them explicitly.  Some layers have packagegroups that
pull in all the dependencies if that makes sense, but adding "all of
oe-core/recipes-devtools" would be odd: you'd have three package
managers for a start.

Ross


   

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

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

* Re: How do I include all packages under a layer ?
  2019-05-11 20:32     ` Madhu Krishnamurthy
@ 2019-05-11 20:51       ` Burton, Ross
  0 siblings, 0 replies; 4+ messages in thread
From: Burton, Ross @ 2019-05-11 20:51 UTC (permalink / raw)
  To: Madhu Krishnamurthy; +Cc: yocto

On Sat, 11 May 2019 at 21:32, Madhu Krishnamurthy <madhukanthk@yahoo.com> wrote:
> If I have to chose just one, will any one of them (say apt)  work? I somehow had come to believe that you can only use opkg in Yocto.

The default is opkg but RPM and dpkg are supported.  I'd pick either
opkg or rpm though.

Ross


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

end of thread, other threads:[~2019-05-11 20:51 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <230317904.2732545.1557532426303.ref@mail.yahoo.com>
2019-05-10 23:53 ` How do I include all packages under a layer ? Madhu Krishnamurthy
2019-05-11 15:35   ` Burton, Ross
2019-05-11 20:32     ` Madhu Krishnamurthy
2019-05-11 20:51       ` Burton, Ross

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.