Re: Yocto OS Creation on Linux Ubuntu 16.04 LTS #yocto
Martin Jansa
This URL also fetches for me without any issues. If you cannot reach it from your location, you can still put an archive with it to your premirror or redirect it to some other repo accessible to you with something like: insteadOf = "git://git.kernel.org/pub/scm/network/iproute2/iproute2.git" in your .gitconfig. > Please let us know if there is any other alternative to install the Yocto OS or the Valgrind tool on Yocto OS. Normal iproute2 recipes are currently fetching tarball "${KERNELORG_MIRROR}/linux/utils/net/${BPN}/${BP}.tar.xz", the recipe you're using commes from some meta-intel-tsn layer: meta-intel-tsn/recipes-connectivity/iproute2/iproute2_git.bb:do_fetch which isn't even listed in https://layers.openembedded.org/, so first thing to fix your Yocto OS :) is to get rid of meta-intel-tsn or fix your networking. On Fri, Oct 30, 2020 at 3:21 PM Sujan KS <katakam.sujan@...> wrote:
|
|