summaryrefslogtreecommitdiffstats
path: root/meta/classes
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2022-08-10 17:40:48 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-08-12 11:41:41 +0100
commit4fdda4d6bd434c240ec1dfdbfc6eb7e25e2db1f3 (patch)
tree7bd6c2ec9da023cf47acea70fbd69960cfd7428e /meta/classes
parentd43e283d749ddd8fd6722411d051f0e505054c6f (diff)
downloadopenembedded-core-contrib-4fdda4d6bd434c240ec1dfdbfc6eb7e25e2db1f3.tar.gz
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 <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes')
-rw-r--r--meta/classes/buildhistory.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/buildhistory.bbclass b/meta/classes/buildhistory.bbclass
index 4ba9ec8f25..35db2b1192 100644
--- a/meta/classes/buildhistory.bbclass
+++ b/meta/classes/buildhistory.bbclass
@@ -7,7 +7,7 @@
# Copyright (C) 2007-2011 Koen Kooi <koen@openembedded.org>
#
-inherit image-artifact-names
+IMAGE_CLASSES += "image-artifact-names"
BUILDHISTORY_FEATURES ?= "image package sdk"
BUILDHISTORY_DIR ?= "${TOPDIR}/buildhistory"