u-boot: add environmet

Signed-off-by: Thomas Klaehn <tkl@blackfinn.de>
This commit is contained in:
2018-03-14 09:29:18 +01:00
parent d68af25483
commit f8a0f3a533
4 changed files with 43 additions and 5 deletions

View File

@@ -13,6 +13,8 @@ PACKAGE_CLASSES ?= "package_ipk"
USER_CLASSES ?= "buildstats image-mklibs image-prelink"
IMAGE_BOOT_FILES_append = " uEnv.txt"
PATCHRESOLVE = "noop"
BB_DISKMON_DIRS = "\
@@ -31,13 +33,14 @@ BB_DISKMON_DIRS = "\
CONF_VERSION = "1"
INHERIT += "rm_work own-mirrors icecc"
INHERIT += "rm_work"
ICECC_PATH = "/usr/bin/icecc"
ICECC_PARALLEL_MAKE = "-j 20"
#INHERIT += "icecc"
#ICECC_PATH = "/usr/bin/icecc"
#ICECC_PARALLEL_MAKE = "-j 20"
INHERIT += "own-mirrors"
SOURCE_MIRROR_URL = "https://files.blackfinn.de/mirror/sources"
BB_GENERATE_MIRROR_TARBALLS = "1"
export BB_ENV_EXTRAWHITE="$BB_ENV_EXTRAWHITE DL_DIR"