Building USDPAA applications with yocto 2.7

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Building USDPAA applications with yocto 2.7

1,205件の閲覧回数
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,033件の閲覧回数
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 件の賞賛
返信