1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-05-08 20:40:20 +00:00
Files
Ryan Eatmon 7018264d66 meta-ti-test: Import the recipes-benchmark recipes
We are moving the meta-arago-test layer to meta-ti-test.  This commit
imports all of the recipes under recipes-benchmark.

Signed-off-by: Ryan Eatmon <reatmon@ti.com>
2026-04-29 10:37:37 -05:00

14 lines
314 B
Plaintext

INSANE_SKIP:${PN} += "ldflags"
INSANE_SKIP:${PN}-openmp += "ldflags"
PR:append = ".ti1"
BRANCH = "sdk"
SRCREV = "96156d407d9a4e5fac4513f3d3f60a414b3355cd"
do_compile:prepend() {
#Explicitly clear some variables to insure no unexpected optimizations are being passed in.
unset CFLAGS
unset LDFLAGS
}