Fix linuxptp and egt-media builds with latest yocto master#240
Fix linuxptp and egt-media builds with latest yocto master#240kraj wants to merge 3 commits intolinux4sam:masterfrom
Conversation
gehariprasath
left a comment
There was a problem hiding this comment.
@kraj Is it 'videoconvertscale' or 'videocolorscale' ? Release note says it's videocolorscale.
https://gstreamer.freedesktop.org/releases/1.22/
@ldesroches can you review this pls ?
the name is what is used in oe-core for this plugin.
|
There was a problem hiding this comment.
Hello,
Thanks for this patch. We have a set of changes queued up internally wherein we have already done this change and PTP is now part of the distribution by default. We have added the same to the package group and hence this is removed. We will be pushing those changes sooner.
gehariprasath
left a comment
There was a problem hiding this comment.
@kraj We already have 'COMPATIBLE_MACHINE' to restrict only to specific machine type's. So this patch essentially does the same thing, isn't it ?
which patch are you referring to ? there are 4 in this PR. Regardless, if you are making recipes to trigger on |
It's for the patch titled "optee: Limit sam specific changes to sam alone". This is specific to meta-atmel and our machines. So I guess it won't be a problem for generic recipes. |
since gstreamer 1.22 videoconvert/videoscale plgins were merged into one and main recipe reflects that, therefore adjust accordingly Fixes ERROR: QA Issue: egt-media rdepends on gstreamer1.0-plugins-base-videoconvert, but it isn't a build dependency? [build-deps] ERROR: QA Issue: egt-media rdepends on gstreamer1.0-plugins-base-videoscale, but it isn't a build dependency? [build-deps] Signed-off-by: Khem Raj <raj.khem@gmail.com>
This ensures that layer can be used along with other ARM BSP layers and does not insert itself forcefully into those machines Signed-off-by: Khem Raj <raj.khem@gmail.com>
Fix build with latest setuptools and compiler errors seens with clang 16 Signed-off-by: Khem Raj <raj.khem@gmail.com>
No description provided.