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
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
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-
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
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
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...
>
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,
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
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
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
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
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/
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
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
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
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
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
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/
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
> >
19 matches
Mail list logo