Go to file
Thomas Ehrhardt 54d2e39bca ghostscript: set correct font path on target
GHOSTSCRIPT_FONTS_TARGET_DIR is set to $(TARGET_DIR)/usr/share/fonts/gs
in ghostscript-fonts.mk. If we pass this full path to ghostscript, it
will look for fonts in $(TARGET_DIR), which doesn't exist on the
target.

Instead of /usr/share/fonts/gs, use /usr/share/fonts so ghostscript can
also access other fonts than the ones installed by ghostscript-fonts.

Signed-off-by: Thomas Ehrhardt <tehrhardt@innovaphone.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
(cherry picked from commit a76eab228f)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2018-08-23 22:12:09 +02:00
arch
board board/minnowboard: add CONFIG_IGB in Linux kernel config 2018-07-19 23:31:56 +02:00
boot uboot: don't override HOSTCC/HOSTLDFLAGS for kconfig 2018-07-18 23:37:04 +02:00
configs configs/raspberrypi3_defconfig: increase filesystem size 2018-07-19 20:03:30 +02:00
docs docs/manual: fix scancpan path 2018-06-17 17:40:12 +02:00
fs
linux linux: automatically set CONFIG_PERF_EVENTS when perf is enabled 2018-07-19 19:57:14 +02:00
package ghostscript: set correct font path on target 2018-08-23 22:12:09 +02:00
support support/testing: add test for file capabilities 2018-08-10 08:26:45 +02:00
system
toolchain
utils utils/test-pkg: log the output of merge-config 2018-07-19 23:28:02 +02:00
.defconfig
.flake8
.gitignore
.gitlab-ci.yml support/testing: add test for file capabilities 2018-08-10 08:26:45 +02:00
.gitlab-ci.yml.in
CHANGES Update for 2018.02.4 2018-07-21 00:24:34 +02:00
Config.in
Config.in.legacy
COPYING
DEVELOPERS
Makefile Makefile: help: BR2_DEFCONFIG for defconfig must be on command line 2018-08-23 22:02:41 +02:00
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