Re: [yocto] Installing the SDKs made with meta-mingw

2016-03-19 Thread Christopher Larson
On Wed, Mar 16, 2016 at 2:32 PM, Matt Hoosier wrote: > I've successfully built a Canadian-cross SDK using the meta-mingw layer. > Very nice! > > Because the layer lobotomizes the SDK_PACKAGING_FUNC when ${SDKMACHINE} is > set to a MinGW host, though, the resulting SDK is

Re: [yocto] Are there any places that you can use the crosswalk latest version?

2016-03-19 Thread Burton, Ross
On 17 March 2016 at 03:03, 윤영석 wrote: > So, i had try to found crosswalk recipes, > > finally i got it. but it is not lately version. (version : 12.40.295.0) > > refer under the link, > > https://github.com/crosswalk-project/meta-crosswalk > I suggest you try asking the

[yocto] [meta-raspberry] Raspberry Pi 3

2016-03-19 Thread David Weisgerber
Hi, did anyone succeed in building an image that runs on Raspberry Pi 3? I set my conf/local.conf to MACHINE ??= "raspberrypi3" GPU_MEM = "128" DISABLE_OVERSCAN = "1" and built rpi-basic-image but when booting the Pi 3 up I only see 4 raspberries in the top right but nothing else happens.

Re: [yocto] Problems building live image

2016-03-19 Thread Rudolf J Streif
On Monday, March 14, 2016 04:38:35 PM K Richard Pixley wrote: > > What stops us from building different boot labels for different images? > That seems like the obvious choice. Or perhaps, using "boot" for all > syslinux images and adding "install" for "live" images. Fair question. Nothing

[yocto] [PATCH][layerindex-web] search: only match pn against search string for recipe searches

2016-03-19 Thread Elliot Smith
Using the search box creates a query against the pns, summaries, descriptions and filenames of recipes. This results in a lot of spurious results for common terms like "git" when performing a recipe search. Reduce the search fields used to just the pn so that the search will only return results

[yocto] [PATCH] matchbox-keyboard-ui.c: Fix int -> long to address 32bit vs 64 bit addressing

2016-03-19 Thread Saul Wold
The soft keyboard was displaying incorrectly on 64bit machines [YOCTO #9254] Signed-off-by: Saul Wold --- src/matchbox-keyboard-ui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/matchbox-keyboard-ui.c b/src/matchbox-keyboard-ui.c index

Re: [yocto] Re: Re: Qt5.6 new modules

2016-03-19 Thread idealsim
It seems that they have a problem with c++11, see QTBUG-51655, change comit https://github.com/qtproject/qtserialbus/commit/04b75569f36eec14662505a08bf8c1d565cb10fe The SRCREV is now 04b75569f36eec14662505a08bf8c1d565cb10fe Seems to work ! compil the lib ... Continue to build the master

Re: [yocto] [matchbox-wm][PATCH] ewmh: Fix data type of a few XChangeProperty calls

2016-03-19 Thread Burton, Ross
On 18 March 2016 at 15:11, Jussi Kukkonen wrote: > XChangeProperty documentation: "If the specified format is 32, the > property data must be a long array." > > Using int can lead to bogus data being used on platforms where long > actually is different from int. > >

Re: [yocto] Installing the SDKs made with meta-mingw

2016-03-19 Thread Christopher Larson
On Thu, Mar 17, 2016 at 9:48 AM Matt Hoosier wrote: > On Thu, Mar 17, 2016 at 10:48 AM, Christopher Larson > wrote: > >> >> >> On Thu, Mar 17, 2016 at 8:47 AM Christopher Larson >> wrote: >> >>> On Thu, Mar 17, 2016 at 8:43 AM

[yocto] Compiling kernel 4.4

2016-03-19 Thread SIVA SUBRAMANIAN.P
Hi, While compiling linux kernel 4.4 for 96boards, I'm getting below error even though openssl headers are available in sysroot path. | HOSTCC scripts/selinux/mdp/mdp | /mnt/home/knagabhirava/hikey/build/tmp-glibc/work-shared/hikey/kernel-source/scripts/extract-cert.c:21:25: fatal error:

Re: [yocto] Possible introspection failure in master

2016-03-19 Thread Burton, Ross
On 17 March 2016 at 09:37, Andre McCurdy wrote: > As an aside, I'm not sure that using DISTRO/MACHINE_FEATURES_BACKFILL > for gobject-introspection-data is entirely correct since gobject > introspection is not a feature which was previously enabled by > default: > That is

[yocto] [meta-qt5] [meta-mingw] Any success using these two layers together?

2016-03-19 Thread Matt Hoosier
Does anybody have experience using meta-qt5 and meta-ming together to produce a usable SDK including Qt development tools for use on a Windows host together? The stock recipes for producing the nativesdk flavors of certain Qt packages would seem to require some modification from vanilla meta-qt5

Re: [yocto] [master] ERROR: gobject-introspection-1.46.0-r0 do_populate_sysroot:

2016-03-19 Thread Martin Jansa
Delete your TMPDIR and start again. On Wed, Mar 16, 2016 at 8:29 PM, Christian Ege wrote: > Hi, > > with the latest master from today I ran in some trouble: > > Build Configuration: > BB_VERSION= "1.29.0" > BUILD_SYS = "x86_64-linux" > NATIVELSBSTRING =

[yocto] Not able to disable introspection in gstreamer

2016-03-19 Thread Ashish Shrivastava
?Hi, I am trying to build latest poky version from upstream but it was failing in "gobject-introspection-data?". I disabled it with comments mentioned in: http://git.yoctoproject.org/cgit/cgit.cgi/poky-contrib/commit/?id=8c14c746da1784c4bdaa621dde6fccd99e72ef1b by adding folloing line in

[yocto] [master] ERROR: gobject-introspection-1.46.0-r0 do_populate_sysroot:

2016-03-19 Thread Christian Ege
Hi, with the latest master from today I ran in some trouble: Build Configuration: BB_VERSION= "1.29.0" BUILD_SYS = "x86_64-linux" NATIVELSBSTRING = "universal" TARGET_SYS= "arm-poky-linux-gnueabi" MACHINE = "udooneo" DISTRO= "poky" DISTRO_VERSION

Re: [yocto] Compiling raspberry2 with eglinfo-x11

2016-03-19 Thread David Weisgerber
Hi all, I just wanted to add that I got the qt5everywheredemo running. However it seems as changing the GPU_MEM variable is not picked up correctly when changing it. I had to change my boot type to uImage (which did work because the raspberry pi did not boot up with it) and back, then I had the

Re: [yocto] Not able to disable introspection in gstreamer

2016-03-19 Thread Martin Jansa
On Wed, Mar 16, 2016 at 02:54:27PM +, Ashish Shrivastava wrote: > ?Hi, > > > I am trying to build latest poky version from upstream but it was failing in > "gobject-introspection-data?". > > I disabled it with comments mentioned in: > >

Re: [yocto] Possible introspection failure in master

2016-03-19 Thread Andre McCurdy
On Thu, Mar 17, 2016 at 1:57 AM, Chris Tapp wrote: > I’m trying to build gstreamer1.0-plugins-base_git.bb under master. > Compilation is failing with: The gstreamer _git recipes have not been updated to include the gobject introspection patches which were applied to the

Re: [yocto] Installing the SDKs made with meta-mingw

2016-03-19 Thread Matt Hoosier
On Thu, Mar 17, 2016 at 11:56 AM, Christopher Larson wrote: > > > On Thu, Mar 17, 2016 at 9:48 AM Matt Hoosier > wrote: > >> On Thu, Mar 17, 2016 at 10:48 AM, Christopher Larson > > wrote: >> >>> >>> >>> On Thu, Mar 17, 2016 at

Re: [linux-yocto] Review request: [linux-yocto-3.14] Fix up the openvswitch kernel module compile failure.

2016-03-19 Thread Bruce Ashfield
On 2016-03-16 4:46 AM, guojian.z...@windriver.com wrote: From: Guojian Zhou This patch based on the upstream commit 6f6e8414631dd4bde7e0e29e9cab41d7e7c92970. == The following changes since

[yocto] Are there any places that you can use the crosswalk latest version?

2016-03-19 Thread 윤영석
Dear, all. I want to use crosswalk in the yocto recipes. So, i had try to found crosswalk recipes, finally i got it. but it is not lately version. (version : 12.40.295.0) refer under the link, https://github.com/crosswalk-project/meta-crosswalk I can checking the crosswalk lately

Re: [yocto] Conditional compile for package in layer.conf for Qemu

2016-03-19 Thread YUKATHARSANI JEYACHANDRA
You can use BBMASK variable in your layer.conf file. From: yocto-boun...@yoctoproject.org on behalf of Mark T Sent: Friday, March 18, 2016 11:02:54 PM To: Andre McCurdy Cc: yocto@yoctoproject.org Subject:

[yocto] [PATCH][yocto-docs] distrodata: Add documentation about usage distrodata/checkpkg.

2016-03-19 Thread Aníbal Limón
[YOCTO #7894] Signed-off-by: Aníbal Limón --- documentation/ref-manual/ref-classes.xml | 19 +++ 1 file changed, 19 insertions(+) diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml index

[yocto] Possible introspection failure in master

2016-03-19 Thread Chris Tapp
I’m trying to build gstreamer1.0-plugins-base_git.bb under master. Compilation is failing with: | g-ir-scanner: link: ../../../libtool --mode=link --tag=CC x86_64-poky-linux-gcc -m64 -march=corei7 -mtune=corei7 -mfpmath=sse -msse4.2

Re: [yocto] Re: Qt5.6 new modules

2016-03-19 Thread idealsim
Hi, i have started a build of the image this master Branch, like you said i have an error on qtserialbus : /WARNING: Failed to fetch URL git://github.com/qtproject/qtserialbus.git;name=qtserialbus;branch=5.6;protocol=git, attempting MIRRORS if available// //ERROR: Fetcher failure: Unable to

[yocto] Yocto Project Status WW12

2016-03-19 Thread Jolley, Stephen K
Current Dev Position: YP 2.1 M4 (Stabilization only milestone.) Next Deadline: YP 2.1 M3 Target release date is March 18, 2016 (Will be late, see status) SWAT team rotation: Maxin -> Joshua https://wiki.yoctoproject.org/wiki/Yocto_Build_Failure_Swat_Team Key Status/Updates: *The M3

[yocto] Installing the SDKs made with meta-mingw

2016-03-19 Thread Matt Hoosier
Hi, I've successfully built a Canadian-cross SDK using the meta-mingw layer. Very nice! Because the layer lobotomizes the SDK_PACKAGING_FUNC when ${SDKMACHINE} is set to a MinGW host, though, the resulting SDK is not encapsulated into the self-extracting tarball and the corresponding relocation

Re: [yocto] use yocto toolchain as external toolchain

2016-03-19 Thread Gary Thomas
On 03/17/2016 12:40 PM, gm...@reliableembeddedsystems.com wrote: Hi, It may sound slightly crazy:) but can I use a toolchain, which was created by Poky as an external toolchain for Poky? What I am after is something like this: I create a multiplatfrom v7 compatible Yocto project, which spits

Re: [yocto] Not able to disable introspection in gstreamer

2016-03-19 Thread alexander . kanavin
> I am trying to build latest poky version from upstream but it was failing > in "gobject-introspection-data?". > > I disabled it with comments mentioned in: > > http://git.yoctoproject.org/cgit/cgit.cgi/poky-contrib/commit/?id=8c14c746da1784c4bdaa621dde6fccd99e72ef1b > > > by adding folloing line

Re: [yocto] Qt5.6 new modules

2016-03-19 Thread idealsim
Thanks for the tip. I will try it out and let you know ... Regards, Mickaël Le 16/03/2016 10:17, Christian Ege a écrit : Hi,, 2016-03-16 9:04 GMT+01:00 idealsim : Hi, we have build an image for udoo neo from meta-qt5 jansa/master-5.6 and works fine (thanks to Christian

Re: [yocto] [PATCH 1/3][eclipse-poky][mars] systemtap: Add button to browse to build folder.

2016-03-19 Thread Jose Lamego
Ping On 03/09/2016 05:22 PM, Jose Lamego wrote: > From: Adrian Dudau > > Fixes [Yocto 4423] > Porting commit a80114b5d1c8d774fd9271da48a38654321d4817 from > the Juno branch. > > Signed-off-by: Jose Lamego > --- >

[yocto] [yocto-autobuilder][PATCH] buildbot/templates: Fix link to error reporting tool

2016-03-19 Thread Michael Wood
Fix link so that we don't perform a full text search for the SHA/revision and just filter for it using the commit field. This should drastically reduce page loading time on the error reporting site. [YOCTO #9295] Signed-off-by: Michael Wood ---

[yocto] [PATCH][meta-cgl] ocfs2-tools: uprev to 1.8.4

2016-03-19 Thread rongqing.li
From: Roy Li 1. 1.8.4 asks libaio 2. remove 0002-ocfs2_fs.h-mount.ocfs2.c-fix-compile-error.patch which has been merged into 1.8.4 3. remove the host contamination by replacing the host related path in do_configure_prepend 4. add bash into RDEPENDS, since

Re: [yocto] Not able to disable introspection in gstreamer

2016-03-19 Thread Burton, Ross
On 16 March 2016 at 16:13, Martin Jansa wrote: > I think it's because COMBINED_FEATURES conditional is used only to add > --enable-introspection in EXTRA_OECONF, but other changes like > introspection.m4 changes are done in all builds. > Then the class should be passing

Re: [yocto] Not able to disable introspection in gstreamer

2016-03-19 Thread Ashish Shrivastava
DEBUG: SITE files ['endian-little', 'bit-32', 'mips-common', 'common-linux', 'common-glibc', 'mipsel-linux', 'common'] DEBUG: Executing shell function do_compile NOTE: make -j 8 make all-recursive make[1]: Entering directory

Re: [yocto] Conditional compile for package in layer.conf for Qemu

2016-03-19 Thread Andre McCurdy
On Wed, Mar 16, 2016 at 2:01 AM, Burton, Ross wrote: > > On 16 March 2016 at 08:56, Mark T wrote: >> >> I'd like to be able to do the following >> >> IMAGE_INSTALL_append += "package_a" It's not typical usage to combine += with _append, pick one or

[yocto] use yocto toolchain as external toolchain

2016-03-19 Thread gmane
Hi, It may sound slightly crazy:) but can I use a toolchain, which was created by Poky as an external toolchain for Poky? What I am after is something like this: I create a multiplatfrom v7 compatible Yocto project, which spits out toolchain/rootfs/kernel/various device trees.[1] Now I

Re: [yocto] hddimg vs hdddirect?

2016-03-19 Thread K Richard Pixley
On 3/16/16 21:37 , Gary Thomas wrote: On 03/16/2016 08:40 PM, K Richard Pixley wrote: What's the intended difference between hddimg and hdddirect? I'm confused about the intent here. The data flow in previous releases, even jethro, seems to be somewhat confused/broken so looking at the source

[yocto] Upgrade from Daisy to Jethro -> Hardware Problems (Device Tree)

2016-03-19 Thread Ruben Schwarz
Hi, we have a customized hardware based on Beaglebone Black. We created an BSP Layer with daisy and everything worked fine. Now we decided to upgrade our yocto sources from daisy (Kernel 3.14.4) to jethro (Kernel 4.1.15). I adjusted the Kernel patches to work with new sources. The system boots

Re: [yocto] Compiling raspberry2 with eglinfo-x11

2016-03-19 Thread David Weisgerber
Hi, I got Qt to compile by solving the following "problem" in the userland EGL / GLESv2 code: # Khronos # # Note: in Android the linker is unable or unwilling to resolve # dynamically using already loaded symbols. The libraries here # have quite a few circular dependencies, and so the only way #

[yocto] hddimg vs hdddirect?

2016-03-19 Thread K Richard Pixley
What's the intended difference between hddimg and hdddirect? I'm confused about the intent here. The data flow in previous releases, even jethro, seems to be somewhat confused/broken so looking at the source code isn't really helping here. Is one intended to be a simple syslinux bootable image

Re: [yocto] [master] ERROR: gobject-introspection-1.46.0-r0 do_populate_sysroot:

2016-03-19 Thread Christian Ege
Hi, On 16.03.2016 20:44, Martin Jansa wrote: > Delete your TMPDIR and start again. thx, this did the trick Best, Christian > > On Wed, Mar 16, 2016 at 8:29 PM, Christian Ege > wrote: > > Hi, > > with the latest master from today I ran in

Re: [yocto] Compiling kernel 4.4

2016-03-19 Thread Andre McCurdy
On Wed, Mar 16, 2016 at 11:21 PM, SIVA SUBRAMANIAN.P wrote: > Hi, > While compiling linux kernel 4.4 for 96boards, I'm getting below error > even though openssl headers are available in sysroot path. > > | HOSTCC scripts/selinux/mdp/mdp > | >