40 lines
1.2 KiB
Plaintext
40 lines
1.2 KiB
Plaintext
BB_NUMBER_THREADS ?= "4"
|
|
PARALLEL_MAKE ?= "-j 4"
|
|
PACKAGE_CLASSES ?= "package_rpm"
|
|
USER_CLASSES ?= "buildstats"
|
|
PATCHRESOLVE = "noop"
|
|
BB_DISKMON_DIRS = "\
|
|
STOPTASKS,${TMPDIR},1G,100K \
|
|
STOPTASKS,${DL_DIR},1G,100K \
|
|
STOPTASKS,${SSTATE_DIR},1G,100K \
|
|
STOPTASKS,/tmp,100M,100K \
|
|
HALT,${TMPDIR},100M,1K \
|
|
HALT,${DL_DIR},100M,1K \
|
|
HALT,${SSTATE_DIR},100M,1K \
|
|
HALT,/tmp,10M,1K"
|
|
ASSUME_PROVIDED += "libsdl-native"
|
|
CONF_VERSION = "2"
|
|
EXTRA_IMAGE_FEATURES:append = " debug-tweaks"
|
|
|
|
ERROR_QA:remove = "version-going-backwards"
|
|
#WARN_QA:append = "version-going-backwards"
|
|
#https://www.yoctoproject.org/docs/2.5.2/ref-manual/ref-manual.html#ref-classes-insane
|
|
|
|
#PRSERV_HOST = "localhost:0"
|
|
|
|
# Add licences file to the rootfs
|
|
COPY_LIC_MANIFEST = "1"
|
|
COPY_LIC_DIRS = "1"
|
|
LICENSE_CREATE_PACKAGE = "1"
|
|
|
|
YOCTOROOT = "${@os.path.abspath(os.path.join("${TOPDIR}", os.pardir))}"
|
|
|
|
PREMIRRORS:prepend = "\
|
|
git://.*/.* file://${YOCTOROOT}/sla-mirror/ \n \
|
|
ftp://.*/.* file://${YOCTOROOT}/sla-mirror/ \n \
|
|
http://.*/.* file://${YOCTOROOT}/sla-mirror/ \n \
|
|
https://.*/.* file://${YOCTOROOT}/sla-mirror/ \n"
|
|
|
|
require distro_version.inc
|
|
require public-mirrors.inc
|