All of lore.kernel.org
 help / color / mirror / Atom feed
* Enabling the recipe from menuconfig
       [not found] <1621704137.2131896.1526488025606.ref@mail.yahoo.com>
@ 2018-05-16 16:27 ` Ugesh Reddy
  2018-05-17  4:01   ` chandrasekhar
  0 siblings, 1 reply; 9+ messages in thread
From: Ugesh Reddy @ 2018-05-16 16:27 UTC (permalink / raw)
  To: Yocto-mailing-list

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

Hello Team,
 I have a list of recipes in my custom layer. The recipes in this layer shall be enabled/selected through the menuconfig, once it is enabled then it shall be the part of image. is it possible to achieve it ? do we have any references? 
Regards,Ugesh

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

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

* Re: Enabling the recipe from menuconfig
  2018-05-16 16:27 ` Enabling the recipe from menuconfig Ugesh Reddy
@ 2018-05-17  4:01   ` chandrasekhar
  2018-05-18  2:21     ` Ugesh Reddy
  0 siblings, 1 reply; 9+ messages in thread
From: chandrasekhar @ 2018-05-17  4:01 UTC (permalink / raw)
  To: 'Ugesh Reddy', 'Yocto-mailing-list'

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

Hi 

You can use 

IMAGE_INSTALL += "Package Name/Recipes name"

 

Regards,

Chandrasekhar

 

From: yocto-bounces@yoctoproject.org [mailto:yocto-bounces@yoctoproject.org] On Behalf Of Ugesh Reddy
Sent: Wednesday, May 16, 2018 9:57 PM
To: Yocto-mailing-list
Subject: [yocto] Enabling the recipe from menuconfig

 

Hello Team,

 

 I have a list of recipes in my custom layer. The recipes in this layer shall be enabled/selected through the menuconfig, once it is enabled then it shall be the part of image. is it possible to achieve it ? do we have any references? 

 

Regards,

Ugesh


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

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

* Re: Enabling the recipe from menuconfig
  2018-05-17  4:01   ` chandrasekhar
@ 2018-05-18  2:21     ` Ugesh Reddy
  2018-05-18  4:14       ` chandrasekhar
  0 siblings, 1 reply; 9+ messages in thread
From: Ugesh Reddy @ 2018-05-18  2:21 UTC (permalink / raw)
  To: 'Yocto-mailing-list', chandrasekhar

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

 Hi,Thanks for the response,
 This will add the recipe as a part of image but I want to build and add the recipe when it has been selected from the menuconfig.How to make visible the recipe in menuconfig?    On Thursday, 17 May, 2018, 9:32:15 AM IST, chandrasekhar <chandrasekhar@evolute.in> wrote:  
 
 #yiv3901952822 #yiv3901952822 -- _filtered #yiv3901952822 {font-family:Helvetica;panose-1:2 11 6 4 2 2 2 2 2 4;} _filtered #yiv3901952822 {panose-1:2 4 5 3 5 4 6 3 2 4;} _filtered #yiv3901952822 {font-family:Calibri;panose-1:2 15 5 2 2 2 4 3 2 4;} _filtered #yiv3901952822 {font-family:Tahoma;panose-1:2 11 6 4 3 5 4 4 2 4;}#yiv3901952822 #yiv3901952822 p.yiv3901952822MsoNormal, #yiv3901952822 li.yiv3901952822MsoNormal, #yiv3901952822 div.yiv3901952822MsoNormal {margin:0in;margin-bottom:.0001pt;font-size:12.0pt;font-family:New;}#yiv3901952822 a:link, #yiv3901952822 span.yiv3901952822MsoHyperlink {color:blue;text-decoration:underline;}#yiv3901952822 a:visited, #yiv3901952822 span.yiv3901952822MsoHyperlinkFollowed {color:purple;text-decoration:underline;}#yiv3901952822 span.yiv3901952822EmailStyle17 {color:#1F497D;}#yiv3901952822 .yiv3901952822MsoChpDefault {font-size:10.0pt;} _filtered #yiv3901952822 {margin:1.0in 1.0in 1.0in 1.0in;}#yiv3901952822 div.yiv3901952822Section1 {}#yiv3901952822 
Hi 
 
You can use 
 
IMAGE_INSTALL += "Package Name/Recipes name"
 
  
 
Regards,
 
Chandrasekhar
 
  
 
From:yocto-bounces@yoctoproject.org [mailto:yocto-bounces@yoctoproject.org] OnBehalf Of Ugesh Reddy
Sent: Wednesday, May 16, 2018 9:57 PM
To: Yocto-mailing-list
Subject: [yocto] Enabling the recipe from menuconfig
 
  
 
HelloTeam,
 
  
 
 Ihave a list of recipes in my custom layer. The recipes in this layer shallbe enabled/selected through the menuconfig, once it is enabled then it shall bethe part of image. is it possible to achieve it ? do we have anyreferences? 
 
  
 
Regards,
 
Ugesh
   

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

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

* Re: Enabling the recipe from menuconfig
  2018-05-18  2:21     ` Ugesh Reddy
@ 2018-05-18  4:14       ` chandrasekhar
  2018-05-18  5:44         ` Ugesh Reddy
  2018-05-18  6:25         ` Andrea Galbusera
  0 siblings, 2 replies; 9+ messages in thread
From: chandrasekhar @ 2018-05-18  4:14 UTC (permalink / raw)
  To: 'Ugesh Reddy', 'Yocto-mailing-list'

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

you want to see in kernel menuconfig??

 

From: yocto-bounces@yoctoproject.org [mailto:yocto-bounces@yoctoproject.org] On Behalf Of Ugesh Reddy
Sent: Friday, May 18, 2018 7:52 AM
To: 'Yocto-mailing-list'; chandrasekhar
Subject: Re: [yocto] Enabling the recipe from menuconfig

 

Hi,

Thanks for the response,

 

 This will add the recipe as a part of image but I want to build and add the recipe when it has been selected from the menuconfig.

How to make visible the recipe in menuconfig?

On Thursday, 17 May, 2018, 9:32:15 AM IST, chandrasekhar <chandrasekhar@evolute.in> wrote: 

 

 

Hi 

You can use 

IMAGE_INSTALL += "Package Name/Recipes name"

 

Regards,

Chandrasekhar

 

From: yocto-bounces@yoctoproject.org [mailto:yocto-bounces@yoctoproject.org] On Behalf Of Ugesh Reddy
Sent: Wednesday, May 16, 2018 9:57 PM
To: Yocto-mailing-list
Subject: [yocto] Enabling the recipe from menuconfig

 

Hello Team,

 

 I have a list of recipes in my custom layer. The recipes in this layer shall be enabled/selected through the menuconfig, once it is enabled then it shall be the part of image. is it possible to achieve it ? do we have any references? 

 

Regards,

Ugesh


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

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

* Re: Enabling the recipe from menuconfig
  2018-05-18  4:14       ` chandrasekhar
@ 2018-05-18  5:44         ` Ugesh Reddy
  2018-05-18  6:10           ` chandrasekhar
  2018-05-18  6:25         ` Andrea Galbusera
  1 sibling, 1 reply; 9+ messages in thread
From: Ugesh Reddy @ 2018-05-18  5:44 UTC (permalink / raw)
  To: chandrasekhar, 'Yocto-mailing-list'

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

The similar kind is required for my custom layer. So that I could enable the receipt from the menu config
  On Fri, 18 May 2018 at 9:44 a.m., chandrasekhar<chandrasekhar@evolute.in> wrote:   #yiv1946153965 #yiv1946153965 -- _filtered #yiv1946153965 {font-family:Helvetica;panose-1:2 11 6 4 2 2 2 2 2 4;} _filtered #yiv1946153965 {font-family:Helvetica;panose-1:2 11 6 4 2 2 2 2 2 4;} _filtered #yiv1946153965 {font-family:Calibri;panose-1:2 15 5 2 2 2 4 3 2 4;} _filtered #yiv1946153965 {font-family:Tahoma;panose-1:2 11 6 4 3 5 4 4 2 4;} _filtered #yiv1946153965 {font-family:New;panose-1:0 0 0 0 0 0 0 0 0 0;}#yiv1946153965 #yiv1946153965 p.yiv1946153965MsoNormal, #yiv1946153965 li.yiv1946153965MsoNormal, #yiv1946153965 div.yiv1946153965MsoNormal {margin:0in;margin-bottom:.0001pt;font-size:12.0pt;font-family:New;}#yiv1946153965 a:link, #yiv1946153965 span.yiv1946153965MsoHyperlink {color:blue;text-decoration:underline;}#yiv1946153965 a:visited, #yiv1946153965 span.yiv1946153965MsoHyperlinkFollowed {color:purple;text-decoration:underline;}#yiv1946153965 p.yiv1946153965msonormal, #yiv1946153965 li.yiv1946153965msonormal, #yiv1946153965 div.yiv1946153965msonormal {margin-right:0in;margin-left:0in;font-size:12.0pt;font-family:New;}#yiv1946153965 p.yiv1946153965msochpdefault, #yiv1946153965 li.yiv1946153965msochpdefault, #yiv1946153965 div.yiv1946153965msochpdefault {margin-right:0in;margin-left:0in;font-size:12.0pt;font-family:New;}#yiv1946153965 span.yiv1946153965msohyperlink {}#yiv1946153965 span.yiv1946153965msohyperlinkfollowed {}#yiv1946153965 span.yiv1946153965emailstyle17 {}#yiv1946153965 p.yiv1946153965msonormal1, #yiv1946153965 li.yiv1946153965msonormal1, #yiv1946153965 div.yiv1946153965msonormal1 {margin:0in;margin-bottom:.0001pt;font-size:12.0pt;}#yiv1946153965 span.yiv1946153965msohyperlink1 {color:blue;text-decoration:underline;}#yiv1946153965 span.yiv1946153965msohyperlinkfollowed1 {color:purple;text-decoration:underline;}#yiv1946153965 span.yiv1946153965emailstyle171 {color:#1F497D;}#yiv1946153965 p.yiv1946153965msochpdefault1, #yiv1946153965 li.yiv1946153965msochpdefault1, #yiv1946153965 div.yiv1946153965msochpdefault1 {margin-right:0in;margin-left:0in;font-size:10.0pt;font-family:New;}#yiv1946153965 span.yiv1946153965EmailStyle27 {color:#1F497D;}#yiv1946153965 .yiv1946153965MsoChpDefault {font-size:10.0pt;} _filtered #yiv1946153965 {margin:1.0in 1.0in 1.0in 1.0in;}#yiv1946153965 div.yiv1946153965Section1 {}#yiv1946153965 
you want to see in kernel menuconfig??
 
  
 
From:yocto-bounces@yoctoproject.org [mailto:yocto-bounces@yoctoproject.org] OnBehalf Of Ugesh Reddy
Sent: Friday, May 18, 2018 7:52 AM
To: 'Yocto-mailing-list'; chandrasekhar
Subject: Re: [yocto] Enabling the recipe from menuconfig
 
  
 
Hi,
 
Thanksfor the response,
 
  
 
 Thiswill add the recipe as a part of image but I want to build and add therecipe when it has been selected from the menuconfig.
 
Howto make visible the recipe in menuconfig?
 
On Thursday, 17 May, 2018, 9:32:15 AM IST, chandrasekhar<chandrasekhar@evolute.in> wrote: 
 
  
 
  
 
Hi 
 
You can use 
 
IMAGE_INSTALL += "Package Name/Recipes name"
 
 
 
Regards,
 
Chandrasekhar
 
 
 
From:yocto-bounces@yoctoproject.org [mailto:yocto-bounces@yoctoproject.org] OnBehalf Of Ugesh Reddy
Sent: Wednesday, May 16, 2018 9:57 PM
To: Yocto-mailing-list
Subject: [yocto] Enabling the recipe from menuconfig
 
 
 
Hello Team,
 
 
 
 I have a list of recipes in my custom layer. The recipesin this layer shall be enabled/selected through the menuconfig, once it isenabled then it shall be the part of image. is it possible to achieve it ?do we have any references? 
 
 
 
Regards,
 
Ugesh
   

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

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

* Re: Enabling the recipe from menuconfig
  2018-05-18  5:44         ` Ugesh Reddy
@ 2018-05-18  6:10           ` chandrasekhar
  0 siblings, 0 replies; 9+ messages in thread
From: chandrasekhar @ 2018-05-18  6:10 UTC (permalink / raw)
  To: kumar.ugesh003, 'Yocto-mailing-list'

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

I think you can use Toaster for that which has a web interface you can select packages/receipes

 

Regards,

Chandrasekhar

 

From: Ugesh Reddy [mailto:kumar.ugesh003@yahoo.com] 
Sent: Friday, May 18, 2018 11:15 AM
To: chandrasekhar@evolute.in; 'Yocto-mailing-list'
Subject: RE: [yocto] Enabling the recipe from menuconfig

 

The similar kind is required for my custom layer. So that I could enable the receipt from the menu config

Sent from Yahoo <https://overview.mail.yahoo.com/mobile/?.src=Android>  Mail on Android

 

On Fri, 18 May 2018 at 9:44 a.m., chandrasekhar

<chandrasekhar@evolute.in> wrote:

you want to see in kernel menuconfig??

 

From: yocto-bounces@yoctoproject.org [mailto:yocto-bounces@yoctoproject.org] On Behalf Of Ugesh Reddy
Sent: Friday, May 18, 2018 7:52 AM
To: 'Yocto-mailing-list'; chandrasekhar
Subject: Re: [yocto] Enabling the recipe from menuconfig

 

Hi,

Thanks for the response,

 

 This will add the recipe as a part of image but I want to build and add the recipe when it has been selected from the menuconfig.

How to make visible the recipe in menuconfig?

On Thursday, 17 May, 2018, 9:32:15 AM IST, chandrasekhar <chandrasekhar@evolute.in> wrote: 

 

 

Hi 

You can use 

IMAGE_INSTALL += "Package Name/Recipes name"

 

Regards,

Chandrasekhar

 

From: yocto-bounces@yoctoproject.org [mailto:yocto-bounces@yoctoproject.org] On Behalf Of Ugesh Reddy
Sent: Wednesday, May 16, 2018 9:57 PM
To: Yocto-mailing-list
Subject: [yocto] Enabling the recipe from menuconfig

 

Hello Team,

 

 I have a list of recipes in my custom layer. The recipes in this layer shall be enabled/selected through the menuconfig, once it is enabled then it shall be the part of image. is it possible to achieve it ? do we have any references? 

 

Regards,

Ugesh


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

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

* Re: Enabling the recipe from menuconfig
  2018-05-18  4:14       ` chandrasekhar
  2018-05-18  5:44         ` Ugesh Reddy
@ 2018-05-18  6:25         ` Andrea Galbusera
  2018-05-18  7:22           ` Ugesh Reddy
  1 sibling, 1 reply; 9+ messages in thread
From: Andrea Galbusera @ 2018-05-18  6:25 UTC (permalink / raw)
  To: chandrasekhar; +Cc: Yocto-mailing-list

On Fri, May 18, 2018 at 6:14 AM, chandrasekhar <chandrasekhar@evolute.in> wrote:
> you want to see in kernel menuconfig??
>
>
>
> From: yocto-bounces@yoctoproject.org [mailto:yocto-bounces@yoctoproject.org]
> On Behalf Of Ugesh Reddy
> Sent: Friday, May 18, 2018 7:52 AM
> To: 'Yocto-mailing-list'; chandrasekhar
> Subject: Re: [yocto] Enabling the recipe from menuconfig
>
>
>
> Hi,
>
> Thanks for the response,
>
>
>
>  This will add the recipe as a part of image but I want to build and add the
> recipe when it has been selected from the menuconfig.
>
> How to make visible the recipe in menuconfig?

Unlike other distribution build systems, Yocto/OE don't provide any
menuconfig based configuration interface for selecting which package
to include in images you build. There is indeed support for accessing
menuconfig interfaces provided by specific recipes like the linux
kernel. If you need a high level recipe selection tool, your best bet
is probably to look at Toaster.

>
> On Thursday, 17 May, 2018, 9:32:15 AM IST, chandrasekhar
> <chandrasekhar@evolute.in> wrote:
>
>
>
>
>
> Hi
>
> You can use
>
> IMAGE_INSTALL += "Package Name/Recipes name"
>
>
>
> Regards,
>
> Chandrasekhar
>
>
>
> From: yocto-bounces@yoctoproject.org [mailto:yocto-bounces@yoctoproject.org]
> On Behalf Of Ugesh Reddy
> Sent: Wednesday, May 16, 2018 9:57 PM
> To: Yocto-mailing-list
> Subject: [yocto] Enabling the recipe from menuconfig
>
>
>
> Hello Team,
>
>
>
>  I have a list of recipes in my custom layer. The recipes in this layer
> shall be enabled/selected through the menuconfig, once it is enabled then it
> shall be the part of image. is it possible to achieve it ? do we have any
> references?
>
>
>
> Regards,
>
> Ugesh
>
>
> --
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto
>


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

* Re: Enabling the recipe from menuconfig
  2018-05-18  6:25         ` Andrea Galbusera
@ 2018-05-18  7:22           ` Ugesh Reddy
  0 siblings, 0 replies; 9+ messages in thread
From: Ugesh Reddy @ 2018-05-18  7:22 UTC (permalink / raw)
  To: gizero, chandrasekhar; +Cc: Yocto-mailing-list

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

Hi, I want to create such a menuconfig like kernal. So it shall display my recipe in menuconfig
  On Fri, 18 May 2018 at 11:55 a.m., Andrea Galbusera<gizero@gmail.com> wrote:   On Fri, May 18, 2018 at 6:14 AM, chandrasekhar <chandrasekhar@evolute.in> wrote:
> you want to see in kernel menuconfig??
>
>
>
> From: yocto-bounces@yoctoproject.org [mailto:yocto-bounces@yoctoproject.org]
> On Behalf Of Ugesh Reddy
> Sent: Friday, May 18, 2018 7:52 AM
> To: 'Yocto-mailing-list'; chandrasekhar
> Subject: Re: [yocto] Enabling the recipe from menuconfig
>
>
>
> Hi,
>
> Thanks for the response,
>
>
>
>  This will add the recipe as a part of image but I want to build and add the
> recipe when it has been selected from the menuconfig.
>
> How to make visible the recipe in menuconfig?

Unlike other distribution build systems, Yocto/OE don't provide any
menuconfig based configuration interface for selecting which package
to include in images you build. There is indeed support for accessing
menuconfig interfaces provided by specific recipes like the linux
kernel. If you need a high level recipe selection tool, your best bet
is probably to look at Toaster.

>
> On Thursday, 17 May, 2018, 9:32:15 AM IST, chandrasekhar
> <chandrasekhar@evolute.in> wrote:
>
>
>
>
>
> Hi
>
> You can use
>
> IMAGE_INSTALL += "Package Name/Recipes name"
>
>
>
> Regards,
>
> Chandrasekhar
>
>
>
> From: yocto-bounces@yoctoproject.org [mailto:yocto-bounces@yoctoproject.org]
> On Behalf Of Ugesh Reddy
> Sent: Wednesday, May 16, 2018 9:57 PM
> To: Yocto-mailing-list
> Subject: [yocto] Enabling the recipe from menuconfig
>
>
>
> Hello Team,
>
>
>
>  I have a list of recipes in my custom layer. The recipes in this layer
> shall be enabled/selected through the menuconfig, once it is enabled then it
> shall be the part of image. is it possible to achieve it ? do we have any
> references?
>
>
>
> Regards,
>
> Ugesh
>
>
> --
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto
>


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

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

* Enabling the recipe from menuconfig
       [not found] <1212444255.2663200.1526610337781.ref@mail.yahoo.com>
@ 2018-05-18  2:25 ` Ugesh Reddy
  0 siblings, 0 replies; 9+ messages in thread
From: Ugesh Reddy @ 2018-05-18  2:25 UTC (permalink / raw)
  To: bitbake-devel

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

 Hello Team,

 I have a list of recipes in my custom layer. The recipes in this layer shall be enabled/selected through the menuconfig, how to bring the recipes in menuconfig? once it is enabled then it shall be the part of image. is it possible to achieve it ? do we have any references? 
Regards,Ugesh  

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

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

end of thread, other threads:[~2018-05-18  7:22 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <1621704137.2131896.1526488025606.ref@mail.yahoo.com>
2018-05-16 16:27 ` Enabling the recipe from menuconfig Ugesh Reddy
2018-05-17  4:01   ` chandrasekhar
2018-05-18  2:21     ` Ugesh Reddy
2018-05-18  4:14       ` chandrasekhar
2018-05-18  5:44         ` Ugesh Reddy
2018-05-18  6:10           ` chandrasekhar
2018-05-18  6:25         ` Andrea Galbusera
2018-05-18  7:22           ` Ugesh Reddy
     [not found] <1212444255.2663200.1526610337781.ref@mail.yahoo.com>
2018-05-18  2:25 ` Ugesh Reddy

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.