diff options
author | Andrew Davis <afd@ti.com> | 2023-10-25 11:56:26 -0500 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2023-11-08 17:36:44 -0600 |
commit | 1116e41aaaf362b127d2f59affecd91d6029aa72 (patch) | |
tree | c7597f32bbc29455cc6bb25134edd52241e99f8e /meta-ti-bsp | |
parent | bbb8ca497c3bb1e00d17628741e9884d150191a5 (diff) | |
download | meta-ti-1116e41aaaf362b127d2f59affecd91d6029aa72.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>
Diffstat (limited to 'meta-ti-bsp')
-rw-r--r-- | meta-ti-bsp/recipes-bsp/ti-sci-fw/ti-sci-fw_git.bb | 5 |
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 | ||
7 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 7 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
8 | 8 | ||
9 | CFLAGS[unexport] = "1" | ||
10 | LDFLAGS[unexport] = "1" | ||
11 | AS[unexport] = "1" | ||
12 | LD[unexport] = "1" | ||
13 | |||
14 | PV = "${TI_SYSFW_VERSION}" | 9 | PV = "${TI_SYSFW_VERSION}" |
15 | PR = "${INC_PR}.0" | 10 | PR = "${INC_PR}.0" |
16 | 11 | ||