Message ID | 20240718134152.38721-4-mikko.rapeli@linaro.org |
---|---|
State | New |
Headers | show |
Series | [1/4] optee-os: asm debug prefix fixes | expand |
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"
Embedded build paths are now removed and test passes. Signed-off-by: Mikko Rapeli <mikko.rapeli@linaro.org> --- meta-arm/recipes-security/optee/optee-os.inc | 2 -- 1 file changed, 2 deletions(-)