From b1db172d5135327708cf297a6f2bb5af1ecada06 Mon Sep 17 00:00:00 2001 From: Mikko Rapeli Date: Tue, 30 Jul 2024 13:24:59 +0300 Subject: [PATCH] optee-os: remove buildpaths INSANE_SKIP Embedded build paths are now removed and test passes. Signed-off-by: Mikko Rapeli Signed-off-by: Jon Mason --- meta-arm/recipes-security/optee/optee-os.inc | 2 -- 1 file changed, 2 deletions(-) diff --git a/meta-arm/recipes-security/optee/optee-os.inc b/meta-arm/recipes-security/optee/optee-os.inc index d5a12642..5a89e5ba 100644 --- a/meta-arm/recipes-security/optee/optee-os.inc +++ b/meta-arm/recipes-security/optee/optee-os.inc @@ -76,7 +76,5 @@ FILES:${PN}-ta = "${nonarch_base_libdir}/optee_armtz/*" # note: "textrel" is not triggered on all archs INSANE_SKIP:${PN} = "textrel" -# Build paths are currently embedded -INSANE_SKIP:${PN} += "buildpaths" INSANE_SKIP:${PN}-dev = "staticdev" INHIBIT_PACKAGE_STRIP = "1"