On 8/25/15 10:27 AM, Patrick Ohly wrote:
> On Tue, 2015-08-25 at 08:26 -0500, Mark Hatle wrote:
>> On 8/25/15 6:46 AM, Patrick Ohly wrote:
>>> On Fri, 2015-08-14 at 11:51 +0100, Burton, Ross wrote:
On 12 August 2015 at 10:33, Patrick Ohly
wrote:
> There's a "xattr" DIST
On Tue, 2015-08-25 at 08:26 -0500, Mark Hatle wrote:
> On 8/25/15 6:46 AM, Patrick Ohly wrote:
> > On Fri, 2015-08-14 at 11:51 +0100, Burton, Ross wrote:
> >>
> >> On 12 August 2015 at 10:33, Patrick Ohly
> >> wrote:
> >> > There's a "xattr" DISTRO_FEATURE that should be respected
> >>
Patrick,
sorry I didn't put you in cc.
My quick&dirty workaround: http://patchwork.openembedded.org/patch/101169/
Cheers
Andrea
On Tue, Aug 25, 2015 at 3:26 PM, Mark Hatle
wrote:
> On 8/25/15 6:46 AM, Patrick Ohly wrote:
> > On Fri, 2015-08-14 at 11:51 +0100, Burton, Ross wrote:
> >>
> >> On
On 8/25/15 6:46 AM, Patrick Ohly wrote:
> On Fri, 2015-08-14 at 11:51 +0100, Burton, Ross wrote:
>>
>> On 12 August 2015 at 10:33, Patrick Ohly
>> wrote:
>> > There's a "xattr" DISTRO_FEATURE that should be respected
>> here for
>> > target builds (and explicitly enabled fo
On Fri, 2015-08-14 at 11:51 +0100, Burton, Ross wrote:
>
> On 12 August 2015 at 10:33, Patrick Ohly
> wrote:
> > There's a "xattr" DISTRO_FEATURE that should be respected
> here for
> > target builds (and explicitly enabled for native I guess).
>
> I can a
On 12 August 2015 at 10:33, Patrick Ohly wrote:
> > There's a "xattr" DISTRO_FEATURE that should be respected here for
> > target builds (and explicitly enabled for native I guess).
>
> I can add that check, if you want.
>
> > Does enabling xattr mean adding build dependencies?
>
> No, the condit
On Tue, 2015-08-11 at 15:33 +0100, Burton, Ross wrote:
>
> On 11 August 2015 at 09:45, Patrick Ohly
> wrote:
> -EXTRA_OEMAKE = "'CC=${CC}' 'RANLIB=${RANLIB}' 'AR=${AR}'
> 'CFLAGS=${CFLAGS} -I${S}/include -DWITHOUT_XATTR' 'BUILDDIR=
> ${S}'"
> +EXTRA_OEMAKE = "'CC=$
On 11 August 2015 at 09:45, Patrick Ohly wrote:
> -EXTRA_OEMAKE = "'CC=${CC}' 'RANLIB=${RANLIB}' 'AR=${AR}'
> 'CFLAGS=${CFLAGS} -I${S}/include -DWITHOUT_XATTR' 'BUILDDIR=${S}'"
> +EXTRA_OEMAKE = "'CC=${CC}' 'RANLIB=${RANLIB}' 'AR=${AR}'
> 'CFLAGS=${CFLAGS} -I${S}/include' 'BUILDDIR=${S}'"
>
Ther
xattrs may be needed by some distros. Support that by compiling in the
necessary code, even if it is not used by default. Then .jffs2 images
including xattrs can be created with:
EXTRA_IMAGECMD_jffs2_append = " --with-xattr"
Signed-off-by: Patrick Ohly
---
meta/recipes-devtools/mtd/mtd-utils