Category "yocto-recipe"

Yocto: have a dependency to a receipe and a PACKAGECONFIG

Let’s say I have a recipe foo.bb containing: PACKAGECONFIG[option1] = "..." PACKAGECONFIG[option2] = "..." Now, I want to write a recipe for package bar.

How to copy whole directories containing subdirectories to /boot (i.e bootfs) in Yocto while inheriting core-image class?

I have a directory which again contains subdirectories, which are built has part of other recipe and moved to DEPLOY_DIR_IMAGE using deploy bb class. So now I w

Conflicting revision error when sourcing from multiple git repositories in yocto

I want to fetch from two git repositories in yocto, but I get an "conflicting revisions error. The code I use is like this: SRC_URI_append = " git:///home/proje