edison-fw / meta-intel-edison

Here is the meta-intel-edison that builds, tries to stay up to date. Master is based on Yocto Poky Gatesgarth LTS 5.10.yy vanilla kernels. It builds a 32bit kernel (Gatesgarth branch 64bit) with ACPI enabled and corresponding rootfs. Telegram group: https://t.me/IntelEdison Web-site:
https://edison-fw.github.io/meta-intel-edison/
MIT License
60 stars 37 forks source link

Failed to fetch URL http://hisham.hm/htop/releases/2.2.0/htop-2.2.0.tar.gz #119

Closed Kudesnick closed 3 years ago

Kudesnick commented 3 years ago

htop-2.2.0-r0 do_fetch: Failed to fetch URL http://hisham.hm/htop/releases/2.2.0/htop-2.2.0.tar.gz, attempting MIRRORS if available default settings, master branch

This utilite relocated to https://github.com/hishamhm/htop/archive/2.2.0.tar.gz

htot commented 3 years ago

I see. This needs to be fixed in openembedded, and I see it is in gatesgarth and master. Myself I am on zeus and working to get btrfs support. And then we need to move up to dunfell.

So, we could patch the recipe in poky (through setup), overload it with our own fixed version or copy in gatesgarth version. I'd prefer the 2nd option. Do you have a patch available?

Kudesnick commented 3 years ago

I'm still not very good at yocto system, maybe I need to edit the file ./out/linux64/poky/meta-openembedded/meta-oe/recipes-support/htop/htop_2.2.0.bb, but at the moment I can not check it. I will definitely attach a patch if I find a competent solution.

htot commented 3 years ago

Yes, and that modification could be turned into a patch to be applied at setup time. But I would just copy recipes-support/htop into meta-intel-edison and edit that.

htot commented 3 years ago

Looks like we created similar patches. I applied yours against warrior as I had already included mine to zeus. Thanks!