mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 13:29:49 +00:00
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>
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
# Copyright (C) 2007-2011 Koen Kooi <koen@openembedded.org>
|
# Copyright (C) 2007-2011 Koen Kooi <koen@openembedded.org>
|
||||||
#
|
#
|
||||||
|
|
||||||
inherit image-artifact-names
|
IMAGE_CLASSES += "image-artifact-names"
|
||||||
|
|
||||||
BUILDHISTORY_FEATURES ?= "image package sdk"
|
BUILDHISTORY_FEATURES ?= "image package sdk"
|
||||||
BUILDHISTORY_DIR ?= "${TOPDIR}/buildhistory"
|
BUILDHISTORY_DIR ?= "${TOPDIR}/buildhistory"
|
||||||
|
|||||||
Reference in New Issue
Block a user