|
[PATCH] scons: Pass MAXLINELENGTH to scons invocation
Can we pass this through some variable (maybe even as default EXTRA_OESCONS)? Some recipes seem to use older scons which don't support this and fail with: Unknown variables: MAXLINELENGTH ERROR: scons
Can we pass this through some variable (maybe even as default EXTRA_OESCONS)? Some recipes seem to use older scons which don't support this and fail with: Unknown variables: MAXLINELENGTH ERROR: scons
|
By
Martin Jansa
· #176682
·
|
|
[PATCH] meta: remove True option to getVar and getVarFlag calls (again)
* True is default since 2016 and most layers were already updated not to pass this parameter where not necessary, e.g. oe-core was updated couple times, first in: https://git.openembedded.org/openembe
* True is default since 2016 and most layers were already updated not to pass this parameter where not necessary, e.g. oe-core was updated couple times, first in: https://git.openembedded.org/openembe
|
By
Martin Jansa
· #176557
·
|
|
[dunfell 07/16] QEMU: CVE-2022-4144 QXL: qxl_phys2virt unsafe address translation can lead to out-of-bounds read
On Tue, Jan 31, 2023 at 8:18 AM Martin Jansa via lists.openembedded.org <Martin.Jansa=gmail.com@...> wrote: I can confirm it fails the same with this commit from Hitendra in dunfell
On Tue, Jan 31, 2023 at 8:18 AM Martin Jansa via lists.openembedded.org <Martin.Jansa=gmail.com@...> wrote: I can confirm it fails the same with this commit from Hitendra in dunfell
|
By
Martin Jansa
· #176508
·
|
|
[dunfell 07/16] QEMU: CVE-2022-4144 QXL: qxl_phys2virt unsafe address translation can lead to out-of-bounds read
I haven't checked yet in dunfell, but in kirkstone this commit merged last week breaks nativesdk-qemu builds. This chunk: +@@ -1486,7 +1505,7 @@ void *qxl_phys2virt(PCIQXLDevice *qxl, QXLPHYSICAL pqxl
I haven't checked yet in dunfell, but in kirkstone this commit merged last week breaks nativesdk-qemu builds. This chunk: +@@ -1486,7 +1505,7 @@ void *qxl_phys2virt(PCIQXLDevice *qxl, QXLPHYSICAL pqxl
|
By
Martin Jansa
· #176506
·
|
|
[PATCH] xinetd: move xconv.pl script to separate package
* most xinetd users probably don't need this nowadays and it pulls perl into the images Signed-off-by: Martin Jansa <Martin.Jansa@...> --- meta/recipes-extended/xinetd/xinetd_2.3.15.4.bb | 5 +++
* most xinetd users probably don't need this nowadays and it pulls perl into the images Signed-off-by: Martin Jansa <Martin.Jansa@...> --- meta/recipes-extended/xinetd/xinetd_2.3.15.4.bb | 5 +++
|
By
Martin Jansa
· #176493
·
|
|
[PATCH] bitbake.conf: Inject a dash into PN for BB_HASH_CODEPARSER_VALS
FWIW: this change doesn't help in the case I've reported earlier, because the bbclass which was doing the split('-') was also checking that the suffix was one of the supported values. So I'll continue
FWIW: this change doesn't help in the case I've reported earlier, because the bbclass which was doing the split('-') was also checking that the suffix was one of the supported values. So I'll continue
|
By
Martin Jansa
· #176489
·
|
|
[PATCH] mesa: update submitted patch with backported version
git log --oneline contrib/lucaceresoli/master-next -- meta/recipes-graphics/mesa/ | head -n 3 8b328a698cc mesa: update submitted patch with backported version ab86331bf4a mesa: allow mesa (gbm) to com
git log --oneline contrib/lucaceresoli/master-next -- meta/recipes-graphics/mesa/ | head -n 3 8b328a698cc mesa: update submitted patch with backported version ab86331bf4a mesa: allow mesa (gbm) to com
|
By
Martin Jansa
· #176094
·
|
|
[PATCH] mesa: update 22.2.3 -> 22.3.0
Samuli: Similar mesa upgrade was merged recently: https://git.openembedded.org/openembedded-core/commit/?id=3bf4341ef6a681574a1c6f393bf241f412e26eac qtbase still fails the same, more details in: https
Samuli: Similar mesa upgrade was merged recently: https://git.openembedded.org/openembedded-core/commit/?id=3bf4341ef6a681574a1c6f393bf241f412e26eac qtbase still fails the same, more details in: https
|
By
Martin Jansa
· #176031
·
|
|
[PATCH] mesa: update submitted patch with backported version
Kai: can you please test it on ubuntu-18.04? I've tested it with DEBUG_BUILD in native and target build on a host with new toolchain (gentoo with gcc-12.2.1) and according to https://gitlab.freedeskto
Kai: can you please test it on ubuntu-18.04? I've tested it with DEBUG_BUILD in native and target build on a host with new toolchain (gentoo with gcc-12.2.1) and according to https://gitlab.freedeskto
|
By
Martin Jansa
· #175999
·
|
|
[PATCH] mesa: update submitted patch with backported version
* this version was merged to main in: https://gitlab.freedesktop.org/mesa/mesa/-/commit/267dd1f4d571ee606141aa66f1665aa152b4e911 and cherry-picked to staging/23.0 as well in: https://gitlab.freedeskto
* this version was merged to main in: https://gitlab.freedesktop.org/mesa/mesa/-/commit/267dd1f4d571ee606141aa66f1665aa152b4e911 and cherry-picked to staging/23.0 as well in: https://gitlab.freedeskto
|
By
Martin Jansa
· #175996
·
|
|
[kirkstone 03/11] ffmpeg: fix for CVE-2022-3109
> Not sure why this didn't show up in my testing! It's shown only when do_patch task is really executed and it doesn't cause the do_patch to fail completely. So it's possible that you've built it once
> Not sure why this didn't show up in my testing! It's shown only when do_patch task is really executed and it doesn't cause the do_patch to fail completely. So it's possible that you've built it once
|
By
Martin Jansa
· #175989
·
|
|
[PATCH] rpm: make nativesdk-rpm rdepend on nativesdk-file
The use case I was fixing in: https://git.openembedded.org/openembedded-core/commit/?id=f40a2658f5be6739c5dddab7f9f11e1f85a17102 was just about rpmdeps not being able to find rpmrc due to wrong path i
The use case I was fixing in: https://git.openembedded.org/openembedded-core/commit/?id=f40a2658f5be6739c5dddab7f9f11e1f85a17102 was just about rpmdeps not being able to find rpmrc due to wrong path i
|
By
Martin Jansa
· #175982
·
|
|
[PATCH][kirkstone] ffmpeg: refresh patches to apply cleanly
* the last patch added in: https://git.openembedded.org/openembedded-core/commit/?h=kirkstone&id=874b72fe259cd3a23f4613fccfe2e9cc3f79cd6a doesn't apply cleanly. * fixes: ERROR: ffmpeg-5.0.1-r0 do_patc
* the last patch added in: https://git.openembedded.org/openembedded-core/commit/?h=kirkstone&id=874b72fe259cd3a23f4613fccfe2e9cc3f79cd6a doesn't apply cleanly. * fixes: ERROR: ffmpeg-5.0.1-r0 do_patc
|
By
Martin Jansa
· #175979
·
|
|
[kirkstone 03/11] ffmpeg: fix for CVE-2022-3109
This patch doesn't apply cleanly on ffmpeg-5.0.1: ERROR: ffmpeg-5.0.1-r0 do_patch: Fuzz detected: Applying patch 0001-avcodec-vp3-Add-missing-check-for-av_malloc.patch patching file libavcodec/vp3.c H
This patch doesn't apply cleanly on ffmpeg-5.0.1: ERROR: ffmpeg-5.0.1-r0 do_patch: Fuzz detected: Applying patch 0001-avcodec-vp3-Add-missing-check-for-av_malloc.patch patching file libavcodec/vp3.c H
|
By
Martin Jansa
· #175978
·
|
|
[PATCH] rpm: make nativesdk-rpm rdepend on nativesdk-file
Acked-by: Martin Jansa <Martin.Jansa@...>
Acked-by: Martin Jansa <Martin.Jansa@...>
|
By
Martin Jansa
· #175969
·
|
|
[PATCH] tune-x86-64-v3.inc: set QEMU_EXTRAOPTIONS like other tune-* files
There is also separate issue that VirtualBox CPU doesn't support fma, f16c. e.g.: root@qemux86-64:~# mediaindexer Incompatible processor. This Qt build requires the following features: fma f16c There
There is also separate issue that VirtualBox CPU doesn't support fma, f16c. e.g.: root@qemux86-64:~# mediaindexer Incompatible processor. This Qt build requires the following features: fma f16c There
|
By
Martin Jansa
· #175620
·
|
|
[PATCH] tune-x86-64-v3.inc: set QEMU_EXTRAOPTIONS like other tune-* files
* use Skylake-Client to match QB_CPU_KVM as changed in: https://git.openembedded.org/openembedded-core/commit/?id=6f2af1e5d1537b4d31e14946292bf58f0fd76fc9 * explicitly set -cpu instead of letting qemu
* use Skylake-Client to match QB_CPU_KVM as changed in: https://git.openembedded.org/openembedded-core/commit/?id=6f2af1e5d1537b4d31e14946292bf58f0fd76fc9 * explicitly set -cpu instead of letting qemu
|
By
Martin Jansa
· #175619
·
|
|
[PATCH] gcr: add opengl to REQUIRED_DISTRO_FEATURES
FWIW: here is the earlier (2014) discussion about this: https://lore.kernel.org/all/1414675717.7649.56.camel@ted/
FWIW: here is the earlier (2014) discussion about this: https://lore.kernel.org/all/1414675717.7649.56.camel@ted/
|
By
Martin Jansa
· #175572
·
|
|
[PATCH][kirkstone] systemd: backport another change from v252 to fix build with CVE-2022-45873.patch
* CVE-2022-45873.patch was backported from systemd/main, but it doesn't build without another change from v252 when elfutils PACKAGECONFIG is enabled. * fixes: | ../git/src/shared/elf-util.c: In funct
* CVE-2022-45873.patch was backported from systemd/main, but it doesn't build without another change from v252 when elfutils PACKAGECONFIG is enabled. * fixes: | ../git/src/shared/elf-util.c: In funct
|
By
Martin Jansa
· #175488
·
|
|
[kirkstone 00/29] Pull request (cover letter only)
I'm a bit late, but this change seems to cause: | ../git/src/shared/elf-util.c: In function 'parse_elf_object':| ../git/src/shared/elf-util.c:792:27: error: void value not ignored as it ought to be |
I'm a bit late, but this change seems to cause: | ../git/src/shared/elf-util.c: In function 'parse_elf_object':| ../git/src/shared/elf-util.c:792:27: error: void value not ignored as it ought to be |
|
By
Martin Jansa
· #175482
·
|