From: Richard Purdie Date: Wed, 10 Aug 2022 16:40:48 +0000 (+0100) Subject: buildhistory: Only use image-artifact-names as an image class X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~3325 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4fdda4d6bd434c240ec1dfdbfc6eb7e25e2db1f3;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git buildhistory: Only use image-artifact-names as an image class The class only makes sense in the conext of images, not globally so include as such. Signed-off-by: Richard Purdie --- diff --git a/meta/classes/buildhistory.bbclass b/meta/classes/buildhistory.bbclass index 4ba9ec8f25d..35db2b11927 100644 --- a/meta/classes/buildhistory.bbclass +++ b/meta/classes/buildhistory.bbclass @@ -7,7 +7,7 @@ # Copyright (C) 2007-2011 Koen Kooi # -inherit image-artifact-names +IMAGE_CLASSES += "image-artifact-names" BUILDHISTORY_FEATURES ?= "image package sdk" BUILDHISTORY_DIR ?= "${TOPDIR}/buildhistory"