Removes the "do_" prefix from the image manifest to match the naming convention of image.bbclass
Signed-off-by: Joshua Watt <[email protected]> --- meta/classes-recipe/baremetal-image.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/classes-recipe/baremetal-image.bbclass b/meta/classes-recipe/baremetal-image.bbclass index 4afc171314..7a6e71853b 100644 --- a/meta/classes-recipe/baremetal-image.bbclass +++ b/meta/classes-recipe/baremetal-image.bbclass @@ -45,7 +45,7 @@ python do_image_complete(){ import json data = { - "taskname": "do_image", + "taskname": "image", "imagetype": "baremetal-image", "images": [] } -- 2.54.0
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#238304): https://lists.openembedded.org/g/openembedded-core/message/238304 Mute This Topic: https://lists.openembedded.org/mt/119731704/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
