1
0
mirror of https://git.yoctoproject.org/meta-arm synced 2026-05-08 17:19:39 +00:00

arm/fvp: use image-artifact-names as an image class

Per upstream commit, image-artifact-names must be used as an image
class

Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
Jon Mason
2022-08-15 09:39:46 -04:00
parent 2327cb3033
commit 98c515f42e
+1 -1
View File
@@ -26,7 +26,7 @@ FVP_EXTRA_ARGS ?= ""
EXTRA_IMAGEDEPENDS += "${FVP_PROVIDER}"
inherit image-artifact-names
IMAGE_CLASSES += "image-artifact-names"
IMAGE_POSTPROCESS_COMMAND += "do_write_fvpboot_conf;"
python do_write_fvpboot_conf() {