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 t
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
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
Adds test cases to verify that gcc, binutils, gdb, and pkg-config are
functioning in the MinGW SDK
[YOCTO #13020]
Signed-off-by: Joshua Watt
---
lib/oeqa/sdkmingw/cases/binutils.py | 55 +
lib/oeqa/sdkmingw/cases/gcc.py | 47 +
lib/oeqa/s
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]
Sig
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 PYTHONHOME")
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]
Signed-off-b
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 00
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 installe
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 build
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.
> Tha
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
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 to
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
>
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 tr
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
>
>
> http://skpang.co.uk/cat
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.
Cheer
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 te
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 ar
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 var
20 matches
Mail list logo