All of lore.kernel.org
 help / color / mirror / Atom feed
* PACKAGE_EXCLUDE not working (Custom layer)
@ 2015-12-23 15:21 Prasant J
  2015-12-28 15:26 ` Prasant J
  0 siblings, 1 reply; 4+ messages in thread
From: Prasant J @ 2015-12-23 15:21 UTC (permalink / raw)
  To: Poky Project

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

Hi,


I'm creating a custom layer for my imx6 based setup.

In build/conf/local.conf I have added: PACKAGE_EXCLUDE = "imx-lib imx-test"
but my custom image still tries to build these packages.


Can someone please point out the helpful debug commands/steps to figure out
why these packages are being included?

Can PACKAGE_EXCLUDE be overridden if some other package depends on the
excluded packages and is included?


In my package exclude list I added other package groups that bring imx-lib
& imx-test but still its being build. Any inputs will be of help!



Regards, PJ

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

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

* Re: PACKAGE_EXCLUDE not working (Custom layer)
  2015-12-23 15:21 PACKAGE_EXCLUDE not working (Custom layer) Prasant J
@ 2015-12-28 15:26 ` Prasant J
  2016-01-07  1:31   ` Paul Eggleton
  0 siblings, 1 reply; 4+ messages in thread
From: Prasant J @ 2015-12-28 15:26 UTC (permalink / raw)
  To: Poky Project

On Wed, Dec 23, 2015 at 8:51 PM, Prasant J <pj0585@gmail.com> wrote:
> Hi,
>
>
> I'm creating a custom layer for my imx6 based setup.
>
> In build/conf/local.conf I have added: PACKAGE_EXCLUDE = "imx-lib imx-test"
> but my custom image still tries to build these packages.
>
>
> Can someone please point out the helpful debug commands/steps to figure out
> why these packages are being included?
>
> Can PACKAGE_EXCLUDE be overridden if some other package depends on the
> excluded packages and is included?
>
>
> In my package exclude list I added other package groups that bring imx-lib &
> imx-test but still its being build. Any inputs will be of help!
>
>
>


I excluded the packages by adding IMAGE_INSTALL_remove = " imx-test
imx-lib " to my image recipe.


Regards, PJ


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

* Re: PACKAGE_EXCLUDE not working (Custom layer)
  2015-12-28 15:26 ` Prasant J
@ 2016-01-07  1:31   ` Paul Eggleton
  2016-01-07  6:44     ` Prasant J
  0 siblings, 1 reply; 4+ messages in thread
From: Paul Eggleton @ 2016-01-07  1:31 UTC (permalink / raw)
  To: Prasant J; +Cc: poky

On Mon, 28 Dec 2015 20:56:37 Prasant J wrote:
> On Wed, Dec 23, 2015 at 8:51 PM, Prasant J <pj0585@gmail.com> wrote:
> > 
> > I'm creating a custom layer for my imx6 based setup.
> > 
> > In build/conf/local.conf I have added: PACKAGE_EXCLUDE = "imx-lib
> > imx-test"
> > but my custom image still tries to build these packages.
> > 
> > 
> > Can someone please point out the helpful debug commands/steps to figure
> > out
> > why these packages are being included?
> > 
> > Can PACKAGE_EXCLUDE be overridden if some other package depends on the
> > excluded packages and is included?
> > 
> > 
> > In my package exclude list I added other package groups that bring imx-lib
> > & imx-test but still its being build. Any inputs will be of help!
> 
> I excluded the packages by adding IMAGE_INSTALL_remove = " imx-test
> imx-lib " to my image recipe.

If this is actually working, and you're using your own custom image recipe why 
not just omit those packages from IMAGE_INSTALL there?

Cheers,
Paul

-- 

Paul Eggleton
Intel Open Source Technology Centre


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

* Re: PACKAGE_EXCLUDE not working (Custom layer)
  2016-01-07  1:31   ` Paul Eggleton
@ 2016-01-07  6:44     ` Prasant J
  0 siblings, 0 replies; 4+ messages in thread
From: Prasant J @ 2016-01-07  6:44 UTC (permalink / raw)
  To: Paul Eggleton; +Cc: Poky Project

On Thu, Jan 7, 2016 at 7:01 AM, Paul Eggleton
<paul.eggleton@linux.intel.com> wrote:
> On Mon, 28 Dec 2015 20:56:37 Prasant J wrote:
>> On Wed, Dec 23, 2015 at 8:51 PM, Prasant J <pj0585@gmail.com> wrote:
>> >
>> > I'm creating a custom layer for my imx6 based setup.
>> >
>> > In build/conf/local.conf I have added: PACKAGE_EXCLUDE = "imx-lib
>> > imx-test"
>> > but my custom image still tries to build these packages.
>> >
>> >
>> > Can someone please point out the helpful debug commands/steps to figure
>> > out
>> > why these packages are being included?
>> >
>> > Can PACKAGE_EXCLUDE be overridden if some other package depends on the
>> > excluded packages and is included?
>> >
>> >
>> > In my package exclude list I added other package groups that bring imx-lib
>> > & imx-test but still its being build. Any inputs will be of help!
>>
>> I excluded the packages by adding IMAGE_INSTALL_remove = " imx-test
>> imx-lib " to my image recipe.
>
> If this is actually working, and you're using your own custom image recipe why
> not just omit those packages from IMAGE_INSTALL there?
>
> Cheers,
> Paul
>

Good question Paul!

Creating my own image may mean more maintenance work for me to keep it
up with the latest releases. My custom image recipe is a very simple
recipe that appends packages to the default image (This works for me..
at least up till now).


Regards, PJ


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

end of thread, other threads:[~2016-01-07  6:44 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-12-23 15:21 PACKAGE_EXCLUDE not working (Custom layer) Prasant J
2015-12-28 15:26 ` Prasant J
2016-01-07  1:31   ` Paul Eggleton
2016-01-07  6:44     ` Prasant J

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.