Building USDPAA applications with yocto 2.7

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Building USDPAA applications with yocto 2.7

1,208 次查看
sedat_altun
Contributor III

My question is about how to build USDPAA applications with yocto 2.7 for t4240rdb-64b board.

I am able to build images by using latest yocto 2.7 by using the instructions from  

qoriq-components/yocto-sdk - Repo manifest for QorIQ Yocto SDK .

I am getting the yocto layers from community repository and then by the below commands I succeeded to build kernel4.14, rootfs, dtb ..

$: . ./setup-env -m t4240rdb-64b
$: bitbake fsl-image-networking-full

After build when I looked at rootfs there is no usdpaa applications . 

What I have to do in order to build usdpaa applications by yocto 2.7?

Thanks

标签 (1)
标记 (2)
0 项奖励
回复
1 回复

1,036 次查看
sedat_altun
Contributor III

I found how to build usdpaa by using sdk 2.0.

After installing sdk 2.0  I successfully built usdpaa applications with the below commands :

bitbake -c compile usdpaa

bitbake -c compile usdpaa-apps

0 项奖励
回复