There's no doxygen recipe provided by meta-ti, nor oe-core. And meta-ti expects doxygen to be available as a host tool, per layers.conf
Signed-off-by: Denys Dmytriyenko <[email protected]> --- recipes-ti/ipc/ti-ipc-rtos_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-ti/ipc/ti-ipc-rtos_git.bb b/recipes-ti/ipc/ti-ipc-rtos_git.bb index f4eefa8..886beb9 100644 --- a/recipes-ti/ipc/ti-ipc-rtos_git.bb +++ b/recipes-ti/ipc/ti-ipc-rtos_git.bb @@ -2,7 +2,7 @@ require ti-ipc.inc require ti-ipc-common.inc require ti-ipc-rtos.inc -DEPENDS = "ti-xdctools ti-sysbios doxygen-native zip-native" +DEPENDS = "ti-xdctools ti-sysbios zip-native" PACKAGES =+ "${PN}-fw" FILES_${PN}-fw = "${base_libdir}/firmware/*" -- 2.7.4 -- _______________________________________________ meta-ti mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-ti
