Re: [OE-core] [AUH] u-boot: upgrading to 2019.01 FAILED

2019-01-18 Thread Marek Vasut
On 1/18/19 10:39 AM, Alexander Kanavin wrote: > On Fri, 18 Jan 2019 at 08:10, Marek Vasut wrote: > >>> Next steps: >>> - apply the patch: git am 0001-u-boot-upgrade-2018.11-2019.01.patch >>> - check the changes to upstream patches and summarize them in the >>> commit message, >>> - c

[OE-core] [OE-Core][PATCH 1/3] qemuarma15: ARM A15 Support

2019-01-18 Thread Jon Mason
Add new QEMU BSP for a Arm Cortex-A15 system. This uses the QEMU virt machine type, which should be faster to emulate. Signed-off-by: Jon Mason --- meta/conf/machine/qemuarma15.conf | 26 +++ .../linux/linux-yocto-rt_4.19.bb | 2 +- .../linux/linux-yoct

[OE-core] [OE-Core][PATCH 3/3] qemuarm: Rename qemuarma15 to qemuarm

2019-01-18 Thread Jon Mason
Rename qemuarma15 to qemuarm. This makes the default QEMU Arm setup to emulate the more modern ARMv7 Cortex-A. Signed-off-by: Jon Mason --- meta/conf/machine/{qemuarma15.conf => qemuarm.conf} | 0 meta/recipes-kernel/linux/linux-yocto-rt_4.19.bb| 2 +- meta/recipes-kernel/linux/linux-yocto-

[OE-core] [OE-Core][PATCH 2/3] qemuarm: rename to qemuarmv5

2019-01-18 Thread Jon Mason
Rename qemuarm to qemuarmv5. This will allow for qemuarma15 to be renamed to qemuarm, while maintaining the ability to use the existing setup for backward compatibility and testing. Signed-off-by: Jon Mason --- meta/conf/machine/{qemuarm.conf => qemuarmv5.conf} | 2 +- meta/recipes-kernel/linux

[OE-core] [OE-Core][PATCH 0/3] qemuarm: update to ARMv7

2019-01-18 Thread Jon Mason
This series of patches allows for qemuarm to be a more modern and (hopefully) faster platform to test on by default. Firstly, it introduces a QEMU ARMv7 based Cortex-A15 system (of machine type virt). It then renames the existing qemuarm machine to qemarmv5 to allow for it to be used by those who

Re: [OE-core] [PATCH] bitbake.conf: reset default value of DEBUG_PREFIX_MAP

2019-01-18 Thread Khem Raj
On Fri, Jan 18, 2019 at 12:43 PM Burton, Ross wrote: > > On Fri, 18 Jan 2019 at 17:55, Khem Raj wrote: > > I am bit concerned about using -ffile-prefix-map here, its gcc only > > option so will cause clang to fail > > It's almost like we need a toolchain override so this can be gcc-specific... >

Re: [OE-core] [PATCH] bitbake.conf: reset default value of DEBUG_PREFIX_MAP

2019-01-18 Thread Burton, Ross
On Fri, 18 Jan 2019 at 17:55, Khem Raj wrote: > I am bit concerned about using -ffile-prefix-map here, its gcc only > option so will cause clang to fail It's almost like we need a toolchain override so this can be gcc-specific... I've been meaning to do that for about a year now :( Until then,

Re: [OE-core] [PATCH v2] glibc: glibc support powerpc e5500 and e6500

2019-01-18 Thread Khem Raj
On Fri, Jan 18, 2019 at 2:51 AM Burton, Ross wrote: > > On Fri, 18 Jan 2019 at 03:33, C.r. Guo wrote: > > +Upstream-Status: Pending > > I prefer not to carry large patches to glibc for a long time if > possible. Is this going upstream? > I concur with you Ross, this should go upstream but the p

Re: [OE-core] [PATCH] bitbake.conf: reset default value of DEBUG_PREFIX_MAP

2019-01-18 Thread Khem Raj
On Wed, Jan 16, 2019 at 11:13 PM wrote: > > From: Kai Kang > > Reset default value of DEBUG_PREFIX_MAP with '-fdebug-prefix-map'. > Specifying -fdebug-prefix-map is equivalent to specifying all the > individual -f*-prefix-map options which means including > -fmacro-prefix-map and -fdebug-prefix-m

[OE-core] [PATCH] base-files: Avoid problems if DISTRO_VERSION contains undefined variable

2019-01-18 Thread Peter Kjellerstedt
If DISTRO_VERSION is defined to some undefined variable, e.g., DISTRO_VERSION = "${FOO_VERSION}", and /bin/sh is dash, then do_install() would fail with an error such as: run.do_install.2945:193: run.do_install.2945: Syntax error: Unterminated quoted string This was due to unexpanded Python c

[OE-core] [PATCH] libxslt: install documentation into an unversioned directory

2019-01-18 Thread Ross Burton
The version number isn't useful in /usr/share/doc as we can only install one copy of libxslt, and this reduces noise in buildhistory-diff reports. Signed-off-by: Ross Burton --- meta/recipes-support/libxslt/libxslt_1.1.33.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/met

[OE-core] [PATCH] python3: use ncursesw, not ncurses

2019-01-18 Thread Alexander Kanavin
So that wide-char functions are accssible. [YOCTO #13142] Signed-off-by: Alexander Kanavin --- meta/recipes-devtools/python/python3/130-readline-setup.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/python/python3/130-readline-setup.patch b/meta/

Re: [OE-core] [PATCH] bitbake.conf: reset default value of DEBUG_PREFIX_MAP

2019-01-18 Thread Richard Purdie
On Fri, 2019-01-18 at 11:02 +, Richard Purdie wrote: > On Thu, 2019-01-17 at 02:12 -0500, kai.k...@windriver.com wrote: > > From: Kai Kang > > > > Reset default value of DEBUG_PREFIX_MAP with '-fdebug-prefix-map'. > > Specifying -fdebug-prefix-map is equivalent to specifying all the > > indiv

[OE-core] [PATCH 2/2] nasm: Upgrade 2.14 -> 2.14.02

2019-01-18 Thread Richard Purdie
Signed-off-by: Richard Purdie --- meta/recipes-devtools/nasm/{nasm_2.14.bb => nasm_2.14.02.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-devtools/nasm/{nasm_2.14.bb => nasm_2.14.02.bb} (74%) diff --git a/meta/recipes-devtools/nasm/nasm_2.14.bb b/meta/recipes

[OE-core] [PATCH 1/2] subversion: Upgrade 1.11.0 -> 1.11.1

2019-01-18 Thread Richard Purdie
Signed-off-by: Richard Purdie --- .../subversion/{subversion_1.11.0.bb => subversion_1.11.1.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-devtools/subversion/{subversion_1.11.0.bb => subversion_1.11.1.bb} (96%) diff --git a/meta/recipes-devtools/subversion/s

Re: [OE-core] [PATCH] bitbake.conf: reset default value of DEBUG_PREFIX_MAP

2019-01-18 Thread Richard Purdie
On Thu, 2019-01-17 at 02:12 -0500, kai.k...@windriver.com wrote: > From: Kai Kang > > Reset default value of DEBUG_PREFIX_MAP with '-fdebug-prefix-map'. > Specifying -fdebug-prefix-map is equivalent to specifying all the > individual -f*-prefix-map options which means including > -fmacro-prefix-m

Re: [OE-core] [PATCH v2] glibc: glibc support powerpc e5500 and e6500

2019-01-18 Thread Burton, Ross
On Fri, 18 Jan 2019 at 03:33, C.r. Guo wrote: > +Upstream-Status: Pending I prefer not to carry large patches to glibc for a long time if possible. Is this going upstream? Ross -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedde

[OE-core] [PATCH] sstate.bbclass: make sure changes to SSTATE_SCAN_FILES are not ignored

2019-01-18 Thread Alexander Kanavin
When changing the SSTATE_SCAN_FILES variable in a recipe it doesn't cause a rebuild, so if there's a sstate-cache available with "bad" sstate data in it that will still be used even though the recipe is updated to address this. [YOCTO #13144] Signed-off-by: Alexander Kanavin --- meta/classes/

Re: [OE-core] [AUH] u-boot: upgrading to 2019.01 FAILED

2019-01-18 Thread Alexander Kanavin
On Fri, 18 Jan 2019 at 08:10, Marek Vasut wrote: > > Next steps: > > - apply the patch: git am 0001-u-boot-upgrade-2018.11-2019.01.patch > > - check the changes to upstream patches and summarize them in the > > commit message, > > - compile an image that contains the package > >