mirror of
https://git.yoctoproject.org/poky
synced 2026-04-22 15:32:14 +02:00
poky: Add poky-world-exclude.inc and add qwt-as
In an ideal world we'd test everything in every combination. Reality is we can't. This file contains things which we don't intend to test within our world builds. Add qwt since it has QA warnings which we don't intend to fix and we don't really want to build this either, its out of scope of our general qt4 requirements (which is for LSB). (From meta-yocto rev: 3c36d68765b942e396f3207008b84a2980ae300d) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
6
meta-yocto/conf/distro/include/poky-world-exclude.inc
Normal file
6
meta-yocto/conf/distro/include/poky-world-exclude.inc
Normal file
@@ -0,0 +1,6 @@
|
||||
#
|
||||
# Things we exlude fromw world testing within the reference distro
|
||||
#
|
||||
|
||||
# qwt from meta-qt4, has poky-lsb QA warnings, qt4 for lsb only
|
||||
EXCLUDE_FROM_WORLD_pn-qwt = "1"
|
||||
@@ -99,3 +99,5 @@ WARN_TO_ERROR_QA = "already-stripped compile-host-path install-host-path \
|
||||
useless-rpaths"
|
||||
WARN_QA_remove = "${WARN_TO_ERROR_QA}"
|
||||
ERROR_QA_append = " ${WARN_TO_ERROR_QA}"
|
||||
|
||||
require conf/distro/include/poky-world-exclude.inc
|
||||
|
||||
Reference in New Issue
Block a user