Re: [OE-core] [oe] REMINDER! Fwd: meta-oe and oe-core mirror repos going away at the end of June

2015-07-20 Thread Trevor Woerner
Could http://patchwork.openembedded.org/ be also updated? -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core

[OE-core] [PATCH] tune-cortexa17: add tunes for ARM Cortex-A17

2015-07-20 Thread Trevor Woerner
http://www.arm.com/products/processors/cortex-a/cortex-a17-processor.php Signed-off-by: Trevor Woerner --- meta/conf/machine/include/tune-cortexa17.inc | 36 1 file changed, 36 insertions(+) create mode 100644 meta/conf/machine/include/tune-cortexa17.inc diff --git

Re: [OE-core] [PATCH 0/2] [master][dizzy] Enable Marvel 8897 Wifi feature

2015-07-20 Thread Ng, Wei Tee
Hi, are these included? Best Regards, Wei Tee > -Original Message- > From: Ng, Wei Tee > Sent: Thursday, July 9, 2015 1:10 PM > To: openembedded-core@lists.openembedded.org > Cc: Ng, Wei Tee > Subject: [PATCH 0/2] [OE-core][master][dizzy] Enable Marvel 8897 Wifi feature > > From: Ng Wei

[OE-core] [PATCHv2 4/6] devtool: also load plugins from BBPATH

2015-07-20 Thread Christopher Larson
From: Christopher Larson This makes it easier to extend, as a layer can add its own sub-commands. tinfoil is now passed into the commands, as we needed to parse the configuration metadata to get BBPATH, and we don't want to construct tinfoil more than once, otherwise we have to deal with startup

[OE-core] [PATCHv2 1/6] recipetool: catch BBHandledException from parsing

2015-07-20 Thread Christopher Larson
This ensures that we don't see a traceback on parsing failures. Signed-off-by: Christopher Larson Signed-off-by: Ross Burton --- scripts/recipetool | 8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/scripts/recipetool b/scripts/recipetool index c68bef4..3063cf7 100755 -

[OE-core] [PATCHv2 5/6] oe-selftest: obey oeqa.selftest.__path__

2015-07-20 Thread Christopher Larson
From: Christopher Larson This ensures that all paths that hold selftest tests will be checked (oeqa.selftest is a namespace package). [YOCTO #7625] Signed-off-by: Christopher Larson Signed-off-by: Ross Burton --- scripts/oe-selftest | 11 ++- 1 file changed, 6 insertions(+), 5 deleti

[OE-core] [PATCHv2 6/6] oe-selftest: add libdirs from BBPATH to sys.path

2015-07-20 Thread Christopher Larson
From: Christopher Larson This ensures that oeqa.selftest.* from layers are found. [YOCTO #7625] Signed-off-by: Christopher Larson Signed-off-by: Ross Burton --- scripts/oe-selftest | 7 +++ 1 file changed, 7 insertions(+) diff --git a/scripts/oe-selftest b/scripts/oe-selftest index c19c

[OE-core] [PATCHv2 3/6] recipetool: also load plugins from BBPATH

2015-07-20 Thread Christopher Larson
This makes it easier to extend, as a layer can add its own sub-commands. [YOCTO #7625] Signed-off-by: Christopher Larson Signed-off-by: Ross Burton --- scripts/recipetool | 52 1 file changed, 32 insertions(+), 20 deletions(-) diff --git a/

[OE-core] [PATCHv2 2/6] recipetool.append: add extralines arg to appendsrc

2015-07-20 Thread Christopher Larson
This makes the function more reusable for other sub-commands. Signed-off-by: Christopher Larson Signed-off-by: Ross Burton --- scripts/lib/recipetool/append.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/lib/recipetool/append.py b/scripts/lib/recipetool/appen

[OE-core] [PATCHv2 0/6] recipetool/devtool/oe-selftest: pull from BBPATH

2015-07-20 Thread Christopher Larson
From: Christopher Larson Ensures that recipetool and devtool pull plugins from layers, and oe-selftest will pull tests from layers. Unrelated to that, also prevents a traceback on parsing failure, and adds a tiny feature to appendsrc to facilitate reuse by other sub-commands. [v2 Update] `devto

Re: [OE-core] [PATCH] mesa: respect MESA_EGL_NO_X11_HEADERS even with x11 in PACKAGECONFIG

2015-07-20 Thread Tobias Olausson
Hi, I like this patch. I would like a similar patch to be made available in the fido branch, but changing "#if defined()" to "#ifdef" The defines seems to have been changed between mesa 10.4 and 10.5, so the current patch only works for 10.5 - in 10.4 ifdef is used instead so the sed does nothing.

Re: [OE-core] [PATCH] gtk+: fix compile error

2015-07-20 Thread Burton, Ross
On 15 July 2015 at 15:58, Armin Kuster wrote: > +PACKAGECONFIG[introspection] = "--enable-introspection=yes, > --enable-introspection=no, libgirepository" > That's just not going to work out of the box, might as well just pass --disable-introspection for now. Unless you're trying to make meta-g

[OE-core] OE Changelog since 2015-07-12 until 2015-07-19

2015-07-20 Thread cliff . brake
Changelog since 2015-07-12 until 2015-07-19. Projects included in this report: bitbake: git://git.openembedded.org/bitbake openembedded-core: git://git.openembedded.org/openembedded-core meta-openembedded: git://git.openembedded.org/meta-openembedded meta-angstrom: git://github.com/Angstrom-distr

[OE-core] [PATCH] sqlite3: Upgrade 3.8.10.0 -> 3.8.10.2

2015-07-20 Thread Aníbal Limón
Minor upgrade contains fixes see [1]. [1] https://www.sqlite.org/releaselog/3_8_10_2.html Signed-off-by: Aníbal Limón --- .../sqlite/{sqlite3_3.8.10.0.bb => sqlite3_3.8.10.2.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-support/sqlite/{sqlite3_

Re: [OE-core] [PATCHv2 0/3] oe/recipeutils.py: get_recipe_upstream_info improvements

2015-07-20 Thread Aníbal Limón
ping... On 14/07/15 19:43, Aníbal Limón wrote: Sending v2 i forget to include first patch. This patch set uses the new latest_versionstring method that returns the current revision of a version in SCM's this DEPENDS on, http://lists.openembedded.org/pipermail/bitbake-devel/2015-July/006034.htm

Re: [OE-core] [PATCH 0/4] Fix builds for MIPS64 N32

2015-07-20 Thread Mark Hatle
Between customer escalations, other work and vacation.. I didn't happen. I've started testing it this morning and should have results tomorrow.. (US time). --Mark On 7/20/15 7:11 AM, Dmitry Eremin-Solenikov wrote: > 2015-07-08 15:42 GMT+03:00 Mark Hatle : >> On 7/8/15 7:00 AM, Dmitry Eremin-Sol

Re: [OE-core] [PATCH] oeqa/devtool: add useful failure messages for some test cases

2015-07-20 Thread Christopher Larson
On Mon, Jul 20, 2015 at 7:49 AM, Burton, Ross wrote: > On 20 July 2015 at 14:40, Burton, Ross wrote: > >> I think this patch is responsible for the devtool failures in >> https://autobuilder.yoctoproject.org/main/builders/nightly-oe-selftest/builds/78/steps/Running%20oe-selftest/logs/stdio >> .

Re: [OE-core] [PATCH 4/6] devtool: also load plugins from BBPATH

2015-07-20 Thread Burton, Ross
On 14 July 2015 at 16:57, Christopher Larson wrote: > +parser_create_workspace = > subparsers.add_parser('create-workspace', > +help='Set up a > workspace', > +description='Sets

[OE-core] [PATCH] qemu: upgrade to 2.4.0-rc1

2015-07-20 Thread Ross Burton
Signed-off-by: Ross Burton --- .../recipes-devtools/qemu/{qemu_2.4.0-rc0.bb => qemu_2.4.0-rc1.bb} | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) rename meta/recipes-devtools/qemu/{qemu_2.4.0-rc0.bb => qemu_2.4.0-rc1.bb} (81%) diff --git a/meta/recipes-devtools/qemu/qemu_2.4.0-rc0

[OE-core] [PATCH] oeqa/syslog: Removed a pointless testcase and added skip for another.

2015-07-20 Thread Lucian Musat
The testcase syslog --help was rather useless and also causing problems on images where syslog was non-busybox, like LSB images so I removed it. Added a skip condition for TC 202 for the same reason. If syslog is non-busybox then the test skips. Signed-off-by: Lucian Musat --- meta/lib/oeqa/runt

Re: [OE-core] [PATCH] oeqa/devtool: add useful failure messages for some test cases

2015-07-20 Thread Burton, Ross
On 20 July 2015 at 14:40, Burton, Ross wrote: > I think this patch is responsible for the devtool failures in > https://autobuilder.yoctoproject.org/main/builders/nightly-oe-selftest/builds/78/steps/Running%20oe-selftest/logs/stdio > . > I take it back - I think the problems are due to Chris's p

[OE-core] [PATCH v3] u-boot: Upgrade to 2015.07 release

2015-07-20 Thread Otavio Salvador
This upgrades the U-Boot and its related recipes for the 2015.07 release. The following recipes has been upgraded: - u-boot - u-boot-mkimage - u-boot-fw-utils The patches which were applied on top of the 2015.01 release are dropped as those are not needed in this release. The license checksu

Re: [OE-core] [PATCH v2] u-boot: Upgrade to 2015.07 release

2015-07-20 Thread Otavio Salvador
On Mon, Jul 20, 2015 at 7:59 AM, Burton, Ross wrote: > On 17 July 2015 at 13:34, Otavio Salvador wrote: >> This upgrades the U-Boot and its related recipes for the 2015.07 >> release. >> >> The following recipes has been upgraded: >> >> - u-boot >> - u-boot-mkimage >> - u-boot-fw-utils >> >> T

Re: [OE-core] [PATCH] oeqa/devtool: add useful failure messages for some test cases

2015-07-20 Thread Burton, Ross
I think this patch is responsible for the devtool failures in https://autobuilder.yoctoproject.org/main/builders/nightly-oe-selftest/builds/78/steps/Running%20oe-selftest/logs/stdio . Ross -- ___ Openembedded-core mailing list Openembedded-core@lists.op

Re: [OE-core] [PATCH 0/4] Fix builds for MIPS64 N32

2015-07-20 Thread Dmitry Eremin-Solenikov
2015-07-08 15:42 GMT+03:00 Mark Hatle : > On 7/8/15 7:00 AM, Dmitry Eremin-Solenikov wrote: >> Hello, >> >> 2015-07-01 17:02 GMT+03:00 Dmitry Eremin-Solenikov : >>> Quite simple configuration (MIPS64 N32 image) fails to build (see below). >>> I have verified these patches in both single lib and in

Re: [OE-core] Query about the toolchian version of Yocto 1.9

2015-07-20 Thread Luo Zhenhua
Thanks a lot. > -Original Message- > From: Khem Raj [mailto:raj.k...@gmail.com] > Sent: Friday, July 17, 2015 10:54 AM > To: Luo Zhenhua-B19537 > Cc: Robert Yang; OE-core > Subject: Re: [OE-core] Query about the toolchian version of Yocto 1.9 > > > On Jul 16, 2015, at 7:00 PM, Luo Zhenhu

Re: [OE-core] [PATCH v2] u-boot: Upgrade to 2015.07 release

2015-07-20 Thread Burton, Ross
On 17 July 2015 at 13:34, Otavio Salvador wrote: > This upgrades the U-Boot and its related recipes for the 2015.07 > release. > > The following recipes has been upgraded: > > - u-boot > - u-boot-mkimage > - u-boot-fw-utils > > The patches which were applied on top of the 2015.01 release are >

[OE-core] [PATCH 1/1] volatile-binds: correct path of command umount

2015-07-20 Thread Kai Kang
It calls /sbin/umount to stop service var-volatile-lib. But umount is installed into directory /bin. Correct it. Signed-off-by: Kai Kang --- meta/recipes-core/volatile-binds/files/volatile-binds.service.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-core/vola

[OE-core] [PATCH 0/1] V2: Fix can not stop systemd service var-volatile-lib

2015-07-20 Thread Kai Kang
V2: * modify volatile-binds.service.in directly The following changes since commit a15b26de4b407726d3ba9bd1e888b2f1d2c586f5: dbus-ptest: set INSANE_SKIP for build-deps (2015-07-13 13:48:52 +0100) are available in the git repository at: git://git.yoctoproject.org/poky-contrib kangkai/volatil