dra7xx: configure for rtos usecase to bulild

example for in hlos add rtos usecase to build.

commit f01f061b6db87566e9623ebf43b2466586e1f9fb
Date:   Fri May 10 17:06:40 2019 +0800

    VSDK build: add RTOS usecases to build

diff --git a/apps/Makefile b/apps/Makefile
index 033b932..03ee1f5 100755
--- a/apps/Makefile
+++ b/apps/Makefile
@@ -66,6 +66,11 @@ ifeq ($(ROBUST_RVC_INCLUDE), yes)
 include $(USECASES)
 endif

+ifeq ($(LATE_ATTACH_ENABLE), yes)
+-include $(MODULE_SRC_BASE_PATH)/rtos/usecases/common/SRC_FILES.MK
+include $(USECASES)
+endif
+
 ifneq ($(RADAR_ONLY),yes)
 -include $(MODULE_SRC_BASE_PATH)/rtos/common_srv/SRC_FILES.MK
 endif
diff --git a/apps/configs/tda2xx_evm_linux_all/cfg.mk b/apps/configs/tda2xx_evm_linux_all/cfg.mk
index 1ece1b2..b0ec409 100755
--- a/apps/configs/tda2xx_evm_linux_all/cfg.mk
+++ b/apps/configs/tda2xx_evm_linux_all/cfg.mk
@@ -96,6 +96,7 @@ DSS_INCLUDE=yes

 AVB_INCLUDE=no

+EARLY_VIDEO_INCLUDE=yes
 #
 # Enable below macro to enable DCAN integration into Vision SDK.
 #
@@ -109,6 +110,8 @@ CPU_IDLE_ENABLED=yes
 #
 DATA_VIS_INCLUDE=no

+# Enable/Disable late attach (yes/no)
+LATE_ATTACH_ENABLE=yes
 #
 # Enable below macro to enable OPENVX into Vision SDK
 #

原文地址:https://www.cnblogs.com/widic/p/10942874.html

时间: 2024-10-08 20:25:33

dra7xx: configure for rtos usecase to bulild的相关文章

checking for SSL... configure: error: Cannot find ssl libraries

问题: 安装配置nagios客户端,在安装nrpe的时候遇到了报错,如下 [[email protected] nrpe-2.9]# ./configure 解决: 安装open-ssl后,搞定 [[email protected] nrpe-2.9]# yum -y install openssl-devel

nginx安装报错./configure: error: the http rewrite module requires the pcre library.

nginx编译时报错: ./configure: error: the http rewrite module requires the pcre library. 解决方法: [[email protected] nginx-1.5.9]#  yum install zlib-devel -y

zabbix在configure时候遇到的问题(CentOS)

zabbix在configure时候遇到的问题(CentOS)为你解答: 在CentOS系统中,安装zabbix进行configure时会遇到以下4个主要问题 ./configure --enable-server --enable-agent --with-mysql --with-net-snmp --with-jabber --with-libcurl 1 configure: error: MySQL library not found the problem is not instal

我的RTOS 之一 --S5PV210 异常向量表基址和软中断测试

1.异常向量表基址 s5pv210 默认指定了异常向量基址0xD003_4700, 当异常比如中断触发时,会自动跳转到基址查找异常处理函数s5pv210 默认指定了异常向量基址0xD003_4700, 当异常比如中断触发时,会自动跳转到基址查找异常处理函数 通过代码可以这样实现,通过代码可以这样实现, #define _Exception_Vector 0xD0037400 #define pExceptionRESET ( *((volatile unsigned long *)(_Excep

[email protected]一个高效的配置管理工具--Ansible configure management--翻译(六)

无书面许可请勿转载 高级playbook Finding files with variables All modules can take variables as part of their arguments by dereferencing them with {{ and }} . You can use this to load a particular file based on a variable. For example, you might want to select a

Ceph安装QEMU报错:User requested feature rados block device configure was not able to find it

CentOS6.3中,要想使用Ceph的block device,需要安装更高版本的QEMU. 安装好ceph后,安装qemu-1.5.2 # tar -xjvf qemu-1.5.2.tar.bz2 # cd qemu-1.5.2 # ./configure --enable-rbd 一定要加上--enable-rbd选项,这样qemu才能支持rbd协议. 这一步可能会报错: ERROR: User requested feature rados block device configure

php安装编译时 configure: error: Cannot find OpenSSL's <evp.h>

=============================================== yum install error: protected multilib versions error===============================================sudo yum downgrade openssl 降级sudo yum install openssl-devel ===另外参考====================================

zabbix3.x安装出现“configure: error: Not found mysqlclient library”的解决办法

如题所示,在CentOS6.x的系统中安装zabbix3.x,使用了以下的编译命令: ./configure --prefix=/usr/local/zabbix --enable-server --enable-agent --with-mysql --enable-ipv6 --with-net-snmp --with-libcurl --with-libxml2 在编译时,可能会出现题目中所示的错误,可以通过安装mysql-devel这个库解决: [[email protected] za

Configure Always On Availability Group for SQL Server on Ubuntu

下面简单介绍一下如何在Ubuntu上一步一步创建一个SQL Server AG(Always On Availability Group),以及配置过程中遇到的坑的填充方法. 目前在Linux上可以搭建两种类型的SQL Server AG,一种是高可用性的结构同时使用Cluster服务器提供业务连续性.这种结构包括read-scale节点.接下来就会介绍这种AG的搭建方法.另外一种是没有Cluster服务的read-scale AG,这种结构仅仅提供只读的可扩展性,不提供高可用性功能.关于如何创