All of lore.kernel.org
 help / color / mirror / Atom feed
* Question about IMAGE_INSTALL_append and CORE_IMAGE_EXTRA_INSTALL
@ 2015-07-21 15:26 Victor Rodriguez
  2015-07-21 15:36   ` [yocto] " Gary Thomas
  0 siblings, 1 reply; 19+ messages in thread
From: Victor Rodriguez @ 2015-07-21 15:26 UTC (permalink / raw)
  To: yocto

Hi team

I have a question , according to documentation there is a difference between

IMAGE_INSTALL_append

and

CORE_IMAGE_EXTRA_INSTALL

Specifies the list of packages to be added to the image. You should
only set this variable in the local.conf configuration file found in
the Build Directory.

When I use the second one and try to build a core-image-minimal-xfce
bitbake does not install what I wanted in my image . I had a really
hard time few weekends ago because of this.

I wonder If I am missing something or if this is a bug

Best Regards

Victor Rodriguez


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

* Re: Question about IMAGE_INSTALL_append and CORE_IMAGE_EXTRA_INSTALL
  2015-07-21 15:26 Question about IMAGE_INSTALL_append and CORE_IMAGE_EXTRA_INSTALL Victor Rodriguez
@ 2015-07-21 15:36   ` Gary Thomas
  0 siblings, 0 replies; 19+ messages in thread
From: Gary Thomas @ 2015-07-21 15:36 UTC (permalink / raw)
  To: yocto; +Cc: openembedded-devel

On 2015-07-21 09:26, Victor Rodriguez wrote:
> Hi team
>
> I have a question , according to documentation there is a difference between
>
> IMAGE_INSTALL_append
>
> and
>
> CORE_IMAGE_EXTRA_INSTALL
>
> Specifies the list of packages to be added to the image. You should
> only set this variable in the local.conf configuration file found in
> the Build Directory.
>
> When I use the second one and try to build a core-image-minimal-xfce
> bitbake does not install what I wanted in my image . I had a really
> hard time few weekends ago because of this.
>
> I wonder If I am missing something or if this is a bug

The core-image-minimal-xfce recipe does not "play nice" with
the core-image class and is not respecting CORE_IMAGE_EXTRA_INSTALL.

I think this should be filed as a bug (and feel free to suggest a patch)

BTW, this question should really be on the OpenEmbedded development list.

-- 
------------------------------------------------------------
Gary Thomas                 |  Consulting for the
MLB Associates              |    Embedded world
------------------------------------------------------------


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

* Re: [yocto] Question about IMAGE_INSTALL_append and CORE_IMAGE_EXTRA_INSTALL
@ 2015-07-21 15:36   ` Gary Thomas
  0 siblings, 0 replies; 19+ messages in thread
From: Gary Thomas @ 2015-07-21 15:36 UTC (permalink / raw)
  To: yocto; +Cc: openembedded-devel

On 2015-07-21 09:26, Victor Rodriguez wrote:
> Hi team
>
> I have a question , according to documentation there is a difference between
>
> IMAGE_INSTALL_append
>
> and
>
> CORE_IMAGE_EXTRA_INSTALL
>
> Specifies the list of packages to be added to the image. You should
> only set this variable in the local.conf configuration file found in
> the Build Directory.
>
> When I use the second one and try to build a core-image-minimal-xfce
> bitbake does not install what I wanted in my image . I had a really
> hard time few weekends ago because of this.
>
> I wonder If I am missing something or if this is a bug

The core-image-minimal-xfce recipe does not "play nice" with
the core-image class and is not respecting CORE_IMAGE_EXTRA_INSTALL.

I think this should be filed as a bug (and feel free to suggest a patch)

BTW, this question should really be on the OpenEmbedded development list.

-- 
------------------------------------------------------------
Gary Thomas                 |  Consulting for the
MLB Associates              |    Embedded world
------------------------------------------------------------


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

* Re: [oe] Question about IMAGE_INSTALL_append and CORE_IMAGE_EXTRA_INSTALL
  2015-07-21 15:36   ` [yocto] " Gary Thomas
@ 2015-07-21 15:45     ` Victor Rodriguez
  -1 siblings, 0 replies; 19+ messages in thread
From: Victor Rodriguez @ 2015-07-21 15:45 UTC (permalink / raw)
  To: openembedded-devel; +Cc: yocto

On Tue, Jul 21, 2015 at 10:36 AM, Gary Thomas <gary@mlbassoc.com> wrote:
> On 2015-07-21 09:26, Victor Rodriguez wrote:
>>
>> Hi team
>>
>> I have a question , according to documentation there is a difference
>> between
>>
>> IMAGE_INSTALL_append
>>
>> and
>>
>> CORE_IMAGE_EXTRA_INSTALL
>>
>> Specifies the list of packages to be added to the image. You should
>> only set this variable in the local.conf configuration file found in
>> the Build Directory.
>>
>> When I use the second one and try to build a core-image-minimal-xfce
>> bitbake does not install what I wanted in my image . I had a really
>> hard time few weekends ago because of this.
>>
>> I wonder If I am missing something or if this is a bug
>
>
> The core-image-minimal-xfce recipe does not "play nice" with
> the core-image class and is not respecting CORE_IMAGE_EXTRA_INSTALL.
>
> I think this should be filed as a bug (and feel free to suggest a patch)
>
> BTW, this question should really be on the OpenEmbedded development list.


Thanks Gary

I will submit the BUG , do you know the Bugzila where I should submit it ?

> --
> ------------------------------------------------------------
> Gary Thomas                 |  Consulting for the
> MLB Associates              |    Embedded world
> ------------------------------------------------------------
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel


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

* Re: [yocto] Question about IMAGE_INSTALL_append and CORE_IMAGE_EXTRA_INSTALL
@ 2015-07-21 15:45     ` Victor Rodriguez
  0 siblings, 0 replies; 19+ messages in thread
From: Victor Rodriguez @ 2015-07-21 15:45 UTC (permalink / raw)
  To: openembedded-devel; +Cc: yocto

On Tue, Jul 21, 2015 at 10:36 AM, Gary Thomas <gary@mlbassoc.com> wrote:
> On 2015-07-21 09:26, Victor Rodriguez wrote:
>>
>> Hi team
>>
>> I have a question , according to documentation there is a difference
>> between
>>
>> IMAGE_INSTALL_append
>>
>> and
>>
>> CORE_IMAGE_EXTRA_INSTALL
>>
>> Specifies the list of packages to be added to the image. You should
>> only set this variable in the local.conf configuration file found in
>> the Build Directory.
>>
>> When I use the second one and try to build a core-image-minimal-xfce
>> bitbake does not install what I wanted in my image . I had a really
>> hard time few weekends ago because of this.
>>
>> I wonder If I am missing something or if this is a bug
>
>
> The core-image-minimal-xfce recipe does not "play nice" with
> the core-image class and is not respecting CORE_IMAGE_EXTRA_INSTALL.
>
> I think this should be filed as a bug (and feel free to suggest a patch)
>
> BTW, this question should really be on the OpenEmbedded development list.


Thanks Gary

I will submit the BUG , do you know the Bugzila where I should submit it ?

> --
> ------------------------------------------------------------
> Gary Thomas                 |  Consulting for the
> MLB Associates              |    Embedded world
> ------------------------------------------------------------
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel


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

* Re: [yocto] Question about IMAGE_INSTALL_append and CORE_IMAGE_EXTRA_INSTALL
  2015-07-21 15:45     ` [yocto] " Victor Rodriguez
  (?)
@ 2015-07-21 15:51     ` Gary Thomas
  -1 siblings, 0 replies; 19+ messages in thread
From: Gary Thomas @ 2015-07-21 15:51 UTC (permalink / raw)
  To: openembedded-devel

On 2015-07-21 09:45, Victor Rodriguez wrote:
> On Tue, Jul 21, 2015 at 10:36 AM, Gary Thomas <gary@mlbassoc.com> wrote:
>> On 2015-07-21 09:26, Victor Rodriguez wrote:
>>>
>>> Hi team
>>>
>>> I have a question , according to documentation there is a difference
>>> between
>>>
>>> IMAGE_INSTALL_append
>>>
>>> and
>>>
>>> CORE_IMAGE_EXTRA_INSTALL
>>>
>>> Specifies the list of packages to be added to the image. You should
>>> only set this variable in the local.conf configuration file found in
>>> the Build Directory.
>>>
>>> When I use the second one and try to build a core-image-minimal-xfce
>>> bitbake does not install what I wanted in my image . I had a really
>>> hard time few weekends ago because of this.
>>>
>>> I wonder If I am missing something or if this is a bug
>>
>>
>> The core-image-minimal-xfce recipe does not "play nice" with
>> the core-image class and is not respecting CORE_IMAGE_EXTRA_INSTALL.
>>
>> I think this should be filed as a bug (and feel free to suggest a patch)
>>
>> BTW, this question should really be on the OpenEmbedded development list.
>
>
> Thanks Gary
>
> I will submit the BUG , do you know the Bugzila where I should submit it ?

The main Yocto project bugzilla: https://bugzilla.yoctoproject.org/

-- 
------------------------------------------------------------
Gary Thomas                 |  Consulting for the
MLB Associates              |    Embedded world
------------------------------------------------------------


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

* Re: [oe] Question about IMAGE_INSTALL_append and CORE_IMAGE_EXTRA_INSTALL
  2015-07-21 15:45     ` [yocto] " Victor Rodriguez
  (?)
  (?)
@ 2015-07-21 17:41     ` Leonardo Sandoval
  2015-07-21 19:51         ` [yocto] " Victor Rodriguez
  -1 siblings, 1 reply; 19+ messages in thread
From: Leonardo Sandoval @ 2015-07-21 17:41 UTC (permalink / raw)
  To: Victor Rodriguez, openembedded-devel; +Cc: yocto





On 07/21/2015 10:45 AM, Victor Rodriguez wrote:
> On Tue, Jul 21, 2015 at 10:36 AM, Gary Thomas <gary@mlbassoc.com> wrote:
>> On 2015-07-21 09:26, Victor Rodriguez wrote:
>>>
>>> Hi team
>>>
>>> I have a question , according to documentation there is a difference
>>> between
>>>
>>> IMAGE_INSTALL_append
>>>
>>> and
>>>
>>> CORE_IMAGE_EXTRA_INSTALL
>>>
>>> Specifies the list of packages to be added to the image. You should
>>> only set this variable in the local.conf configuration file found in
>>> the Build Directory.
>>>
>>> When I use the second one and try to build a core-image-minimal-xfce
>>> bitbake does not install what I wanted in my image . I had a really
>>> hard time few weekends ago because of this.
>>>
>>> I wonder If I am missing something or if this is a bug
>>
>>
>> The core-image-minimal-xfce recipe does not "play nice" with
>> the core-image class and is not respecting CORE_IMAGE_EXTRA_INSTALL.
>>
>> I think this should be filed as a bug (and feel free to suggest a patch)
>>
>> BTW, this question should really be on the OpenEmbedded development list.
>
>
> Thanks Gary
>
> I will submit the BUG , do you know the Bugzila where I should submit it ?

Victor, you can file a bug at https://bugzilla.yoctoproject.org

>
>> --
>> ------------------------------------------------------------
>> Gary Thomas                 |  Consulting for the
>> MLB Associates              |    Embedded world
>> ------------------------------------------------------------
>> --
>> _______________________________________________
>> Openembedded-devel mailing list
>> Openembedded-devel@lists.openembedded.org
>> http://lists.openembedded.org/mailman/listinfo/openembedded-devel


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

* Re: [oe] Question about IMAGE_INSTALL_append and CORE_IMAGE_EXTRA_INSTALL
  2015-07-21 17:41     ` [oe] " Leonardo Sandoval
@ 2015-07-21 19:51         ` Victor Rodriguez
  0 siblings, 0 replies; 19+ messages in thread
From: Victor Rodriguez @ 2015-07-21 19:51 UTC (permalink / raw)
  To: Leonardo Sandoval; +Cc: yocto, openembedded-devel

On Tue, Jul 21, 2015 at 12:41 PM, Leonardo Sandoval
<leonardo.sandoval.gonzalez@linux.intel.com> wrote:
>
>
>
>
> On 07/21/2015 10:45 AM, Victor Rodriguez wrote:
>>
>> On Tue, Jul 21, 2015 at 10:36 AM, Gary Thomas <gary@mlbassoc.com> wrote:
>>>
>>> On 2015-07-21 09:26, Victor Rodriguez wrote:
>>>>
>>>>
>>>> Hi team
>>>>
>>>> I have a question , according to documentation there is a difference
>>>> between
>>>>
>>>> IMAGE_INSTALL_append
>>>>
>>>> and
>>>>
>>>> CORE_IMAGE_EXTRA_INSTALL
>>>>
>>>> Specifies the list of packages to be added to the image. You should
>>>> only set this variable in the local.conf configuration file found in
>>>> the Build Directory.
>>>>
>>>> When I use the second one and try to build a core-image-minimal-xfce
>>>> bitbake does not install what I wanted in my image . I had a really
>>>> hard time few weekends ago because of this.
>>>>
>>>> I wonder If I am missing something or if this is a bug
>>>
>>>
>>>
>>> The core-image-minimal-xfce recipe does not "play nice" with
>>> the core-image class and is not respecting CORE_IMAGE_EXTRA_INSTALL.
>>>
>>> I think this should be filed as a bug (and feel free to suggest a patch)
>>>
>>> BTW, this question should really be on the OpenEmbedded development list.
>>
>>
>>
>> Thanks Gary
>>
>> I will submit the BUG , do you know the Bugzila where I should submit it ?
>
>
> Victor, you can file a bug at https://bugzilla.yoctoproject.org
>

I think we have one already

https://bugzilla.yoctoproject.org/show_bug.cgi?id=7616

>>> --
>>> ------------------------------------------------------------
>>> Gary Thomas                 |  Consulting for the
>>> MLB Associates              |    Embedded world
>>> ------------------------------------------------------------
>>> --
>>> _______________________________________________
>>> Openembedded-devel mailing list
>>> Openembedded-devel@lists.openembedded.org
>>> http://lists.openembedded.org/mailman/listinfo/openembedded-devel


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

* Re: [yocto] Question about IMAGE_INSTALL_append and CORE_IMAGE_EXTRA_INSTALL
@ 2015-07-21 19:51         ` Victor Rodriguez
  0 siblings, 0 replies; 19+ messages in thread
From: Victor Rodriguez @ 2015-07-21 19:51 UTC (permalink / raw)
  To: Leonardo Sandoval; +Cc: yocto, openembedded-devel

On Tue, Jul 21, 2015 at 12:41 PM, Leonardo Sandoval
<leonardo.sandoval.gonzalez@linux.intel.com> wrote:
>
>
>
>
> On 07/21/2015 10:45 AM, Victor Rodriguez wrote:
>>
>> On Tue, Jul 21, 2015 at 10:36 AM, Gary Thomas <gary@mlbassoc.com> wrote:
>>>
>>> On 2015-07-21 09:26, Victor Rodriguez wrote:
>>>>
>>>>
>>>> Hi team
>>>>
>>>> I have a question , according to documentation there is a difference
>>>> between
>>>>
>>>> IMAGE_INSTALL_append
>>>>
>>>> and
>>>>
>>>> CORE_IMAGE_EXTRA_INSTALL
>>>>
>>>> Specifies the list of packages to be added to the image. You should
>>>> only set this variable in the local.conf configuration file found in
>>>> the Build Directory.
>>>>
>>>> When I use the second one and try to build a core-image-minimal-xfce
>>>> bitbake does not install what I wanted in my image . I had a really
>>>> hard time few weekends ago because of this.
>>>>
>>>> I wonder If I am missing something or if this is a bug
>>>
>>>
>>>
>>> The core-image-minimal-xfce recipe does not "play nice" with
>>> the core-image class and is not respecting CORE_IMAGE_EXTRA_INSTALL.
>>>
>>> I think this should be filed as a bug (and feel free to suggest a patch)
>>>
>>> BTW, this question should really be on the OpenEmbedded development list.
>>
>>
>>
>> Thanks Gary
>>
>> I will submit the BUG , do you know the Bugzila where I should submit it ?
>
>
> Victor, you can file a bug at https://bugzilla.yoctoproject.org
>

I think we have one already

https://bugzilla.yoctoproject.org/show_bug.cgi?id=7616

>>> --
>>> ------------------------------------------------------------
>>> Gary Thomas                 |  Consulting for the
>>> MLB Associates              |    Embedded world
>>> ------------------------------------------------------------
>>> --
>>> _______________________________________________
>>> Openembedded-devel mailing list
>>> Openembedded-devel@lists.openembedded.org
>>> http://lists.openembedded.org/mailman/listinfo/openembedded-devel


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

* Re: [oe] Question about IMAGE_INSTALL_append and CORE_IMAGE_EXTRA_INSTALL
  2015-07-21 19:51         ` [yocto] " Victor Rodriguez
@ 2015-07-22 13:50           ` Paul Eggleton
  -1 siblings, 0 replies; 19+ messages in thread
From: Paul Eggleton @ 2015-07-22 13:50 UTC (permalink / raw)
  To: openembedded-devel; +Cc: yocto, Gary Thomas

On Tuesday 21 July 2015 14:51:55 Victor Rodriguez wrote:
> On Tue, Jul 21, 2015 at 12:41 PM, Leonardo Sandoval
> 
> <leonardo.sandoval.gonzalez@linux.intel.com> wrote:
> > On 07/21/2015 10:45 AM, Victor Rodriguez wrote:
> >> On Tue, Jul 21, 2015 at 10:36 AM, Gary Thomas <gary@mlbassoc.com> wrote:
> >>> On 2015-07-21 09:26, Victor Rodriguez wrote:
> >>>> Hi team
> >>>> 
> >>>> I have a question , according to documentation there is a difference
> >>>> between
> >>>> 
> >>>> IMAGE_INSTALL_append
> >>>> 
> >>>> and
> >>>> 
> >>>> CORE_IMAGE_EXTRA_INSTALL
> >>>> 
> >>>> Specifies the list of packages to be added to the image. You should
> >>>> only set this variable in the local.conf configuration file found in
> >>>> the Build Directory.
> >>>> 
> >>>> When I use the second one and try to build a core-image-minimal-xfce
> >>>> bitbake does not install what I wanted in my image . I had a really
> >>>> hard time few weekends ago because of this.
> >>>> 
> >>>> I wonder If I am missing something or if this is a bug
> >>> 
> >>> The core-image-minimal-xfce recipe does not "play nice" with
> >>> the core-image class and is not respecting CORE_IMAGE_EXTRA_INSTALL.
> >>> 
> >>> I think this should be filed as a bug (and feel free to suggest a patch)
> >>> 
> >>> BTW, this question should really be on the OpenEmbedded development
> >>> list.
> >> 
> >> Thanks Gary
> >> 
> >> I will submit the BUG , do you know the Bugzila where I should submit it
> >> ?
> > 
> > Victor, you can file a bug at https://bugzilla.yoctoproject.org
> 
> I think we have one already
> 
> https://bugzilla.yoctoproject.org/show_bug.cgi?id=7616

That's not the right bug.

If the suggestion is that core-image-minimal-xfce needs to be fixed, that's not 
a bug we would track in the Yocto Project bugzilla (since the Yocto Project is 
not actively involved in maintaining meta-xfce).

Cheers,
Paul

-- 

Paul Eggleton
Intel Open Source Technology Centre


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

* Re: [yocto] Question about IMAGE_INSTALL_append and CORE_IMAGE_EXTRA_INSTALL
@ 2015-07-22 13:50           ` Paul Eggleton
  0 siblings, 0 replies; 19+ messages in thread
From: Paul Eggleton @ 2015-07-22 13:50 UTC (permalink / raw)
  To: openembedded-devel; +Cc: yocto, Leonardo Sandoval, Gary Thomas

On Tuesday 21 July 2015 14:51:55 Victor Rodriguez wrote:
> On Tue, Jul 21, 2015 at 12:41 PM, Leonardo Sandoval
> 
> <leonardo.sandoval.gonzalez@linux.intel.com> wrote:
> > On 07/21/2015 10:45 AM, Victor Rodriguez wrote:
> >> On Tue, Jul 21, 2015 at 10:36 AM, Gary Thomas <gary@mlbassoc.com> wrote:
> >>> On 2015-07-21 09:26, Victor Rodriguez wrote:
> >>>> Hi team
> >>>> 
> >>>> I have a question , according to documentation there is a difference
> >>>> between
> >>>> 
> >>>> IMAGE_INSTALL_append
> >>>> 
> >>>> and
> >>>> 
> >>>> CORE_IMAGE_EXTRA_INSTALL
> >>>> 
> >>>> Specifies the list of packages to be added to the image. You should
> >>>> only set this variable in the local.conf configuration file found in
> >>>> the Build Directory.
> >>>> 
> >>>> When I use the second one and try to build a core-image-minimal-xfce
> >>>> bitbake does not install what I wanted in my image . I had a really
> >>>> hard time few weekends ago because of this.
> >>>> 
> >>>> I wonder If I am missing something or if this is a bug
> >>> 
> >>> The core-image-minimal-xfce recipe does not "play nice" with
> >>> the core-image class and is not respecting CORE_IMAGE_EXTRA_INSTALL.
> >>> 
> >>> I think this should be filed as a bug (and feel free to suggest a patch)
> >>> 
> >>> BTW, this question should really be on the OpenEmbedded development
> >>> list.
> >> 
> >> Thanks Gary
> >> 
> >> I will submit the BUG , do you know the Bugzila where I should submit it
> >> ?
> > 
> > Victor, you can file a bug at https://bugzilla.yoctoproject.org
> 
> I think we have one already
> 
> https://bugzilla.yoctoproject.org/show_bug.cgi?id=7616

That's not the right bug.

If the suggestion is that core-image-minimal-xfce needs to be fixed, that's not 
a bug we would track in the Yocto Project bugzilla (since the Yocto Project is 
not actively involved in maintaining meta-xfce).

Cheers,
Paul

-- 

Paul Eggleton
Intel Open Source Technology Centre


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

* Re: [oe] Question about IMAGE_INSTALL_append and CORE_IMAGE_EXTRA_INSTALL
  2015-07-22 13:50           ` [yocto] " Paul Eggleton
@ 2015-07-23 20:28             ` Victor Rodriguez
  -1 siblings, 0 replies; 19+ messages in thread
From: Victor Rodriguez @ 2015-07-23 20:28 UTC (permalink / raw)
  To: Paul Eggleton; +Cc: yocto, OpenEmbedded Devel List, Gary Thomas

On Wed, Jul 22, 2015 at 8:50 AM, Paul Eggleton
<paul.eggleton@linux.intel.com> wrote:
> On Tuesday 21 July 2015 14:51:55 Victor Rodriguez wrote:
>> On Tue, Jul 21, 2015 at 12:41 PM, Leonardo Sandoval
>>
>> <leonardo.sandoval.gonzalez@linux.intel.com> wrote:
>> > On 07/21/2015 10:45 AM, Victor Rodriguez wrote:
>> >> On Tue, Jul 21, 2015 at 10:36 AM, Gary Thomas <gary@mlbassoc.com> wrote:
>> >>> On 2015-07-21 09:26, Victor Rodriguez wrote:
>> >>>> Hi team
>> >>>>
>> >>>> I have a question , according to documentation there is a difference
>> >>>> between
>> >>>>
>> >>>> IMAGE_INSTALL_append
>> >>>>
>> >>>> and
>> >>>>
>> >>>> CORE_IMAGE_EXTRA_INSTALL
>> >>>>
>> >>>> Specifies the list of packages to be added to the image. You should
>> >>>> only set this variable in the local.conf configuration file found in
>> >>>> the Build Directory.
>> >>>>
>> >>>> When I use the second one and try to build a core-image-minimal-xfce
>> >>>> bitbake does not install what I wanted in my image . I had a really
>> >>>> hard time few weekends ago because of this.
>> >>>>
>> >>>> I wonder If I am missing something or if this is a bug
>> >>>
>> >>> The core-image-minimal-xfce recipe does not "play nice" with
>> >>> the core-image class and is not respecting CORE_IMAGE_EXTRA_INSTALL.
>> >>>
>> >>> I think this should be filed as a bug (and feel free to suggest a patch)
>> >>>
>> >>> BTW, this question should really be on the OpenEmbedded development
>> >>> list.
>> >>
>> >> Thanks Gary
>> >>
>> >> I will submit the BUG , do you know the Bugzila where I should submit it
>> >> ?
>> >
>> > Victor, you can file a bug at https://bugzilla.yoctoproject.org
>>
>> I think we have one already
>>
>> https://bugzilla.yoctoproject.org/show_bug.cgi?id=7616
>
> That's not the right bug.
>
> If the suggestion is that core-image-minimal-xfce needs to be fixed, that's not
> a bug we would track in the Yocto Project bugzilla (since the Yocto Project is
> not actively involved in maintaining meta-xfce).
>
> Cheers,
> Paul

Hi Paul

Where can I track this ?


> --
>
> Paul Eggleton
> Intel Open Source Technology Centre


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

* Re: [yocto] Question about IMAGE_INSTALL_append and CORE_IMAGE_EXTRA_INSTALL
@ 2015-07-23 20:28             ` Victor Rodriguez
  0 siblings, 0 replies; 19+ messages in thread
From: Victor Rodriguez @ 2015-07-23 20:28 UTC (permalink / raw)
  To: Paul Eggleton
  Cc: yocto, OpenEmbedded Devel List, Gary Thomas, Leonardo Sandoval

On Wed, Jul 22, 2015 at 8:50 AM, Paul Eggleton
<paul.eggleton@linux.intel.com> wrote:
> On Tuesday 21 July 2015 14:51:55 Victor Rodriguez wrote:
>> On Tue, Jul 21, 2015 at 12:41 PM, Leonardo Sandoval
>>
>> <leonardo.sandoval.gonzalez@linux.intel.com> wrote:
>> > On 07/21/2015 10:45 AM, Victor Rodriguez wrote:
>> >> On Tue, Jul 21, 2015 at 10:36 AM, Gary Thomas <gary@mlbassoc.com> wrote:
>> >>> On 2015-07-21 09:26, Victor Rodriguez wrote:
>> >>>> Hi team
>> >>>>
>> >>>> I have a question , according to documentation there is a difference
>> >>>> between
>> >>>>
>> >>>> IMAGE_INSTALL_append
>> >>>>
>> >>>> and
>> >>>>
>> >>>> CORE_IMAGE_EXTRA_INSTALL
>> >>>>
>> >>>> Specifies the list of packages to be added to the image. You should
>> >>>> only set this variable in the local.conf configuration file found in
>> >>>> the Build Directory.
>> >>>>
>> >>>> When I use the second one and try to build a core-image-minimal-xfce
>> >>>> bitbake does not install what I wanted in my image . I had a really
>> >>>> hard time few weekends ago because of this.
>> >>>>
>> >>>> I wonder If I am missing something or if this is a bug
>> >>>
>> >>> The core-image-minimal-xfce recipe does not "play nice" with
>> >>> the core-image class and is not respecting CORE_IMAGE_EXTRA_INSTALL.
>> >>>
>> >>> I think this should be filed as a bug (and feel free to suggest a patch)
>> >>>
>> >>> BTW, this question should really be on the OpenEmbedded development
>> >>> list.
>> >>
>> >> Thanks Gary
>> >>
>> >> I will submit the BUG , do you know the Bugzila where I should submit it
>> >> ?
>> >
>> > Victor, you can file a bug at https://bugzilla.yoctoproject.org
>>
>> I think we have one already
>>
>> https://bugzilla.yoctoproject.org/show_bug.cgi?id=7616
>
> That's not the right bug.
>
> If the suggestion is that core-image-minimal-xfce needs to be fixed, that's not
> a bug we would track in the Yocto Project bugzilla (since the Yocto Project is
> not actively involved in maintaining meta-xfce).
>
> Cheers,
> Paul

Hi Paul

Where can I track this ?


> --
>
> Paul Eggleton
> Intel Open Source Technology Centre


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

* Re: [oe] Question about IMAGE_INSTALL_append and CORE_IMAGE_EXTRA_INSTALL
  2015-07-23 20:28             ` [yocto] " Victor Rodriguez
@ 2015-07-24  9:21               ` Paul Eggleton
  -1 siblings, 0 replies; 19+ messages in thread
From: Paul Eggleton @ 2015-07-24  9:21 UTC (permalink / raw)
  To: Victor Rodriguez; +Cc: yocto, OpenEmbedded Devel List, Gary Thomas

On Thursday 23 July 2015 15:28:43 Victor Rodriguez wrote:
> On Wed, Jul 22, 2015 at 8:50 AM, Paul Eggleton
> <paul.eggleton@linux.intel.com> wrote:
> > On Tuesday 21 July 2015 14:51:55 Victor Rodriguez wrote:
> >> On Tue, Jul 21, 2015 at 12:41 PM, Leonardo Sandoval
> >> 
> >> <leonardo.sandoval.gonzalez@linux.intel.com> wrote:
> >> > On 07/21/2015 10:45 AM, Victor Rodriguez wrote:
> >> >> On Tue, Jul 21, 2015 at 10:36 AM, Gary Thomas <gary@mlbassoc.com> 
wrote:
> >> >>> On 2015-07-21 09:26, Victor Rodriguez wrote:
> >> >>>> Hi team
> >> >>>> 
> >> >>>> I have a question , according to documentation there is a difference
> >> >>>> between
> >> >>>> 
> >> >>>> IMAGE_INSTALL_append
> >> >>>> 
> >> >>>> and
> >> >>>> 
> >> >>>> CORE_IMAGE_EXTRA_INSTALL
> >> >>>> 
> >> >>>> Specifies the list of packages to be added to the image. You should
> >> >>>> only set this variable in the local.conf configuration file found in
> >> >>>> the Build Directory.
> >> >>>> 
> >> >>>> When I use the second one and try to build a core-image-minimal-xfce
> >> >>>> bitbake does not install what I wanted in my image . I had a really
> >> >>>> hard time few weekends ago because of this.
> >> >>>> 
> >> >>>> I wonder If I am missing something or if this is a bug
> >> >>> 
> >> >>> The core-image-minimal-xfce recipe does not "play nice" with
> >> >>> the core-image class and is not respecting CORE_IMAGE_EXTRA_INSTALL.
> >> >>> 
> >> >>> I think this should be filed as a bug (and feel free to suggest a
> >> >>> patch)
> >> >>> 
> >> >>> BTW, this question should really be on the OpenEmbedded development
> >> >>> list.
> >> >> 
> >> >> Thanks Gary
> >> >> 
> >> >> I will submit the BUG , do you know the Bugzila where I should submit
> >> >> it
> >> >> ?
> >> > 
> >> > Victor, you can file a bug at https://bugzilla.yoctoproject.org
> >> 
> >> I think we have one already
> >> 
> >> https://bugzilla.yoctoproject.org/show_bug.cgi?id=7616
> > 
> > That's not the right bug.
> > 
> > If the suggestion is that core-image-minimal-xfce needs to be fixed,
> > that's not a bug we would track in the Yocto Project bugzilla (since the
> > Yocto Project is not actively involved in maintaining meta-xfce).
> > 
> > Cheers,
> > Paul
> 
> Hi Paul
> 
> Where can I track this ?

Layers under meta-openembedded don't have a bug tracker that I know of. 
Honestly for something as simple as this I'd just send a patch to the 
openembedded-devel mailing list (with [meta-xfce] in the subject).

Cheers,
Paul

-- 

Paul Eggleton
Intel Open Source Technology Centre


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

* Re: [yocto] Question about IMAGE_INSTALL_append and CORE_IMAGE_EXTRA_INSTALL
@ 2015-07-24  9:21               ` Paul Eggleton
  0 siblings, 0 replies; 19+ messages in thread
From: Paul Eggleton @ 2015-07-24  9:21 UTC (permalink / raw)
  To: Victor Rodriguez
  Cc: yocto, OpenEmbedded Devel List, Gary Thomas, Leonardo Sandoval

On Thursday 23 July 2015 15:28:43 Victor Rodriguez wrote:
> On Wed, Jul 22, 2015 at 8:50 AM, Paul Eggleton
> <paul.eggleton@linux.intel.com> wrote:
> > On Tuesday 21 July 2015 14:51:55 Victor Rodriguez wrote:
> >> On Tue, Jul 21, 2015 at 12:41 PM, Leonardo Sandoval
> >> 
> >> <leonardo.sandoval.gonzalez@linux.intel.com> wrote:
> >> > On 07/21/2015 10:45 AM, Victor Rodriguez wrote:
> >> >> On Tue, Jul 21, 2015 at 10:36 AM, Gary Thomas <gary@mlbassoc.com> 
wrote:
> >> >>> On 2015-07-21 09:26, Victor Rodriguez wrote:
> >> >>>> Hi team
> >> >>>> 
> >> >>>> I have a question , according to documentation there is a difference
> >> >>>> between
> >> >>>> 
> >> >>>> IMAGE_INSTALL_append
> >> >>>> 
> >> >>>> and
> >> >>>> 
> >> >>>> CORE_IMAGE_EXTRA_INSTALL
> >> >>>> 
> >> >>>> Specifies the list of packages to be added to the image. You should
> >> >>>> only set this variable in the local.conf configuration file found in
> >> >>>> the Build Directory.
> >> >>>> 
> >> >>>> When I use the second one and try to build a core-image-minimal-xfce
> >> >>>> bitbake does not install what I wanted in my image . I had a really
> >> >>>> hard time few weekends ago because of this.
> >> >>>> 
> >> >>>> I wonder If I am missing something or if this is a bug
> >> >>> 
> >> >>> The core-image-minimal-xfce recipe does not "play nice" with
> >> >>> the core-image class and is not respecting CORE_IMAGE_EXTRA_INSTALL.
> >> >>> 
> >> >>> I think this should be filed as a bug (and feel free to suggest a
> >> >>> patch)
> >> >>> 
> >> >>> BTW, this question should really be on the OpenEmbedded development
> >> >>> list.
> >> >> 
> >> >> Thanks Gary
> >> >> 
> >> >> I will submit the BUG , do you know the Bugzila where I should submit
> >> >> it
> >> >> ?
> >> > 
> >> > Victor, you can file a bug at https://bugzilla.yoctoproject.org
> >> 
> >> I think we have one already
> >> 
> >> https://bugzilla.yoctoproject.org/show_bug.cgi?id=7616
> > 
> > That's not the right bug.
> > 
> > If the suggestion is that core-image-minimal-xfce needs to be fixed,
> > that's not a bug we would track in the Yocto Project bugzilla (since the
> > Yocto Project is not actively involved in maintaining meta-xfce).
> > 
> > Cheers,
> > Paul
> 
> Hi Paul
> 
> Where can I track this ?

Layers under meta-openembedded don't have a bug tracker that I know of. 
Honestly for something as simple as this I'd just send a patch to the 
openembedded-devel mailing list (with [meta-xfce] in the subject).

Cheers,
Paul

-- 

Paul Eggleton
Intel Open Source Technology Centre


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

* Re: [oe] Question about IMAGE_INSTALL_append and CORE_IMAGE_EXTRA_INSTALL
  2015-07-21 15:36   ` [yocto] " Gary Thomas
@ 2015-07-25  0:37     ` Khem Raj
  -1 siblings, 0 replies; 19+ messages in thread
From: Khem Raj @ 2015-07-25  0:37 UTC (permalink / raw)
  To: openembeded-devel; +Cc: yocto

On Tue, Jul 21, 2015 at 8:36 AM, Gary Thomas <gary@mlbassoc.com> wrote:
> On 2015-07-21 09:26, Victor Rodriguez wrote:
>>
>> Hi team
>>
>> I have a question , according to documentation there is a difference
>> between
>>
>> IMAGE_INSTALL_append
>>
>> and
>>
>> CORE_IMAGE_EXTRA_INSTALL
>>
>> Specifies the list of packages to be added to the image. You should
>> only set this variable in the local.conf configuration file found in
>> the Build Directory.
>>
>> When I use the second one and try to build a core-image-minimal-xfce
>> bitbake does not install what I wanted in my image . I had a really
>> hard time few weekends ago because of this.
>>
>> I wonder If I am missing something or if this is a bug
>
>
> The core-image-minimal-xfce recipe does not "play nice" with
> the core-image class and is not respecting CORE_IMAGE_EXTRA_INSTALL.


its not required to.

>
> I think this should be filed as a bug (and feel free to suggest a patch)
>

No. Its not OE-Core or yocto bug

> BTW, this question should really be on the OpenEmbedded development list.

its valid for meta-xfce only.

>
> --
> ------------------------------------------------------------
> Gary Thomas                 |  Consulting for the
> MLB Associates              |    Embedded world
> ------------------------------------------------------------
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel


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

* Re: [yocto] Question about IMAGE_INSTALL_append and CORE_IMAGE_EXTRA_INSTALL
@ 2015-07-25  0:37     ` Khem Raj
  0 siblings, 0 replies; 19+ messages in thread
From: Khem Raj @ 2015-07-25  0:37 UTC (permalink / raw)
  To: openembeded-devel; +Cc: yocto

On Tue, Jul 21, 2015 at 8:36 AM, Gary Thomas <gary@mlbassoc.com> wrote:
> On 2015-07-21 09:26, Victor Rodriguez wrote:
>>
>> Hi team
>>
>> I have a question , according to documentation there is a difference
>> between
>>
>> IMAGE_INSTALL_append
>>
>> and
>>
>> CORE_IMAGE_EXTRA_INSTALL
>>
>> Specifies the list of packages to be added to the image. You should
>> only set this variable in the local.conf configuration file found in
>> the Build Directory.
>>
>> When I use the second one and try to build a core-image-minimal-xfce
>> bitbake does not install what I wanted in my image . I had a really
>> hard time few weekends ago because of this.
>>
>> I wonder If I am missing something or if this is a bug
>
>
> The core-image-minimal-xfce recipe does not "play nice" with
> the core-image class and is not respecting CORE_IMAGE_EXTRA_INSTALL.


its not required to.

>
> I think this should be filed as a bug (and feel free to suggest a patch)
>

No. Its not OE-Core or yocto bug

> BTW, this question should really be on the OpenEmbedded development list.

its valid for meta-xfce only.

>
> --
> ------------------------------------------------------------
> Gary Thomas                 |  Consulting for the
> MLB Associates              |    Embedded world
> ------------------------------------------------------------
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel


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

* Re: [yocto] Question about IMAGE_INSTALL_append and CORE_IMAGE_EXTRA_INSTALL
  2015-07-25  0:37     ` [yocto] " Khem Raj
  (?)
@ 2015-07-25 12:26     ` Gary Thomas
  2015-08-10 15:08       ` Victor Rodriguez
  -1 siblings, 1 reply; 19+ messages in thread
From: Gary Thomas @ 2015-07-25 12:26 UTC (permalink / raw)
  To: openembedded-devel

On 2015-07-24 18:37, Khem Raj wrote:
> On Tue, Jul 21, 2015 at 8:36 AM, Gary Thomas <gary@mlbassoc.com> wrote:
>> On 2015-07-21 09:26, Victor Rodriguez wrote:
>>>
>>> Hi team
>>>
>>> I have a question , according to documentation there is a difference
>>> between
>>>
>>> IMAGE_INSTALL_append
>>>
>>> and
>>>
>>> CORE_IMAGE_EXTRA_INSTALL
>>>
>>> Specifies the list of packages to be added to the image. You should
>>> only set this variable in the local.conf configuration file found in
>>> the Build Directory.
>>>
>>> When I use the second one and try to build a core-image-minimal-xfce
>>> bitbake does not install what I wanted in my image . I had a really
>>> hard time few weekends ago because of this.
>>>
>>> I wonder If I am missing something or if this is a bug
>>
>>
>> The core-image-minimal-xfce recipe does not "play nice" with
>> the core-image class and is not respecting CORE_IMAGE_EXTRA_INSTALL.
>
>
> its not required to.

Maybe it's not required, but since that is the recommended way to
add packages to an image, it probably should.  As you can see from
the original question, the non-standard behaviour is confusing,
certainly to new users.  It would only take a little reorganization
to make it work as expected.

>
>>
>> I think this should be filed as a bug (and feel free to suggest a patch)
>>
>
> No. Its not OE-Core or yocto bug
>
>> BTW, this question should really be on the OpenEmbedded development list.
>
> its valid for meta-xfce only.

-- 
------------------------------------------------------------
Gary Thomas                 |  Consulting for the
MLB Associates              |    Embedded world
------------------------------------------------------------


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

* Re: [yocto] Question about IMAGE_INSTALL_append and CORE_IMAGE_EXTRA_INSTALL
  2015-07-25 12:26     ` Gary Thomas
@ 2015-08-10 15:08       ` Victor Rodriguez
  0 siblings, 0 replies; 19+ messages in thread
From: Victor Rodriguez @ 2015-08-10 15:08 UTC (permalink / raw)
  To: OpenEmbedded Devel List

On Sat, Jul 25, 2015 at 7:26 AM, Gary Thomas <gary@mlbassoc.com> wrote:
> On 2015-07-24 18:37, Khem Raj wrote:
>>
>> On Tue, Jul 21, 2015 at 8:36 AM, Gary Thomas <gary@mlbassoc.com> wrote:
>>>
>>> On 2015-07-21 09:26, Victor Rodriguez wrote:
>>>>
>>>>
>>>> Hi team
>>>>
>>>> I have a question , according to documentation there is a difference
>>>> between
>>>>
>>>> IMAGE_INSTALL_append
>>>>
>>>> and
>>>>
>>>> CORE_IMAGE_EXTRA_INSTALL
>>>>
>>>> Specifies the list of packages to be added to the image. You should
>>>> only set this variable in the local.conf configuration file found in
>>>> the Build Directory.
>>>>
>>>> When I use the second one and try to build a core-image-minimal-xfce
>>>> bitbake does not install what I wanted in my image . I had a really
>>>> hard time few weekends ago because of this.
>>>>
>>>> I wonder If I am missing something or if this is a bug
>>>
>>>
>>>
>>> The core-image-minimal-xfce recipe does not "play nice" with
>>> the core-image class and is not respecting CORE_IMAGE_EXTRA_INSTALL.
>>
>>
>>
>> its not required to.
>
>
> Maybe it's not required, but since that is the recommended way to
> add packages to an image, it probably should.  As you can see from
> the original question, the non-standard behaviour is confusing,
> certainly to new users.  It would only take a little reorganization
> to make it work as expected.
>

I really apreciate all the time you take to answer this mail

I would like to summarize this part and came to a final conclusion

Should I try to fix or should we leave it as it is ?

Best regards

Victor Rodriguez


>>
>>>
>>> I think this should be filed as a bug (and feel free to suggest a patch)
>>>
>>
>> No. Its not OE-Core or yocto bug
>>
>>> BTW, this question should really be on the OpenEmbedded development list.
>>
>>
>> its valid for meta-xfce only.
>
>
> --
> ------------------------------------------------------------
> Gary Thomas                 |  Consulting for the
> MLB Associates              |    Embedded world
> ------------------------------------------------------------
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel


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

end of thread, other threads:[~2015-08-10 15:08 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-07-21 15:26 Question about IMAGE_INSTALL_append and CORE_IMAGE_EXTRA_INSTALL Victor Rodriguez
2015-07-21 15:36 ` Gary Thomas
2015-07-21 15:36   ` [yocto] " Gary Thomas
2015-07-21 15:45   ` [oe] " Victor Rodriguez
2015-07-21 15:45     ` [yocto] " Victor Rodriguez
2015-07-21 15:51     ` Gary Thomas
2015-07-21 17:41     ` [oe] " Leonardo Sandoval
2015-07-21 19:51       ` Victor Rodriguez
2015-07-21 19:51         ` [yocto] " Victor Rodriguez
2015-07-22 13:50         ` [oe] " Paul Eggleton
2015-07-22 13:50           ` [yocto] " Paul Eggleton
2015-07-23 20:28           ` [oe] " Victor Rodriguez
2015-07-23 20:28             ` [yocto] " Victor Rodriguez
2015-07-24  9:21             ` [oe] " Paul Eggleton
2015-07-24  9:21               ` [yocto] " Paul Eggleton
2015-07-25  0:37   ` [oe] " Khem Raj
2015-07-25  0:37     ` [yocto] " Khem Raj
2015-07-25 12:26     ` Gary Thomas
2015-08-10 15:08       ` Victor Rodriguez

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.