summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Davis <afd@ti.com>2023-10-25 11:56:26 -0500
committerRyan Eatmon <reatmon@ti.com>2023-11-08 17:36:02 -0600
commit78f530158a763e038e49f05722e9d1b875de054b (patch)
tree533bb7f4f2895a43ea3fa5c78cc2b36b7fc39c4d
parentf1f741180adabbe28117ca331fa7a1580b15a718 (diff)
downloadmeta-ti-78f530158a763e038e49f05722e9d1b875de054b.tar.gz
ti-sci-fw: Do not unexport CFLAGS, LDFLAGS, AS, or LD
There is no compilation in this simple firmware recipe, no need for these lines, remove them. Signed-off-by: Andrew Davis <afd@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
-rw-r--r--meta-ti-bsp/recipes-bsp/ti-sci-fw/ti-sci-fw_git.bb5
1 files changed, 0 insertions, 5 deletions
diff --git a/meta-ti-bsp/recipes-bsp/ti-sci-fw/ti-sci-fw_git.bb b/meta-ti-bsp/recipes-bsp/ti-sci-fw/ti-sci-fw_git.bb
index 0eb03b92..12292c88 100644
--- a/meta-ti-bsp/recipes-bsp/ti-sci-fw/ti-sci-fw_git.bb
+++ b/meta-ti-bsp/recipes-bsp/ti-sci-fw/ti-sci-fw_git.bb
@@ -6,11 +6,6 @@ require recipes-bsp/ti-linux-fw/ti-linux-fw.inc
6 6
7PACKAGE_ARCH = "${MACHINE_ARCH}" 7PACKAGE_ARCH = "${MACHINE_ARCH}"
8 8
9CFLAGS[unexport] = "1"
10LDFLAGS[unexport] = "1"
11AS[unexport] = "1"
12LD[unexport] = "1"
13
14PV = "${TI_SYSFW_VERSION}" 9PV = "${TI_SYSFW_VERSION}"
15PR = "${INC_PR}.0" 10PR = "${INC_PR}.0"
16 11