|
[PATCH] wic: add 'none' fstype for custom image
It's not possible to set the label (of gpt entry) normally when I want to use non-listed fstype as a rawcopy. Example) part ? --source rawcopy --ondisk mmcblk0 --label mypart --sourceparams file=mypar
It's not possible to set the label (of gpt entry) normally when I want to use non-listed fstype as a rawcopy. Example) part ? --source rawcopy --ondisk mmcblk0 --label mypart --sourceparams file=mypar
|
By
JeongBong Seo
·
|
|
[meta-oe][PATCH] wic: add 'none' fstype for custom image
It's not possible to set the label (of gpt entry) normally when I want to use non-listed fstype as a rawcopy. Example) part ? --source rawcopy --ondisk mmcblk0 --label mypart --sourceparams file=mypar
It's not possible to set the label (of gpt entry) normally when I want to use non-listed fstype as a rawcopy. Example) part ? --source rawcopy --ondisk mmcblk0 --label mypart --sourceparams file=mypar
|
By
JeongBong Seo
·
|
|
[PATCH] gdbserver : add selftest
The test runs gdbserver on qemu and connects the gdb client from host over TCP. It builds a cross gdb on the host and compiles the program to be debugged on the target, launches the gdbserver and trie
The test runs gdbserver on qemu and connects the gdb client from host over TCP. It builds a cross gdb on the host and compiles the program to be debugged on the target, launches the gdbserver and trie
|
By
Yogesh Tyagi
·
|
|
[PATCH] tcp-wrappers: Fix implicit-function-declaration warnings
This is seen with clang-15+ Signed-off-by: Khem Raj <raj.khem@...> --- ...plicit-function-declaration-warnings.patch | 109 ++++++++++++++++++ .../tcp-wrappers/tcp-wrappers_7.6.bb | 1 + 2 files changed
This is seen with clang-15+ Signed-off-by: Khem Raj <raj.khem@...> --- ...plicit-function-declaration-warnings.patch | 109 ++++++++++++++++++ .../tcp-wrappers/tcp-wrappers_7.6.bb | 1 + 2 files changed
|
By
Khem Raj
·
|
|
[PATCH 2/2] util-linux: Upgrade to 2.38.1
The individual commits in this release are at [1] and Changelog [2] [1] https://github.com/util-linux/util-linux/compare/v2.38...v2.38.1 [2] https://github.com/util-linux/util-linux/commit/e51a82836a4
The individual commits in this release are at [1] and Changelog [2] [1] https://github.com/util-linux/util-linux/compare/v2.38...v2.38.1 [2] https://github.com/util-linux/util-linux/commit/e51a82836a4
|
By
Khem Raj
·
|
|
[PATCH 1/2] util-linux: Define pidfd_* function signatures
glibc 2.36 has added sys/pidfd.h and APIs for pidfd_send_signal and pidfd_open, therefore check for this header and include it if it exists Signed-off-by: Khem Raj <raj.khem@...> --- meta/recipes-core
glibc 2.36 has added sys/pidfd.h and APIs for pidfd_send_signal and pidfd_open, therefore check for this header and include it if it exists Signed-off-by: Khem Raj <raj.khem@...> --- meta/recipes-core
|
By
Khem Raj
·
|
|
[PATCH] binutils-cross: Disable gprofng for when building cross binutils
This does not work in cross settings yet Signed-off-by: Khem Raj <raj.khem@...> --- meta/recipes-devtools/binutils/binutils-cross.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-dev
This does not work in cross settings yet Signed-off-by: Khem Raj <raj.khem@...> --- meta/recipes-devtools/binutils/binutils-cross.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-dev
|
By
Khem Raj
·
|
|
[PATCH v2] binutils: Upgrade to 2.39 release 6 messages
Details of changes [1] [1] https://sourceware.org/pipermail/binutils/2022-August/122246.html Signed-off-by: Khem Raj <raj.khem@...> --- v2: Remove trailing .0 from PV meta/conf/distro/include/tcmode-d
Details of changes [1] [1] https://sourceware.org/pipermail/binutils/2022-August/122246.html Signed-off-by: Khem Raj <raj.khem@...> --- v2: Remove trailing .0 from PV meta/conf/distro/include/tcmode-d
|
By
Khem Raj
·
|
|
[PATCH] cracklib: Drop using register keyword
Fixes incompatible integer to pointer conversion passing These errors are found with newer compilers e.g. clang-15 Signed-off-by: Khem Raj <raj.khem@...> --- ...01-rules-Drop-using-register-keyword.pa
Fixes incompatible integer to pointer conversion passing These errors are found with newer compilers e.g. clang-15 Signed-off-by: Khem Raj <raj.khem@...> --- ...01-rules-Drop-using-register-keyword.pa
|
By
Khem Raj
·
|
|
[PATCH v2] mesa: fix compile error when debug build enabled 2 messages
From: Kai Kang <kai.kang@...> It fails to compile mesa{,-native} when DEBUG_BUILD is enabled: ../mesa-22.1.3/src/compiler/nir/nir_inline_helpers.h: In function ‘nir_opt_move_block’: ../mesa-22.1.3/src
From: Kai Kang <kai.kang@...> It fails to compile mesa{,-native} when DEBUG_BUILD is enabled: ../mesa-22.1.3/src/compiler/nir/nir_inline_helpers.h: In function ‘nir_opt_move_block’: ../mesa-22.1.3/src
|
By
kai
·
|
|
[PATCH v3] binutils: Upgrade to 2.39 release
Details of changes [1] [1] https://sourceware.org/pipermail/binutils/2022-August/122246.html Signed-off-by: Khem Raj <raj.khem@...> --- v2: Remove trailing .0 from PV v3: Use libtool 2.4 for gprofng a
Details of changes [1] [1] https://sourceware.org/pipermail/binutils/2022-August/122246.html Signed-off-by: Khem Raj <raj.khem@...> --- v2: Remove trailing .0 from PV v3: Use libtool 2.4 for gprofng a
|
By
Khem Raj
·
|
|
[PATCH] glibc: fix new upstream build issue with DEBUG_BUILD build
* fix SRCREV to match with glibc-2.36 tag * refresh 0001-Revert-Linux-Implement-a-useful-version-of-_startup_.patch (just different commit SHA in master and 2.35 branch) * add proposed fixes for build
* fix SRCREV to match with glibc-2.36 tag * refresh 0001-Revert-Linux-Implement-a-useful-version-of-_startup_.patch (just different commit SHA in master and 2.35 branch) * add proposed fixes for build
|
By
Martin Jansa
·
|
|
[PATCH] binutils: Upgrade to 2.39 release
Details of changes [1] [1] https://sourceware.org/pipermail/binutils/2022-August/122246.html Signed-off-by: Khem Raj <raj.khem@...> --- meta/conf/distro/include/tcmode-default.inc | 2 +- .../{binutils
Details of changes [1] [1] https://sourceware.org/pipermail/binutils/2022-August/122246.html Signed-off-by: Khem Raj <raj.khem@...> --- meta/conf/distro/include/tcmode-default.inc | 2 +- .../{binutils
|
By
Khem Raj
·
|
|
[RFC][PATCHv2] glibc: revert one upstream change to work around broken DEBUG_BUILD build 2 messages
This issue is still reproducible in latest 2.36, I've updated: https://sourceware.org/bugzilla/show_bug.cgi?id=29249 and for the new strcpy issue I've bisected where it was introduced and created new
This issue is still reproducible in latest 2.36, I've updated: https://sourceware.org/bugzilla/show_bug.cgi?id=29249 and for the new strcpy issue I've bisected where it was introduced and created new
|
By
Martin Jansa
·
|
|
[PATCH 1/7] glibc: Bump to 2.36 3 messages
Signed-off-by: Khem Raj <raj.khem@...> --- meta/conf/distro/include/tcmode-default.inc | 2 +- ...2.35.bb => cross-localedef-native_2.36.bb} | 4 +- meta/recipes-core/glibc/glibc-common.inc | 2 +- ...bc
Signed-off-by: Khem Raj <raj.khem@...> --- meta/conf/distro/include/tcmode-default.inc | 2 +- ...2.35.bb => cross-localedef-native_2.36.bb} | 4 +- meta/recipes-core/glibc/glibc-common.inc | 2 +- ...bc
|
By
Khem Raj
·
|
|
OE-core CVE metrics for kirkstone on Sun 07 Aug 2022 03:00:01 AM HST
Branch: kirkstone New this week: 8 CVEs CVE-2016-3709 (CVSS3: 6.1 MEDIUM): libxml2:libxml2-native https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2016-3709 * CVE-2021-46829 (CVSS3: 7.8 HIGH): gdk
Branch: kirkstone New this week: 8 CVEs CVE-2016-3709 (CVSS3: 6.1 MEDIUM): libxml2:libxml2-native https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2016-3709 * CVE-2021-46829 (CVSS3: 7.8 HIGH): gdk
|
By
Steve Sakoman
·
|
|
OE-core CVE metrics for dunfell on Sun 07 Aug 2022 02:30:01 AM HST
Branch: dunfell New this week: 9 CVEs CVE-2016-3709 (CVSS3: 6.1 MEDIUM): libxml2:libxml2-native https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2016-3709 * CVE-2021-46828 (CVSS3: 7.5 HIGH): libti
Branch: dunfell New this week: 9 CVEs CVE-2016-3709 (CVSS3: 6.1 MEDIUM): libxml2:libxml2-native https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2016-3709 * CVE-2021-46828 (CVSS3: 7.5 HIGH): libti
|
By
Steve Sakoman
·
|
|
OE-core CVE metrics for master on Sun 07 Aug 2022 02:00:01 AM HST
Branch: master New this week: 5 CVEs CVE-2016-3709 (CVSS3: 6.1 MEDIUM): libxml2:libxml2-native https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2016-3709 * CVE-2021-46828 (CVSS3: 7.5 HIGH): libtir
Branch: master New this week: 5 CVEs CVE-2016-3709 (CVSS3: 6.1 MEDIUM): libxml2:libxml2-native https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2016-3709 * CVE-2021-46828 (CVSS3: 7.5 HIGH): libtir
|
By
Steve Sakoman
·
|
|
[PATCH 7/7] efivar: Fix build with glibc 2.36
Signed-off-by: Khem Raj <raj.khem@...> --- ...x-glibc-2.36-build-mount.h-conflicts.patch | 60 +++++++++++++++++++ meta/recipes-bsp/efivar/efivar_38.bb | 1 + 2 files changed, 61 insertions(+) create mo
Signed-off-by: Khem Raj <raj.khem@...> --- ...x-glibc-2.36-build-mount.h-conflicts.patch | 60 +++++++++++++++++++ meta/recipes-bsp/efivar/efivar_38.bb | 1 + 2 files changed, 61 insertions(+) create mo
|
By
Khem Raj
·
|
|
[PATCH 6/7] ltp: Fix sys/mount.h conflicts needed for glibc 2.36+ compile
Signed-off-by: Khem Raj <raj.khem@...> --- ...ove-duplicate-include-of-sys-mount.h.patch | 30 +++++++++++++++++++ meta/recipes-extended/ltp/ltp_20220527.bb | 1 + 2 files changed, 31 insertions(+) crea
Signed-off-by: Khem Raj <raj.khem@...> --- ...ove-duplicate-include-of-sys-mount.h.patch | 30 +++++++++++++++++++ meta/recipes-extended/ltp/ltp_20220527.bb | 1 + 2 files changed, 31 insertions(+) crea
|
By
Khem Raj
·
|