[Angstrom-devel] Easy way to remove x11 from DISTRO_FEATURES?

2011-10-18 Thread Daniel Lazzari
Hey everyone, We are trying to build something of a custom distro on top of Angstrom-core and need to remove x11 from the DISTRO_FEATURES as it breaks dbus (since we aren't shipping x11). I can just comment it out in angstrom.inc, but that requires editing files in meta-angstrom, which is not o

Re: [Angstrom-devel] Easy way to remove x11 from DISTRO_FEATURES?

2011-10-18 Thread Khem Raj
On (18/10/11 21:04), Daniel Lazzari wrote: > Hey everyone, > > We are trying to build something of a custom distro on top of Angstrom-core > and need to remove x11 from the DISTRO_FEATURES as it breaks dbus (since we > aren't shipping x11). I can just comment it out in angstrom.inc, but that >

Re: [Angstrom-devel] Easy way to remove x11 from DISTRO_FEATURES?

2011-10-18 Thread Gary Thomas
On 2011-10-18 16:08, Khem Raj wrote: On (18/10/11 21:04), Daniel Lazzari wrote: Hey everyone, We are trying to build something of a custom distro on top of Angstrom-core and need to remove x11 from the DISTRO_FEATURES as it breaks dbus (since we aren't shipping x11). I can just comment it out

Re: [Angstrom-devel] Easy way to remove x11 from DISTRO_FEATURES?

2011-10-18 Thread Khem Raj
> >in conf/distro/include/angstrom.inc we have > > > >DISTRO_FEATURES += "x11" > > > >you could comment that out. > > > > I think the point was to not have to modify the common/public layer. > n.b. I'm interested in the same thing for my own distro. you could use something like below in your laye

Re: [Angstrom-devel] Easy way to remove x11 from DISTRO_FEATURES?

2011-10-18 Thread Denys Dmytriyenko
On Tue, Oct 18, 2011 at 04:15:38PM -0600, Gary Thomas wrote: > On 2011-10-18 16:08, Khem Raj wrote: >> On (18/10/11 21:04), Daniel Lazzari wrote: >>> Hey everyone, >>> >>> We are trying to build something of a custom distro on top of >>> Angstrom-core and need to remove x11 from the DISTRO_FEATURE

Re: [Angstrom-devel] Easy way to remove x11 from DISTRO_FEATURES?

2011-10-18 Thread Koen Kooi
Op 18 okt. 2011, om 23:04 heeft Daniel Lazzari het volgende geschreven: > Hey everyone, > > We are trying to build something of a custom distro on top of Angstrom-core > and need to remove x11 from the DISTRO_FEATURES as it breaks dbus (since we > aren't shipping x11). I can just comment it ou

Re: [Angstrom-devel] Easy way to remove x11 from DISTRO_FEATURES?

2011-10-18 Thread Koen Kooi
Applied, thanks! Op 19 okt. 2011, om 02:41 heeft Denys Dmytriyenko het volgende geschreven: > On Tue, Oct 18, 2011 at 04:15:38PM -0600, Gary Thomas wrote: >> On 2011-10-18 16:08, Khem Raj wrote: >>> On (18/10/11 21:04), Daniel Lazzari wrote: Hey everyone, We are trying to build so

Re: [Angstrom-devel] Easy way to remove x11 from DISTRO_FEATURES

2011-10-19 Thread Daniel Lazzari
> >DISTRO_FEATURES := "${@oe_filter_out('x11', '${DISTRO_FEATURES}', d)}" > >but when you do such customizations and ask for help on angstrom >channels then please specify exactly what you have done since folks >here will think you are using Angstrom defined distro policies. This is exactly what