1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-05-07 03:49:20 +00:00

meta-ti/all: Handle S when building a subdir of the git repo

If a recipe is fetching an entire git repo and then just building a
single dir, then we need to update S to lock into the sub directory.
Easiest fix is to simply append the subdir to whatever the system wants
to set S to by default.

Signed-off-by: Ryan Eatmon <reatmon@ti.com>
This commit is contained in:
Ryan Eatmon
2025-06-24 15:54:36 -05:00
parent d02032fa40
commit d3f73eaf07
12 changed files with 13 additions and 13 deletions
@@ -14,7 +14,7 @@ SRC_URI:append = " \
file://0001-libbfd.h-suppress-GCC9-Wstringop-truncation.patch;striplevel=2 \
"
S = "${WORKDIR}/git/gdbc6x"
S:append = "/gdbc6x"
inherit update-rc.d
inherit gettext
@@ -6,7 +6,7 @@ DEPENDS = "ti-xdais ti-framework-components ti-cgt6x-native ti-sysbios ti-xdctoo
PR = "${INC_PR}.0"
S = "${WORKDIR}/git/gdbserver-c6x/src"
S:append = "/gdbserver-c6x/src"
PLATFORM = ""
PLATFORM:dra7xx = "DRA7xx_PLATFORM"
@@ -9,7 +9,7 @@ SRC_URI:append = "\
file://0002-Support-Linux-kernels-v6.6.patch;patchdir=../.. \
"
S = "${WORKDIR}/git/kernel_module/gdbproxy-mod"
S:append = "/kernel_module/gdbproxy-mod"
inherit module