mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 12:29:55 +00:00
Add new IMAGE_CLASSES variable for classes for image generation
Allows us to import classes only for images and not to the global namespace (From OE-Core rev: 49dcb301ab39327554d86d23cf6f8d435d7a7351) Signed-off-by: Matthew McClintock <msm@freescale.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
261d611cbe
commit
4115f94f22
@@ -109,7 +109,8 @@ def get_devtable_list(d):
|
||||
str += " %s" % bb.which(bb.data.getVar('BBPATH', d, 1), devtable)
|
||||
return str
|
||||
|
||||
inherit image_types
|
||||
IMAGE_CLASSES ?= "image_types"
|
||||
inherit ${IMAGE_CLASSES}
|
||||
|
||||
IMAGE_POSTPROCESS_COMMAND ?= ""
|
||||
MACHINE_POSTPROCESS_COMMAND ?= ""
|
||||
|
||||
Reference in New Issue
Block a user