Thanks Denys,

I'm on a better connection today and I was able to get it to build,
indicating it was a connectivity issue.

Thanks for the help and sorry for the churn.

On Tue, Jan 28, 2025 at 2:40 PM Denys Dmytriyenko <[email protected]> wrote:

> On Fri, Jan 24, 2025 at 05:05:27PM -0500, Will Howe wrote:
> > Thanks Denys,
>
> It is always recommended to copy the mailing list in order to get faster
> response from others, as one person can get busy or unavailable...
>
>
> > I attached the logs of the first error. It definitely seemed to me like
> it
> > was a connectivity issue.
>
> Relevant messages from the logs, indicating connectivity issues:
>
> error: RPC failed;
> +curl 92 HTTP/2 stream 5 was not closed cleanly: CANCEL (err 8)
> error: 22969 bytes of body are still expected
> fetch-pack: unexpected disconnect while reading sideband packet
> fatal: early EOF
> fatal: fetch-pack: invalid index-pack output
>
>
> > But I'm not so sure since I'm wondering if it is
> > a delta with the URI.
> >
> > It seems like the delta is caused between "https://..."; vs "git://...".
> > Currently the recipe is using:
> >
> > KERNEL_GIT_URI = "git://github.com/beagleboard/linux.git"
> >
> > Changing it to:
> >
> > KERNEL_GIT_URI = "https://github.com/beagleboard/linux.git";
> >
> > gives me the following new errors related to the license file:
>
> Please don't do that, your change is incorrect - it tells Bitbake to use
> the
> wrong fetcher and instead of cloning git repository, it tries to download
> a
> Web file, which obviously fails. The recipe already sets the protocol to
> "https" to be used when cloning the git repository.
>
> --
> Denys
>
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#18239): 
https://lists.yoctoproject.org/g/meta-ti/message/18239
Mute This Topic: https://lists.yoctoproject.org/mt/110799060/21656
Group Owner: [email protected]
Unsubscribe: https://lists.yoctoproject.org/g/meta-ti/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to