|
Re: [kirkstone 03/11] ffmpeg: fix for CVE-2022-3109
Thanks for the review Martin.
Not sure why this didn't show up in my testing! But since Richard
hasn't taken the pull request yet I will remove this patch from the
current pull request and move it
Thanks for the review Martin.
Not sure why this didn't show up in my testing! But since Richard
hasn't taken the pull request yet I will remove this patch from the
current pull request and move it
|
By
Steve Sakoman
·
#175987
·
|
|
[PATCH] devtool: fix devtool finish when gitmodules file is empty
From: Thomas Roos <throos@...>
When a .gitmodules file is exsisting, but empty then devtool finish fails.
This fix is adding an additional check for this.
[YOCTO #14999]
Signed-off-by: Thomas
From: Thomas Roos <throos@...>
When a .gitmodules file is exsisting, but empty then devtool finish fails.
This fix is adding an additional check for this.
[YOCTO #14999]
Signed-off-by: Thomas
|
By
Thomas Roos
·
#175986
·
|
|
[PATCH v2] webkitgtk: fix perl-native dependency
From: Ovidiu Panait <ovidiu.panait@...>
Currently, perl-native is missing from DEPENDS for webkitgtk even though
perlnative bbclass is inherited. This happens because the DEPENDS variable
From: Ovidiu Panait <ovidiu.panait@...>
Currently, perl-native is missing from DEPENDS for webkitgtk even though
perlnative bbclass is inherited. This happens because the DEPENDS variable
|
By
Ovidiu Panait
·
#175985
·
|
|
Re: [PATCH] rpm: make nativesdk-rpm rdepend on nativesdk-file
MAGIC=... was added in the first place to the native rpm 4.x wrapper
by me because rpm links with libmagic (which is a part of file
recipe/component), and libmagic would try to find it in
MAGIC=... was added in the first place to the native rpm 4.x wrapper
by me because rpm links with libmagic (which is a part of file
recipe/component), and libmagic would try to find it in
|
By
Alexander Kanavin
·
#175984
·
|
|
Re: [PATCH] oe-setup-build: add a tool for discovering config templates and setting up builds
I appreciate I've taken a long time to respond to this, sorry about
that. I'd hoped others might give feedback but that hasn't happened and
something about the patch doesn't "feel" right to me. The
I appreciate I've taken a long time to respond to this, sorry about
that. I'd hoped others might give feedback but that hasn't happened and
something about the patch doesn't "feel" right to me. The
|
By
Richard Purdie
·
#175983
·
|
|
Re: [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
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
|
By
Martin Jansa
·
#175982
·
|
|
Re: [PATCH] rpm: make nativesdk-rpm rdepend on nativesdk-file
Richard, I'm going to check how rpm uses 'file' and will come up with a better solution.
Martin, could you please tell me your use case, if convenient? I will ensure I don't break it.
Regards,
Qi
Richard, I'm going to check how rpm uses 'file' and will come up with a better solution.
Martin, could you please tell me your use case, if convenient? I will ensure I don't break it.
Regards,
Qi
|
By
Chen Qi
·
#175981
·
|
|
Re: [PATCH v2] rust: Merge all rustc-source patches into rust-source.inc
Adding 'IMAGE_INSTALL:append = " packagegroup-core-buildessential" ' fixed this linker issue.
Adding 'IMAGE_INSTALL:append = " packagegroup-core-buildessential" ' fixed this linker issue.
|
By
Sundeep KOKKONDA
·
#175980
·
|
|
[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
* 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
|
By
Martin Jansa
·
#175979
·
|
|
Re: [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
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
|
By
Martin Jansa
·
#175978
·
|
|
Re: [PATCH] webkitgtk: fix perl-native dependency
Whilst this fix works, it feels fragile to me.
Could we change the problematic DEPENDS line to use += instead?
Cheers,
Richard
Whilst this fix works, it feels fragile to me.
Could we change the problematic DEPENDS line to use += instead?
Cheers,
Richard
|
By
Richard Purdie
·
#175977
·
|
|
[PATCH] cve-check: write the cve manifest to IMGDEPLOYDIR
From: Jermain Horsman <jermain.horsman@...>
When building an image cve_check_write_rootfs_manifest() would sometimes fail
with a FileNotFoundError when writing the manifest.cve due to the
From: Jermain Horsman <jermain.horsman@...>
When building an image cve_check_write_rootfs_manifest() would sometimes fail
with a FileNotFoundError when writing the manifest.cve due to the
|
By
Jermain Horsman
·
#175976
·
|
|
Re: [PATCH] rust: Upgrade 1.66.0 -> 1.66.1
Topic created on Rust community https://internals.rust-lang.org/t/cargo-cve-2022-46176-fix-for-older-releases/18152
Based on the community feedback we will take a decision for Kirkstone & Langdale
Topic created on Rust community https://internals.rust-lang.org/t/cargo-cve-2022-46176-fix-for-older-releases/18152
Based on the community feedback we will take a decision for Kirkstone & Langdale
|
By
Sundeep KOKKONDA
·
#175975
·
|
|
Re: [PATCH] rpm: make nativesdk-rpm rdepend on nativesdk-file
lists.openembedded.org wrote:
To answer my question, the problem is that as well as the rpm wrappers,
the code also sets MAGIC= from an environment setup file.
At the very least, the RDEPENDS needs a
lists.openembedded.org wrote:
To answer my question, the problem is that as well as the rpm wrappers,
the code also sets MAGIC= from an environment setup file.
At the very least, the RDEPENDS needs a
|
By
Richard Purdie
·
#175974
·
|
|
Re: [PATCH] classes: decode output data to text
That is a good point, looking at the codebase I think that the go-to for dealing with it is using the call to ".decode('utf8')".
Thanks,
Pawel
That is a good point, looking at the codebase I think that the go-to for dealing with it is using the call to ".decode('utf8')".
Thanks,
Pawel
|
By
Pawel Zalewski
·
#175973
·
|
|
Re: [PATCH] classes: decode output data to text
You mentioned running into this on kirkstone. One problem is that
text=True is python 3.7 syntax so whilst this is fine for master,
kirkstone supports older versions of python.
Cheers,
Richard
You mentioned running into this on kirkstone. One problem is that
text=True is python 3.7 syntax so whilst this is fine for master,
kirkstone supports older versions of python.
Cheers,
Richard
|
By
Richard Purdie
·
#175972
·
|
|
Re: [PATCH] classes: decode output data to text
I still didn't quite understand this explanation since
replace_rootfs_uuid() calls get_rootfs_uuid().
The issue is that UUID_PLACEHOLDER isn't used anywhere in core:
UUID_PLACEHOLDER =
I still didn't quite understand this explanation since
replace_rootfs_uuid() calls get_rootfs_uuid().
The issue is that UUID_PLACEHOLDER isn't used anywhere in core:
UUID_PLACEHOLDER =
|
By
Richard Purdie
·
#175971
·
|
|
Re: [PATCH] rpm: make nativesdk-rpm rdepend on nativesdk-file
Should we be adding file to ${PN}-build instead? Which rpm command was
this with? Does anywhere else in rpm have/need this dependency?
Cheers,
Richard
Should we be adding file to ${PN}-build instead? Which rpm command was
this with? Does anywhere else in rpm have/need this dependency?
Cheers,
Richard
|
By
Richard Purdie
·
#175970
·
|
|
Re: [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
·
|
|
Re: [PATCH] rpm: make nativesdk-rpm rdepend on nativesdk-file
Thanks, it's fine then.
Alex
Thanks, it's fine then.
Alex
|
By
Alexander Kanavin
·
#175968
·
|