|
[PATCH][pseudo] Move __*xstat* and __xmknod functions to new subport 'old__x'
13 messages
Changes to eliminate __*.c function usage were based on the patch: From: JiaLing Zhang <zhangjialing@...> Subject: [OE-core] [PATCH v4] Fixes pseudo build in loongarch64 Fixes [YOCTO #15110] Some func
Changes to eliminate __*.c function usage were based on the patch: From: JiaLing Zhang <zhangjialing@...> Subject: [OE-core] [PATCH v4] Fixes pseudo build in loongarch64 Fixes [YOCTO #15110] Some func
|
By
Mark Hatle
·
|
|
[PATCH 2/2] libgcc: Always use BFD linker
libgcc is linked with GNU BFD linker make sure it does not assume default ld to be BFD linker rather demand it explicitly Signed-off-by: Khem Raj <raj.khem@...> --- meta/recipes-devtools/gcc/libgcc_13
libgcc is linked with GNU BFD linker make sure it does not assume default ld to be BFD linker rather demand it explicitly Signed-off-by: Khem Raj <raj.khem@...> --- meta/recipes-devtools/gcc/libgcc_13
|
By
Khem Raj
·
|
|
[PATCH 1/2] glibc: Pass linker choice via compiler flags
glibc configury tries to detect ld version and assumes BFD or gold linker but when system ld is pointing to lld or mold it might fail the linker check, therefore pass LD variable to explicitly point a
glibc configury tries to detect ld version and assumes BFD or gold linker but when system ld is pointing to lld or mold it might fail the linker check, therefore pass LD variable to explicitly point a
|
By
Khem Raj
·
|
|
[PATCH] cups: Fix CVE-2023-32324
NASM v2.16 was discovered to contain a global buffer overflow in the component dbgdbg_typevalue at /output/outdbg.c References: https://nvd.nist.gov/vuln/detail/CVE-2023-32324 https://security-tracker
NASM v2.16 was discovered to contain a global buffer overflow in the component dbgdbg_typevalue at /output/outdbg.c References: https://nvd.nist.gov/vuln/detail/CVE-2023-32324 https://security-tracker
|
By
Sanjaykumar kantibhai Chitroda -X (schitrod - E-INFO CHIPS INC at Cisco)
·
|
|
[PATCH] psplash: replace Yocto .h by .png splashscreen
From: Michael Opdenacker <michael.opdenacker@...> This makes the image easier to modify. People may not realize they can pass a .png image to SPLASH_IMAGES, and producing a .h file is more complicated
From: Michael Opdenacker <michael.opdenacker@...> This makes the image easier to modify. People may not realize they can pass a .png image to SPLASH_IMAGES, and producing a .h file is more complicated
|
By
Michael Opdenacker
·
|
|
[PATCH 2/6] weston-init: add weston user to the render group
From: Randolph Sapp <rs@...> The weston user must be in the render group in order to access render device nodes for standard user-space graphics. Signed-off-by: Randolph Sapp <rs@...> --- meta/recipes
From: Randolph Sapp <rs@...> The weston user must be in the render group in order to access render device nodes for standard user-space graphics. Signed-off-by: Randolph Sapp <rs@...> --- meta/recipes
|
By
Randolph Sapp
·
|
|
[PATCH 3/6] weston-init: add the weston user to the wayland group
From: Randolph Sapp <rs@...> Add the weston user to the wayland group so all users accessing the global weston socket in /run all share a group. Signed-off-by: Randolph Sapp <rs@...> --- meta/recipes-
From: Randolph Sapp <rs@...> Add the weston user to the wayland group so all users accessing the global weston socket in /run all share a group. Signed-off-by: Randolph Sapp <rs@...> --- meta/recipes-
|
By
Randolph Sapp
·
|
|
[PATCH 5/6] weston-init: guard against systemd configs
From: Randolph Sapp <rs@...> Just as sysvinit scripts shouldn't be present in a distro using systemd, systemd scripts shouldn't be present in a system not using systemd. Signed-off-by: Randolph Sapp <
From: Randolph Sapp <rs@...> Just as sysvinit scripts shouldn't be present in a distro using systemd, systemd scripts shouldn't be present in a system not using systemd. Signed-off-by: Randolph Sapp <
|
By
Randolph Sapp
·
|
|
[PATCH 4/6] weston-init: fix the mixed indentation
From: Randolph Sapp <rs@...> I know my text editor is going to get angry at me if this continues. Signed-off-by: Randolph Sapp <rs@...> --- meta/recipes-graphics/wayland/weston-init.bb | 76 ++++++++++
From: Randolph Sapp <rs@...> I know my text editor is going to get angry at me if this continues. Signed-off-by: Randolph Sapp <rs@...> --- meta/recipes-graphics/wayland/weston-init.bb | 76 ++++++++++
|
By
Randolph Sapp
·
|
|
[PATCH 1/6] weston-init: make sure the render group exists
From: Randolph Sapp <rs@...> Add the render group explicitly here to make sure it exists for the useradd command. Signed-off-by: Randolph Sapp <rs@...> --- meta/recipes-graphics/wayland/weston-init.bb
From: Randolph Sapp <rs@...> Add the render group explicitly here to make sure it exists for the useradd command. Signed-off-by: Randolph Sapp <rs@...> --- meta/recipes-graphics/wayland/weston-init.bb
|
By
Randolph Sapp
·
|
|
[PATCH 0/6] weston-init: add extra config for weston global socket
From: Randolph Sapp <rs@...> Cleaning up some parts of weston-init, adding guards to systemd init scripts, making sure users are in the correct groups for interacting with graphics devices and finally
From: Randolph Sapp <rs@...> Cleaning up some parts of weston-init, adding guards to systemd init scripts, making sure users are in the correct groups for interacting with graphics devices and finally
|
By
Randolph Sapp
·
|
|
[PATCH 6/6] weston-init: add profile to point users to global socket
From: Randolph Sapp <rs@...> Add profile script to point users capable of interacting with the global socket to it by default. Signed-off-by: Randolph Sapp <rs@...> --- meta/recipes-graphics/wayland/w
From: Randolph Sapp <rs@...> Add profile script to point users capable of interacting with the global socket to it by default. Signed-off-by: Randolph Sapp <rs@...> --- meta/recipes-graphics/wayland/w
|
By
Randolph Sapp
·
|
|
[PATCH] binutils: move packaging of gprofng static lib into common .inc
Commit f72fd51e0d (binutils: package static libs from gprofng) added corresponding FILES:${PN}-staticdev entry to the main .bb recipe. But binutils-cross-canadian fails with exactly the same QA issue,
Commit f72fd51e0d (binutils: package static libs from gprofng) added corresponding FILES:${PN}-staticdev entry to the main .bb recipe. But binutils-cross-canadian fails with exactly the same QA issue,
|
By
Denys Dmytriyenko
·
|
|
[PATCH] baremetal-helloworld: Update SRCREV to fix entry addresses for ARM architectures
Update to the latest SRCREV to bring fixes using the proper entry addresses for ARM architectures [1], as well as fixing a race condition in the Makefile during assembly [2]. Fix url in case automatic
Update to the latest SRCREV to bring fixes using the proper entry addresses for ARM architectures [1], as well as fixing a race condition in the Makefile during assembly [2]. Fix url in case automatic
|
By
Alejandro Hernandez Samaniego
·
|
|
[PATCH v3 2/2] vulkan-validation-layers: add new recipe v1.3.243.0
6 messages
Add a recipe to build the Khronos official Vulkan validation layers that can assist developers in verifying that their applications correctly use the Vulkan APIs. Signed-off-by: Vincent Davis Jr <vinc
Add a recipe to build the Khronos official Vulkan validation layers that can assist developers in verifying that their applications correctly use the Vulkan APIs. Signed-off-by: Vincent Davis Jr <vinc
|
By
Vincent Davis Jr
·
|
|
[mickledore 30/30] uninative: Upgrade to 4.0 to include latest gcc 13.1.1
From: Michael Halstead <mhalstead@...> Signed-off-by: Michael Halstead <mhalstead@...> Signed-off-by: Richard Purdie <richard.purdie@...> (cherry picked from commit f87becb69e02bdf055dffb633ed4f6d36b3
From: Michael Halstead <mhalstead@...> Signed-off-by: Michael Halstead <mhalstead@...> Signed-off-by: Richard Purdie <richard.purdie@...> (cherry picked from commit f87becb69e02bdf055dffb633ed4f6d36b3
|
By
Steve Sakoman
·
|
|
[mickledore 29/30] uninative: Upgrade to 3.10 to support gcc 13
From: Michael Halstead <mhalstead@...> Signed-off-by: Michael Halstead <mhalstead@...> Signed-off-by: Richard Purdie <richard.purdie@...> (cherry picked from commit f811bffb861b23238e8291394bd6e8407f0
From: Michael Halstead <mhalstead@...> Signed-off-by: Michael Halstead <mhalstead@...> Signed-off-by: Richard Purdie <richard.purdie@...> (cherry picked from commit f811bffb861b23238e8291394bd6e8407f0
|
By
Steve Sakoman
·
|
|
[mickledore 28/30] selftest/reproducible: Allow native/cross reuse in test
From: Richard Purdie <richard.purdie@...> We don't compare reproducibility of the native/cross components, only the target ones. With the long build times of rust-native, the test now takes crazy leng
From: Richard Purdie <richard.purdie@...> We don't compare reproducibility of the native/cross components, only the target ones. With the long build times of rust-native, the test now takes crazy leng
|
By
Steve Sakoman
·
|
|
[mickledore 27/30] oeqa: adding selftest-hello and use it to speed up tests
From: Thomas Roos <throos@...> Adding a selftest version of hello world to run it in tests where no download is necessary. Also using this in several tests to speed them up. Using the -native version
From: Thomas Roos <throos@...> Adding a selftest version of hello world to run it in tests where no download is necessary. Also using this in several tests to speed them up. Using the -native version
|
By
Steve Sakoman
·
|
|
[mickledore 26/30] rpm: drop unused 0001-Rip-out-partial-support-for-unused-MD2-and-RIPEMD160.patch
From: Martin Jansa <Martin.Jansa@...> * it was removed from SRC_URI in oe-core commit: commit 67257ca87c6fa8e6050a20ecea50daf834c7e869 Author: Alexander Kanavin <alex.kanavin@...> Date: Sat Apr 25 19:
From: Martin Jansa <Martin.Jansa@...> * it was removed from SRC_URI in oe-core commit: commit 67257ca87c6fa8e6050a20ecea50daf834c7e869 Author: Alexander Kanavin <alex.kanavin@...> Date: Sat Apr 25 19:
|
By
Steve Sakoman
·
|