diff mbox series

[meta-arago,master/kirkstone] big-data-ipc-demo: Add dependency on kernel headers in shared workdir

Message ID 20230516184821.13711-1-reatmon@ti.com
State Accepted
Delegated to: Ryan Eatmon
Headers show
Series [meta-arago,master/kirkstone] big-data-ipc-demo: Add dependency on kernel headers in shared workdir | expand

Commit Message

Ryan Eatmon May 16, 2023, 6:48 p.m. UTC
The previous change added a dependency on virtual/kernel to get the
headers for the compile step, but this additional dependency is needed
to make it work in situations where the sstate causes the kernel to not
be rebuilt and thus not populate the shared workdir with the headers.

Signed-off-by: Ryan Eatmon <reatmon@ti.com>
---
 .../recipes-apps/big-data-ipc-demo/big-data-ipc-demo_git.bb     | 2 ++
 1 file changed, 2 insertions(+)
diff mbox series

Patch

diff --git a/meta-arago-extras/recipes-apps/big-data-ipc-demo/big-data-ipc-demo_git.bb b/meta-arago-extras/recipes-apps/big-data-ipc-demo/big-data-ipc-demo_git.bb
index e7bf1a1d..99434246 100644
--- a/meta-arago-extras/recipes-apps/big-data-ipc-demo/big-data-ipc-demo_git.bb
+++ b/meta-arago-extras/recipes-apps/big-data-ipc-demo/big-data-ipc-demo_git.bb
@@ -23,6 +23,8 @@  DEPENDS = "ti-ipc \
            virtual/kernel \
 "
 
+do_configure[depends] += "virtual/kernel:do_shared_workdir"
+
 PLATFORM = "UNKNOWN"
 PLATFORM:omap-a15 = "DRA7XX"