mirror of
git://git.yoctoproject.org/poky
synced 2026-08-12 10:25:42 +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:
parent
24c198e58e
commit
883aea9b6e
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user