[OE-core] [PATCH] sanity: check_perl_modules bug fix

2019-04-09 Thread Zheng Ruoqin
Fix Python3 TypeError error in check_perl_modules: Executing bitbake, the following error message will be throwed: File ".../poky/meta/classes/sanity.bbclass", line 979, in check_sanity_eventhandler check_sanity(sanity_data) File ".../poky/meta/classes/sanity.bbclass", line 943, in check_

[OE-core] [oe-core][PATCH] recipetool: add missed module

2019-04-09 Thread Lei Yang
When I use recipetool to add a new recipe, it says: [snip] sys.exit(14) NameError: name 'sys' is not defined [snip] Signed-off-by: Lei Yang --- scripts/lib/recipetool/create_npm.py | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/lib/recipetool/create_npm.py b/scripts/lib/recipetool

Re: [OE-core] [PATCH] virglrenderer: remove link option -Bsymbolic

2019-04-09 Thread Kang Kai
On 2019/4/9 上午12:36, Khem Raj wrote: On Sun, Apr 7, 2019 at 6:59 PM Kang Kai wrote: On 2019/4/4 下午3:52, kai.k...@windriver.com wrote: From: Kai Kang When gcc compile options '-O2 -fvisibility=default' are applied, it fails to compile virglrenderer for x86: | ld: gallium/auxiliary/.libs/libg

Re: [OE-core] Eclipse support dropped with immediate effect

2019-04-09 Thread akuster808
On 4/9/19 8:52 PM, Richard Purdie wrote: > I'm sorry to have to say this but the project is terminating its > official eclipse plugin support with immediate effect. Does this affect the stable branches as well? - armin > > There is nobody willing to keep the builds going, fix bugs, port to new

Re: [OE-core] Build broken with current master

2019-04-09 Thread Andreas Müller
On Tue, Apr 9, 2019 at 9:52 PM Burton, Ross wrote: > > Hm, annoying. > > The recipe that depends on docbook-xml-dtd4-native also needs to > depend on libxml2-native. > > Ross > Do I have to go through recipes failing - or is there a chance for a common solution? Andreas -- __

Re: [OE-core] [PATCH 00/16] thud-next patch review

2019-04-09 Thread Martin Jansa
Please don't forget to include: http://lists.openembedded.org/pipermail/openembedded-core/2019-March/280094.html and similar one for sumo: http://lists.openembedded.org/pipermail/openembedded-core/2019-March/280093.html in the next pull. I don't see them included in any thud-next/thud-nmut branche

Re: [OE-core] [v3][PATCH 2/2] goarch.bbclass: use MACHINEOVERRIDES and simplify go_map_arm()

2019-04-09 Thread richard . purdie
On Mon, 2019-03-18 at 11:21 -0400, Mark Asselstine wrote: > Per https://github.com/golang/go/wiki/GoArm we need to set GOARM when > cross building for ARMv5, ARMv6 and ARMv7. The current approach of > using TUNE_FEATURES can be error prone, as we can see today when > attempting to build for Cortex-

Re: [OE-core] [v3][PATCH 1/2] go.bbclass: Export more GO* environment variables

2019-04-09 Thread richard . purdie
On Mon, 2019-03-18 at 11:21 -0400, Mark Asselstine wrote: > Currently we are not doing a good job of consolidating GO environment > variables used by the go build system in the go.bbclass, instead we > are relying on the individual GO recipe authors to perform the > exports. This can result in inco

Re: [OE-core] [PATCH] opkg: add ptest

2019-04-09 Thread Alejandro Del Castillo
On 4/8/19 2:20 PM, Burton, Ross wrote: > On Mon, 8 Apr 2019 at 20:03, Alejandro del Castillo > wrote: >> +do_install_ptest() { >> + install -d ${D}${PTEST_PATH} >> + install -m 755 ${WORKDIR}/run-ptest ${D}/${PTEST_PATH}/run-ptest >> + install -m 755 ${B}/Makefile ${D}${PTEST_

Re: [OE-core] Build broken with current master

2019-04-09 Thread Burton, Ross
Hm, annoying. The recipe that depends on docbook-xml-dtd4-native also needs to depend on libxml2-native. Ross On Tue, 9 Apr 2019 at 18:55, Andreas Müller wrote: > > Hi, > > Just updated to current master to rebase my patches. Now I get for > meta-qt5-extra/kglobalaccel: > > ERROR: kglobalaccel-

[OE-core] [PATCH v2][meta-oe] ell: add recipe

2019-04-09 Thread Oleksandr Kravchuk
ELL has originally been part of meta-openembedded, but newer versions of some of the poky components depend on it, e.g. ofono. Signed-off-by: Oleksandr Kravchuk --- meta/conf/distro/include/maintainers.inc | 1 + meta/recipes-core/ell/ell_0.18.bb| 22 ++ 2 files chan

[OE-core] Build broken with current master

2019-04-09 Thread Andreas Müller
Hi, Just updated to current master to rebase my patches. Now I get for meta-qt5-extra/kglobalaccel: ERROR: kglobalaccel-5.56.0-r0 do_prepare_recipe_sysroot: Error executing a python function in exec_python_func() autogenerated: The stack trace of python calls that resulted in this exception/fail

[OE-core] [PATCH 5/7] qemumips: Enable the poweroff driver

2019-04-09 Thread bruce . ashfield
From: Bruce Ashfield Integrating the following configuration change: Author: Kevin Hao Date: Wed Apr 3 19:30:58 2019 +0800 mips: Enable the poweroff driver for the qemumips/qemumips64 As Indicated by Richard Purdie, in order to shutdown the machine we have to explicitly enable t

[OE-core] [PATCH 1/7] linux-yocto-rt/4.19: fix duplicate TIF_NEED_RESCHED_LAZY

2019-04-09 Thread bruce . ashfield
From: Bruce Ashfield Integrating Kevin's patch that cleans up a build warning: x86: Drop the duplicate define of TIF_NEED_RESCHED_LAZY The two merge commits 107b161b1cbaf ("Merge branch 'v4.19/standard/base' into v4.19/standard/preempt-rt/base") and dc37b7080cd55 ("Merge tag 'v4

[OE-core] [PATCH 6/7] linux-yocto/5.0: tweak qemuarm -tiny configuration

2019-04-09 Thread bruce . ashfield
From: Bruce Ashfield Tweaking the qemuarm -tiny configuration so it will boot to a prompt. There are still some remaining issues (like hvc console warnings), but this is much better than a silent boot, or boot hang like we previously had. Signed-off-by: Bruce Ashfield --- meta/recipes-kernel/l

[OE-core] [PATCH 3/7] linux-yocto-tiny/4.18: point KBRANCH to 4.18

2019-04-09 Thread bruce . ashfield
From: Bruce Ashfield The other kernel versions had the -tiny KBRANCH typo of 4.15 fixed, but 4.18 was missed. So we update the kbranch to the right version for 4.18 as well. [YOCTO #13247] Signed-off-by: Bruce Ashfield --- meta/recipes-kernel/linux/linux-yocto-tiny_4.18.bb | 2 +- 1 file chan

[OE-core] [PATCH 2/7] linux-yocto/5.0: update CGL audit configuration fragment

2019-04-09 Thread bruce . ashfield
From: Bruce Ashfield Integrating the follow config tweak: cgl: audit: Remove CONFIG_AUDIT_WATCH and CONFIG_AUDIT_WATCH In the following commits, these two options have been replaced by CONFIG_AUDITSYSCALL which is in audit.cfg. c8fc5d49c341 ("audit: remove WATCH and TREE config

[OE-core] [PATCH 0/7] kernel-yocto: consolidated pull request

2019-04-09 Thread bruce . ashfield
From: Bruce Ashfield Richard, Here's the M4 pull request for linux-yocto*. It is mainly configuration updates and fixes that I've gether over the past few weeks. I expect to have one more set of -stable updates, but otherwise, there are no other significant planned changes. This series should f

[OE-core] [PATCH 4/7] linux-yocto/4.18: update to v4.18.33

2019-04-09 Thread bruce . ashfield
From: Bruce Ashfield Integrating Paul Gortmaker's -stable ports to 4.18 which comprise the following commits: 56f9fe35a4c5 Linux 4.18.33 bf44ff79b855 net: hns: Fixes the missing put_device in positive leg for roce reset 81614c514f4e mm: Use fixed constant in page_frag_alloc instead of

[OE-core] [PATCH 7/7] linux-yocto/4.18: remove versioned recipes

2019-04-09 Thread bruce . ashfield
From: Bruce Ashfield The 4.18 kernel has been replaced by 4.19 and 5.0 in master. poky-tiny has been tested against 5.0, so we can now remove the 4.18 recipes. The 4.18 branches will continue to be maintained, but we only want two active kernels in the master/releases branches. Signed-off-by: B

[OE-core] [PATCH] systemd: fix predictable network interface names in initrd

2019-04-09 Thread Tomasz Meresiński
https://www.freedesktop.org/wiki/Software/systemd/PredictableNetworkInterfaceNames/ says, that udev is responsible for predictable network interface names, so udev package is a better place for its configuration file. Signed-off-by: Tomasz Meresiński --- meta/recipes-core/systemd/systemd_241.bb

[OE-core] Eclipse support dropped with immediate effect

2019-04-09 Thread Richard Purdie
I'm sorry to have to say this but the project is terminating its official eclipse plugin support with immediate effect. There is nobody willing to keep the builds going, fix bugs, port to new eclipse releases or release the current plugin. This has been raised in many forums, multiple times and no

[OE-core] [PATCH] qemurunner: fix typo in variable name

2019-04-09 Thread Ross Burton
Signed-off-by: Ross Burton --- meta/lib/oeqa/utils/qemurunner.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/lib/oeqa/utils/qemurunner.py b/meta/lib/oeqa/utils/qemurunner.py index 49020c1e636..1abb2c1b6cb 100644 --- a/meta/lib/oeqa/utils/qemurunner.py +++ b/meta/lib/

[OE-core] Yocto Project Status WW14'19

2019-04-09 Thread sjolley.yp.pm
Current Dev Position: YP 2.7 M4 (New feature Freeze has begun.) Next Deadline: YP 2.7 M3 Release Target was Mar. 8, 2019 and it should release today! SWAT Team Rotation: * SWAT lead is currently: Amanda * SWAT team rotation: Amanda -> Chen on Apr. 12, 2019 * SWAT team rotat

Re: [OE-core] [PATCH] perl-sanity: support cpan versions of core modules

2019-04-09 Thread Burton, Ross
Something here isn't working quite right: WARNING: core-image-base-1.0-r0 do_image_qa: /usr/bin/cpan is a broken link etc etc /usr/bin/cpan is a symlink to /usr/bin/cpan.perl, which isn't in the image. In fact, it's in perl-misc: perl-misc: /usr/bin/corelist.perl /usr/bin/cpan.p

[OE-core] [PATCH 00/16] Pull request for thud-next

2019-04-09 Thread Armin Kuster
please concider these changes for thud. The following changes since commit 45032e30be70503faeee468159b216031b729309: build-appliance-image: Update to thud head revision (2019-03-27 23:22:49 +) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib

Re: [OE-core] [PATCH] ell: add recipe

2019-04-09 Thread Alexander Kanavin
You need to insert an entry for ell into maintainers.inc at the same time. Alex > On 8 Apr 2019, at 22.50, Oleksandr Kravchuk > wrote: > > ELL has originally been part of meta-openembedded, but newer versions > of some of the poky components depend on it, e.g. ofono. > > Signed-off-by: Oleksa

[OE-core] [PATCH 0/1] sstate.bbclass: Use bb.utils.to_boolean() for BB_NO_NETWORK

2019-04-09 Thread Robert Yang
The following changes since commit d7c0e9d1800912a0f35fb554d54945b728a04a6f: gtk+: update for new catalog path (2019-04-05 17:27:40 +0100) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib rbt/bool http://cgit.openembedded.org/openembedded-core-co

[OE-core] [PATCH 1/1] sstate.bbclass: Use bb.utils.to_boolean() for BB_NO_NETWORK

2019-04-09 Thread Robert Yang
Make it consistent with bitbake Signed-off-by: Robert Yang --- meta/classes/sstate.bbclass | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/meta/classes/sstate.bbclass b/meta/classes/sstate.bbclass index 6f51d9c..424acfb 100644 --- a/meta/classes/sstate.bbclass +++ b/met