Hi,
Kernel Version is 3.10.60 & our platform is mips32.
For GCC I haven't made any changes. I have used the default GCC from yocto.
Looks like by default it is using 5.3.0 version.
Can we specify our GCC in the YOCTO?
Thanks and Regards,
Harinath
From: K
Thanks,
It worked with standards/base branch.
Regards,
Manish Jaggi
From: Zhenhua Luo
Sent: Tuesday, April 26, 2016 1:02 PM
To: Bruce Ashfield; Jaggi, Manish; Burton, Ross
Cc: yocto@yoctoproject.org
Subject: RE: [yocto] Fetcher failure: Unable to find r
If the SHA exists in a tag instead of any branch, you can use nobranch
parameter, refer to
http://git.yoctoproject.org/cgit.cgi/poky/tree/bitbake/lib/bb/fetch2/git.py?id=c4bcaa3f7ceac346af1555fff2b526ceeac92a54#n47.
Best Regards,
Zhenhua
> -Original Message-
> From: yocto-boun...@yo
MBWM already supports setting MB theme with "MATCHBOX/THEME",
there is no advantage to also set it with "Net/ThemeName" -- the
expectation that MBWM has a matching theme for all toolkit themes
is not realistic.
Net/ThemeName is used by Gtk+ to set Gtk theme so this change allows
the Gtk theme and
Hej,
I am new to yocto. I like to create an recipe for the g3log library. I
managed to get the git sources and start the cmake compile. But it stops
when it tries to compile "#include ". Do you have an idea how to
fix that?
Below there is the content of the "g3log.bb":
Hello Chris,
Please see my inline comments.
Best Regards,
Zhenhua
From: yocto-boun...@yoctoproject.org [mailto:yocto-boun...@yoctoproject.org] On
Behalf Of Chris Trobridge
Sent: Monday, April 25, 2016 11:01 PM
To: yocto@yoctoproject.org
Subject: Re: [yocto] [Fwd: gobject introspection release
On 26 April 2016 at 09:04, wrote:
> I am new to yocto. I like to create an recipe for the g3log library. I
> managed to get the git sources and start the cmake compile. But it stops
> when it tries to compile "#include ". Do you have an idea how to
> fix that?
>
Actually including the output of
Hi,
I am trying to add a native compilation support to oe rootfs.
Managed to add gcc ld support but upon compilation getting missing libs error.
aarch64-oe-linux-gcc x.c
x.c: In function 'main':
x.c:3:2: warning: implicit declaration of function 'printf'
[-Wimplicit-function-declaration]
/us
On 26 April 2016 at 09:37, Jaggi, Manish
wrote:
> IMAGE_INSTALL_append = "gcc"
> IMAGE_INSTALL_append += " glibc"
> IMAGE_INSTALL_append += " libgcc"
> IMAGE_INSTALL_append += " binutils"
> IMAGE_INSTALL_append += " gccmakedep"
>
You left out the development headers and libraries required to act
I have been trying to formulate a new recipe for pjproject (pjsip) - there was
one but it seems too old and isn't part of any layer now.
The library seems to require a fairly straightforward autotools/pkgconfig
recipe but I get two errors, both of which I can see have come up before but
haven't
Hello,
What is the correct way to override poky.conf? I tried adding a new file
custom-poky.conf into meta-yocto/conf/distro, including the poky.conf file and
overriding e.g., DISTRO_VERSION. Is this the correct approach, or is some other
changes required as well?
Best regards,
Andreas
Hi Andreas,
In general, you should not add your changes to poky directly, or any of the
other provided layers.
In this case the 'permanent' way to do this is to produce your own distribution
layer but the quick alternative is to set the variable in conf/local.conf.
Regards,Chris
From: andreas.e
On Tue, Apr 26, 2016 at 12:10 AM, Harinath maddelal
wrote:
>
> Hi,
>
>
> Kernel Version is 3.10.60 & our platform is mips32.
you are building old kernel with newer toolchain this backport might help
https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit?id=842dfc11ea9a21f9825167c8
On Tue, 26 Apr 2016 09:39:26 Burton, Ross wrote:
> > SUMMARY = "g3log"
> > SECTION = "sek4"
> > LICENSE = "MIT"
> > LIC_FILES_CHKSUM = "file://$
> > {COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"
This appears to be the Unlicense [1]. It's worth noting that we seem to be
missing th
Hi Gary,
On Mon, 25 Apr 2016 15:06:14 Gary Thomas wrote:
> I have a distribution which normally includes x11. I just
> ran a build with
>DISTRO_FEATURES_remove = "x11 wayland"
>
> Why on earth did this require qemu-native to be rebuilt?
> One would think that qemu-native would be independent
On Fri, 22 Apr 2016 05:00:23 Gary Thomas wrote:
> On 2016-04-22 01:31, Khem Raj wrote:
> > resend this patch to OE-Core mailing list. and also add
> > Upstream-Status: to patch
>
> Actually, it should go to the RaspberryPi mailing list, not OE-core
There isn't such a thing - the yocto list is cur
Hi Piotr,
On Fri, 22 Apr 2016 08:22:45 piotr.lewicki wrote:
> I'm new here and I didn't know how to prepare patch correctly- I just
> used instructions from meta-raspberrypi README.
>
> I can resend it if you want. Especially now when the patch is not
> necessary anymore, because Andrei Gherzan h
Hi Benjamin,
On Mon, 25 Apr 2016 09:34:36 Benjamin Gaignard wrote:
> devtool usage is well documented in ADT manual:
> http://www.yoctoproject.org/docs/latest/adt-manual/adt-manual.html#using-dev
> tool-in-your-sdk-workflow but not explicit mention of how use it within
> Eclipse.
>
> Do you know
I notice this patch hasn't been applied. Is there anything I can do to improve
it?
Regards,
Craig McQueen
> -Original Message-
> From: Craig McQueen
> Sent: Thursday, 15 October 2015 4:13 PM
> To: yocto@yoctoproject.org
> Cc: Craig McQueen
> Subject: [PATCH] os-release: put double-quot
Sorry, my mistake--it looks as though it was applied. I was looking at an old
local "master" that wasn't updated to upstream master.
Regards,
Craig McQueen
> -Original Message-
> From: yocto-boun...@yoctoproject.org [mailto:yocto-
> boun...@yoctoproject.org] On Behalf Of Craig McQueen
>
It worked, thanks!!
But I couldnt find support to include multilibs say for 32bit and 64bit gcc.
There is a MULTILIB macro but I am not sure how to use it?
I think multilib recipes (bbfiles) are required, how to get them?
Regards,
Manish Jaggi
From: Burton, R
Aside from the issues I mentioned previously, pjproject is detecting
cross-compilation and this causes it to append '-x86_64-poky-linux-gnu' to all
its library names.
This is then breaking autotools configuration in other recipes that are testing
for the base name.
Is it common for a build proce
22 matches
Mail list logo