Re: [yocto] [meta-mingw][PATCH 2/2] cmake: add support for building nativesdk-cmake

2018-11-19 Thread Samuli Piippo
Yeah, it was bad testing on my part, cmake really isn't ready for prime-time until it works correctly from with the environment-setup script. I have enabled cmake on our sumo based SDK, where it works nicely with the Qt Creator integration. It also builds there without the winpthreads change. On

[yocto] [layerindex-web][PATCH 00/30] Misc improvements (cover letter only)

2018-11-19 Thread Paul Eggleton
A bunch of assorted improvements for the layer index. The following changes since commit 24b6e13442c403ae6d4a2b1782a5b5f06b643e22: docker: add TASK_LOG_DIR to docker settings file (2018-10-04 11:15:39 +1300) are available in the Git repository at: git://git.yoctoproject.org/layerindex-web

Re: [yocto] [meta-mingw][PATCH 2/2] cmake: add support for building nativesdk-cmake

2018-11-19 Thread Joshua Watt
On Fri, Nov 16, 2018 at 12:33 AM Samuli Piippo wrote: > I've been testing cmake with Qt Creator integration which explicitly uses > -G "MinGW Makefiles", while cmake defaults to NMake Makefiles. I'm not > sure if it's possible to set generator in the toolchain file. > Hmm, so perhaps Qt creator

[yocto] [meta-mingw][PATCH v2 4/5] classes/toolchain-scripts-mingw32: Ensure exit code is success

2018-11-19 Thread Joshua Watt
The "set" command in Windows has some unfortunate behaviors that can frequently make it look like the toolchain script had an error. This makes automated testing of the SDK more difficult, so add a line to the environment setup script that ensures the script exits with success. [YOCTO #13020]

[yocto] [meta-mingw][PATCH v2 3/5] classes/toolchain-scripts-mingw32: Update variables

2018-11-19 Thread Joshua Watt
Updates the variables configured by the toolchain script to match the oe-core class. This combines the changes from: 0b5f1b0430 ("toolchain-scripts: put TARGET_ARCH and TARGET_OS into environment") 47160a8c51 ("cmake: fix linking in multilib SDKs") 668f56bb24 ("toolchain-scripts: drop

[yocto] [meta-mingw][PATCH v2 1/5] Add SDK test case framework

2018-11-19 Thread Joshua Watt
Adds the framework for testing SDKs that ties into the oeqa test framework. This allows commands like: $ bitbake -c testsdk ... to be run for MinGW SDKs. The test framework currently executes all tests under Wine in lieu of having access to actual Windows machines. [YOCTO #13020]

[yocto] [meta-mingw][PATCH v2 2/5] Add .gitignore

2018-11-19 Thread Joshua Watt
Adds a .gitignore which ignores python artifact files, as these are now generated by the SDK tests [YOCTO #13020] Signed-off-by: Joshua Watt --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index

[yocto] [meta-mingw][PATCH v2 0/5] Add oeqa test cases

2018-11-19 Thread Joshua Watt
Adds the testing framework for tying tests for the MinGW SDK into the oeqa SDK test framework. The SDK tests can be run using the standard SDK test command: bitbake -c testsdk All testing is done using Wine in lieu of having access to an actual Windows machine. Wine is required to be

Re: [yocto] kconfig variables not being included in yocto build.

2018-11-19 Thread Bruce Ashfield
On 2018-11-19 2:13 p.m., Sakib Sajal wrote: Hello, I have been trying to patch the linux kernel and add some kernel configuration but I am failing to add kconfig fragments to be included in the final build. Initially I tried patching the kernel with hardcoded values in the patch. I am

Re: [yocto] [[yocto-docs][thud][PATCH] ref-system-requirements: sync with thud poky.conf

2018-11-19 Thread Scott Rifenbark
Thanks Armin! You too! On Mon, Nov 19, 2018 at 11:28 AM akuster808 wrote: > > > On 11/19/18 10:16 AM, Scott Rifenbark wrote: > > Armin, > > See > https://yoctoproject.org/docs/2.6/ref-manual/ref-manual.html#detailed-supported-distros > and let me know if the patch is good. > > Looks good. >

Re: [yocto] [[yocto-docs][thud][PATCH] ref-system-requirements: sync with thud poky.conf

2018-11-19 Thread akuster808
On 11/19/18 10:16 AM, Scott Rifenbark wrote: > Armin, > > See > https://yoctoproject.org/docs/2.6/ref-manual/ref-manual.html#detailed-supported-distros > and let me know if the patch is good. Looks good. Thanks, Have a good Thanksgiving. Armin > > Thanks, > Scott > > On Sun, Nov 18, 2018 at 6:15

[yocto] kconfig variables not being included in yocto build.

2018-11-19 Thread Sakib Sajal
Hello, I have been trying to patch the linux kernel and add some kernel configuration but I am failing to add kconfig fragments to be included in the final build. Initially I tried patching the kernel with hardcoded values in the patch. I am building for qemu to minimize the variables I have

Re: [yocto] [[yocto-docs][thud][PATCH] ref-system-requirements: sync with thud poky.conf

2018-11-19 Thread Scott Rifenbark
Armin, See https://yoctoproject.org/docs/2.6/ref-manual/ref-manual.html#detailed-supported-distros and let me know if the patch is good. Thanks, Scott On Sun, Nov 18, 2018 at 6:15 PM Armin Kuster wrote: > poky.conf > ubuntu-16.04 > ubuntu-16.10 > ubuntu-17.04 > fedora-26 >

[yocto] Yocto Project Unassigned Bugs - Help Needed

2018-11-19 Thread Jolley, Stephen K
All, The triage team meets weekly and does its best to handle the bugs reported into the bugzilla. The number of people attending that meeting has fallen, as have the number of people available to help fix bugs. One of the things we hear users report is they don't know how to help. We (the

Re: [yocto] [meta-raspberrypi][PATCH] CAN: Add Pican2 support

2018-11-19 Thread Andrei Gherzan
Hi Fabien, On Fri, Nov 16, 2018 at 5:29 PM Fabien Lahoudere < fabien.lahoud...@collabora.com> wrote: > In order to make Pican 2 work, we : > - add mcp2515.dto to the overlay list > - add a variable to enable it in local.conf > - create a udev rule to mount interface > > >

[yocto] Modify login prompt with script output

2018-11-19 Thread Donal Morrissey
Hi There, Is it possible to modify the login prompt so that it includes the output of a script? I know I can modify the /etc/issue file as part of the build to include custom text, but I would like to have a script which is executed to generate some text to be displayed as part of the prompt.

Re: [yocto] [yocto-docs][thud][v2][PATCH] ref-system-requirements: sync with thud poky.conf

2018-11-19 Thread akuster
On 11/19/18 2:44 AM, Bas Mevissen wrote: > On 2018-11-19 04:08, Armin Kuster wrote: >> poky.conf >>     ubuntu-16.04 >>     ubuntu-16.10 >>     ubuntu-17.04 >>     fedora-26 > > Support for Fedora 26 has ended. I've been using Fedora 27 and 28 for > Sumo and they are fine for me. I can do some

Re: [yocto] [yocto-docs][thud][v2][PATCH] ref-system-requirements: sync with thud poky.conf

2018-11-19 Thread Bas Mevissen
On 2018-11-19 04:08, Armin Kuster wrote: poky.conf ubuntu-16.04 ubuntu-16.10 ubuntu-17.04 fedora-26 Support for Fedora 26 has ended. I've been using Fedora 27 and 28 for Sumo and they are fine for me. I can do some tests on Thud. However, I cannot do the full 2TB tests that

[yocto] Need Support- Variable exporting

2018-11-19 Thread bhuvana easwari
Hi, I need support on the below issue. 1) Actually we are trying to build two machine from one meta-layer based on some choice. 2) Both devices having different configuration files. 3) Now we have to export a variable from machine configuration conf file to layer.conf 4) Based on the exported