Skip to content

Yocto bitbake tool to find recipes that provide a given package (real/virtual)

Notifications You must be signed in to change notification settings

bhstalel/bitbake-recipe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

bitbake-recipe

Yocto bitbake tool to find recipes that provide a given package (real/virtual)

Setup

Copy the bitbake-recipe file under poky/bitbake/bin and source the build environment again

Test

This is tested on a layer meta-talel with recipe called "talel" that has 2 versions: 0.1 and 0.2

bitbake-recipe -p talel
| PN                             | PV     | PR | NATIVE? | PATH |
| ------------------------------ | ------ | -- | ------- | ---- |
| talel                          | 0.1    | r0 | No      | /path/to/meta-talel/recipes-example/example/talel_0.1.bb |
| talel                          | 0.2    | r0 | No      | /path/to/meta-talel/recipes-example/example/talel_0.2.bb |

About

Yocto bitbake tool to find recipes that provide a given package (real/virtual)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages