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 <[email protected]> --- .../recipes-apps/big-data-ipc-demo/big-data-ipc-demo_git.bb | 2 ++ 1 file changed, 2 insertions(+) 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" -- 2.17.1 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#14415): https://lists.yoctoproject.org/g/meta-arago/message/14415 Mute This Topic: https://lists.yoctoproject.org/mt/98933071/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/leave/10763299/21656/89520264/xyzzy [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
