From 6dd3de0d5d3c328930b0b8688a8deed1985bc0a8 Mon Sep 17 00:00:00 2001 From: Deepak Rathore Date: Mon, 9 Mar 2026 07:58:14 -0700 Subject: [PATCH] yasm: extend recipe for nativesdk builds Some SDK dependency chains require yasm to be available as SDK artifacts. The current metadata only partially provides this, which can lead to dependency resolution failures when this recipe is pulled into SDK-oriented builds. This change does not alter target package behavior; it only enables required nativesdk variant for build and SDK integration paths. Signed-off-by: Deepak Rathore Signed-off-by: Anuj Mittal --- meta-oe/recipes-devtools/yasm/yasm_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-devtools/yasm/yasm_git.bb b/meta-oe/recipes-devtools/yasm/yasm_git.bb index 5d1739ebf3..5ba4f67628 100644 --- a/meta-oe/recipes-devtools/yasm/yasm_git.bb +++ b/meta-oe/recipes-devtools/yasm/yasm_git.bb @@ -28,7 +28,7 @@ inherit autotools gettext python3native CACHED_CONFIGUREVARS = "CCLD_FOR_BUILD='${CC_FOR_BUILD}'" -BBCLASSEXTEND = "native" +BBCLASSEXTEND = "native nativesdk" PARALLEL_MAKE = ""