You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openwrt/package
Paul Spooren 378b51908c build: add buildinfo files for reproducibility
generate feeds.buildinfo and version.buildinfo in build dir after
containing the feed revisions (via ./scripts/feeds list -sf) as well as
the current revision of buildroot (via ./scripts/getver.sh).

With this information it should be possible to reproduce any build,
especially the release builds.

Usage would be to move feeds.buildinfo to feeds.conf and git checkout the
revision hash of version.buildinfo.

Content of feeds.buildinfo would look similar to this:

    src-git routing https://git.openwrt.org/feed/routing.git^bf475d6
    src-git telephony https://git.openwrt.org/feed/telephony.git^470eb8e
    ...

Content of version.buildinfo would look similar to this:

    r10203+1-c12bd3a21b

Without the exact feed revision it is not possible to determine
installed package versions.

Also rename config.seed to config.buildinfo to follow the recommended
style of https://reproducible-builds.org/docs/recording/

Signed-off-by: Paul Spooren <mail@aparcar.org>
(cherry picked from commit 454021581f)
5 years ago
..
base-files build: add buildinfo files for reproducibility 5 years ago
boot build: include BUILD_VARIANT in PKG_BUILD_DIR 5 years ago
devel valgrind: Add support for ARM64 architecture 5 years ago
firmware ath10k-firmware: update Candela Tech firmware images 5 years ago
kernel gpio-button-hotplug: add volume button handling 5 years ago
libs nettle: Update to 3.5.1 5 years ago
network dnsmasq: use nettle ecc_curve access functions 5 years ago
system procd: update to latest git HEAD (FS#2425) 5 years ago
utils build: include BUILD_VARIANT in PKG_BUILD_DIR 5 years ago
Makefile packages: apply usign padding workarounds to package indexes if needed 5 years ago