Did you get this to build with just that change ? My patches to cni are significantly larger to get it to build and create binaries.
Bruce On Fri, May 24, 2024 at 3:09 PM Martin Jansa via lists.yoctoproject.org <[email protected]> wrote: > > * see: > https://lists.openembedded.org/g/openembedded-architecture/message/2007 > > https://git.openembedded.org/openembedded-core/commit/?id=cc4ec43a2b657fb4c58429ab14f1edc2473c1327 > > * fixes: > http://errors.yoctoproject.org/Errors/Details/772691/ > ERROR: QA Issue: cni: LIC_FILES_CHKSUM points to an invalid file: > TOPDIR/tmp-glibc/work/core2-64-oe-linux/cni/v1.2.0-rc0+gitb62753aa2bfa365c1ceaff6f25774a8047c896b5/cni-v1.2.0-rc0+gitb62753aa2bfa365c1ceaff6f25774a8047c896b5/src/import/LICENSE > [license-checksum] > > Signed-off-by: Martin Jansa <[email protected]> > --- > recipes-networking/cni/cni_git.bb | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/recipes-networking/cni/cni_git.bb > b/recipes-networking/cni/cni_git.bb > index b41b47cf..c0f316ec 100644 > --- a/recipes-networking/cni/cni_git.bb > +++ b/recipes-networking/cni/cni_git.bb > @@ -14,7 +14,7 @@ SRCREV_plugins = "b6a0e0bc96906f0d3bd6bfcaab0b5ae72292f46c" > SRCREV_flannel_plugin = "6464faacf5c00e25321573225d74638455ef03a0" > SRCREV_FORMAT = "cni_plugins" > SRC_URI = "\ > - > git://github.com/containernetworking/cni.git;branch=main;name=cni;protocol=https > \ > + > git://github.com/containernetworking/cni.git;branch=main;name=cni;protocol=https;destsuffix=${GO_SRCURI_DESTSUFFIX} > \ > > git://github.com/containernetworking/plugins.git;branch=main;destsuffix=${S}/src/github.com/containernetworking/plugins;name=plugins;protocol=https > \ > > git://github.com/flannel-io/cni-plugin;branch=main;name=flannel_plugin;protocol=https;destsuffix=${S}/src/github.com/containernetworking/plugins/plugins/meta/flannel > \ > file://modules.txt \ > -- > 2.45.1 > > > > -- - Thou shalt not follow the NULL pointer, for chaos and madness await thee at its end - "Use the force Harry" - Gandalf, Star Trek II
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#8759): https://lists.yoctoproject.org/g/meta-virtualization/message/8759 Mute This Topic: https://lists.yoctoproject.org/mt/106287452/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-virtualization/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
