yocto - Building a bitbake component locally -


i writing component goes yocto build, during development don't want build entire image. want checkout component(in own git repo), build using cross-compiler used building entire tree, , test before checking in(devtest) , building entire filesystem system test. have not found way that.

if understand question correctly, want build sdk?

run

bitbake - c populate_sdk <image-name> 

that'll give nice sdk in tarball. execute tarball install on desired location.

in shell you're developing application, source environment-.... file in installed location. configured crosscompile, long you're using eg cc instead of directly calling gcc.


Comments

Popular posts from this blog

html - Difficulties with background-image property -

visual studio code - What does the isShellCommand property actually do and how should you use it? -

ios - Segue not passing data between ViewControllers -