[linux-yocto] Can 32-bit sdk (/opt/poky) used 64 bit machine ?

2017-11-07 Thread Ran Shalit
Hello, Is it possible to use 32-bit sdk (/opt/poky) in 64 bit machine ? Regards, Ran -- ___ linux-yocto mailing list linux-yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/linux-yocto

Re: [yocto] [layerindex-web][patch v3 1/1] recipes.html: Require keyword for recipe search

2017-11-07 Thread Paul Eggleton
On Wednesday, 8 November 2017 11:47:49 AM NZDT Mark Hatle wrote: > On 11/7/17 4:31 PM, Amanda Brindle wrote: > > Use JavaScript to check if the search box for recipe search is > > empty before querying the database. This will prevent the "502 > > Bad Gateway" error that occurs when the query takes

Re: [yocto] [layerindex-web][patch v3 1/1] recipes.html: Require keyword for recipe search

2017-11-07 Thread Mark Hatle
On 11/7/17 4:31 PM, Amanda Brindle wrote: > Use JavaScript to check if the search box for recipe search is > empty before querying the database. This will prevent the "502 > Bad Gateway" error that occurs when the query takes too long due > to the large list of recipes. Since there are so many

[yocto] [layerindex-web][patch v3 1/1] recipes.html: Require keyword for recipe search

2017-11-07 Thread Amanda Brindle
Use JavaScript to check if the search box for recipe search is empty before querying the database. This will prevent the "502 Bad Gateway" error that occurs when the query takes too long due to the large list of recipes. Since there are so many recipes spread across the layers in the OE index,

[yocto] [layerindex-web][patch v3 0/1] recipes.html: Require keyword for recipe search

2017-11-07 Thread Amanda Brindle
For v3, updated recipes.html to use bootstrap's error state and added the browse option for Classes. The following changes since commit 78c2561181f07b1c39f1dc3516a9110a39d874f2: templates/layerindex/classes.html: Add bbclass search (2017-11-07 16:54:46 +1300) are available in the git

Re: [yocto] KBUILD_DEFCONFIG_KMACHINE not used anywhere

2017-11-07 Thread Bruce Ashfield
On 11/07/2017 08:46 AM, Alan Martinovic wrote: Hi, I'm trying to get yocto to build the kernel with an in-tree defconfig. For that I found references to the variable KBUILD_DEFCONFIG_KMACHINE. However, I've been experiencing that the kernel is being built with some default defconfig, and not

[yocto] use native (cross) toolchain instead of a populated nativesdk (cross-canadian) toolchain

2017-11-07 Thread Zhen LiWei
Hi, I am working on a yocto 2.0 based distro and we usually populate_sdk and use the toolchain included in SDK. But we also like to check the SDK into a SVN repo, and checkout it anywhere, and use it away right where it is checked out. And since the nativesdk binaries are based on a

Re: [yocto] [meta-mono][PATCH] mono-4.xx: compiling mono 4 with btls requires cmake

2017-11-07 Thread Khem Raj
On Tue, Nov 7, 2017 at 5:26 AM, Pascal Bach wrote: > > Mono requires cmake to build the bundled BoringSSL library. I didn't look why it works in detail but I currently assume that BoringSSL is standalone enough that no additional CMake toolchain

[yocto] Minutes: Yocto Project Technical Team Meeting

2017-11-07 Thread Jolley, Stephen K
Attendees: Stephen, Joshua L., Armin, Stephano, Michael, Brian, Richard, Joshua W., Mark, Patrick, Pascal, Randy, Saul, Manju, Agenda: * Yocto Project status - 5 min (Stephen/team) * YP 2.4 (Rocko) Final was released on Thursday Oct. 26th. It provides a number of key new features

[yocto] [meta-oracle-java][PATCH] Don't preserve ownership when copying files

2017-11-07 Thread Martin Nordqvist
Don't preserve ownership when copying files. Instead let root be owner of all files. --- recipes-devtools/oracle-java/oracle-jse-jdk.inc | 3 ++- recipes-devtools/oracle-java/oracle-jse.inc | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git

Re: [yocto] Customize SDKPATH

2017-11-07 Thread Martin Hundebøll
Hi Jonathan, On 2017-11-02 17:43, Jonathan Poulin wrote: Is there a way to set IMAGE_BASENAME to the image name used in the command "bitbake -c populate_sdk " in a way that all package recipe see it? We use TOOLCHAIN_OUTPUTNAME, like this: TOOLCHAIN_OUTPUTNAME =

[yocto] use native (cross) toolchain instead of a populated nativesdk (cross-canadian) toolchain

2017-11-07 Thread Zhen LiWei
Hi, I am working on a yocto 2.0 based distro and we usually populate_sdk and use the toolchain included in SDK. But we also like to check the SDK into a SVN repo, and checkout it anywhere, and use it away right where it is checked out. And since the nativesdk binaries are based on a different

[yocto] Reminder: Yocto Project Technical Team Meeting

2017-11-07 Thread Jolley, Stephen K
YPTM will be Nov. 7, 2017 at 8am PST. We encourage people attending the meeting to logon and announce themselves on the Yocto Project IRC chancel during the meeting (optional): Yocto IRC: http://webchat.freenode.net/?channels=#yocto IRC Tutorial: http://www.irchelp.org/irchelp/irctutorial.html

Re: [yocto] [meta-mono][PATCH] mono-4.xx: compiling mono 4 with btls requires cmake

2017-11-07 Thread Alex Lennon
On 07/11/2017 13:26, Pascal Bach wrote: Mono requires cmake to build the bundled BoringSSL library. I didn't look why it works in detail but I currently assume that BoringSSL is standalone enough that no additional CMake toolchain settings are required to make it work. yeah that

[yocto] KBUILD_DEFCONFIG_KMACHINE not used anywhere

2017-11-07 Thread Alan Martinovic
Hi, I'm trying to get yocto to build the kernel with an in-tree defconfig. For that I found references to the variable KBUILD_DEFCONFIG_KMACHINE. However, I've been experiencing that the kernel is being built with some default defconfig, and not the in-tree one that came with the kernel and I

Re: [yocto] [meta-mono][PATCH] mono-4.xx: compiling mono 4 with btls requires cmake

2017-11-07 Thread Pascal Bach
  >>> >>> Mono requires cmake to build the bundled BoringSSL library. I didn't look >>> why it works in detail but I currently assume that BoringSSL is standalone >>> enough that no additional >>> CMake toolchain settings are required to make it work. >>> >> yeah that probably is a case of

[yocto] [meta-cgl][PATCH 1/1] pacemaker: disable autostart

2017-11-07 Thread kai.kang
From: Kai Kang pacemaker requires corosync starts before it. But corosync could not start without configuration and autostart is disabled. So disable autostart of pacemaker too. Signed-off-by: Kai Kang ---

[yocto] [meta-cgl][PATCH 0/1] Disable autostart of pacemaker

2017-11-07 Thread kai.kang
From: Kai Kang Patch to disable autostart of corosync is in review. Kai Kang (1): pacemaker: disable autostart meta-cgl-common/recipes-cgl/pacemaker/pacemaker_1.1.16.bb | 2 ++ 1 file changed, 2 insertions(+) -- 2.14.1 --