Let’s say I have a recipe foo.bb containing: PACKAGECONFIG[option1] = "..." PACKAGECONFIG[option2] = "..." Now, I want to write a recipe for package bar.
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
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