From 9cdc34492762852a35adfef52a3cec95089a6c74 Mon Sep 17 00:00:00 2001 From: Arturo Buzarra Date: Mon, 27 Apr 2020 15:39:57 +0200 Subject: [PATCH] zeus migration: dey-image: update SDK_POSTPROCESS_COMMAND variable to match with zeus version Commit 3418d1326c ("populate_sdk_base: provide options to set sdk type") in poky layer introduces a new mechanism to create different archive types for the sdk, and the function tar_sdk was renamed to archive_sdk. This commit updates the custom SDK_POSTPROCESS_COMMAND variable with the new function name. https://jira.digi.com/browse/DEL-7013 Signed-off-by: Arturo Buzarra --- meta-digi-dey/classes/dey-image.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-digi-dey/classes/dey-image.bbclass b/meta-digi-dey/classes/dey-image.bbclass index a7679ca67..b9c9cd3f2 100644 --- a/meta-digi-dey/classes/dey-image.bbclass +++ b/meta-digi-dey/classes/dey-image.bbclass @@ -42,7 +42,7 @@ inherit ${@oe.utils.conditional("DEY_IMAGE_INSTALLER", "1", "dey-image-installer # using the proper 'IMAGE_BASENAME' value. # SDK_PREPACKAGING_COMMAND ?= "toolchain_create_sdk_dey_version" -SDK_POSTPROCESS_COMMAND = " create_sdk_files; check_sdk_sysroots; ${SDK_PREPACKAGING_COMMAND}; tar_sdk; ${SDK_PACKAGING_COMMAND} " +SDK_POSTPROCESS_COMMAND = " create_sdk_files; check_sdk_sysroots; ${SDK_PREPACKAGING_COMMAND}; archive_sdk; ${SDK_PACKAGING_COMMAND} " # This function creates a DEY version information file fakeroot toolchain_create_sdk_dey_version() {