Yes, this has to download the whole main Coreboot git repo. I do not see a way around it.
The best I could do is to use the generic coreboot
repo name so that if you build coreboot-utils-git
, you'd reuse the already cloned repo.
Git Clone URL: | https://aur.archlinux.org/superiotool-git.git (read-only, click to copy) |
---|---|
Package Base: | superiotool-git |
Description: | Detects the Super I/O of your mainboard and provides information about its register contents |
Upstream URL: | http://www.coreboot.org/Superiotool |
Licenses: | |
Provides: | |
Replaces: | |
Submitter: | intelfx |
Maintainer: | intelfx |
Last Packager: | intelfx |
Votes: | 5 |
Popularity: | 0.000000 |
First Submitted: | 2020-05-26 23:35 |
Last Updated: | 2020-05-26 23:35 |
Yes, this has to download the whole main Coreboot git repo. I do not see a way around it.
The best I could do is to use the generic coreboot
repo name so that if you build coreboot-utils-git
, you'd reuse the already cloned repo.
Problem described by @DarkShadow on 2017-04-19 still bersists:
Cannot download source:
=> Retrieving sources...
-> Cloning superiotool svn repo...
svn: E170013: Unable to connect to a repository at URL 'svn://coreboot.org/coreboot/trunk/util/superiotool'
svn: E000111: Can't connect to host 'coreboot.org': Connection refused
==> ERROR: Failure while downloading superiotool svn repo
Aborting...
Doesn't seem to work, it can't download the sources:
> svn co svn://coreboot.org/coreboot/trunk/util/superiotool
> svn: E170013: Unable to connect to a repository at URL 'svn://coreboot.org/coreboot/trunk/util/superiotool'
> svn: E000101: Can't connect to host 'coreboot.org': Network is unreachable
Looks like they switched to git, official installations from the wiki:
> git clone http://review.coreboot.org/p/coreboot
> cd coreboot/util/superiotool
> make
> sudo make install
Could you please take a look at this?
updated, thanks!
You have to change INSTALL=/bin/install
install is located at /usr/bin/install
Pinned Comments
intelfx commented on 2020-05-26 23:36
Yes, this has to download the whole main Coreboot git repo. I do not see a way around it.
The best I could do is to use the generic
coreboot
repo name so that if you buildcoreboot-utils-git
, you'd reuse the already cloned repo.