|
[kirkstone 00/13] Patch review
Please review this set of changes for kirkstone and have comments back by end of day Thursday. Passed a-full on autobuilder: https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/5365 The
Please review this set of changes for kirkstone and have comments back by end of day Thursday. Passed a-full on autobuilder: https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/5365 The
|
By
Steve Sakoman
·
|
|
[PATCH] bitbake.conf: Add SRCPV to BB_HASH_CODEPARSER_VALS
Also add SRCPV to the list of BB_HASH_CODEPARSER_VALS for code parser cache handling. Otherwise an empty SRC_URI in the list triggers this exception: bb.data_smart.ExpansionError: Failure expanding va
Also add SRCPV to the list of BB_HASH_CODEPARSER_VALS for code parser cache handling. Otherwise an empty SRC_URI in the list triggers this exception: bb.data_smart.ExpansionError: Failure expanding va
|
By
Denys Dmytriyenko
·
|
|
[master][PATCH 6/6] classe-recipes: npm: Add support for dependencies and devDependencies
From: BELOUARGA Mohamed <m.belouarga@...> Adapt the npm classe for the shrinkwrap of Nodejs 18, and seperate dependencies and dev dependencies. Signed-off-by: BELOUARGA Mohamed <m.belouarga@...> --- m
From: BELOUARGA Mohamed <m.belouarga@...> Adapt the npm classe for the shrinkwrap of Nodejs 18, and seperate dependencies and dev dependencies. Signed-off-by: BELOUARGA Mohamed <m.belouarga@...> --- m
|
By
belouargamohamed@...
·
|
|
[master][PATCH 5/6] classes: npm: Add support for the new format of the shrinkwrap file
From: BELOUARGA Mohamed <m.belouarga@...> 1 - Adapt do_configure to the new format of the shrinkwrap 2 - Remove useless function _npmsw_dependency_dict because the dictionnary is already given by npms
From: BELOUARGA Mohamed <m.belouarga@...> 1 - Adapt do_configure to the new format of the shrinkwrap 2 - Remove useless function _npmsw_dependency_dict because the dictionnary is already given by npms
|
By
belouargamohamed@...
·
|
|
[master][PATCH 4/6] recipetool: create: npm: Add support to handle peer dependencies
From: BELOUARGA Mohamed <m.belouarga@...> NPM changed its manner to handle peer dependencies over its versions. Before NPM 3: NPM installs automatically peer dependencies between NPM 3 and 7: NPM show
From: BELOUARGA Mohamed <m.belouarga@...> NPM changed its manner to handle peer dependencies over its versions. Before NPM 3: NPM installs automatically peer dependencies between NPM 3 and 7: NPM show
|
By
belouargamohamed@...
·
|
|
[master][PATCH 3/6] recipetool: create: npm: Add support for the new format of the shrinkwrap file
From: BELOUARGA Mohamed <m.belouarga@...> The shrinkwrap file changed its format, but npm does not version this file. So we can use it properly. The actual changes make the script check if the npm pac
From: BELOUARGA Mohamed <m.belouarga@...> The shrinkwrap file changed its format, but npm does not version this file. So we can use it properly. The actual changes make the script check if the npm pac
|
By
belouargamohamed@...
·
|
|
[master][PATCH 2/6] classes: npm: Handle peer dependencies for npm packages
From: BELOUARGA Mohamed <m.belouarga@...> NPM changed its manner to handle peer dependencies over its versions. Before NPM 3: NPM installs automatically peer dependencies between NPM 3 and 7: NPM show
From: BELOUARGA Mohamed <m.belouarga@...> NPM changed its manner to handle peer dependencies over its versions. Before NPM 3: NPM installs automatically peer dependencies between NPM 3 and 7: NPM show
|
By
belouargamohamed@...
·
|
|
[PATCH] tiff: backport a fix for CVE-2023-2731
From: Natasha Bailey <nat.bailey@...> This patch fixes an issue in libtiff's LZWDecode function which could cause a null pointer dereference. Signed-off-by: Natasha Bailey <nat.bailey@...> Signed-off-
From: Natasha Bailey <nat.bailey@...> This patch fixes an issue in libtiff's LZWDecode function which could cause a null pointer dereference. Signed-off-by: Natasha Bailey <nat.bailey@...> Signed-off-
|
By
Nat Bailey
·
|
|
[PATCH V3] kbd: Add ptest support
2 messages
From: Qiu Tingting <qiutt@...> Add a ptest for kbd - It is taking around 1s to execute with kvm, so added it to PTESTS_FAST - It contains libkeymap unit tests(27 cases) and libkbdfile unit tests(13 ca
From: Qiu Tingting <qiutt@...> Add a ptest for kbd - It is taking around 1s to execute with kvm, so added it to PTESTS_FAST - It contains libkeymap unit tests(27 cases) and libkbdfile unit tests(13 ca
|
By
qiutt@fujitsu.com
·
|
|
[PATCH] apt: Upgrade to v2.6.1
Changes: Update sha256sum for new version Signed-off-by: Sudip Mukherjee <sudipm.mukherjee@...> --- meta/recipes-devtools/apt/{apt_2.6.0.bb => apt_2.6.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 de
Changes: Update sha256sum for new version Signed-off-by: Sudip Mukherjee <sudipm.mukherjee@...> --- meta/recipes-devtools/apt/{apt_2.6.0.bb => apt_2.6.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 de
|
By
Sudip Mukherjee
·
|
|
[PATCH] classes/package: mark PKGDATA_VARS as a dependency of emit_pkgdata
5 messages
emit_pkgdata needs to re-run when PKGDATA_VARS changes, but bitbake is unaware of this because the code that uses it is in a python library. Fix this by explicitly marking PKGDATA_VARS as a dependency
emit_pkgdata needs to re-run when PKGDATA_VARS changes, but bitbake is unaware of this because the code that uses it is in a python library. Fix this by explicitly marking PKGDATA_VARS as a dependency
|
By
Joshua Watt
·
|
|
[PATCH V2] kernel.bbclass: introduce KERNEL_LOCALVERSION
From: Ming Liu <liu.ming50@...> Just like UBOOT_LOCALVERSION, an end user can set KERNEL_LOCALVERSION to append a string to the name of the local version of the kernel image. Signed-off-by: Ming Liu <
From: Ming Liu <liu.ming50@...> Just like UBOOT_LOCALVERSION, an end user can set KERNEL_LOCALVERSION to append a string to the name of the local version of the kernel image. Signed-off-by: Ming Liu <
|
By
Ming Liu
·
|
|
[PATCH] kernel.bbclass: introduce KERNEL_LOCALVERSION
5 messages
From: Ming Liu <liu.ming50@...> Just like UBOOT_LOCALVERSION, an end user can set KERNEL_LOCALVERSION to append a string to the name of the local version of the kernel image. Signed-off-by: Ming Liu <
From: Ming Liu <liu.ming50@...> Just like UBOOT_LOCALVERSION, an end user can set KERNEL_LOCALVERSION to append a string to the name of the local version of the kernel image. Signed-off-by: Ming Liu <
|
By
Ming Liu
·
|
|
[PATCH] openssl: upgrade 3.1.0 -> 3.1.1
* Drop CVE-2023-0464.patch (merged upstream). * Refresh 0001-Configure-do-not-tweak-mips-cflags.patch https://github.com/openssl/openssl/blob/openssl-3.1.1/NEWS.md Major changes between OpenSSL 3.1.0
* Drop CVE-2023-0464.patch (merged upstream). * Refresh 0001-Configure-do-not-tweak-mips-cflags.patch https://github.com/openssl/openssl/blob/openssl-3.1.1/NEWS.md Major changes between OpenSSL 3.1.0
|
By
Tim Orling
·
|
|
[PATCH] u-boot: do_compile depends on the value of UBOOT_LOCALVERSION
5 messages
UBOOT_LOCALVERSION is often used to pass SCM commit SHA to the code via populating .scmversion file at the start of do_compile(). Let's explicitly mark do_compile() as depending on the the value of th
UBOOT_LOCALVERSION is often used to pass SCM commit SHA to the code via populating .scmversion file at the start of do_compile(). Let's explicitly mark do_compile() as depending on the the value of th
|
By
Denys Dmytriyenko
·
|
|
[PATCH] connman: fix warning by specifying runstatedir at configure time
From: Marc Ferland <ferlandm@...> Without this patch, systemd complains on startup with messages similar to: systemd-tmpfiles[128]: /etc/tmpfiles.d/connman_resolvconf.conf:1: Line references path belo
From: Marc Ferland <ferlandm@...> Without this patch, systemd complains on startup with messages similar to: systemd-tmpfiles[128]: /etc/tmpfiles.d/connman_resolvconf.conf:1: Line references path belo
|
By
Marc Ferland
·
|
|
[PATCH] vim: upgrade 9.0.1527 -> 9.0.1592
Fixes: https://nvd.nist.gov/vuln/detail/CVE-2023-2609 d1ae836 patch 9.0.1531: crash when register contents ends up being invalid https://nvd.nist.gov/vuln/detail/CVE-2023-2610 ab9a2d8 patch 9.0.1532:
Fixes: https://nvd.nist.gov/vuln/detail/CVE-2023-2609 d1ae836 patch 9.0.1531: crash when register contents ends up being invalid https://nvd.nist.gov/vuln/detail/CVE-2023-2610 ab9a2d8 patch 9.0.1532:
|
By
Trevor Gamblin
·
|
|
[master][PATCH v4] openssh: Remove BSD-4-clause contents completely from codebase
3 messages
As upstream removed this BSD-4-clause license, there are still some files has this license. Below file affected by this BSD-4-clause contents when below command is executed grep -rl "All advertising m
As upstream removed this BSD-4-clause license, there are still some files has this license. Below file affected by this BSD-4-clause contents when below command is executed grep -rl "All advertising m
|
By
Riyaz Ahmed Khan
·
|
|
Yocto Project Status 30 May 2023 (WW22)
Current Dev Position: YP 4.3 M1 Next Deadline: 5th June 2023 YP 4.3 M1 build date Next Team Meetings: Bug Triage meeting Thursday June 1st 7:30 am PDT (https://zoom.us/j/454367603?pwd=ZGxoa2ZXL3FkM3Y0
Current Dev Position: YP 4.3 M1 Next Deadline: 5th June 2023 YP 4.3 M1 build date Next Team Meetings: Bug Triage meeting Thursday June 1st 7:30 am PDT (https://zoom.us/j/454367603?pwd=ZGxoa2ZXL3FkM3Y0
|
By
Stephen Jolley
·
|
|
[PATCH] glib-2.0: Update ptest fix to upstream backport
Update the ptest fix to match the one accepted upstream. Signed-off-by: Richard Purdie <richard.purdie@...> --- ...-support-Fix-snap-test-ordering-race.patch | 107 +++++++++++ .../glib-2.0/glib-2.0/fi
Update the ptest fix to match the one accepted upstream. Signed-off-by: Richard Purdie <richard.purdie@...> --- ...-support-Fix-snap-test-ordering-race.patch | 107 +++++++++++ .../glib-2.0/glib-2.0/fi
|
By
Richard Purdie
·
|