|
[PATCH v1 5/5] uboot: loongarch64
2 messages
Signed-off-by: Xiaotian Wu <wuxiaotian@...> --- meta/recipes-bsp/u-boot/u-boot-tools.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-bsp/u-boot/u-boot-tools.inc b/meta/recipes-bsp/u
Signed-off-by: Xiaotian Wu <wuxiaotian@...> --- meta/recipes-bsp/u-boot/u-boot-tools.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-bsp/u-boot/u-boot-tools.inc b/meta/recipes-bsp/u
|
By
Xiaotian Wu
·
|
|
[PATCH v1 1/5] base: add support for loongarch64
2 messages
Signed-off-by: Xiaotian Wu <wuxiaotian@...> --- meta/classes-recipe/siteinfo.bbclass | 4 +++ meta/conf/machine-sdk/loongarch64.conf | 2 ++ .../include/loongarch/arch-loongarch.inc | 7 ++++ .../include
Signed-off-by: Xiaotian Wu <wuxiaotian@...> --- meta/classes-recipe/siteinfo.bbclass | 4 +++ meta/conf/machine-sdk/loongarch64.conf | 2 ++ .../include/loongarch/arch-loongarch.inc | 7 ++++ .../include
|
By
Xiaotian Wu
·
|
|
[PATCH] sstate-cache-cleaner.py: Add a script for sstate cache cleaning
4 messages
From: Mikolaj Lasota <mikolaj.lasota@...> Bash script used at the moment takes too much time to calculate obsolete sstate cache files. Let's try to rewrite necessary logic in python and store intermed
From: Mikolaj Lasota <mikolaj.lasota@...> Bash script used at the moment takes too much time to calculate obsolete sstate cache files. Let's try to rewrite necessary logic in python and store intermed
|
By
Tomasz Dziendzielski
·
|
|
[PATCH] python3-markupsafe: upgrade 2.1.1 -> 2.1.2
2 messages
From: Upgrade Helper <auh@...> Signed-off-by: Richard Purdie <richard.purdie@...> --- ...{python3-markupsafe_2.1.1.bb => python3-markupsafe_2.1.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(
From: Upgrade Helper <auh@...> Signed-off-by: Richard Purdie <richard.purdie@...> --- ...{python3-markupsafe_2.1.1.bb => python3-markupsafe_2.1.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(
|
By
Richard Purdie
·
|
|
[PATCH] oe-git-proxy: Enable oe-git-proxy for git >= 2.32
2 messages
Modern git versions (>= 2.32) have a optimization enabled where the socket communication is moved into half-duplex mode once the client has sent all necessary data and is waiting for RX. git is simply
Modern git versions (>= 2.32) have a optimization enabled where the socket communication is moved into half-duplex mode once the client has sent all necessary data and is waiting for RX. git is simply
|
By
Florian Bezdeka
·
|
|
[PATCH] scons: Pass MAXLINELENGTH to scons invocation
2 messages
This helps in overcoming a problem when using scons with ccache enabled. When commands get longer, then it resorts to using response files to do the operations e.g. @/tmp/tmp96j6icra.lnk when this res
This helps in overcoming a problem when using scons with ccache enabled. When commands get longer, then it resorts to using response files to do the operations e.g. @/tmp/tmp96j6icra.lnk when this res
|
By
Khem Raj
·
|
|
[PATCH v1 3/5] binutils: disable gold on loongarch64
Signed-off-by: Xiaotian Wu <wuxiaotian@...> --- meta/recipes-devtools/binutils/binutils.inc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/meta/recipes-devtools/binutils/binuti
Signed-off-by: Xiaotian Wu <wuxiaotian@...> --- meta/recipes-devtools/binutils/binutils.inc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/meta/recipes-devtools/binutils/binuti
|
By
Xiaotian Wu
·
|
|
[PATCH v1 4/5] loongarch: disable seccomp from default feature
Signed-off-by: Xiaotian Wu <wuxiaotian@...> --- meta/conf/distro/include/default-distrovars.inc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta/conf/distro/include/default-distrovars.inc b/m
Signed-off-by: Xiaotian Wu <wuxiaotian@...> --- meta/conf/distro/include/default-distrovars.inc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta/conf/distro/include/default-distrovars.inc b/m
|
By
Xiaotian Wu
·
|
|
[PATCH v1 2/5] linux: add loongarch64 support
Signed-off-by: Xiaotian Wu <wuxiaotian@...> --- meta/classes-recipe/kernel-arch.bbclass | 2 ++ meta/recipes-kernel/linux/linux-yocto-dev.bb | 2 +- meta/recipes-kernel/linux/linux-yocto_6.1.bb | 4 +++-
Signed-off-by: Xiaotian Wu <wuxiaotian@...> --- meta/classes-recipe/kernel-arch.bbclass | 2 ++ meta/recipes-kernel/linux/linux-yocto-dev.bb | 2 +- meta/recipes-kernel/linux/linux-yocto_6.1.bb | 4 +++-
|
By
Xiaotian Wu
·
|
|
[kirkstone 13/13] Fix missing leading whitespace with ':append'
From: Niko Mauno <niko.mauno@...> Mitigate occurences where ':append' operator is used and leading whitespace character is obviously missing, risking inadvertent string concatenation. (From OE-Core re
From: Niko Mauno <niko.mauno@...> Mitigate occurences where ':append' operator is used and leading whitespace character is obviously missing, risking inadvertent string concatenation. (From OE-Core re
|
By
Steve Sakoman
·
|
|
[kirkstone 12/13] libusb1: Strip trailing whitespaces
From: Khem Raj <raj.khem@...> Signed-off-by: Khem Raj <raj.khem@...> Signed-off-by: Alexandre Belloni <alexandre.belloni@...> Signed-off-by: Richard Purdie <richard.purdie@...> (cherry picked from com
From: Khem Raj <raj.khem@...> Signed-off-by: Khem Raj <raj.khem@...> Signed-off-by: Alexandre Belloni <alexandre.belloni@...> Signed-off-by: Richard Purdie <richard.purdie@...> (cherry picked from com
|
By
Steve Sakoman
·
|
|
[kirkstone 11/13] libusb1: Link with latomic only if compiler has no atomic builtins
From: Khem Raj <raj.khem@...> This makes build use compiler to decide from where to get atomics instead of assuming that it should always come from libatomic, helps sharing build artifacts with OSes w
From: Khem Raj <raj.khem@...> This makes build use compiler to decide from where to get atomics instead of assuming that it should always come from libatomic, helps sharing build artifacts with OSes w
|
By
Steve Sakoman
·
|
|
[kirkstone 09/13] quilt: use upstreamed faildiff.test fix
From: Ross Burton <ross.burton@...> Signed-off-by: Ross Burton <ross.burton@...> Signed-off-by: Luca Ceresoli <luca.ceresoli@...> Signed-off-by: Richard Purdie <richard.purdie@...> (cherry picked from
From: Ross Burton <ross.burton@...> Signed-off-by: Ross Burton <ross.burton@...> Signed-off-by: Luca Ceresoli <luca.ceresoli@...> Signed-off-by: Richard Purdie <richard.purdie@...> (cherry picked from
|
By
Steve Sakoman
·
|
|
[kirkstone 08/13] libtirpc: Check if file exists before operating on it
From: Khem Raj <raj.khem@...> In some cases (e.g. mingw) this file may not be installed Signed-off-by: Khem Raj <raj.khem@...> Signed-off-by: Luca Ceresoli <luca.ceresoli@...> Signed-off-by: Richard P
From: Khem Raj <raj.khem@...> In some cases (e.g. mingw) this file may not be installed Signed-off-by: Khem Raj <raj.khem@...> Signed-off-by: Luca Ceresoli <luca.ceresoli@...> Signed-off-by: Richard P
|
By
Steve Sakoman
·
|
|
[kirkstone 07/13] numactl: skip test case when target platform doesn't have 2 CPU node
From: Xiangyu Chen <xiangyu.chen@...> when current test platform doesn't have 2 or more CPU node, the test case would report FAIL, according to numa test script and numademo code, when return code=77
From: Xiangyu Chen <xiangyu.chen@...> when current test platform doesn't have 2 or more CPU node, the test case would report FAIL, according to numa test script and numademo code, when return code=77
|
By
Steve Sakoman
·
|
|
[kirkstone 06/13] devtool: fix devtool finish when gitmodules file is empty
From: Thomas Roos <throos@...> When a .gitmodules file exists but is empty then devtool finish fails. Add an additional check for this. [YOCTO #14999] Signed-off-by: Thomas Roos <throos@...> Signed-of
From: Thomas Roos <throos@...> When a .gitmodules file exists but is empty then devtool finish fails. Add an additional check for this. [YOCTO #14999] Signed-off-by: Thomas Roos <throos@...> Signed-of
|
By
Steve Sakoman
·
|
|
[kirkstone 05/13] spirv-headers: set correct branch name
From: Ross Burton <ross.burton@...> As of last week, the SPIRV repositories have renamed their master branches to main: https://github.com/KhronosGroup/SPIRV-Headers/issues/313 Signed-off-by: Ross Bur
From: Ross Burton <ross.burton@...> As of last week, the SPIRV repositories have renamed their master branches to main: https://github.com/KhronosGroup/SPIRV-Headers/issues/313 Signed-off-by: Ross Bur
|
By
Steve Sakoman
·
|
|
[kirkstone 04/13] quilt: fix intermittent failure in faildiff.test
From: Ross Burton <ross.burton@...> This test assumes that if a child process writes one line to stderr and then another line to stdout, and stderr is redirected to stdout, that the order the lines wi
From: Ross Burton <ross.burton@...> This test assumes that if a child process writes one line to stderr and then another line to stdout, and stderr is redirected to stdout, that the order the lines wi
|
By
Steve Sakoman
·
|
|
[kirkstone 03/13] lttng-modules: Fix for 5.10.163 kernel version
From: Armin Kuster <akuster@...> Signed-off-by: Armin Kuster <akuster@...> Signed-off-by: Alexandre Belloni <alexandre.belloni@...> (cherry picked from commit 4ad1f430abe1e7706b43b36405f036fa23a4e6fd)
From: Armin Kuster <akuster@...> Signed-off-by: Armin Kuster <akuster@...> Signed-off-by: Alexandre Belloni <alexandre.belloni@...> (cherry picked from commit 4ad1f430abe1e7706b43b36405f036fa23a4e6fd)
|
By
Steve Sakoman
·
|
|
[kirkstone 02/13] linux-yocto/5.15: update to v5.15.87
From: Bruce Ashfield <bruce.ashfield@...> Updating to the latest korg -stable release that comprises the following commits: d57287729e22 Linux 5.15.87 24186c682288 drm/mgag200: Fix PLL setup for G200_
From: Bruce Ashfield <bruce.ashfield@...> Updating to the latest korg -stable release that comprises the following commits: d57287729e22 Linux 5.15.87 24186c682288 drm/mgag200: Fix PLL setup for G200_
|
By
Steve Sakoman
·
|