mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-05-09 17:40:46 +00:00
78131b1bed
Using a custom logging.yml we can instruct BitBake's logger to write all warnings and errors into a separate log file. Then after the build has finished we can see if the log file is empty and if not show it and abort the build. Change-Id: Ida835b5c822941fb513dfb1758b4ec195e0050fc Signed-off-by: Ross Burton <ross.burton@arm.com>
49 lines
803 B
YAML
49 lines
803 B
YAML
header:
|
|
version: 9
|
|
|
|
distro: poky
|
|
|
|
defaults:
|
|
repos:
|
|
refspec: dunfell
|
|
|
|
repos:
|
|
meta-arm:
|
|
layers:
|
|
meta-arm:
|
|
meta-arm-bsp:
|
|
meta-arm-toolchain:
|
|
|
|
poky:
|
|
url: https://git.yoctoproject.org/git/poky
|
|
layers:
|
|
meta:
|
|
meta-poky:
|
|
|
|
meta-openembedded:
|
|
url: https://git.openembedded.org/meta-openembedded
|
|
layers:
|
|
meta-oe:
|
|
|
|
env:
|
|
BB_LOGCONFIG: ""
|
|
|
|
local_conf_header:
|
|
base: |
|
|
CONF_VERSION = "1"
|
|
PACKAGE_CLASSES = "package_ipk"
|
|
LICENSE_FLAGS_WHITELIST += "armcompiler"
|
|
PACKAGECONFIG_remove_pn-qemu-system-native = "gtk+ sdl"
|
|
BB_NUMBER_THREADS = "16"
|
|
PARALLEL_MAKE = "-j16"
|
|
INHERIT += "rm_work"
|
|
ERROR_QA = "${WARN_QA}"
|
|
ptest: |
|
|
DISTRO_FEATURES_remove = "ptest"
|
|
|
|
machine: unset
|
|
|
|
target:
|
|
- core-image-base
|
|
# - perf
|