In linux-firmware.hash WHENCE sha256 is wrong causing make legal-info to fail, due to the latest version bump of linux-firmware. The changes to the WHENCE file are summarized below: - update mrvl/usb8801_uapsta.bin to version W14.68.36.p131 - remove amdgpu/vegam_me_2.bin - add qed/qed_init_values_zipped-8.37.7.0.bin - add brcm/brcmfmac43430-sdio.AP6212.txt and brcm/brcmfmac43430-sdio.MUR1DX.txt config files under GPLv2 - update ti-connectivity/wl18xx-fw-4.bin to version 8.9.0.0.79 - update intel/ibt-hw-37.8.10-fw-22.50.19.14.f.bseq to version BT_StonePeak_D1_REL_52_00005 - update intel/ibt-11-5.ddc to version LnP/SfP_REL0487 - update intel/ibt-11-5.sfi to version BT_LightningPeak_REL0487 - update intel/ibt-12-16.ddc to version BT_WindStormPeak_REL0244 - update intel/ibt-12-16.sfi to version BT_WindStormPeak_REL0244 - update intel/ibt-17-16-1.* to version BT_JeffersonPeak_B0_B0_REL0329 - update intel/ibt-17-2.* to version BT_JeffersonPeak_B0_B0_REL0329 - update intel/ibt-18-16-1.* to version BT_ThunderPeak_B0_B0_REL0329 - update intel/ibt-18-2.* to version BT_ThunderPeak_B0_B0_REL0329 - add rtl_bt/rtl8822cu_fw.bin - add mediatek/mt7622pr2h.bin version 20180621204904 - add mediatek/mt7610u.bin version 2.6 - add mediatek/mt7662u.bin version 1.5 - add mediatek/mt7662u_rom_patch.bin version 0.0.2_P48 - point to LICENCE.mediatek for Mediatek binaries above - update netronome/flower version to AOTC-2.9.A.31 - update Qualcomm venus-5.2 version to 5.2-00023 - add mellanox/mlxsw_spectrum-13.1702.6.mfa2 and mellanox/mlxsw_spectrum-13.1703.4.mfa2 under new Copyright covering 2017-2018 - add cadence/mhdp8546.bin version 1.2.12 pointing to LICENCE.cadence for licensing informations Recalculate locally and update it. Signed-off-by: Giulio Benetti <giulio.benetti@micronovasrl.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> |
||
---|---|---|
arch | ||
board | ||
boot | ||
configs | ||
docs | ||
fs | ||
linux | ||
package | ||
support | ||
system | ||
toolchain | ||
utils | ||
.defconfig | ||
.flake8 | ||
.gitignore | ||
.gitlab-ci.yml | ||
.gitlab-ci.yml.in | ||
CHANGES | ||
Config.in | ||
Config.in.legacy | ||
COPYING | ||
DEVELOPERS | ||
Makefile | ||
Makefile.legacy | ||
README |
Buildroot is a simple, efficient and easy-to-use tool to generate embedded Linux systems through cross-compilation. The documentation can be found in docs/manual. You can generate a text document with 'make manual-text' and read output/docs/manual/manual.text. Online documentation can be found at http://buildroot.org/docs.html To build and use the buildroot stuff, do the following: 1) run 'make menuconfig' 2) select the target architecture and the packages you wish to compile 3) run 'make' 4) wait while it compiles 5) find the kernel, bootloader, root filesystem, etc. in output/images You do not need to be root to build or run buildroot. Have fun! Buildroot comes with a basic configuration for a number of boards. Run 'make list-defconfigs' to view the list of provided configurations. Please feed suggestions, bug reports, insults, and bribes back to the buildroot mailing list: buildroot@buildroot.org You can also find us on #buildroot on Freenode IRC. If you would like to contribute patches, please read https://buildroot.org/manual.html#submitting-patches