Building USDPAA applications with yocto 2.7

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Building USDPAA applications with yocto 2.7

680 Views
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

Labels (1)
Tags (2)
0 Kudos
1 Reply

508 Views
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 Kudos