mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
test-dependencies.sh: Redirect stderr
* newer bitbake is printing some messages to stderr, we want to log them as well (From OE-Core rev: f442c15aaeb8c0641093e92f2b832dfaa2d9a486) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
cb68ed9c47
commit
025021ee5c
@@ -137,7 +137,7 @@ build_all() {
|
||||
OUTPUT1=${OUTPUT_BASE}/${TYPE}_all
|
||||
mkdir -p ${OUTPUT1}
|
||||
echo "Logs will be stored in ${OUTPUT1} directory"
|
||||
bitbake -k $targets | tee -a ${OUTPUT1}/complete.log
|
||||
bitbake -k $targets 2>&1 | tee -a ${OUTPUT1}/complete.log
|
||||
}
|
||||
|
||||
build_every_recipe() {
|
||||
|
||||
Reference in New Issue
Block a user