[OE-core] [PATCH V6] rxvt-unicode: Fix installing of terminfo

2024-02-26 Thread Changqing Li
From: Changqing Li For cross compile, TIC will be native tic in recipe-sysroot-native, and the terminfo path will be native path, the rxvt-unicode terminfo will be wrongly installed to native path. disable the terminfo installation by setting TIC to : and use qemu to install terminfo to make

[OE-core] [PATCH V5] systemd: fix a dead link under /var/log

2024-02-26 Thread Changqing Li
From: Changqing Li Commit 6fe23ff31c0 changed README to a symlink to README.logs, and install README.logs under systemd doc dir. But for OE, systemd doc dir is splited into package systemd-doc, when it is not installed on the target, there will be an dead link: Eg: root@intel-x86-64:/var/log#

[OE-core] [PATCH] python3-bcrypt: Fix build break on riscv32

2024-02-26 Thread Khem Raj
bump pyo3 to 0.20.3, which brings the needed fixes for building for architectures without 64bit atomics [1] [1] https://github.com/pyca/bcrypt/pull/746 Signed-off-by: Khem Raj --- .../python/python3-bcrypt-crates.inc | 22 ++-- ...-0.20.0-to-0.20.3-in-src-_bcrypt-746.patch | 111

Patchtest results for [OE-core][PATCH] yocto-uninative: Update to 4.4 for glibc 2.39

2024-02-26 Thread Patchtest
Thank you for your submission. Patchtest identified one or more issues with the patch. Please see the log below for more information: --- Testing patch /home/patchtest/share/mboxes/yocto-uninative-Update-to-4.4-for-glibc-2.39.patch FAIL: test commit message presence: Please include a commit

[OE-core][PATCH] yocto-uninative: Update to 4.4 for glibc 2.39

2024-02-26 Thread Michael Halstead
Signed-off-by: Michael Halstead --- meta/conf/distro/include/yocto-uninative.inc | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/meta/conf/distro/include/yocto-uninative.inc b/meta/conf/distro/include/yocto-uninative.inc index eaa3e9b31c..4ac66fd506 100644 ---

Re: [OE-core][PATCH] libc-locale: fix ASCII compatible warning cause build failure.

2024-02-26 Thread Xiangyu Chen
On 2/27/24 09:16, Randy MacLeod wrote: On 2024-02-26 4:59 a.m., Xiangyu Chen via lists.openembedded.org wrote: From: Xiangyu Chen Some locales are not listed in glibc locales support list, but can be generated, here using ja_JP.SHIFT_JIS as an example. We can add following line into

Re: [OE-core][PATCH] libc-locale: fix ASCII compatible warning cause build failure.

2024-02-26 Thread Khem Raj
On Mon, Feb 26, 2024 at 5:16 PM Randy MacLeod wrote: > > On 2024-02-26 4:59 a.m., Xiangyu Chen via lists.openembedded.org wrote: > > From: Xiangyu Chen > > Some locales are not listed in glibc locales support list, but can be > generated, > here using ja_JP.SHIFT_JIS as an example. We can add

Re: [OE-core][PATCH] libc-locale: fix ASCII compatible warning cause build failure.

2024-02-26 Thread Randy MacLeod via lists.openembedded.org
On 2024-02-26 4:59 a.m., Xiangyu Chen via lists.openembedded.org wrote: From: Xiangyu Chen Some locales are not listed in glibc locales support list, but can be generated, here using ja_JP.SHIFT_JIS as an example. We can add following line into local.conf to enable and generate it:

Re: [OE-core] [PATCH] glib-2.0: backport a switch from distutils to packaging in codegen

2024-02-26 Thread Martin Jansa
Thanks Khem, will try to reproduce tomorrow. Maybe these don't use CODEGEN_PYTHON_RDEPENDS. With this patch backported to kirkstone I've seen glib-2.0-native failing with the same issue as python3native there doesn't include python3-packaging. Maybe these recipes aren't using python3native and

Re: [OE-core] [PATCH] glib-2.0: backport a switch from distutils to packaging in codegen

2024-02-26 Thread Khem Raj
I am seeing some build failures which seems to be related to this patch https://autobuilder.yoctoproject.org/typhoon/#/builders/88/builds/3657/steps/15/logs/stdio | File

[OE-core] [PATCH] perf: fix TMPDIR contamination for recent mainline kernels

2024-02-26 Thread Enrico Jörns
The sed command sed -i -e "s,prefix='\$(DESTDIR_SQ)/usr'$,prefix='\$(DESTDIR_SQ)/usr' --install-lib='\$(PYTHON_SITEPACKAGES_DIR)' --root='\$(DESTDIR)',g" \ ${S}/tools/perf/Makefile.perf that was introduced by oe-core commit 43f96506 ("perf: fix the install-python_ext") [1] and adapted

[OE-core] [PATCH 6/6] linux-yocto/6.6: update CVE exclusions

2024-02-26 Thread Bruce Ashfield
From: Bruce Ashfield Data pulled from: https://github.com/nluedtke/linux_kernel_cves 1/1 [ Author: Nicholas Luedtke Email: nicholas.lued...@uwalumni.com Subject: Update 25Feb24 Date: Sun, 25 Feb 2024 07:03:08 -0500 ] Signed-off-by: Bruce Ashfield ---

[OE-core] [PATCH 5/6] linux-yocto/6.6: update to v6.6.18

2024-02-26 Thread Bruce Ashfield
From: Bruce Ashfield Updating linux-yocto/6.6 to the latest korg -stable release that comprises the following commits: d8a27ea2c986 Linux 6.6.18 9e083726d5e3 tracing: Fix a NULL vs IS_ERR() bug in event_subsystem_dir() 9389eaaca7b9 tracing: Make system_callback() function static

[OE-core] [PATCH 4/6] linux-yocto/6.6: genericarm64 configuration/definition

2024-02-26 Thread Bruce Ashfield
From: Bruce Ashfield Integrating the following commit(s) to linux-yocto/.: 1/3 [ Author: Ross Burton Email: ross.bur...@arm.com Subject: features/numa: remove CONFIG_NEED_MULTIPLE_NODES Date: Mon, 26 Feb 2024 12:10:12 + This was removed in kernel a9ee6cf (5.14 onwards).

[OE-core] [PATCH 3/6] kern-tools: depend on git-replacement-native

2024-02-26 Thread Bruce Ashfield
From: Bruce Ashfield Konstantin Aladyshev reported that the kern-tools require git functionality that was introduced in git versions greater than the minimum project requirements. In particular: commit 923a9de418b3ca8592c3 [kgit-s2q: don't run verication hooks] uses the --no-verify flag

[OE-core] [PATCH 2/6] linux-yocto/6.6: config: x86 tidy & consolidation

2024-02-26 Thread Bruce Ashfield
From: Bruce Ashfield Integrating the following commit(s) to linux-yocto/.: 1/3 [ Author: Paul Gortmaker Email: paul.gortma...@windriver.com Subject: BSP: remove from all - latencytop feature inclusion Date: Thu, 30 Nov 2023 14:07:48 -0500 Consider this 5+ year old commit

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

2024-02-26 Thread Bruce Ashfield
From: Bruce Ashfield Richard, Here are the collected change for the reference kernel. Everything is relatively routine, except for the awaited genericarm64. We'll have more configuration fixes/tweaks for it over the next little while, but there's no reason to keep it out of the tree while we

[OE-core] [PATCH 1/6] linux-yocto/6.6: enable squashfs for selftests

2024-02-26 Thread Bruce Ashfield
From: Bruce Ashfield Integrating the following commit(s) to linux-yocto/.: 1/1 [ Author: Vyacheslav Yurkov Email: uvv.m...@gmail.com Subject: squashfs: Add initial support Date: Wed, 21 Feb 2024 07:15:31 +0100 It's required at least in selftest to test read-only file

Re: Patchtest results for [OE-core][PATCH] rpm: upgrade 4.19.1 -> 4.19.1.1

2024-02-26 Thread Trevor Gamblin
On 2024-02-26 16:05, patcht...@automation.yoctoproject.org wrote: Thank you for your submission. Patchtest identified one or more issues with the patch. Please see the log below for more information: --- Testing patch /home/patchtest/share/mboxes/rpm-upgrade-4.19.1---4.19.1.1.patch FAIL: test

Patchtest results for [OE-core][PATCH] rpm: upgrade 4.19.1 -> 4.19.1.1

2024-02-26 Thread Patchtest
Thank you for your submission. Patchtest identified one or more issues with the patch. Please see the log below for more information: --- Testing patch /home/patchtest/share/mboxes/rpm-upgrade-4.19.1---4.19.1.1.patch FAIL: test src uri left files: Patches not removed from tree. Remove them and

[OE-core][PATCH v2] rpm: upgrade 4.19.1 -> 4.19.1.1

2024-02-26 Thread Trevor Gamblin
Changelog (see also http://rpm.org/wiki/Releases/4.19.1.1): - Packaging: Don’t warn about missing user/group on skipped files Regression (#2814) - Packaging: Make user/group lookup caching thread-safe Regression (#2843) - Lua interface: Fix regression in Lua scriptlet runaway child detection

Re: [OE-core] [AUH] rpm: upgrading to 4.19.1.1 FAILED

2024-02-26 Thread Trevor Gamblin
On 2024-02-26 13:55, Alexander Kanavin wrote: On Mon, 26 Feb 2024 at 19:27, Trevor Gamblin wrote: I've got an upgrade ready for this, but it seems to be introducing a buildpaths QA issue: WARNING: rpm-1_4.19.1.1-r0 do_package_qa: QA Issue: File /usr/lib/cmake/rpm/rpm-targets.cmake in package

[OE-core][PATCH] rpm: upgrade 4.19.1 -> 4.19.1.1

2024-02-26 Thread Trevor Gamblin
Changelog (see also http://rpm.org/wiki/Releases/4.19.1.1): - Packaging: Don’t warn about missing user/group on skipped files Regression (#2814) - Packaging: Make user/group lookup caching thread-safe Regression (#2843) - Lua interface: Fix regression in Lua scriptlet runaway child detection

Re: [OE-core] [PATCH v2 5/5] sanity.bbclass: do not check for presence of distutils

2024-02-26 Thread Martin Jansa
On Wed, Nov 9, 2022 at 9:21 PM Alexander Kanavin wrote: > > This will be removed in 3.12 and has been deprecated for a while. > > If anything breaks because of its absence on the host, this would > expose the breakage so it can be fixed. I've sent a fix for glib-2.0-native yesterday:

[OE-core] [PATCH] core-image-initramfs-boot: install all kernel modules

2024-02-26 Thread Ross Burton
From: Ross Burton The point of a "just boot" initramfs is to contain the kernel modules so that the kernel can find the real root filesystem, so explicitly add them. Signed-off-by: Ross Burton --- meta/recipes-core/images/core-image-initramfs-boot.bb | 2 +- 1 file changed, 1 insertion(+), 1

Re: [OE-core] [AUH] rpm: upgrading to 4.19.1.1 FAILED

2024-02-26 Thread Alexander Kanavin
On Mon, 26 Feb 2024 at 19:27, Trevor Gamblin wrote: > I've got an upgrade ready for this, but it seems to be introducing a > buildpaths QA issue: > > WARNING: rpm-1_4.19.1.1-r0 do_package_qa: QA Issue: File > /usr/lib/cmake/rpm/rpm-targets.cmake in package rpm-dev contains > reference to TMPDIR

Re: [OE-core] [AUH] rpm: upgrading to 4.19.1.1 FAILED

2024-02-26 Thread Trevor Gamblin
On 2024-02-15 12:32, Auto Upgrade Helper wrote: Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe *rpm* to *4.19.1.1* has Failed (devtool error). Detailed error information: Running 'devtool upgrade' for recipe rpm failed.

Re: [OE-core] [RFC PATCH] rpm: add PACKAGECONFIG for openmp and disable it by default for native builds

2024-02-26 Thread Alexander Kanavin
Just the option, preserving existing behavior please. Alex On Mon 26. Feb 2024 at 15.47, Martin Jansa wrote: > On Mon, Feb 26, 2024 at 3:39 PM Alexander Kanavin > wrote: > > > > This needs to be handled with care. We rely heavily on openmp support in > rpm to speed up rpm operations; adding

Re: [OE-core] [RFC PATCH] rpm: add PACKAGECONFIG for openmp and disable it by default for native builds

2024-02-26 Thread Martin Jansa
On Mon, Feb 26, 2024 at 3:39 PM Alexander Kanavin wrote: > > This needs to be handled with care. We rely heavily on openmp support in rpm > to speed up rpm operations; adding an option to turn it off is okay, but > actually turning it off is not. That's why it was sent only as RFC, do you want

Re: [OE-core] [PATCH] curl: improve reproducibility

2024-02-26 Thread Alexander Kanavin
It’s better to separate the processing into its own function so you don’t have to copy paste it from target install. Alex On Mon 26. Feb 2024 at 14.55, Oleh Matiusha via lists.openembedded.org wrote: > Nativesdk package contains host references in output packages. > Remove them. > >

[OE-core] [PATCH 4/4] recipetool: go: apply pylint recommendations

2024-02-26 Thread Lukas Funke
From: Lukas Funke Apply pylint recommendations where reasanable. Not all recommendations were applied: - long regex expressions were not split for a better readability - not all (short) variables were renamed in order to be consistent with the rest of the framework (e.g. 'd')

[OE-core] [PATCH 3/4] recipetool: go: ignore 'go: *' log messages

2024-02-26 Thread Lukas Funke
From: Lukas Funke Go will download verious modules during vendoring and tell us about it, i.e. "go: downloading foo/bar vX.Y.Z". These lines are mixed with the relevant modules.txt lines. Thus, ignore log messages starting with "go: .*". Signed-off-by: Lukas Funke ---

[OE-core] [PATCH 2/4] recipetool: go: do not restore go.mod/sum file

2024-02-26 Thread Lukas Funke
From: Lukas Funke Do not restore 'go.mod' and 'go.sum' file after the projects go version is updated to >= 1.17. When we leave the go.mod file as-is then vendor manifest is created using the < 1.17 version. This results in an inconsistency between the patched (newer) 'go.mod' file and the

[OE-core] [PATCH 0/4] go: improve vendoring

2024-02-26 Thread Lukas Funke
From: Lukas Funke This series is intended to improve 'vendoring' for golang projects. 'Vendoring' is the golang mechanism to build go-projects in an offline manner. It enables the fetcher to gather all dependencies during fetching-phase and unpack them during build into the workdirs 'vendor'

[OE-core] [PATCH 1/4] classes: go-vendor: improve handling of go vendoring

2024-02-26 Thread Lukas Funke
From: Lukas Funke This commit deals with some specialties around go: - Enable the use of //go:embed directives: Using this directive it is possible to include additional sournce files into your go source-code. Since these are no listed in the vendor manifest, we have to check

Re: [OE-core] [RFC PATCH] rpm: add PACKAGECONFIG for openmp and disable it by default for native builds

2024-02-26 Thread Alexander Kanavin
This needs to be handled with care. We rely heavily on openmp support in rpm to speed up rpm operations; adding an option to turn it off is okay, but actually turning it off is not. Alex On Mon 26. Feb 2024 at 15.29, Martin Jansa wrote: > * and keep it enabled in target builds unless

[OE-core] [RFC PATCH] rpm: add PACKAGECONFIG for openmp and disable it by default for native builds

2024-02-26 Thread Martin Jansa
* and keep it enabled in target builds unless libc-musl where it was disabled since upgrade to 4.15.1 in: https://git.openembedded.org/openembedded-core/commit/?id=67257ca87c6fa8e6050a20ecea50daf834c7e869 and disable it for native builds to be able to reuse rpm-native between hosts with

[OE-core] [PATCH] curl: improve reproducibility

2024-02-26 Thread Oleh Matiusha via lists.openembedded.org
Nativesdk package contains host references in output packages. Remove them. Signed-off-by: Oleh Matiusha --- meta/recipes-support/curl/curl_7.85.0.bb | 10 ++ 1 file changed, 10 insertions(+) diff --git a/meta/recipes-support/curl/curl_7.85.0.bb

Re: [OE-core] [PATCH] pixman: explicitly disable openmp in native builds

2024-02-26 Thread Martin Jansa
On Mon, Feb 26, 2024 at 2:32 PM Martin Jansa via lists.openembedded.org wrote: > > * on some hosts (e.g. on my gentoo after recent update) it detects OpenMP in > do_configure: > Run-time dependency OpenMP found: YES 4.5 > but then fails in do_compile as shown in: >

[OE-core] [PATCH] gmp: improve reproducibility

2024-02-26 Thread Oleh Matiusha via lists.openembedded.org
nativesdk-gmp package contains host references in output packages. Remove them. Signed-off-by: Oleh Matiusha --- meta/recipes-support/gmp/gmp_6.2.1.bb | 7 +++ 1 file changed, 7 insertions(+) diff --git a/meta/recipes-support/gmp/gmp_6.2.1.bb b/meta/recipes-support/gmp/gmp_6.2.1.bb index

[OE-core] [PATCH] pixman: explicitly disable openmp in native builds

2024-02-26 Thread Martin Jansa
* on some hosts (e.g. on my gentoo after recent update) it detects OpenMP in do_configure: Run-time dependency OpenMP found: YES 4.5 but then fails in do_compile as shown in: http://errors.yoctoproject.org/Errors/Details/754632/ gcc -o test/fetch-test test/fetch-test.p/fetch-test.c.o

Re: [OE-core] [PATCH] package_rpm: Fix backtrace on missing directory.

2024-02-26 Thread Alexander Kanavin
This was the commit that introduced the DIRFILES variable: https://git.yoctoproject.org/poky/commit/?id=2f42ef8d8fb1febf28252b98884cebabc931f720 Given that it's undocumented, untested, rpm-specific, and currently broken, and looks like a workaround for security label conflicts elsewhere I'm

Re: [OE-core] [yocto-security] OE-core CVE metrics for kirkstone on Sun 25 Feb 2024 03:00:01 AM HST

2024-02-26 Thread Peter Marko via lists.openembedded.org
Hello, It looks like graph in https://autobuilder.yocto.io/pub/non-release/patchmetrics/ and list in https://autobuilder.yocto.io/pub/non-release/patchmetrics/cve-status-kirkstone.txt are no longer updated properly and show old status compared to this email. Peter -=-=-=-=-=-=-=-=-=-=-=-

[OE-core][kirkstone][PATCH] qemu: Backport fix CVE-2023-6693

2024-02-26 Thread Vivek Kumbhar via lists.openembedded.org
Upstream-Status: Backport [https://gitlab.com/qemu-project/qemu/-/commit/2220e8189fb94068dbad333228659fbac819abb0] Signed-off-by: Vivek Kumbhar --- meta/recipes-devtools/qemu/qemu.inc | 1 + .../qemu/qemu/CVE-2023-6693.patch | 74 +++ 2 files changed, 75

[OE-core][PATCH] libc-locale: fix ASCII compatible warning cause build failure.

2024-02-26 Thread Xiangyu Chen
From: Xiangyu Chen Some locales are not listed in glibc locales support list, but can be generated, here using ja_JP.SHIFT_JIS as an example. We can add following line into local.conf to enable and generate it: GLIBC_GENERATE_LOCALES += "en_GB.UTF-8 en_US.UTF-8 ja_JP.UTF-8 ja_JP.SHIFT_JIS"

[OE-Core][PATCH v4 0/5] testimage: add failed test post actions and fetch more data

2024-02-26 Thread Alexis Lothoré via lists . openembedded . org
Hello, this small series is related to some disk space issue observed by the SWAT team (see [1]) which eventually leads to tests failure. In order to help diagnose those issues, I propose to enrich the retrieved artifacts with some additional data, like disk usage on target and on host (in case

[OE-Core][PATCH v4 5/5] oeqa/utils/postactions: testimage: add host disk usage stat as post action

2024-02-26 Thread Alexis Lothoré via lists . openembedded . org
From: Alexis Lothoré Since the target under test can be a virtualized guest, when some tests fail because of disk usage (see [1]), also fetch disk usage statistics from host to allow checking whether a host disk space saturation could affect running tests. [1]

[OE-Core][PATCH v4 1/5] lib/oeqa: share get_json_result_dir helper

2024-02-26 Thread Alexis Lothoré via lists . openembedded . org
From: Alexis Lothoré Multiple places in oeqa need to get the log output path, and redefine a small helper to accomplish this Define this helper in lib/oeqa/utils/__init__.py and import it wherever needed to allow using it. Signed-off-by: Alexis Lothoré --- There is one additional place

[OE-Core][PATCH v4 4/5] oeqa/utils/postactions: add target disk usage stat as post action

2024-02-26 Thread Alexis Lothoré via lists . openembedded . org
From: Alexis Lothoré In order to debug issues related to disk space (see [1]), add a failed tests post action to retrieve disk usage on the target. Rely on the test context object to run the corresponding command onto the target [1] https://bugzilla.yoctoproject.org/show_bug.cgi?id=15220

[OE-Core][PATCH v4 3/5] oeqa/utils/postactions: isolate directory creation in dedicated action

2024-02-26 Thread Alexis Lothoré via lists . openembedded . org
From: Alexis Lothoré In order to be able to create actions that could store new files during failed test post actions, we need to split artifacts directory creation from artifacts retrieval. Create a new dedicated action to create artifacts main directory so we can add actions creating files in

[OE-Core][PATCH v4 2/5] testimage: create a list of failed test post actions

2024-02-26 Thread Alexis Lothoré via lists . openembedded . org
From: Alexis Lothoré testimage is able to detect whenever a test run leads to some tests failing, and execute some actions in this case. The only action currently defined in such case is to retrieve artifacts from the target under test, as listed in TESTIMAGE_FAILED_QA_ARTIFACTS In order to be

[OE-core] [PATCH v3 1/1] loongarch64: change -march to loongarch64

2024-02-26 Thread Xiaotian Wu
Now both gcc and clang all support -march=loongarch64, so we can use it. Signed-off-by: Xiaotian Wu --- meta/conf/machine/include/loongarch/arch-loongarch.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/conf/machine/include/loongarch/arch-loongarch.inc

[OE-core] [PATCH v3 0/1] loongarch64: change -march to loongarch64

2024-02-26 Thread Xiaotian Wu
Now both gcc and clang all support -march=loongarch64, so we can use it. Xiaotian Wu (1): loongarch64: change -march to loongarch64 meta/conf/machine/include/loongarch/arch-loongarch.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 2.43.0 -=-=-=-=-=-=-=-=-=-=-=- Links: You

Re: [OE-core] [PATCH 3/4] devtool: ide-sdk prefer sources from workspace

2024-02-26 Thread Enguerrand de Ribaucourt
Great explanation and fix! -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#196188): https://lists.openembedded.org/g/openembedded-core/message/196188 Mute This Topic: https://lists.openembedded.org/mt/104570748/21656 Group Owner:

[OE-core] Patchtest results for [PATCH v2 1/1] change -march to loongarch64

2024-02-26 Thread Patchtest
Thank you for your submission. Patchtest identified one or more issues with the patch. Please see the log below for more information: --- Testing patch /home/patchtest/share/mboxes/v2-1-1-change--march-to-loongarch64.patch FAIL: test shortlog format: Commit shortlog (first line of commit

[OE-core] [PATCH v2 1/1] openssl: Match target name for loongarch64

2024-02-26 Thread Xiaotian Wu
From: Xiaotian Wu This is updated in openssl [1] since opensssl 3.2.0-alpha1 onwards [1] https://github.com/openssl/openssl/commit/b625e21e67666213ffd3ba6b1f2cd8a847ba6b66 Signed-off-by: Xiaotian Wu --- meta/recipes-connectivity/openssl/openssl_3.2.1.bb | 3 +++ 1 file changed, 3

[OE-core] [PATCH v2 0/1] openssl: Match target name for loongarch64

2024-02-26 Thread Xiaotian Wu
This is updated in openssl [1] since opensssl 3.2.0-alpha1 onwards [1] https://github.com/openssl/openssl/commit/b625e21e67666213ffd3ba6b1f2cd8a847ba6b66 Xiaotian Wu (1): openssl: Match target name for loongarch64 meta/recipes-connectivity/openssl/openssl_3.2.1.bb | 3 +++ 1 file changed, 3

[OE-core] [PATCH v2 1/1] change -march to loongarch64

2024-02-26 Thread Xiaotian Wu
Now both gcc and clang all support -march=loongarch64, so we can use it. Signed-off-by: Xiaotian Wu --- meta/conf/machine/include/loongarch/arch-loongarch.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/conf/machine/include/loongarch/arch-loongarch.inc

[OE-core] [PATCH v2 0/1] Change -march to loongarch64

2024-02-26 Thread Xiaotian Wu
Now both gcc and clang all support -march=loongarch64, so we can use it. Xiaotian Wu (1): change -march to loongarch64 meta/conf/machine/include/loongarch/arch-loongarch.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 2.43.0 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all