5bb7b1a86d
The current repository doesn't include new fonts, so this commit changes the package to use the new official google github repository which contains a lot of new available fonts. The fonts are now organized in sub-folders per license, so we have to take into this into account, and the BR2_PACKAGE_GOOGLEFONTDIRECTORY_FONTS should now contain values such as ufl/ubuntu or ofl/marvel. Because the different fonts have different license files, we really need to use each per-font license file, which explains why we have so many hashes in the .hash file. The list of licenses and license files is automatically derived from the list of fonts in BR2_PACKAGE_GOOGLEFONTDIRECTORY_FONTS. Note that a very small set of fonts (~15 among 1000+ fonts) lack a license file, so if those fonts are used, legal-info will fail because the expected license file doesn't exist. We consider this as a bug that should be reported upstream, because each font should have a license file. While we're at it, we use a foreach loop to install the fonts. Signed-off-by: Bartosz Bilas <b.bilas@grinn-global.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