Hi Bruce
Three comments regarding the docker 20.10.21 recipes on master-next:
* Could the DEPENDS be reduced to the follwoing list? I guess all
other dependencies (the go stuff) are taken from the vendor folder
anyway. It's at least working for me like that:
DEPENDS = " \
libtool-native \
libtool \
"
* The CVE_PRODUCT should probably be changed to:
CVE_PRODUCT = "mobyproject:moby"
With docker e.g. CVE-2022-36109 is not reported by cve_check but
with mobyproject:moby it works as expected.
Im not 100% sure if mobyproject:moby covers also CVEs in libnetwork
and the cli which are separate repositories.
* The default PACKAGECONFIG could consider the seccomp DISTRO_FEATURE:
${@bb.utils.contains('DISTRO_FEATURES', 'seccomp', 'seccomp', '',)}
Of course I can send you a patch but I guess you would prefer to
quickly do it on your own since you already started with the update and
you usually reject patches against your current work in progress. Hope
this is helpful. Otherwise let me know.
Thank you and regards,
Adrian
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#7700):
https://lists.yoctoproject.org/g/meta-virtualization/message/7700
Mute This Topic: https://lists.yoctoproject.org/mt/95321879/21656
Group Owner: [email protected]
Unsubscribe: https://lists.yoctoproject.org/g/meta-virtualization/unsub
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-