* Reagrding meta-networking
@ 2014-06-30 13:29 Himanshu Pandey
2014-06-30 19:31 ` Henning Heinold
0 siblings, 1 reply; 4+ messages in thread
From: Himanshu Pandey @ 2014-06-30 13:29 UTC (permalink / raw)
To: openembedded-core@lists.openembedded.org
[-- Attachment #1: Type: text/plain, Size: 336 bytes --]
Hi,
Since I want dhcp and pppoe, so I downloaded the same from git and included meta-networking layer in bblayers.conf. This layer is getting compiled but somehow dhcp and pppoe are not getting included in the final image. So what I have to do inorder to add dhcp and pppoe in the final image.
Please help.
Regards,
Himanshu
[-- Attachment #2: Type: text/html, Size: 2097 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Reagrding meta-networking
2014-06-30 13:29 Himanshu Pandey
@ 2014-06-30 19:31 ` Henning Heinold
0 siblings, 0 replies; 4+ messages in thread
From: Henning Heinold @ 2014-06-30 19:31 UTC (permalink / raw)
To: openembedded-core@lists.openembedded.org
On Mon, Jun 30, 2014 at 01:29:26PM -0000, Himanshu Pandey wrote:
> Hi,
>
> Since I want dhcp and pppoe, so I downloaded the same from git and included meta-networking layer in bblayers.conf. This layer is getting compiled but somehow dhcp and pppoe are not getting included in the final image. So what I have to do inorder to add dhcp and pppoe in the final image.
>
> Please help.
>
> Regards,
> Himanshu
IMAGE_INSTALL += "packagename_dhcp packagname_pppoe"
Be aware that recipe(bb)-name is mostly not the resulting packagename.
Bye Henning
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Reagrding meta-networking
@ 2014-07-01 2:24 Himanshu Pandey
0 siblings, 0 replies; 4+ messages in thread
From: Himanshu Pandey @ 2014-07-01 2:24 UTC (permalink / raw)
To: Henning Heinold ; +Cc: openembedded-core@lists.openembedded.org
[-- Attachment #1: Type: text/plain, Size: 1239 bytes --]
So, do I have to set IMAGE_INSTALL variable in local.conf and packagename_XXXXX is what to be followed for the addition of each package.
Regards,Himanshu
From: Henning Heinold <henning@itconsulting-heinold.de>
Sent: Tue, 01 Jul 2014 01:01:52
To: "openembedded-core@lists.openembedded.org" <openembedded-core@lists.openembedded.org>
Subject: Re: [OE-core] Reagrding meta-networking
On Mon, Jun 30, 2014 at 01:29:26PM -0000, Himanshu Pandey wrote:
> Hi,
>
> Since I want dhcp and pppoe, so I downloaded the same from git and included meta-networking layer in bblayers.conf. This layer is getting compiled but somehow dhcp and pppoe are not getting included in the final image. So what I have to do inorder to add dhcp and pppoe in the final image.
>
> Please help.
>
> Regards,
> Himanshu
IMAGE_INSTALL += "packagename_dhcp packagname_pppoe"
Be aware that recipe(bb)-name is mostly not the resulting packagename.
Bye Henning
--
_______________________________________________
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core
[-- Attachment #2: Type: text/html, Size: 3172 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Reagrding meta-networking
[not found] <53b21c10.2677420a.3f91.4ec8SMTPIN_ADDED_BROKEN@mx.google.com>
@ 2014-07-16 14:09 ` Joe MacDonald
0 siblings, 0 replies; 4+ messages in thread
From: Joe MacDonald @ 2014-07-16 14:09 UTC (permalink / raw)
To: Himanshu Pandey; +Cc: openembedded-core@lists.openembedded.org
[-- Attachment #1: Type: text/plain, Size: 1792 bytes --]
[Re: [OE-core] Reagrding meta-networking] On 14.07.01 (Tue 02:24) Himanshu Pandey wrote:
> So, do I have to set IMAGE_INSTALL variable in local.conf and packagename_XXXXX
> is what to be followed for the addition of each package.
That is certainly an option, though I tend to prefer
IMAGE_INSTALL_append for local.conf tweaks.
If you expect this to be a longer-term thing, you may want to consider
defining an image type for your project that includes specifically what
you want in it.
-J.
>
> Regards,
> Himanshu
>
> From: Henning Heinold <henning@itconsulting-heinold.de>
> Sent: Tue, 01 Jul 2014 01:01:52
> To: "openembedded-core@lists.openembedded.org"
> <openembedded-core@lists.openembedded.org>
> Subject: Re: [OE-core] Reagrding meta-networking
> On Mon, Jun 30, 2014 at 01:29:26PM -0000, Himanshu Pandey wrote:
> > Hi,
> >
> > Since I want dhcp and pppoe, so I downloaded the same from git and included
> meta-networking layer in bblayers.conf. This layer is getting compiled but
> somehow dhcp and pppoe are not getting included in the final image. So what I
> have to do inorder to add dhcp and pppoe in the final image.
> >
> > Please help.
> >
> > Regards,
> > Himanshu
>
> IMAGE_INSTALL += "packagename_dhcp packagname_pppoe"
>
> Be aware that recipe(bb)-name is mostly not the resulting packagename.
>
> Bye Henning
> --
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core
>
> [signaturel]
> Get your own FREE website, FREE domain & FREE mobile app with Know More
> Company email. >
--
-Joe MacDonald.
:wq
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2014-07-16 14:09 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <53b21c10.2677420a.3f91.4ec8SMTPIN_ADDED_BROKEN@mx.google.com>
2014-07-16 14:09 ` Reagrding meta-networking Joe MacDonald
2014-07-01 2:24 Himanshu Pandey
-- strict thread matches above, loose matches on Subject: below --
2014-06-30 13:29 Himanshu Pandey
2014-06-30 19:31 ` Henning Heinold
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox