1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-07-27 14:28:05 +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
@@ -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