Hi, I am new to Yocto. I have a tar package and I want to install this package in my image created by Yocto. I want to perform three steps to install the package:
1) Build directory named "build" (*mkdir build*) 2) Change the directory to "build" (*cd build*) 3) Execute cmake command (*cmake ..*) Can anyone tell me how can I write the above steps in a bitbake recipe file so that the above three steps should get executed. I have generated checksum using *md5sum <pkgname>* Any help will be appreciated. Thanks in advance.
_______________________________________________ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto