On Mon, Sep 11, 2023 at 9:27 PM Marek Belisko via lists.yoctoproject.org <[email protected]> wrote:
> On Mon, Aug 28, 2023 at 10:38 PM Belisko Marek <[email protected]> > wrote: > >> On Thu, Aug 24, 2023 at 4:05 PM Khem Raj <[email protected]> wrote: >> >>> does it work if you add do_compile[network] = "1" >>> >> Nope it is not. It turns out that the fetch phase is not correct. When I >> do bitbake nerdctl -e | grep SRC_URI I got only: >> >> SRC_URI="git:// >> github.com/containerd/nerdctl.git;name=nerdcli;branch=main;protocol=https >> " >> >> and not other SRC_URI's added in src_uri.inc file. It's mystery to me why >> this include is not working >> > Khem any idea what can be the cause of this issue please? I've tried yq > recipe which using more less the same approach and there SRC_URI's are > printed properly. > OK please disregard this message. I find out I have a nerdctl bbappend which overwrites SRC_URI permanently. BTW on kirkstone nerdctl is broken due wrong branch name + wrong SRCREV. Should I post a patch? > >>> On Wed, Aug 23, 2023 at 11:14 PM Belisko Marek <[email protected]> >>> wrote: >>> > >>> > >>> > >>> > Sent from my iPhone >>> > >>> > > On 24 Aug 2023, at 02:23, Khem Raj <[email protected]> wrote: >>> > > >>> > > which task is failing ? >>> > do_compile >>> > > >>> > >> On Wed, Aug 23, 2023 at 2:31 PM Marek Belisko < >>> [email protected]> wrote: >>> > >> >>> > >> Hi, >>> > >> >>> > >> I'm trying to add nerdctl to an image using kirkstone release for >>> meta-virtualization. >>> > >> I've added bbappend with following fix: >>> > >> >>> > >> SRC_URI = "git:// >>> github.com/containerd/nerdctl.git;name=nerdcli;branch=main;protocol=https >>> " >>> > >> >>> > >> (branch name in original recipe is master but main is required) >>> > >> >>> > >> but then anyways it fails with: >>> > >> >>> > >> rsync: [sender] change_dir >>> "/data/projects/test/build/tmp/work/cortexa53-crypto-poky-linux/nerdctl/v0.18.0-r0/nerdctl-v0.18.0/src/import/vendor.fetch/ >>> github.com/Masterminds/semver/v3" failed: No such file or directory (2) >>> > >> | rsync error: some files/attrs were not transferred (see previous >>> errors) (code 23) at main.c(1327) [sender=3.2.5] >>> > >> >>> > >> And in ${BP} I cannot see any of those vendor stuff which should be >>> present. Is there some fix for that already pending or it's known issue? >>> > >> >>> > >> Thanks and BR, >>> > >> >>> > >> marek >>> > >> >>> > >> -- >>> > >> as simple and primitive as possible >>> > >> ------------------------------------------------- >>> > >> Marek Belisko - OPEN-NANDRA >>> > >> Freelance Developer >>> > >> >>> > >> Ruska Nova Ves 219 | Presov, 08005 Slovak Republic >>> > >> Tel: +421 915 052 184 >>> > >> skype: marekwhite >>> > >> twitter: #opennandra >>> > >> web: http://open-nandra.com >>> > >> >>> > >> >>> > >> >>> >> >> >> Thanks, > > marek > -- > as simple and primitive as possible > ------------------------------------------------- > Marek Belisko - OPEN-NANDRA > Freelance Developer > > Ruska Nova Ves 219 | Presov, 08005 Slovak Republic > Tel: +421 915 052 184 > skype: marekwhite > twitter: #opennandra > web: http://open-nandra.com > > > > Thanks, marek
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#60973): https://lists.yoctoproject.org/g/yocto/message/60973 Mute This Topic: https://lists.yoctoproject.org/mt/100924569/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
