Skip to content

Commit

Permalink
yoe: Make buildpaths as QA warning again
Browse files Browse the repository at this point in the history
OE-core/poky is going to elevate this to be build error
but many layers still have not fixed all these errors, until
they are fixed lets relegate this error to warning level again

Signed-off-by: Khem Raj <[email protected]>
  • Loading branch information
kraj committed Jul 12, 2024
1 parent e11239d commit 0d8d4b8
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions sources/meta-yoe/conf/distro/yoe.inc
Original file line number Diff line number Diff line change
Expand Up @@ -86,11 +86,14 @@ WARN_TO_ERROR_QA ?= "\
mime mime-xdg unlisted-pkg-lics unhandled-features-check \
missing-update-alternatives native-last \
"

WARN_QA:remove = "${WARN_TO_ERROR_QA}"
ERROR_QA:append = " ${WARN_TO_ERROR_QA}"

# Yoe does not build binary feeds, this build QA error breaks builds unnessarily
ERROR_QA:remove = "version-going-backwards"
# buildpaths is demoted unless layers needed in distro are fixed
ERROR_TO_WARN_QA ?= "buildpaths version-going-backwards"
WARN_QA:append = "${ERROR_TO_WARN_QA}"
ERROR_QA:remove = " ${ERROR_TO_WARN_QA}"
#
# Additional image features
#
Expand Down

0 comments on commit 0d8d4b8

Please sign in to comment.