From: Denys Dmytriyenko <de...@konsulko.com>

Some .inc file now span across layers, so use fuller path to find them when
including.

Signed-off-by: Denys Dmytriyenko <de...@konsulko.com>
---
 meta-ti-extras/recipes-ti/ipc/ti-ipc-examples.inc | 2 +-
 meta-ti-extras/recipes-ti/ipc/ti-ipc-rtos_git.bb  | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/meta-ti-extras/recipes-ti/ipc/ti-ipc-examples.inc 
b/meta-ti-extras/recipes-ti/ipc/ti-ipc-examples.inc
index 66cd5d32..c34a6078 100644
--- a/meta-ti-extras/recipes-ti/ipc/ti-ipc-examples.inc
+++ b/meta-ti-extras/recipes-ti/ipc/ti-ipc-examples.inc
@@ -1,5 +1,5 @@
 HOMEPAGE = "http://processors.wiki.ti.com/index.php/Category:IPC";
-require ti-ipc-common.inc
+require recipes-ti/ipc/ti-ipc-common.inc
 require ti-ipc-rtos.inc
 
 LICENSE = "BSD"
diff --git a/meta-ti-extras/recipes-ti/ipc/ti-ipc-rtos_git.bb 
b/meta-ti-extras/recipes-ti/ipc/ti-ipc-rtos_git.bb
index abef3195..60230a07 100644
--- a/meta-ti-extras/recipes-ti/ipc/ti-ipc-rtos_git.bb
+++ b/meta-ti-extras/recipes-ti/ipc/ti-ipc-rtos_git.bb
@@ -1,5 +1,5 @@
-require ti-ipc.inc
-require ti-ipc-common.inc
+require recipes-ti/ipc/ti-ipc.inc
+require recipes-ti/ipc/ti-ipc-common.inc
 require ti-ipc-rtos.inc
 
 DEPENDS = "ti-xdctools-native ti-sysbios doxygen-native zip-native"
-- 
2.25.1

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#14436): 
https://lists.yoctoproject.org/g/meta-ti/message/14436
Mute This Topic: https://lists.yoctoproject.org/mt/89310657/21656
Group Owner: meta-ti+ow...@lists.yoctoproject.org
Unsubscribe: https://lists.yoctoproject.org/g/meta-ti/unsub 
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to