Skip to content

devarsht/meta-ridgerun

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

meta-ridgerun

Ridgerun yocto layer containing RidgeRun commonly used packages

Adding meta-ridgerun to your Yocto build

  • First you need to copy meta-ridgerun in your sources directory
cp -r meta-ridgerun $YOCTO_DIRECTORY/sources/
  • Then add the RidgeRun meta layer to your bblayers.conf file. First go to the build configuration directory
cd $YOCTO_DIRECTORY/build/conf/
  • Open the bblayers.conf file and add the RidgeRun meta layer path $YOCTO_DIRECTORY/sources/meta-ridgerun to BBLAYERS

  • With these steps the meta-ridgerun layer was added correctly

Building Gst-Shark and Gstreamer Deamon

  • Go to your yocto directory and export the machine used. For example:
export MACHINE=zcu106-zynqmp
  • Finally build both recipes
bitbake gstd gst-shark

About

Ridgerun yocto layer containing RidgeRun commonly used packages

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • BitBake 100.0%