Hi Denys,
On 10 February 2015 at 17:09, Denys Dmytriyenko wrote:
> D'oh! I should have dug dipper and notice the native sysroot is not being
> used... Thanks, I'll send a fixed patch shortly.
>
Fresh eyes and all that. :) Can you add V=1 to EXTRA_OEMAKE so this sort
of thing is easier to debug
On Tue, Feb 10, 2015 at 04:48:51PM +, Burton, Ross wrote:
> On 10 February 2015 at 16:38, Burton, Ross wrote:
>
> > ? Are you saying it's meta-fsl-ppc specific issue?
> >
> >
> > I just replicated with qemuarm and interestingly with zero tasks happening
> > at the same time. I'm wondering if
On 10 February 2015 at 16:38, Burton, Ross wrote:
> ? Are you saying it's meta-fsl-ppc specific issue?
>
>
> I just replicated with qemuarm and interestingly with zero tasks happening
> at the same time. I'm wondering if there's a file being written with an
> old sysroot in that isn't being dele
On 10 February 2015 at 16:29, Denys Dmytriyenko wrote:
> > >> +DEPENDS_class-native = "openssl-native"
> > >
> > >
> > > That *really* shouldn't be required. :(
> >
> > I agree it is not needed and it does seem to be a fail in meta-fsl-ppc
> > which should be fixed there.
>
> ? Are you saying it'
On Tue, Feb 10, 2015 at 02:17:55PM -0200, Otavio Salvador wrote:
> Hello Ross,
>
> On Tue, Feb 10, 2015 at 2:16 PM, Burton, Ross wrote:
> > On 10 February 2015 at 16:02, Denys Dmytriyenko wrote:
> >>
> >> +DEPENDS = "openssl"
> >> +DEPENDS_class-native = "openssl-native"
> >
> >
> > That *really
On Tue, Feb 10, 2015 at 04:16:00PM +, Burton, Ross wrote:
> Hi Denys,
>
> On 10 February 2015 at 16:02, Denys Dmytriyenko wrote:
>
> > +DEPENDS = "openssl"
> > +DEPENDS_class-native = "openssl-native"
> >
>
> That *really* shouldn't be required. :(
>
> And indeed, the old patch with -e sho
Hello Ross,
On Tue, Feb 10, 2015 at 2:16 PM, Burton, Ross wrote:
> On 10 February 2015 at 16:02, Denys Dmytriyenko wrote:
>>
>> +DEPENDS = "openssl"
>> +DEPENDS_class-native = "openssl-native"
>
>
> That *really* shouldn't be required. :(
I agree it is not needed and it does seem to be a fail i
Hi Denys,
On 10 February 2015 at 16:02, Denys Dmytriyenko wrote:
> +DEPENDS = "openssl"
> +DEPENDS_class-native = "openssl-native"
>
That *really* shouldn't be required. :(
And indeed, the old patch with -e shows that it isn't:
# $DEPENDS [6 operations]
# set /home/ross/Yocto/poky/meta/conf
On Thu, Jan 29, 2015 at 03:06:48PM -0500, Denys Dmytriyenko wrote:
> On Thu, Jan 29, 2015 at 07:59:09PM +, Burton, Ross wrote:
> > On 29 January 2015 at 19:33, Denys Dmytriyenko wrote:
> >
> > > >I believe I had that in DEPENDS... I'll check.
> > >
> > > So, yes, the patch does have DEPEN
From: Denys Dmytriyenko
Signed-off-by: Denys Dmytriyenko
---
v2 - explicitly depend u-boot-mkimage-native on openssl-native
.../0001-tools-env-fix-build-error.patch | 36 ++
...utils_2014.07.bb => u-boot-fw-utils_2015.01.bb} | 21 +++--
...kimage_2014.07.b
On Thu, Jan 29, 2015 at 07:59:09PM +, Burton, Ross wrote:
> On 29 January 2015 at 19:33, Denys Dmytriyenko wrote:
>
> > >I believe I had that in DEPENDS... I'll check.
> >
> > So, yes, the patch does have DEPENDS = "openssl"
> >
> > Does it become openssl-native due to BBCLASSEXTEND = "na
On 29 January 2015 at 19:33, Denys Dmytriyenko wrote:
> >I believe I had that in DEPENDS... I'll check.
>
> So, yes, the patch does have DEPENDS = "openssl"
>
> Does it become openssl-native due to BBCLASSEXTEND = "native"? Or do I
> need a
> separate DEPENDS_class-native?
Unless you have a
On Thu, Jan 29, 2015 at 09:07:29AM -0500, Denys Dmytriyenko wrote:
>I believe I had that in DEPENDS... I'll check.
So, yes, the patch does have DEPENDS = "openssl"
Does it become openssl-native due to BBCLASSEXTEND = "native"? Or do I need a
separate DEPENDS_class-native?
--
Denys
>O
I believe I had that in DEPENDS... I'll check.
--
Denys
On Jan 29, 2015 8:19 AM, "Burton, Ross" wrote:On 23 January 2015 at 22:40, Denys Dmytriyenko wrote: rename meta/recipes-bsp/u-boot/{u-boot-mkimage_2014.07.bb => u-boot-mkimage_2015.01.bb} (45%)u-book-mkimage-native is faili
On 23 January 2015 at 22:40, Denys Dmytriyenko wrote:
> rename meta/recipes-bsp/u-boot/{u-boot-mkimage_2014.07.bb => u-boot
> -mkimage_2015.01.bb} (45%)
>
u-book-mkimage-native is failing on some autobuilders:
| In file included from tools/default_image.c:18:0:
| include/image.h:877:27: fatal
On Mon, Jan 26, 2015 at 3:15 PM, Burton, Ross wrote:
>
> On 26 January 2015 at 17:13, Denys Dmytriyenko wrote:
>>
>> Any feedback so far?
>
>
> Builds for me for beaglebone, totally untested. An ack from Otavio would be
> greatly appreciated :)
Acked-by: Otavio Salvador
--
Otavio Salvador
On 26 January 2015 at 17:13, Denys Dmytriyenko wrote:
> Any feedback so far?
>
Builds for me for beaglebone, totally untested. An ack from Otavio would
be greatly appreciated :)
Ross
--
___
Openembedded-core mailing list
Openembedded-core@lists.open
Any feedback so far?
On Fri, Jan 23, 2015 at 05:40:18PM -0500, Denys Dmytriyenko wrote:
> From: Denys Dmytriyenko
>
> Signed-off-by: Denys Dmytriyenko
> ---
> v2 - rebase on top of fw-utils combining patch from Otavio
>
> .../0001-tools-env-fix-build-error.patch | 36
> +++
From: Denys Dmytriyenko
Signed-off-by: Denys Dmytriyenko
---
v2 - rebase on top of fw-utils combining patch from Otavio
.../0001-tools-env-fix-build-error.patch | 36 ++
...utils_2014.07.bb => u-boot-fw-utils_2015.01.bb} | 21 +++--
...kimage_2014.07.bb =>
19 matches
Mail list logo