diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-08-10 17:40:48 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-08-12 11:46:26 +0100 |
commit | 883aea9b6e02f796d11d46f5c2a82ea620c19797 (patch) | |
tree | 823571fcad248aae2557ae9a33064b94d8055d4c | |
parent | 24c198e58ea48b3b61660b3e1fb0ad000bfac40b (diff) | |
download | poky-883aea9b6e02f796d11d46f5c2a82ea620c19797.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.
(From OE-Core rev: 4fdda4d6bd434c240ec1dfdbfc6eb7e25e2db1f3)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/classes/buildhistory.bbclass | 2 |
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 @@ | |||
7 | # Copyright (C) 2007-2011 Koen Kooi <koen@openembedded.org> | 7 | # Copyright (C) 2007-2011 Koen Kooi <koen@openembedded.org> |
8 | # | 8 | # |
9 | 9 | ||
10 | inherit image-artifact-names | 10 | IMAGE_CLASSES += "image-artifact-names" |
11 | 11 | ||
12 | BUILDHISTORY_FEATURES ?= "image package sdk" | 12 | BUILDHISTORY_FEATURES ?= "image package sdk" |
13 | BUILDHISTORY_DIR ?= "${TOPDIR}/buildhistory" | 13 | BUILDHISTORY_DIR ?= "${TOPDIR}/buildhistory" |