Hi adriaan, Can you please have a look, addressed your comments. Thanks, Srinuvasan.A On Friday, March 31, 2023 at 4:03:49 PM UTC+5:30 Srinuvasan Arjunan wrote: From: Srinuvasan A When we untar the SDK rootfs archive file, all the contents are extracted into the current directory, not a folder, this looks ugly hence fixed it with the file name transformations option. Signed-off-by: Srinuvasan A --- meta/classes/sdk.bbclass | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/classes/sdk.bbclass b/meta/classes/sdk.bbclass index 06cae02..50f718c 100644 --- a/meta/classes/sdk.bbclass +++ b/meta/classes/sdk.bbclass @@ -53,6 +53,7 @@ ROOTFS_MANIFEST_DEPLOY_DIR:class-sdk = "${DEPLOY_DIR_SDKCHROOT}" ROOTFS_DPKGSTATUS_DEPLOY_DIR:class-sdk = "${DEPLOY_DIR_SDKCHROOT}" IMAGE_FSTYPES:class-sdk = "${SDK_FORMATS}" +TAR_OPTIONS:append:class-sdk = " --transform="s|.|$(basename ${PP_DEPLOY}/${IMAGE_FULLNAME})|"" # bitbake dependencies SDKDEPENDS += "sdk-files ${SDK_INSTALL}" -- 2.34.1