Re: [yocto] Install native recipe into filesystem

2019-11-20 Thread Ross Burton
On 19/11/2019 21:15, Jeff Kaisner wrote: We have several executables that can run on the target (ARM64) but also on the host system (x86).  I added the BBCLASSEXTEND = "native" and can build all the recipes in native mode.  Once done, I would like to be able to install them on the host system,

Re: [yocto] Enable systemd service with parameter

2019-11-18 Thread Ross Burton
On 17/11/2019 19:44, Mateusz Majchrzycki wrote: What am I doing wrong? I suppose the symlink is not a problem as normally systemctl enables service with non-existent file as a parameter (it fails on start, but not enabling). The problem is that the systemd class doesn't know what to do here.

Re: [yocto] Collaboration on Testing GCC/LLVM Toolchains

2019-11-14 Thread Ross Burton
On 14/11/2019 18:05, Nicholas Krause wrote: I think its a good idea. Currently, we test released versions mostly, however, there is a class to switch to git versions and primarily be able to use tip of master for a given recipe, this would be something I wish we had but so far we have not fully

Re: [yocto] [meta-mingw][PATCH] Add sdktest image

2019-11-14 Thread Ross Burton
On 12/11/2019 19:48, Joshua Watt wrote: Adds a specific image that can be used to build MinGW SDKs. This image includes extra recipes that are know to build for MinGW so that they can be tested on the autobuilder. +1 feel free to merge. Ross -- ___

Re: [yocto] pkg-config not found

2019-11-13 Thread Ross Burton
On 12/11/2019 21:06, Mark Hawthorne wrote: I have an autotools build that uses the following autoconfig file: AC_INIT([my-program], [1]) AM_INIT_AUTOMAKE([-Wall -Werror foreign]) AC_LANG(C++) AC_PROG_CXX AX_PTHREAD() PKG_CHECK_MODULES(LIBPNG, libpng >= 1.6.34)

Re: [yocto] Building only the app and not the Linux core

2019-11-12 Thread Ross Burton
On 12/11/2019 16:52, gholhak...@yahoo.com wrote: so you mean there is no way not to build them? I don't need any native tool. I define my cross-compilation toolchain in my layer. I asked you in twitter, you said "Use multiconfig to split the Linux and  rtos entirely". I could not figure it, so

Re: [yocto] Building only the app and not the Linux core

2019-11-12 Thread Ross Burton
On 12/11/2019 16:17, gholhak...@yahoo.com wrote: My question now is, how can I avoid hassle of building the x86_64-linux? I just need my test.elf file. Have a look in that folder to see what it is building. That directory is for native tools, like GCC. Ross --

Re: [yocto] Building only the app and not the Linux core

2019-11-12 Thread Ross Burton
On 12/11/2019 15:33, gholhak...@yahoo.com wrote: Hi all, I would like to build my yocto project, but only my applications. I mean, I would like to separate my Linux build and the application build. I want to just have my meta-layer which contains my application being build by calling the

Re: [yocto] [meta-gplv2][PATCH] dosfstools: fix out of bound writes

2019-11-08 Thread Ross Burton
On 06/11/2019 12:37, Bagwell, Anthony wrote: > Fix write issues where sprintf writes across both name and ext fields > and drops the final null terminator outside the struct ERROR: dosfstools-2.11-r5 do_patch: Command Error: 'quilt --quiltrc

Re: [yocto] Using GitLab for OE/Yocto layers

2019-11-07 Thread Ross Burton
On 06/11/2019 21:41, Adrian Bunk wrote: 1. Patch review Merge requests work well when there is one maintainer who reviews everything. For not regressing on the current level of review before something hits master, merging a merge request into master-next should then result in patch review

Re: [yocto] help with meta-java

2019-11-05 Thread Ross Burton
On 05/11/2019 08:18, Vincent Prince wrote: Main layer maintainers: Henning Heinold Maxin John Otavio Salvador Richard Leitner Maxin no longer works at Intel and I believe doesn't work on Yocto anymore either. Ross -- ___ yocto

Re: [yocto] Debugging custom python code in recipes

2019-11-01 Thread Ross Burton
On 01/11/2019 21:30, Alan Martinović wrote: Cool, thanks. This one seems to be the most up to date from the python debugger wrappers: https://github.com/ionelmc/python-remote-pdb Entirely worth writing a proper class and pushing a layer somewhere. The `shell_wait()` in your bbclass is

Re: [yocto] Debugging custom python code in recipes

2019-11-01 Thread Ross Burton
On 01/11/2019 20:44, Alan Martinović wrote: Hey, there was a question today about options for debugging python scripts in yocto. I've patched up this PoC for remote debugging. FWIW, I've done something similar using bare pdb.

Re: [yocto] visual studio code packages or building instructions?

2019-11-01 Thread Ross Burton
On 01/11/2019 17:51, Aaron Solochek wrote: Well I grabbed the .deb that one of those links mentioned and converted it to an rpm, but of course there are a ton of unmet dependencies, so I might have to build it anyway. I found these instructions for building it, which are pinned to an older

Re: [yocto] visual studio code packages or building instructions?

2019-11-01 Thread Ross Burton
On 01/11/2019 16:35, Aaron Solochek wrote: I would like to get visual studio code on my NXP i.MX8. If someone is aware of a aarch64 rpm of it, that would be the easiest. Alternatively, if anyone knows how to build it using bitbake, I can build it myself. Well Microsoft only make x86 binaries

Re: [yocto] GCC version 8 upgrade

2019-10-31 Thread Ross Burton
On 31/10/2019 15:49, Bishop . wrote: How silly would it be to try and get GCC sdk v8 complied and installed for Jethro? Quite. GCC upgrades are tricky things to do at the best of times. Ross -- ___ yocto mailing list yocto@yoctoproject.org

Re: [yocto] [zeus] icu-native-64.2-r0 do_configure: configure failed

2019-10-30 Thread Ross Burton
On 30/10/2019 12:11, Arno Steffens wrote: I use a poky core-image-minimal with some packages added - as for instance strace and valgrind (for armv7a). Strange - yocto in older versions generates images with valgrind/strace .. without any complaints. So both PC and image-recipe are same, but in

Re: [yocto] [zeus] icu-native-64.2-r0 do_configure: configure failed

2019-10-30 Thread Ross Burton
On 30/10/2019 06:25, s...@gmx.li wrote: Build of image failed, I got strange and long error messages like: | from distutils.sysconfig import parse_makefile | ModuleNotFoundError: No module named 'distutils.sysconfig' | configure: error: Python failed to run; see above error. a) What goes

Re: [yocto] systemd Version Going Backwards on Warrior

2019-10-29 Thread Ross Burton
On 29/10/2019 04:41, Robert Joslyn wrote: On Mon, 2019-10-28 at 19:06 +, Ross Burton wrote: On 28/10/2019 16:25, robert.jos...@redrectangle.org wrote: I'm using buildhistory in one of my builds that creates a package feed, and a recent update to systemd on warrior triggered version- going

Re: [yocto] systemd Version Going Backwards on Warrior

2019-10-28 Thread Ross Burton
On 28/10/2019 16:25, robert.jos...@redrectangle.org wrote: I'm using buildhistory in one of my builds that creates a package feed, and a recent update to systemd on warrior triggered version-going-backwards errors: ERROR: systemd-conf-241+AUTOINC+511646b8ac-r0 do_packagedata: QA Issue: Package

Re: [yocto] [psplash][PATCH] Adding SPDX license identifier to psplash

2019-10-28 Thread Ross Burton
On 23/10/2019 09:00, Yann CARDAILLAC wrote: Hi, If you have any advice please feel free to ask. I've put GPLV2 or later whenever it was mentioned and GPLV2 where nothing was saying otherwise. I'd say the license was intended to be uniform, so if there are mentions of v2-or-later then make

Re: [yocto] [meta-mingw][PATCH 1/3] libxml2: Remove python support

2019-10-28 Thread Ross Burton
On 28/10/2019 15:58, Joshua Watt wrote: Python doesn't cross compile for MinGW, so remove it as a dependency from the mingw32 nativesdk build +1 please push -- ___ yocto mailing list yocto@yoctoproject.org

Re: [yocto] Reducing the size of the image by optimizing python

2019-10-21 Thread Ross Burton
On 19/10/2019 13:45, Abhi Arora wrote: IMAGE_INSTALL_append = " \     python3 \ This is installing "all of python". If you want to trim your Python installation then don't do that, instead determine what libraries you *actually* need and explicitly add those. Ross --

Re: [yocto] trouble with rootfs generation with mxnet package

2019-10-17 Thread Ross Burton
On 17/10/2019 03:45, karthik poduval wrote: Upon looking at the build/tmp/work/aarch64-xilinx-linux/mxnet/1.5.0-r0/packages-split directory I find that the mxnet sub directory is empty, mxnet-dev, mxnet-staticdev have libmxnet.so and libmxnet.a respectively under usr/lib. Don't set PACKAGES,

Re: [yocto] NooB: qemu-native compile error during bitbake core-image-sato

2019-10-14 Thread Ross Burton
On 14/10/2019 22:32, myken wrote: For future reference, how could I have found this answer? I searched like crazy but never found any reference that qemu is "old" and my kernel is "new". By recognising where the failure was, knowing that glibc changed, and that qemu needs to be fixed, then

Re: [yocto] NooB: qemu-native compile error during bitbake core-image-sato

2019-10-14 Thread Ross Burton
On 14/10/2019 17:20, p...@iae.nl wrote: Hello list, First time here so, hi there :-) I'm new to yocto but not new to linux. I'm following the Yocto Project Quick Build manual (https://www.yoctoproject.org/docs/2.7.1/brief-yoctoprojectqs/brief-yoctoprojectqs.html) on an Arch (Manjaro) machine

[yocto] [PATCH release-tools] README: add section on contributing patches

2019-10-11 Thread Ross Burton
Signed-off-by: Ross Burton --- README | 21 - 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/README b/README index ae92709..5a545ce 100644 --- a/README +++ b/README @@ -59,7 +59,7 @@ them, and the meta-intel release process, are not covered here. Yocto

Re: [yocto] Force do_package_index

2019-10-10 Thread Ross Burton
On 10/10/2019 16:35, Mauro Ziliani wrote: How to force the execuction o do_package_index over an image recipe? Are you intending to use the deploy directory as a package feed? "bitbake package-index" for that. Ross -- ___ yocto mailing list

[yocto] [PATCH][yocto-docs] ref-system-requirements: update support distribution list

2019-10-09 Thread Ross Burton
Add Fedora 30 and Ubuntu 19.04. Swap openSUSE 42.3 for Leap 15.1. Remove huge comment of old distributions. Signed-off-by: Ross Burton --- .../ref-manual/ref-system-requirements.xml| 54 ++- 1 file changed, 4 insertions(+), 50 deletions(-) diff --git a/documentation/ref

Re: [yocto] Downloading Git Archives

2019-09-27 Thread Ross Burton
On 27/09/2019 05:33, Chuck Wolber wrote: I was hoping that there was an equally simple way of grabbing git repository packages from an Internet connected host without having a bitbake build cache them for me. The easy way is to get bitbake to do it for you. A git mirror tarball is just a

Re: [yocto] Nothing PROVIDES 'python3-dev'

2019-09-24 Thread Ross Burton
On 24/09/2019 10:36, Damien LEFEVRE wrote: Hi, Migrating from poky:pyro to poky:warrior. It looks like the python3-dev package is generated from python3-manifest.json:     "dev": {         "cached": [],         "files": [             "${base_libdir}/*.a",            

Re: [yocto] "bitbake core-image-sato" yields "No package 'gdk-x11-3.0' found" build failure

2019-09-23 Thread Ross Burton
On 23/09/2019 15:26, Jean-Baptiste MARIE wrote: Indeed wayland is enabled in my distro features, so my question is more: is there any reason to remove x11 from package config when "wayland" is enabled as a distro feature (but maybe it is no longer a question to be addressed ot yocto

Re: [yocto] "bitbake core-image-sato" yields "No package 'gdk-x11-3.0' found" build failure

2019-09-23 Thread Ross Burton
On 23/09/2019 13:48, Jean-Baptiste MARIE wrote: PACKAGECONFIG_remove_imxgpu2d = " \     ${@bb.utils.contains("DISTRO_FEATURES", "wayland", "x11", "", d)} \ " I do not see any reason why gdk-x11-3.0 would not be built So if Wayland is enabled, then it disables X11. Do you have Wayland

Re: [yocto] Debug-files in SDK

2019-09-23 Thread Ross Burton
On 23/09/2019 10:19, Teemu K wrote: One question is that is there a way to make package that would contain only dpg-pkgs and src-pkgs? Ie. it'd be like 'debug-addition' for SDK? I know how to install those things to target, but how to get them to a package (or in separate directory) to host.

Re: [yocto] [meta-gplv2][master][warrior][PATCH] tar: Make it build with GCC 8.3

2019-09-20 Thread Ross Burton
Missing an upstream-status, but good to push when that's fixed. Ross On 18/09/2019 16:48, Peter Kjellerstedt wrote: From: Joakim Roubert This avoids the following error: lib/argp-parse.c: In function 'argp_version_parser': lib/argp-parse.c:158:2: error: format not a string literal and

Re: [yocto] Auto-remove empty package from rootfs

2019-09-20 Thread Ross Burton
On 20/09/2019 07:12, Vignesh Rajendran (RBEI/ECF3) wrote: Hello All, I have a feeling that the empty packages are really not useful inside rootfs/sysroot either dependency with other packages, isn’t it? Is there already a way in Yocto to remove/avoid empty packages from rootfs? An empty

Re: [yocto] [PATCH] kernel.fitimage.bbclass: remove ramdisk_ctype

2019-09-19 Thread Ross Burton
This should go to the oe-core list, openembedded-c...@lists.openembedded.org. Thanks, Ross On 19/09/2019 09:13, Heiko Schocher wrote: set in the ramdisk node the compression property always to "none", as U-Boot nowadays since commit: b1307f884a91 ("fit: Support compression for non-kernel

Re: [yocto] Changing HOST_CC_ARCH temporarily in recipe

2019-09-18 Thread Ross Burton
On 18/09/2019 09:26, Damien LEFEVRE wrote: I have a package which requires to first build a x64 binary which is then used to compile the target platform binaries. The way I got away with it was to build that host binary from do_configure_prepend() and then continue with the build procedure.

Re: [yocto] [EXTERNAL] Patch a package with condition

2019-09-13 Thread Ross Burton
On 13/09/2019 17:38, Smith, Virgil (US) wrote: While you cannot **enforce** a change for one package/in another recipe file based on whether another package is included in an image, you can have recipes (and their bbappends) respond to configuration settings. Two such mechanisms are FEATURES

Re: [yocto] Patch a package with condition

2019-09-13 Thread Ross Burton
On 13/09/2019 06:55, PRASANTH R wrote: I need to patch my custom recipe, let say "Package-A.bb" in which I need to add a patch to the test recipe if the yocto build has a specific package like let's say if "Package-B" is available patch should be applied for Package-A.bb I am trying with

Re: [yocto] Debug-files in SDK

2019-09-12 Thread Ross Burton
On 12/09/2019 11:13, Teemu K wrote: Hi, I'm not entirely sure if this is bug or feature. I've created sdk to my image with populate_sdk - command. I noticed that in the SDK the x86_64 - directory is 384MB and that contains all the toolchains etc., but the target side

Re: [yocto] assembler error: missing immediate expression at operand 1 -- `dsb`

2019-09-11 Thread Ross Burton
On 11/09/2019 15:51, Pandey, Kamal wrote: I was trying to compile the rpmsg-lite library provided by NXP for my ZC102 board. While compiling I was getting the error as follows: Try asking NXP directly. Ross -- ___ yocto mailing list

[yocto] [yocto-autobuilder-helper][PATCH] config.json: for API documentation builds bitbake world instead of core-image-sato

2019-09-09 Thread Ross Burton
Signed-off-by: Ross Burton --- config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.json b/config.json index a92adba..7723285 100644 --- a/config.json +++ b/config.json @@ -741,7 +741,7 @@ ] }, "

Re: [yocto] [poky] Want to create a x11 image of less than 100 MB with bitbake

2019-09-09 Thread Ross Burton
On 04/09/2019 09:33, Kamal Jagesia wrote: > I need your help to create a small Embedded Linux Image less than 100 > MB with x11 libraries. > I have been trying to do this with core-image-x11 but I need to > eliminate packages like bluez5 (Bluetooth) from poky bitbake build. > Kindly let me

Re: [yocto] WARNING: bluez5-5.50-r0 do_fetch: Failed to fetch URL file://variscite-bt.conf

2019-09-02 Thread Ross Burton
That file isn't part of oe-core, given the name you should ask the variscite-bsp-platform maintainers. Ross On 27/08/2019 06:51, Zoran Stojsavljevic wrote: BTW, I have created the complete description of this problem!

Re: [yocto] Building SDK for macOS

2019-08-20 Thread Ross Burton
On 20/08/2019 10:13, Ross Burton wrote: On 20/08/2019 09:53, Andy Pont wrote: This may be a really dumb question but is it possible to generate an SDK from a Yocto build that will allow cross compilation of an application to be done on a machine running macOS? Yes, with caveats: http

Re: [yocto] Building SDK for macOS

2019-08-20 Thread Ross Burton
On 20/08/2019 09:53, Andy Pont wrote: This may be a really dumb question but is it possible to generate an SDK from a Yocto build that will allow cross compilation of an application to be done on a machine running macOS? Yes, with caveats: http://git.yoctoproject.org/cgit/cgit.cgi/meta-darwin

Re: [yocto] Replace busybox by bash

2019-08-06 Thread Ross Burton
On 06/08/2019 13:34, JH wrote: The busybox is too simple, my application heavy based on shell scripts, I have been thinking to dig out the busybox and replace it by bash, has anyone remove the busybox to use bash as default shell? How large size will be increased and what will be any side

[yocto] [PATCH][yocto-docs] ref-system-requirements: add Debian 10 to supported distribution list

2019-07-15 Thread Ross Burton
Debian 10 is a supported distribution now, so add it to the documentation. Signed-off-by: Ross Burton --- documentation/ref-manual/ref-system-requirements.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/documentation/ref-manual/ref-system-requirements.xml b/documentation/ref-manual/ref

[yocto] [meta-security][PATCH v2] apparmor: fix Python install paths when target libdir != native libdir

2019-01-18 Thread Ross Burton
setuptools will install into what python3-native thinks $libdir is, which may not match the target $libdir. Pass in libdir as appropriate to force the correct paths. Signed-off-by: Ross Burton --- recipes-security/AppArmor/apparmor_2.12.bb | 5 ++-- recipes-security/AppArmor/files/py

[yocto] [meta-security][PATCH] apparmor: fix Python install paths when target libdir != native libdir

2019-01-18 Thread Ross Burton
Signed-off-by: Ross Burton --- recipes-security/AppArmor/apparmor_2.12.bb | 4 ++-- recipes-security/AppArmor/files/py-libdir.patch | 13 + 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/recipes-security/AppArmor/apparmor_2.12.bb b/recipes-security/AppArmor

[yocto] [meta-security][PATCH 11/11] apparmor: backport a patch to fix tool paths instead of sedding

2019-01-14 Thread Ross Burton
Sedding is ugly, and as upstream have already fixed this cherry-pick the patch instead. Signed-off-by: Ross Burton --- recipes-security/AppArmor/apparmor_2.12.bb | 3 +- recipes-security/AppArmor/files/tool-paths.patch | 37 2 files changed, 38 insertions(+), 2

[yocto] [meta-security][PATCH 10/11] apparmor: if Perl is disabled remove perl-using scripts

2019-01-14 Thread Ross Burton
aa-notify uses the Perl bindings, so isn't usable when perl is disabled. Signed-off-by: Ross Burton --- recipes-security/AppArmor/apparmor_2.12.bb | 5 + 1 file changed, 5 insertions(+) diff --git a/recipes-security/AppArmor/apparmor_2.12.bb b/recipes-security/AppArmor/apparmor_2.12.bb

[yocto] [meta-security][PATCH 09/11] apparmor: systemd.bbclas is useful even when disabled

2019-01-14 Thread Ross Burton
The systemd bbclass will remove any systemd files that have been installed if systemd is disabled, so always install the files and always inherit. Signed-off-by: Ross Burton --- recipes-security/AppArmor/apparmor_2.12.bb | 10 +++--- 1 file changed, 3 insertions(+), 7 deletions(-) diff

[yocto] [meta-security][PATCH 08/11] apparmor: remove pointless ALLOW_EMPTY

2019-01-14 Thread Ross Burton
${PN} has content, so there's no need to set ALLOW_EMPTY_${PN}. Signed-off-by: Ross Burton --- recipes-security/AppArmor/apparmor_2.12.bb | 2 -- 1 file changed, 2 deletions(-) diff --git a/recipes-security/AppArmor/apparmor_2.12.bb b/recipes-security/AppArmor/apparmor_2.12.bb index b5ac613

[yocto] [meta-security][PATCH 07/11] apparmor: no need to conditionalise PACKAGES

2019-01-14 Thread Ross Burton
A package with no content is not generated, so there's no need to conditionalise assignments to PACKAGES. Signed-off-by: Ross Burton --- recipes-security/AppArmor/apparmor_2.12.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-security/AppArmor/apparmor_2.12.bb b

[yocto] [meta-security][PATCH 06/11] apparmor: use manpages class

2019-01-14 Thread Ross Burton
The manpages class handles enabling/disabling the man pages based on the api-documentation DISTRO_FEATURE, and ensures that mandb is called. Signed-off-by: Ross Burton --- recipes-security/AppArmor/apparmor_2.12.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git

[yocto] [meta-security][PATCH 05/11] apparmor: remove redundant S

2019-01-14 Thread Ross Burton
This is the default value, so remove it. Signed-off-by: Ross Burton --- recipes-security/AppArmor/apparmor_2.12.bb | 2 -- 1 file changed, 2 deletions(-) diff --git a/recipes-security/AppArmor/apparmor_2.12.bb b/recipes-security/AppArmor/apparmor_2.12.bb index 303d5c7..6434e42 100644

[yocto] [meta-security][PATCH 04/11] apparmor: enable static libraries neatly

2019-01-14 Thread Ross Burton
No need to fiddle with the configure arguments as we can just neuter disable-static.inc. Signed-off-by: Ross Burton --- recipes-security/AppArmor/apparmor_2.12.bb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/recipes-security/AppArmor/apparmor_2.12.bb b/recipes-security

[yocto] [meta-security][PATCH 03/11] apparmor: add missing bash dependency

2019-01-14 Thread Ross Burton
testsuite/parser/tst/minimize.sh is a bash script, so until it is reviewed add a bash dependency to apparmor-ptest. Signed-off-by: Ross Burton --- recipes-security/AppArmor/apparmor_2.12.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-security/AppArmor

[yocto] [meta-security][PATCH 02/11] README: remove Saul from maintainers

2019-01-14 Thread Ross Burton
Signed-off-by: Ross Burton --- README | 1 - 1 file changed, 1 deletion(-) diff --git a/README b/README index c15fea9..5abb0e2 100644 --- a/README +++ b/README @@ -65,7 +65,6 @@ $ git config format.subjectPrefix meta-security][PATCH Now you can just do 'git send-email origin/master' to send

[yocto] [meta-security][PATCH 01/11] README: add git-config tips

2019-01-14 Thread Ross Burton
Signed-off-by: Ross Burton --- README | 7 +++ 1 file changed, 7 insertions(+) diff --git a/README b/README index e238271..c15fea9 100644 --- a/README +++ b/README @@ -57,6 +57,13 @@ Send pull requests, patches, comments or questions to yocto@yoctoproject.org When sending single patches

[yocto] [PATCH meta-mingw] packagegroup-sdk-host: add Make

2018-11-21 Thread Ross Burton
Make is useful, so add it to the SDK. Signed-off-by: Ross Burton --- recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bbappend | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bbappend b/recipes-core/packagegroups

[yocto] [PATCH pseudo] Makefile: add -lm when linking to sqlite3

2018-11-06 Thread Ross Burton
If sqlite3 is built with FTS5 then it needs log() from libm.so. This is pulled in automatically when dynamically linking as usual, or if static linking via pkg-config. However as pseudo will link directly to libsqlite3.a this potential linkage is lost and the build will fail with undefined

[yocto] [PATCH pseudo 2/2] pseudo_client: move fallthrough comment to silence compiler warning

2018-11-06 Thread Ross Burton
--- pseudo_client.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pseudo_client.c b/pseudo_client.c index 5604cbf..e2ea715 100644 --- a/pseudo_client.c +++ b/pseudo_client.c @@ -1783,7 +1783,8 @@ pseudo_client_op(pseudo_op_t op, int access, int fd, int dirfd, const char

[yocto] [PATCH pseudo 1/2] pseudo_db: add missing stdint include

2018-11-06 Thread Ross Burton
--- pseudo_db.c | 1 + 1 file changed, 1 insertion(+) diff --git a/pseudo_db.c b/pseudo_db.c index 0994048..31f4dc4 100644 --- a/pseudo_db.c +++ b/pseudo_db.c @@ -18,6 +18,7 @@ * */ #include +#include #include #include #include -- 2.11.0 --

[yocto] [PATCH meta-gplv2 2/2] coreutils: remove obsolete patches

2018-08-14 Thread Ross Burton
No point fixing small problems with the man pages build if we later disable them entirely. Signed-off-by: Ross Burton --- .../coreutils-6.9/fix_for_manpage_building.patch | 85 -- .../coreutils/coreutils-6.9/man-touch.patch| 24 -- recipes-core/coreutils

[yocto] [PATCH meta-gplv2 1/2] coreutils: don't build su

2018-08-14 Thread Ross Burton
Previously we built su but didn't package it because util-linux is the preferred provider. However with glibc 2.28 libcrypt has been removed so su doesn't build. Instead of depending on virtual/crypt, lets just not build su at all. Signed-off-by: Ross Burton --- recipes-core/coreutils

[yocto] [PATCH meta-gplv2] bc: add

2018-07-20 Thread Ross Burton
Add 1.06 from oe-core as bc 1.07 is GPLv3. Signed-off-by: Ross Burton --- recipes-extended/bc/bc_1.06.bb| 26 + recipes-extended/bc/files/fix-segment-fault.patch | 28 +++ 2 files changed, 54 insertions(+) create mode 100644 recipes

[yocto] [PATCH][meta-mingw] libsdl2: add bbappend to fix build with mingw

2018-06-05 Thread Ross Burton
We need to disable X11 as we do with libsdl1, and also convince libtool to stop trying to be clever so the build doesn't break. Signed-off-by: Ross Burton --- recipes-graphics/libsdl2/libsdl2_%.bbappend | 10 ++ 1 file changed, 10 insertions(+) create mode 100644 recipes-graphics

[yocto] [PATCH][pseudo] makewrappers: use correct except syntax

2018-05-10 Thread Ross Burton
except Exception(e): causes a NameError if an exception is caught. --- makewrappers | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makewrappers b/makewrappers index fa514ba..1927f75 100755 --- a/makewrappers +++ b/makewrappers @@ -578,7 +578,7 @@ def process_wrapfuncs(port):

[yocto] [PATCH V2][meta-mingw] machine-sdk: split out common configuration

2018-04-27 Thread Ross Burton
Signed-off-by: Ross Burton <ross.bur...@intel.com> --- conf/machine-sdk/i686-mingw32.conf | 36 + conf/machine-sdk/include/mingw32-common.inc | 36 + conf/machine-sdk/x86_64-mingw32.conf| 36 +-

[yocto] [PATCH][meta-mingw 2/2] machine-sdk: set the nativesdk libc to libc-mingw

2018-04-27 Thread Ross Burton
We need to set this so that the override for nativesdk builds using MinGW don't think they're using glibc. Signed-off-by: Ross Burton <ross.bur...@intel.com> --- conf/machine-sdk/include/mingw32-common.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/machine-sdk/include/m

[yocto] [PATCH][meta-mingw 1/2] machine-sdk: split out common configuration

2018-04-27 Thread Ross Burton
Signed-off-by: Ross Burton <ross.bur...@intel.com> --- conf/machine-sdk/i686-mingw32.conf | 36 + conf/machine-sdk/include/mingw32-common.inc | 36 + 2 files changed, 37 insertions(+), 35 deletions(-) create mode 10064

[yocto] [PATCH][meta-mingw] diffutils: update sdiff kill() patch to be a backport

2018-04-20 Thread Ross Burton
Signed-off-by: Ross Burton <ross.bur...@intel.com> --- .../diffutils/diffutils/sdiff-no-kill.patch| 30 -- 1 file changed, 22 insertions(+), 8 deletions(-) diff --git a/recipes-extended/diffutils/diffutils/sdiff-no-kill.patch b/recipes-extended/diffutils/dif

[yocto] [PATCH][meta-mingw] libmpc: use wildcard version

2018-02-27 Thread Ross Burton
Signed-off-by: Ross Burton <ross.bur...@intel.com> --- recipes-support/libmpc/{libmpc_1.0.3.bbappend => libmpc_%.bbappend} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename recipes-support/libmpc/{libmpc_1.0.3.bbappend => libmpc_%.bbappend} (100%) diff --git a/recipes-su

[yocto] [PATCH][meta-mingw] binutils: generalise version wildcard

2018-02-26 Thread Ross Burton
Don't be overly specific by demanding 2.2%, 2.% is sufficient as this bbappend simply changes some options. Signed-off-by: Ross Burton <ross.bur...@intel.com> --- ...-cross-canadian_2.2%.bbappend => binutils-cross-canadian_2.%.bbappend} | 0 1 file changed, 0 insertions(+), 0

[yocto] [PATCH][meta-mingw] gcc-crosssdk: use _remove instead of oe.utils.str_filter_out

2018-01-30 Thread Ross Burton
Signed-off-by: Ross Burton <ross.bur...@intel.com> --- recipes-devtools/gcc/gcc-crosssdk_%.bbappend | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/recipes-devtools/gcc/gcc-crosssdk_%.bbappend b/recipes-devtools/gcc/gcc-crosssdk_%.bbappend index d52a16b..3411946

[yocto] [PATCH][meta-mingw] gcc-crosssdk: use oe.utils.str_filter_out

2018-01-30 Thread Ross Burton
oe_filter_out has been removed from oe-core so use the replacement function. Signed-off-by: Ross Burton <ross.bur...@intel.com> --- recipes-devtools/gcc/gcc-crosssdk_%.bbappend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-devtools/gcc/gcc-crosssdk_%.bbapp

[yocto] [PATCH][meta-mingw] machine-sdk: use gettext for libintl, not mingw-runtime

2018-01-10 Thread Ross Burton
The MinGW runtime doesn't provide libintl, so set gettext as the preferred provider for libintl. Signed-off-by: Ross Burton <ross.bur...@intel.com> --- conf/machine-sdk/i686-mingw32.conf | 3 +-- conf/machine-sdk/x86_64-mingw32.conf | 3 +-- 2 files changed, 2 insertions(+), 4 del

[yocto] [PATCH][meta-mingw] libgcrypt: generalise bbappend

2017-07-16 Thread Ross Burton
--- .../libgcrypt/{libgcrypt_1.7.6.bbappend => libgcrypt_1.7.%.bbappend} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename recipes-support/libgcrypt/{libgcrypt_1.7.6.bbappend => libgcrypt_1.7.%.bbappend} (100%) diff --git a/recipes-support/libgcrypt/libgcrypt_1.7.6.bbappend

[yocto] [PATCH][meta-mingw] gdb-cross-canadian: generalise wildcard to work for all versions

2017-06-09 Thread Ross Burton
Signed-off-by: Ross Burton <ross.bur...@intel.com> --- .../{gdb-cross-canadian_7.%.bbappend => gdb-cross-canadian_%.bbappend}| 0 1 file changed, 0 insertions(+), 0 deletions(-) rename recipes-devtools/gdb/{gdb-cross-canadian_7.%.bbappend => gdb-cross-canadian_%.bbappend} (100%)

[yocto] [PATCH][opkg 2/2] conffile: gracefully handle deleted conffiles in conffile_has_been_modified

2017-01-10 Thread Ross Burton
Handle conffiles that don't exist gracefully so that instead of showing an error message from file_md5sum_alloc() a notice that the file has been deleted is shown instead. Signed-off-by: Ross Burton <ross.bur...@intel.com> --- libopkg/conffile.c | 5 + 1 file changed, 5 insertions(+)

[yocto] [PATCH][opkg 1/2] opkg_cmd: only look at conffile status if we're going to output it

2017-01-10 Thread Ross Burton
-by: Ross Burton <ross.bur...@intel.com> --- libopkg/opkg_cmd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libopkg/opkg_cmd.c b/libopkg/opkg_cmd.c index ba57c6a..37416fd 100644 --- a/libopkg/opkg_cmd.c +++ b/libopkg/opkg_cmd.c @@ -638,7 +638,7 @@ static int opkg_info_stat

[yocto] [PATCH][yocto-autobuilder] nightly-qa-extras: test the API documentation DISTRO_FEATURE

2016-11-15 Thread Ross Burton
Build the core-image-sato SDK with API documentation enabled to verify that this doesn't regress. Signed-off-by: Ross Burton <ross.bur...@intel.com> --- buildset-config.controller/nightly-qa-extras.conf | 4 1 file changed, 4 insertions(+) diff --git a/buildset-config.controller/nigh

[yocto] [PATCH][yocto-autobuilder] nightly-musl: build core-image-weston, only use ipkg

2016-02-05 Thread Ross Burton
Build core-image-weston for more coverage, and use ipkg explicitly as rpm is known to break with musl. Signed-off-by: Ross Burton <ross.bur...@intel.com> --- buildset-config.controller/nightly-musl.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bu

[yocto] [PATCH][yocto-autobuilder] nightly-musl: also build core-image-weston

2016-02-04 Thread Ross Burton
Signed-off-by: Ross Burton <ross.bur...@intel.com> --- buildset-config.controller/nightly-musl.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildset-config.controller/nightly-musl.conf b/buildset-config.controller/nightly-musl.conf index 9a82e6b..5da90c3

[yocto] [PATCH][yocto-autobuilder] nightly-checkuri: use a single bitbake thread

2016-02-03 Thread Ross Burton
To reduce the chance of errors due to FTP servers refusing multiple connections at the same time reduce the number of bitbake threads to 1. Signed-off-by: Ross Burton <ross.bur...@intel.com> --- buildset-config.controller/nightly-checkuri.conf | 2 +- 1 file changed, 1 insertion(+), 1 de

[yocto] [PATCH][yocto-autobuilder] nightly-world-lsb: blacklist qwt

2016-01-28 Thread Ross Burton
qwt (from meta-qt4) doesn't build without errors but gets pulled into world poky-lsb builds. Until this is fixed, blacklist it. Signed-off-by: Ross Burton <ross.bur...@intel.com> --- buildset-config.controller/nightly-world-lsb.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

[yocto] [PATCH][yocto-autobuilder] nightly-checkuri.conf: exclude lsof, run against universe

2016-01-27 Thread Ross Burton
The lsof recipe needs to be excluded from our checkuri tests because the upstream FTP server refuses to let the autobuilder machines connect to it. Also run checkuri against universe instead of world to catch more variations on recipe permuatations. Signed-off-by: Ross Burton <ross.

[yocto] [PATCH][meta-qt3] qt-x11-free: update SRC_URI

2016-01-20 Thread Ross Burton
ftp.trolltech.com doesn't exist anymore, so update SRC_URI to use qt.io. Signed-off-by: Ross Burton <ross.bur...@intel.com> --- recipes-qt3/qt3/qt-x11-free_3.3.7.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-qt3/qt3/qt-x11-free_3.3.7.bb b/recipes-qt3/qt3/

[yocto] [PATCH][autobuilder 1/3] buildset-config.controller: remove unused meta-qt3 from buildsets

2015-09-24 Thread Ross Burton
Many buildsets pull in meta-qt3 but don't use it, so remove the layer from those buildsets. Signed-off-by: Ross Burton <ross.bur...@intel.com> --- buildset-config.controller/nightly-arm.conf | 3 --- buildset-config.controller/nightly-arm64.conf| 3 --- bu

[yocto] [PATCH][autobuilder 2/3] buildset-config.controller: don't specify test suites explicitly

2015-09-24 Thread Ross Burton
that the RPM and SMART tests skip correctly, remove all explict test suite lists and instead either let the image specify what test suites to run, or use suitesappend. Signed-off-by: Ross Burton <ross.bur...@intel.com> --- buildset-config.controller/nightly-deb-non-deb.conf | 4 +--- bu

[yocto] [PATCH][autobuilder 3/3] nightly-multilib: improve multilib build determinism

2015-09-24 Thread Ross Burton
Signed-off-by: Ross Burton <ross.bur...@intel.com> --- buildset-config.controller/nightly-multilib.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildset-config.controller/nightly-multilib.conf b/buildset-config.controller/nightly-multilib.conf index 6bd68f0

[yocto] [PATCH][yocto-autobuilder] buildset-config.controller: don't specify test suites explicitly

2015-07-24 Thread Ross Burton
that the RPM and SMART tests skip correctly, remove all explict test suite lists and instead either let the image specify what test suites to run, or use suitesappend. Signed-off-by: Ross Burton ross.bur...@intel.com --- buildset-config.controller/nightly-deb-non-deb.conf | 4 +--- buildset

[yocto] [PATCH][yocto-autobuilder 2/2] buildset-config.controller: don't build Qt3 images

2015-07-23 Thread Ross Burton
Qt3 is incredibly old and not required by LSB 5, so now is time to remove it from the autobuilder. Signed-off-by: Ross Burton ross.bur...@intel.com --- buildset-config.controller/minnow-lsb.conf | 5 + buildset-config.controller/nightly-arm-lsb.conf | 5 + buildset

[yocto] [PATCH][yocto-autobuilder 1/2] buildset-config.controller: remove unused meta-qt3 from buildsets

2015-07-23 Thread Ross Burton
Many buildsets pull in meta-qt3 but don't use it, so remove the layer from those buildsets. Signed-off-by: Ross Burton ross.bur...@intel.com --- buildset-config.controller/minnow.conf | 3 --- buildset-config.controller/nightly-arm.conf | 3 --- buildset-config.controller

[yocto] [PATCH][autobuilder] grid_macros: update error reporting service URL

2015-02-12 Thread Ross Burton
The Error Reporting Service was rewritten and the URLs are different. Signed-off-by: Ross Burton ross.bur...@intel.com --- .../buildbot/status/web/templates/grid_macros.html |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/python2.7/site-packages

[yocto] [autobuilder][PATCH] buildset-config.controller: add nightly-arm64 target

2014-11-20 Thread Ross Burton
This is based on the nightly-arm target with the beaglebone builds removed. Signed-off-by: Ross Burton ross.bur...@intel.com --- buildset-config.controller/nightly-arm64.conf | 27 + 1 file changed, 27 insertions(+) create mode 100644 buildset-config.controller/nightly

[yocto] [PATCH] dev-manual: use ##OEROOT## instead of ##COREBASE##

2013-09-11 Thread Ross Burton
The variable ##COREBASE## has been deprecated, so use ##OEROOT## instead. Signed-off-by: Ross Burton ross.bur...@intel.com --- documentation/dev-manual/dev-manual-common-tasks.xml | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/documentation/dev-manual/dev

  1   2   >