diff options
Diffstat (limited to 'recipes-extended')
-rw-r--r-- | recipes-extended/tsntool/tsntool_git.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-extended/tsntool/tsntool_git.bb b/recipes-extended/tsntool/tsntool_git.bb index 977d43ad..4ce353be 100644 --- a/recipes-extended/tsntool/tsntool_git.bb +++ b/recipes-extended/tsntool/tsntool_git.bb | |||
@@ -12,6 +12,8 @@ SRCREV = "30a0320eb4a1798ac3d6258a2e02d863e60a1582" | |||
12 | 12 | ||
13 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |
14 | 14 | ||
15 | do_configure[depends] += "virtual/kernel:do_shared_workdir" | ||
16 | |||
15 | do_compile_prepend() { | 17 | do_compile_prepend() { |
16 | mkdir -p ${S}/include/linux | 18 | mkdir -p ${S}/include/linux |
17 | cp -r ${STAGING_KERNEL_DIR}/include/uapi/linux/tsn.h ${S}/include/linux | 19 | cp -r ${STAGING_KERNEL_DIR}/include/uapi/linux/tsn.h ${S}/include/linux |