[OE-core] [poky][meta][sumo][PATCH] run-ptest: fix testcase test-names failure

2019-03-04 Thread Aditya Tayade
Start the dbus daemon first before executing test-names using dbus-launch, this will set DBUS_SESSION_BUS_ADDRESS. ERROR:Failed to open connection to system bus: Using X11 for dbus-daemon autolaunch was disabled at compile time, set your DBUS_SESSION_BUS_ADDRESS instead Upstream-Status: Pending

[OE-core] [PATCH] [oe][meta-oe][PATCH] tslib: upgrade to 1.17

2019-03-04 Thread Hong Liu
Upgrade tslib from 1.16 to 1.17 Signed-off-by: Hong Liu --- .../recipes-graphics/tslib/{tslib_1.16.bb => tslib_1.17.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-graphics/tslib/{tslib_1.16.bb => tslib_1.17.bb} (96%) diff --git a/meta-oe/recipes-graphics

[OE-core] [PATCH] musl: Update for few bugfixes

2019-03-04 Thread Khem Raj
We have seen/reported few dlopen related fixes which has been fixed upstream, therefore upgrade all set of changes https://git.musl-libc.org/cgit/musl/log/?qt=range&q=6516282d2adfad2c7e66d854cde3357120c75dbd..43e7efb46555f13a556d92944ac05c19b8929b60 Signed-off-by: Khem Raj --- .../musl/musl/ou

Re: [OE-core] [PATCH 0/4] Improve logger setup in devtool/recipetool/scriptutils

2019-03-04 Thread Paul Eggleton
On Tuesday, 5 March 2019 10:36:07 AM NZDT Christopher Larson wrote: > From: Christopher Larson > > This improves logger setup in devtool and recipetool to send ERRORs to stderr, > the way bitbake itself does, and also sends WARNINGs there, as those are > essentially out of band as well. This mak

[OE-core] [PATCH v2 1/1] send-error-report: Add --no-ssl to use http protocol

2019-03-04 Thread Robert Yang
The script use https protocol by default, but the error-report-web server's https connection may not work (e.g., doesn't work with python 2.7.6), so add an option --no-ssl to make it use http. Signed-off-by: Robert Yang --- scripts/send-error-report | 11 --- 1 file changed, 8 insertions

[OE-core] [PATCH v2 0/1] send-error-report: Add --no-ssl to use http protocol

2019-03-04 Thread Robert Yang
* V2 Use store_const as Ross suggested * V1 Initial version The following changes since commit e37a1ecc292b684daa49f2da2e19e0aa975f0959: squashfs-tools: add PACKAGECONFIGs for all the tunables (2019-03-04 17:37:23 +) are available in the git repository at: git://git.openembedded.o

[OE-core] [PATCH] Add source package to ${PACKAGES}

2019-03-04 Thread Joshua Watt
Permanently adds the -src source package to ${PACKAGES} instead of relying on creating it dynamically at packaging time. The source package is now defined in bitbake.conf, just like -dev and -dbg packages. For compatibility, the -src package is still added dynamically if it was missing, since some

Re: [OE-core] [thud][PATCH] openssl10: Fix mutliple include assumptions for des.h in opensslconf.h

2019-03-04 Thread Denys Dmytriyenko
Armin, Not sure when would be the next batch of thud backports - as discussed earlier, I needed this fix to un-break the last set of backported updates from last Monday. Please let me know when this can be merged to thud. Thanks! -- Denys On Mon, Mar 04, 2019 at 01:11:13PM -0500, Denys Dmytr

Re: [OE-core] [OE-Core][PATCH v2 3/3] devtool: provide support for devtool menuconfig command.

2019-03-04 Thread Paul Eggleton
On Saturday, 26 January 2019 8:53:02 AM NZDT Sai Hari Chandana Kalluri wrote: > +def menuconfig(args, config, basepath, workspace): > +"""Entry point for the devtool 'menuconfig' subcommand""" > + > +rd = "" > +kconfigpath = "" > +pn_src = "" > +localfilesdir = "" > +worksp

Re: [OE-core] [OE-Core][PATCH v2 1/3] devtool modify: Update devtool modify to copy source from work-shared if its already downloaded.

2019-03-04 Thread Paul Eggleton
Thanks for looking into this problem - this is a tricky one. My apologies for the delay in reviewing. Comments below. On Saturday, 26 January 2019 8:53:00 AM NZDT Sai Hari Chandana Kalluri wrote: > --- a/scripts/lib/devtool/standard.py > +++ b/scripts/lib/devtool/standard.py > @@ -717,6 +717,72 @

[OE-core] [PATCH 2/2] btrfs-tools: pass V=1 to get verbose builds

2019-03-04 Thread Ross Burton
Quiet builds are nice for interactive builds, but hide information we'd like in the logs. Signed-off-by: Ross Burton --- meta/recipes-devtools/btrfs-tools/btrfs-tools_4.20.1.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-devtools/btrfs-tools/btrfs-tools_4.20.1.bb b/meta/rec

[OE-core] [PATCH 1/2] btrfs-tools: remove redundant cross-compilation patch

2019-03-04 Thread Ross Burton
This patch was to use BUILD_CC instead of CC when building mktables, a binary used to generate tables.c. However due to cross-compilation problems such as this, upstream since 4.12.1 (f929b62 specifically) avoids the entire issue and ships tables.c in the repository, updating it as required. Sign

[OE-core] [PATCH 2/4] oe.scriptutils: add logger_setup_filters

2019-03-04 Thread Christopher Larson
From: Christopher Larson This function sets up the default bb.msg formatter and log filters, which by default sends ERROR messages to stderr rather than stdout. Signed-off-by: Christopher Larson --- scripts/lib/scriptutils.py | 15 +++ 1 file changed, 15 insertions(+) diff --git a

[OE-core] [PATCH 3/4] recipetool, devtool: set up the logging filters

2019-03-04 Thread Christopher Larson
From: Christopher Larson We want errors going to stderr, the way they do in bitbake itself. Signed-off-by: Christopher Larson --- scripts/devtool| 2 ++ scripts/recipetool | 2 ++ 2 files changed, 4 insertions(+) diff --git a/scripts/devtool b/scripts/devtool index 0e578c0de3..de1847eef3

[OE-core] [PATCH 1/4] oe.scriptutils: enable color in a more flexible way

2019-03-04 Thread Christopher Larson
From: Christopher Larson Rather than recreating handlers and forcing them, iterate over the handlers and enable color on ones we can handle. This makes it easier to handle color properly when we introduce the bb.msg default log filters. Signed-off-by: Christopher Larson --- scripts/lib/scriptu

[OE-core] [PATCH 4/4] oe.scriptutils: also send WARNING to stderr

2019-03-04 Thread Christopher Larson
From: Christopher Larson stderr isn't just for errors, but anything out of band. It's highly unlikely that warning messages are anything but out of band, which makes scripting our tools more troublesome, since the script calling it has to filter out the warnings from stdout to get the real output

[OE-core] [PATCH 0/4] Improve logger setup in devtool/recipetool/scriptutils

2019-03-04 Thread Christopher Larson
From: Christopher Larson This improves logger setup in devtool and recipetool to send ERRORs to stderr, the way bitbake itself does, and also sends WARNINGs there, as those are essentially out of band as well. This makes it easier to script with devtool and recipetool, as any *real* subcommand ou

Re: [OE-core] [OE-Core][master][PATCH] standard.py: Provide an additional option for devtool reset

2019-03-04 Thread Paul Eggleton
On Friday, 8 February 2019 2:57:32 PM NZDT Sai Hari Chandana Kalluri wrote: > The devtool reset command cleans the sysroot for a recipe in workspace. > It also removes the append file but leaves the source code as in > workspace. The source is not cleaned intentionally and the user has to > manuall

Re: [OE-core] [PATCH] Support kmeta directory usage with devtool modify/finish

2019-03-04 Thread Paul Eggleton
On Saturday, 15 December 2018 1:39:22 PM NZDT Jaewon Lee wrote: > When using Kmeta directories, devtool finish will add every single file > in the directory to the bbappend. This is because in the current > implementation, the get_recipe_local_files function treats the kmeta > directory like a file

[OE-core] [poky][meta][sumo][PATCH] lighttpd: added ptest

2019-03-04 Thread Aditya Tayade
Reused lighttpd internal tests and did minimal patching to fix paths. Upstream-Status: Pending Signed-off-by: Aditya Tayade --- ...-use-standard-sbin-and-lib-path-for-ptest.patch | 37 meta/recipes-extended/lighttpd/lighttpd/run-ptest | 4 ++ meta/recipes-extended/lighttpd/lightt

Re: [OE-core] [meta-oe][sumo][PATCH] run-ptest: supplied user inputs to add_person_cpp

2019-03-04 Thread Khem Raj
this should go to oe-devel ml and with right subject prefix. On Mon, Mar 4, 2019 at 10:39 AM Aditya Tayade wrote: > > During protobuf-ptest execution, add_person_cpp waits for user > inputs to write data into test.data file. Fixed this by supplying > dummy data through standard input. > > Upstrea

[OE-core] [meta-oe][sumo][PATCH] run-ptest: supplied user inputs to add_person_cpp

2019-03-04 Thread Aditya Tayade
During protobuf-ptest execution, add_person_cpp waits for user inputs to write data into test.data file. Fixed this by supplying dummy data through standard input. Upstream-Status: Pending Signed-off-by: Aditya Tayade --- meta-oe/recipes-devtools/protobuf/protobuf/run-ptest | 2 +- 1 file chang

[OE-core] [thud][PATCH] openssl10: Fix mutliple include assumptions for des.h in opensslconf.h

2019-03-04 Thread Denys Dmytriyenko
From: Denys Dmytriyenko The fix is heavily based on Khem's previous fix for bn.h/BN_LLONG breakage: https://git.openembedded.org/openembedded-core/commit/?id=f787b0bb9b0626ddbf2ac94cb206c76716a3773d (From OE-Core rev: 914e1520bf9c45e14bce9993c9131a2c0702b9c9) Signed-off-by: Denys Dmytriyenko C

Re: [OE-core] [PATCH 3/4] packagegroup-core-base-utils: Introduce new base-utils packagegroup

2019-03-04 Thread Tom Rini
On Mon, Mar 04, 2019 at 10:44:00AM -0600, Mark Hatle wrote: > On 3/1/19 4:26 PM, Tom Rini wrote: > > This packagegroup is intended to provide all of the functionality found > > in other VIRTUAL-RUNTIME_base-utils providers through full packages > > rather than an all-on-one package. Document how t

[OE-core] [PATCH 5/6] util-linux: remove spurious lzo-native dependency

2019-03-04 Thread Ross Burton
This was added with no explanation in 2010 (17f3c548c) and doesn't appear to be needed. Signed-off-by: Ross Burton --- meta/recipes-core/util-linux/util-linux.inc | 2 -- 1 file changed, 2 deletions(-) diff --git a/meta/recipes-core/util-linux/util-linux.inc b/meta/recipes-core/util-linux/util

[OE-core] [PATCH 6/6] squashfs-tools: add PACKAGECONFIGs for all the tunables

2019-03-04 Thread Ross Burton
Upstream lets you control what compression algorithms are used, so add PACKAGECONFIGs for them all. Instead of bundling a copy of the SevenZIP SDK from 2009 (!), reuse XZ. This means we can drop Public Domain from the license list. Also -e was removed from EXTRA_OEMAKE in 2016 (oe-core aeb653) s

[OE-core] [PATCH 4/6] mtd-utils: add lzo PACKAGECONFIG

2019-03-04 Thread Ross Burton
LZO support is optional so add a PACKAGECONFIG to control this. Also clean up the xattr PACKAGECONFIG to explicitly enable/disable. Signed-off-by: Ross Burton --- meta/recipes-devtools/mtd/mtd-utils_git.bb | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/meta/recipes-d

[OE-core] [PATCH 3/6] packagegroup-core-tools-testapps: remove lrzsz

2019-03-04 Thread Ross Burton
We can assume that modern boards don't need X/Y/ZMODEM transfer tools for testing purposes. The few users that need this tool for testing can add it themselves. Signed-off-by: Ross Burton --- meta/recipes-core/packagegroups/packagegroup-core-tools-testapps.bb | 1 - 1 file changed, 1 deletion(-

[OE-core] [PATCH 2/6] packagegroup-self-hosted: remove lrzsz

2019-03-04 Thread Ross Burton
A X/Y/ZMODEM transfer tool is not a required package for self-hosted builds. Signed-off-by: Ross Burton --- meta/recipes-core/packagegroups/packagegroup-self-hosted.bb | 1 - 1 file changed, 1 deletion(-) diff --git a/meta/recipes-core/packagegroups/packagegroup-self-hosted.bb b/meta/recipes-c

[OE-core] [PATCH 1/6] pango: fix markup-parse test case

2019-03-04 Thread Ross Burton
The test case expects that printf(0x0) is (null) but for us this it is (NULL). Use case-insensitive diff as the rest of the tests don't care about case. Signed-off-by: Ross Burton --- .../pango/pango/insensitive-diff.patch | 28 ++ meta/recipes-graphics/pango/pan

Re: [OE-core] [PATCH 3/4] packagegroup-core-base-utils: Introduce new base-utils packagegroup

2019-03-04 Thread Mark Hatle
On 3/1/19 4:26 PM, Tom Rini wrote: > This packagegroup is intended to provide all of the functionality found > in other VIRTUAL-RUNTIME_base-utils providers through full packages > rather than an all-on-one package. Document how to make use of this > in local.conf.sample.extended. Introduce VIRTU

Re: [OE-core] [PATCH 2/4] inetutils: Import version 1.9.4

2019-03-04 Thread Tom Rini
On Mon, Mar 04, 2019 at 09:47:57AM +, André Draszik wrote: > On Fri, 2019-03-01 at 17:26 -0500, Tom Rini wrote: > > In order to have more robust stand-alone network tools in oe-core, bring > > in vim from meta-openembedded/meta-networking. This imports the recipes > ^^^ > > vim for netwo

Re: [OE-core] sstate hash equivalence breaks rm_work

2019-03-04 Thread Tom Rini
On Mon, Mar 04, 2019 at 04:21:48PM +, Richard Purdie wrote: > On Mon, 2019-03-04 at 11:14 -0500, Tom Rini wrote: > > On Mon, Mar 04, 2019 at 04:06:47PM +, Richard Purdie wrote: > > > You mean like the BB_MIN_VERSION variable: > > > > > > http://git.yoctoproject.org/cgit.cgi/poky/tree/meta/

Re: [OE-core] [PATCH] libcomps: put PV in filename

2019-03-04 Thread Burton, Ross
On Mon, 4 Mar 2019 at 15:12, Richard Purdie wrote: > I suspect we have this issue in a few cases and having PV next to the > SRCREV may prompt people to keep things more in sync? I'm sure we do, but I spotted this one. The AUH will do the prompting so I'm not sure what else needs to be kept in s

Re: [OE-core] sstate hash equivalence breaks rm_work

2019-03-04 Thread Richard Purdie
On Mon, 2019-03-04 at 11:14 -0500, Tom Rini wrote: > On Mon, Mar 04, 2019 at 04:06:47PM +, Richard Purdie wrote: > > You mean like the BB_MIN_VERSION variable: > > > > http://git.yoctoproject.org/cgit.cgi/poky/tree/meta/conf/sanity.conf#n6 > > > > ? > > > > :) > > > > The changes were inten

Re: [OE-core] sstate hash equivalence breaks rm_work

2019-03-04 Thread Joshua Watt
On Mon, Mar 4, 2019, 10:06 AM Richard Purdie < richard.pur...@linuxfoundation.org> wrote: > On Mon, 2019-03-04 at 10:58 -0500, Tom Rini wrote: > > Ah, so "poky" got me thinking this morning. I was just on bitbake > > v1.40 > > (since I usually use thud, and that's the version for that). Moving >

Re: [OE-core] sstate hash equivalence breaks rm_work

2019-03-04 Thread Tom Rini
On Mon, Mar 04, 2019 at 04:06:47PM +, Richard Purdie wrote: > On Mon, 2019-03-04 at 10:58 -0500, Tom Rini wrote: > > Ah, so "poky" got me thinking this morning. I was just on bitbake > > v1.40 > > (since I usually use thud, and that's the version for that). Moving > > to > > bitbake master/ti

[OE-core] Reminder: Yocto Project Technical Team Meeting @ Monthly from 8am to 8:30am on the first Tuesday (PST)

2019-03-04 Thread sjolley.yp.pm
All, Just a reminder we will hold the monthly Yocto Project Technical Meeting at 8am PST tomorrow. (3/5) Yocto Project Technical Team Meeting: We encourage people attending the meeting to logon and announce themselves on the Yocto Project IRC chancel during the meeting (optional): Yocto

Re: [OE-core] sstate hash equivalence breaks rm_work

2019-03-04 Thread Richard Purdie
On Mon, 2019-03-04 at 10:58 -0500, Tom Rini wrote: > Ah, so "poky" got me thinking this morning. I was just on bitbake > v1.40 > (since I usually use thud, and that's the version for that). Moving > to > bitbake master/tip and I don't see the problem anymore. > > Is it possible to have some logi

[OE-core] Yocto Project Unassigned Bugs - Help Needed

2019-03-04 Thread sjolley.yp.pm
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 tria

Re: [OE-core] sstate hash equivalence breaks rm_work

2019-03-04 Thread Tom Rini
On Sun, Mar 03, 2019 at 04:11:36PM -0600, Joshua Watt wrote: > On Sun, Mar 3, 2019 at 3:25 PM Tom Rini wrote: > > > > On Sun, Mar 03, 2019 at 03:21:12PM -0600, Joshua Watt wrote: > > > On Sun, Mar 3, 2019, 2:47 PM Tom Rini wrote: > > > > > > > Hey all, > > > > > > > > As part of the packagegroup-

[OE-core] [PATCH 6/6] local.conf.sample: remove support for building against host libsdl

2019-03-04 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- meta-poky/conf/local.conf.sample | 4 1 file changed, 4 deletions(-) diff --git a/meta-poky/conf/local.conf.sample b/meta-poky/conf/local.conf.sample index 2775e15d748..00795ae6a3f 100644 --- a/meta-poky/conf/local.conf.sample +++ b/meta-poky/conf/local.

[OE-core] [PATCH 5/6] local.conf.sample: enable gtk+ frontend in addition to sdl

2019-03-04 Thread Alexander Kanavin
As SDL was found to be buggy for virgl-based GL passthrough, gtk+ is enabled to allow that use case. Signed-off-by: Alexander Kanavin --- meta-poky/conf/local.conf.sample | 11 ++- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/meta-poky/conf/local.conf.sample b/meta-poky/

[OE-core] [PATCH 4/6] qemu: remove support for building against host sdl

2019-03-04 Thread Alexander Kanavin
This hasn't been the default for a long time (as some distros don't support it), and with gtk+ being the new default shouldn't be needed at all. Signed-off-by: Alexander Kanavin --- meta/recipes-devtools/qemu/qemu.inc | 8 1 file changed, 8 deletions(-) diff --git a/meta/recipes-devtoo

[OE-core] [PATCH 3/6] qemu: remove sdl option from PACKAGECONFIG default

2019-03-04 Thread Alexander Kanavin
This removes confusion over where qemu frontends are enabled for native/nativesdk builds: currently they are also set in local.conf.sample from poky distro, and with this change that becomes the only place. Signed-off-by: Alexander Kanavin --- meta/recipes-devtools/qemu/qemu_3.1.0.bb | 2 +- 1 f

[OE-core] [PATCH 2/6] qemu: add a gtk+ frontend to target builds

2019-03-04 Thread Alexander Kanavin
sdl frontend remains enabled and available. Signed-off-by: Alexander Kanavin --- meta/recipes-devtools/qemu/qemu_3.1.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/qemu/qemu_3.1.0.bb b/meta/recipes-devtools/qemu/qemu_3.1.0.bb index 3c404d408d0..26

[OE-core] [PATCH 1/6] qemu: enable virglrenderer and glx options for qemu-system-native and nativesdk-qemu

2019-03-04 Thread Alexander Kanavin
Note that to actually use accelerated GL passthrough, there are two options 1) a suitable frontend need to be also enabled - gtk+ seems to work well, sdl was found to be buggy. 2) it is also possible to render off-screen with -display egl-headless option, and see the output with a VNC viewer (for

Re: [OE-core] [meta-oe][thud][PATCH] target-sdk-provides-dummy: add perl-module-overload

2019-03-04 Thread akuster808
On 3/3/19 8:18 PM, Oleksandr Kravchuk wrote: > Signed-off-by: Oleksandr Kravchuk is this in master? What does it fix? - armin > --- > meta/recipes-core/meta/target-sdk-provides-dummy.bb | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/meta/recipes-core/meta/target-sdk-provides-dummy.

Re: [OE-core] [PATCH] libcomps: put PV in filename

2019-03-04 Thread Richard Purdie
On Mon, 2019-03-04 at 11:58 +, Ross Burton wrote: > This isn't a git snapshot recipe but a release that is fetched over > it. For > clarity, put the PV in the filename. > > Signed-off-by: Ross Burton > --- > meta/recipes-devtools/libcomps/{libcomps_git.bb => > libcomps_0.10.0.bb} | 1 - > 1

Re: [OE-core] [PATCH 1/5] target-sdk-provides-dummy: Extend to -dev and -src packages

2019-03-04 Thread Matthias Schiffer
On Fri, 2019-02-15 at 16:03 +, Richard Purdie wrote: > This avoids errors when running populate_sdk under opkg: > > * Problem 1/1: > * - package busybox-dev-1.30.1-r0.core2-64 requires busybox = > 1.30.1-r0, but none of the providers can be installed > * > * Solution 1: > * - allow de

[OE-core] [PATCH] pango: fix markup-parse test case

2019-03-04 Thread Ross Burton
The test case expects that printf(0x0) is (null) but for us this it is (NULL). Use case-insensitive diff as the rest of the tests don't care about case. Signed-off-by: Ross Burton --- .../pango/pango/insensitive-diff.patch | 28 ++ meta/recipes-graphics/pango/pan

Re: [OE-core] [PATCH v3] swig: fix build with musl

2019-03-04 Thread Luca Boccassi
On Mon, 2019-03-04 at 11:18 +, Burton, Ross wrote: > On Mon, 4 Mar 2019 at 11:12, wrote: > > +mkdir -p ${WORKDIR}/build/Source/CParse > > Use ${B} instead of ${WORKDIR}/build. > > Ross Thanks, please see v4 -- Kind regards, Luca Boccassi signature.asc Description: This is a digitall

[OE-core] [PATCH v4] swig: fix build with musl

2019-03-04 Thread luca . boccassi
From: Luca Boccassi Building with musl currently fails. The fix has been committed upstream, so backport it. Note that it requires running yacc again to regenerate the parser file, so a bison-native dependency is needed. Also the upstream's configure step creates the directory where the parser fi

Re: [OE-core] sstate hash equivalence breaks rm_work

2019-03-04 Thread Tom Rini
On Mon, Mar 04, 2019 at 10:17:21AM +, Burton, Ross wrote: > On Sun, 3 Mar 2019 at 22:52, Tom Rini wrote: > > SSTATE_DIR = > > "${HOME}/work/OE/sstate-cache-${DISTRO_VERSION}${TARGET_VENDOR}" > > FWIW there isn't much point in isolating sstate like that. You'll > just rebuild stuff that woul

[OE-core] [PATCH] libcomps: put PV in filename

2019-03-04 Thread Ross Burton
This isn't a git snapshot recipe but a release that is fetched over it. For clarity, put the PV in the filename. Signed-off-by: Ross Burton --- meta/recipes-devtools/libcomps/{libcomps_git.bb => libcomps_0.10.0.bb} | 1 - 1 file changed, 1 deletion(-) rename meta/recipes-devtools/libcomps/{lib

Re: [OE-core] [PATCH 1/1] send-error-report: Add --no-ssl to use http protocol

2019-03-04 Thread Yang, Liezhi
Thanks, looks good, I will update it. // Robert Sent from mobile phone > 在 2019年3月4日,18:57,Burton, Ross 写道: > >> On Mon, 4 Mar 2019 at 10:30, Robert Yang wrote: >> +arg_parse.add_argument("--no-ssl", >> + help="Use http instead of https protocol", >> +

[OE-core] [PATCH] openssl: Add cryptodev-linux PACKAGECONFIG

2019-03-04 Thread Ovidiu Panait
The old bsd cryptodev engine was removed in https://github.com/openssl/openssl/pull/3699 and the new one added in: https://github.com/openssl/openssl/pull/3744 It can be enabled by configuring with "enable-devcryptoeng". Signed-off-by: Ovidiu Panait --- meta/recipes-connectivity/openssl/openssl

Re: [OE-core] [PATCH v3] swig: fix build with musl

2019-03-04 Thread Burton, Ross
On Mon, 4 Mar 2019 at 11:12, wrote: > +mkdir -p ${WORKDIR}/build/Source/CParse Use ${B} instead of ${WORKDIR}/build. Ross -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo

Re: [OE-core] [PATCH v2] swig: fix build with musl

2019-03-04 Thread Luca Boccassi
On Sat, 2019-03-02 at 23:03 +, Richard Purdie wrote: > On Sat, 2019-03-02 at 18:12 +, Richard Purdie wrote: > > On Fri, 2019-03-01 at 16:36 +, luca.bocca...@gmail.com wrote: > > > From: Luca Boccassi > > > > > > Building with musl currently fails. The fix has been committed > > > upst

[OE-core] [PATCH v3] swig: fix build with musl

2019-03-04 Thread luca . boccassi
From: Luca Boccassi Building with musl currently fails. The fix has been committed upstream, so backport it. Note that it requires running yacc again to regenerate the parser file, so a bison-native dependency is needed. Also the upstream's configure step creates the directory where the parser fi

Re: [OE-core] sstate hash equivalence breaks rm_work

2019-03-04 Thread Martin Jansa
4TB of sstate is just for few weeks for me :). On Mon, Mar 4, 2019 at 11:45 AM Burton, Ross wrote: > On Mon, 4 Mar 2019 at 10:27, Martin Jansa wrote: > > There is, you can prune outdated duplicate sstate archives while still > separately building multiple DISTRO_VERSIONs. > > We don't all have

Re: [OE-core] [PATCH 1/1] send-error-report: Add --no-ssl to use http protocol

2019-03-04 Thread Burton, Ross
On Mon, 4 Mar 2019 at 10:30, Robert Yang wrote: > +arg_parse.add_argument("--no-ssl", > + help="Use http instead of https protocol", > + action="store_true") If you do this instead: arg_parse.add_argument("--no-ssl", help="Use http instead

Re: [OE-core] GO runtime crashes

2019-03-04 Thread Vincent Prince
Khem, you can find some backtraces here: https://github.com/prometheus/node_exporter/issues/1244, don't know if this is enough? Le dim. 3 mars 2019 à 16:43, Khem Raj a écrit : > On Sun, Mar 3, 2019 at 2:45 AM Vincent Prince > wrote: > > > > Khem, > > > > I'm not sure if we considere this issue

Re: [OE-core] sstate hash equivalence breaks rm_work

2019-03-04 Thread Burton, Ross
On Mon, 4 Mar 2019 at 10:27, Martin Jansa wrote: > There is, you can prune outdated duplicate sstate archives while still > separately building multiple DISTRO_VERSIONs. We don't all have 4TB disks? :) Ross -- ___ Openembedded-core mailing list Opene

[OE-core] [PATCH 0/1] send-error-report: Add --no-ssl to use http protocol

2019-03-04 Thread Robert Yang
The following changes since commit 9ad19eb12c24d1ddc967215af0ebafd2cd2cb665: mcextend: Add helper class useful for multiconfig (2019-03-03 15:38:08 +) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib rbt/error http://cgit.openembedded.org/ope

Re: [OE-core] [PATCH] send-error-report: Use https instead of http protocol

2019-03-04 Thread Robert Yang
On 3/4/19 6:26 PM, Richard Purdie wrote: On Mon, 2019-03-04 at 18:02 +0800, Robert Yang wrote: Hi RP, On 3/4/19 5:23 PM, Richard Purdie wrote: On Mon, 2019-03-04 at 15:50 +0800, Robert Yang wrote: Hi Khem, We have an internal error web server, this patch breaks it: You're accessing the d

[OE-core] [PATCH 1/1] send-error-report: Add --no-ssl to use http protocol

2019-03-04 Thread Robert Yang
The script use https protocol by default, but the error-report-web server's https connection may not work (e.g., doesn't work with python 2.7.6), so add an option --no-ssl to make it use http. Signed-off-by: Robert Yang --- scripts/send-error-report | 23 --- 1 file changed,

Re: [OE-core] [PATCH] send-error-report: Use https instead of http protocol

2019-03-04 Thread Richard Purdie
On Mon, 2019-03-04 at 18:02 +0800, Robert Yang wrote: > Hi RP, > > On 3/4/19 5:23 PM, Richard Purdie wrote: > > On Mon, 2019-03-04 at 15:50 +0800, Robert Yang wrote: > > > Hi Khem, > > > > > > We have an internal error web server, this patch breaks it: > > > > > > You're accessing the developmen

Re: [OE-core] sstate hash equivalence breaks rm_work

2019-03-04 Thread Martin Jansa
There is, you can prune outdated duplicate sstate archives while still separately building multiple DISTRO_VERSIONs. On Mon, Mar 4, 2019 at 11:17 AM Burton, Ross wrote: > On Sun, 3 Mar 2019 at 22:52, Tom Rini wrote: > > SSTATE_DIR = > "${HOME}/work/OE/sstate-cache-${DISTRO_VERSION}${TARGET_VEND

Re: [OE-core] sstate hash equivalence breaks rm_work

2019-03-04 Thread Burton, Ross
On Sun, 3 Mar 2019 at 22:52, Tom Rini wrote: > SSTATE_DIR = "${HOME}/work/OE/sstate-cache-${DISTRO_VERSION}${TARGET_VENDOR}" FWIW there isn't much point in isolating sstate like that. You'll just rebuild stuff that would have been available. Ross --

Re: [OE-core] [PATCH] send-error-report: Use https instead of http protocol

2019-03-04 Thread Robert Yang
Hi RP, On 3/4/19 5:23 PM, Richard Purdie wrote: On Mon, 2019-03-04 at 15:50 +0800, Robert Yang wrote: Hi Khem, We have an internal error web server, this patch breaks it: You're accessing the development server over HTTPS, but it only supports HTTP So I tried to use runsslserver, but it does

Re: [OE-core] [PATCH 2/4] inetutils: Import version 1.9.4

2019-03-04 Thread André Draszik
On Fri, 2019-03-01 at 17:26 -0500, Tom Rini wrote: > In order to have more robust stand-alone network tools in oe-core, bring > in vim from meta-openembedded/meta-networking. This imports the recipes ^^^ vim for networking? :-) Cheers, Andre' > as of git commit: > commit 408204073e6bdcd8ac

Re: [OE-core] [PATCH] send-error-report: Use https instead of http protocol

2019-03-04 Thread Richard Purdie
On Mon, 2019-03-04 at 15:50 +0800, Robert Yang wrote: > Hi Khem, > > We have an internal error web server, this patch breaks it: > > You're accessing the development server over HTTPS, but it only > supports HTTP > > So I tried to use runsslserver, but it doesn't work either since the > host is

[OE-core] [PATCH] masterimage: remove code duplication

2019-03-04 Thread André Draszik
From: André Draszik Two identical classes exist for SystemdbootTarget, introduced in commit f9a61d3400ad ("gummiboot: Remove/change gummiboot references with systemd-boot") poky commit 2dce2648e3d8 Remove the duplicated copy. Signed-off-by: André Draszik --- meta/lib/oeqa/controllers/masterim