Re: [OE-core] [PATCH] rust: fix arm64 link failures when building rust apps

2021-12-16 Thread S. Lockwood-Childs
://www.mail-archive.com/gcc-bugs@gcc.gnu.org/msg661738.html > [3] https://bugzilla.redhat.com/show_bug.cgi?id=1830472 > > Signed-off-by: S. Lockwood-Childs > --- > meta/recipes-devtools/rust/rust-target.inc| 2 + > .../rust/rust-disable-outline-atomics.patch | 50 +++

[OE-core] [PATCH] rust: fix arm64 link failures when building rust apps

2021-12-16 Thread S. Lockwood-Childs
s patch should go away, to take advantage of the +reported performance benefit. + +[1] https://github.com/rust-lang/git2-rs/issues/706 +[2] https://www.mail-archive.com/gcc-bugs@gcc.gnu.org/msg661738.html +[3] https://bugzilla.redhat.com/show_bug.cgi?id=1830472 + +Upstream-Status: Inappropriate

[OE-core] [PATCH] cups: fix typo in flags to disable avahi

2021-12-14 Thread S. Lockwood-Childs
one too many 's': dnsssd -> dnssd Signed-off-by: S. Lockwood-Childs --- meta/recipes-extended/cups/cups.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-extended/cups/cups.inc b/meta/recipes-extended/cups/cups.inc index 3175a91ce4..05c1e34a77

[OE-core] [PATCH] buildhistory.bbclass: fix regression from FILES_INFO changes

2021-11-16 Thread S. Lockwood-Childs
S_INFO as package.bbclass uses now when setting it, then this regression goes away. Signed-off-by: S. Lockwood-Childs --- meta/classes/buildhistory.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/classes/buildhistory.bbclass b/meta/classes/buildhistory.bbclass inde

[OE-core] [gatesgarth][PATCH] image_types.bbclass: tar: support EXTRA_IMGAGECMD

2021-04-14 Thread S. Lockwood-Childs
is unchanged unless EXTRA_IMAGECMD_tar is customized. Signed-off-by: S. Lockwood-Childs --- meta/classes/image_types.bbclass | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/meta/classes/image_types.bbclass b/meta/classes/image_types.bbclass index 30951ae366..c0dca351d5 10064

[OE-core] [PATCH] kernel-yocto.bbclass: fix failure to find defconfig

2020-07-03 Thread S. Lockwood-Childs
urrent record, which still works if there is a path in front of it. This should achieve the intended objective of splitting the list into defconfig and non-defconfig entries. Signed-off-by: S. Lockwood-Childs --- meta/classes/kernel-yocto.bbclass | 4 ++-- 1 file changed, 2 insertions(+), 2 dele

[OE-core] [PATCH] kernel-devsrc: restore compatibility with kernel < v4.10

2019-02-04 Thread S. Lockwood-Childs
board layers that are still using 4.9.x kernels: cp: cannot stat ‘arch/arm/tools/syscall*’: No such file or directory so only try to install the scripts when they actually exist. Signed-off-by: S. Lockwood-Childs --- meta/recipes-kernel/linux/kernel-devsrc.bb | 7 ++- 1 file changed, 6 inser

[OE-core] [PATCH V2] sqlite3: consistent set of features for nativesdk

2018-06-15 Thread S. Lockwood-Childs
Enable use of pread() and enable column metadata API for all builds. This brings nativesdk in line with target and native builds. Signed-off-by: S. Lockwood-Childs --- meta/recipes-support/sqlite/sqlite3.inc | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/meta/recipes

[OE-core] [PATCH] coreutils: fix nativesdk install failure

2018-06-15 Thread S. Lockwood-Childs
build, see comment) so hostname should be enabled to build on both of them. Signed-off-by: S. Lockwood-Childs --- meta/recipes-core/coreutils/coreutils_8.29.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-core/coreutils/coreutils_8.29.bb b/meta/recipes-core

[OE-core] [PATCH] sqlite3: consistent set of features for nativesdk

2018-06-15 Thread S. Lockwood-Childs
Enable use of pread() and enable column metadata API for nativesdk builds. This brings nativesdk in line with target and native builds. --- meta/recipes-support/sqlite/sqlite3.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-support/sqlite/sqlite3.inc b/meta/recipes-support/

[OE-core] [PATCH] glibc: fix C++ compile failures related to 'assert'

2018-01-02 Thread S. Lockwood-Childs
* fixes "lambda-expression in unevaluated context" compile failures such as https://github.com/nlohmann/json/issues/705 * fixes "no match for 'operator==" compile failures such as https://bugzilla.redhat.com/show_bug.cgi?id=1482990 Signed-off-by: S. Lockwood-Ch

Re: [OE-core] [oe] kernel.bbclass: Fix do_shared_workdir task ordering

2015-10-14 Thread S. Lockwood-Childs
http://patchwork.openembedded.org/patch/99875/ Apparently this patch is still not in master, and I just ran across the problem with an externally built module (omaplfb from omap3-sgx-modules) in meta-ti layer. What's the plan for getting a correct Module.symver into shared_workdir for external