Add the shellhub-agent recipe compatible with kirkstone LTS release of yocto#78
Add the shellhub-agent recipe compatible with kirkstone LTS release of yocto#78prashantdivate wants to merge 2 commits into
Conversation
|
Hi! I realized I targeted the master branch by mistake. Since this is for the Kirkstone LTS release, could you please create a Kirkstone branch in this repository? Once that branch exists, I will retarget this PR to it so it doesn't merge into master. Thank you! |
|
Our understanding is that it works directly in that branch. https://github.com/shellhub-io/meta-shellhub/blob/scarthgap/conf/layer.conf I know we could improve the README to make this clearer, but the Scarfthgap supports the Kirkstone version. You could give this a try. |
|
@otavio as I already tried the scarthgap branch shellhub recipe version. Recent versions will not be compatible with kirkstone release due to dependency mismatch of upstream go package versions. FYI, ERROR: shellhub-agent-0.18.3-r0 do_compile: ExecutionError('/home/prashant/MadOS/mados-combo/build/tmp/work/armv8a-poky-linux/shellhub-agent/0.18.3-r0/temp/run.do_compile.3713579', 1, None, None) Thats why I raised this PR because v0.11.0: was practical ShellHub Agent target for stock Yocto Kirkstone / Go 1.17 |
|
I would rather prefer to do the backport of the Go toolchain to this layer in this branch, so we can make it compatible. We already have the infrastructure to allow the build of newer Go toolchain in place, so the backport should be trivial. Would you mind to take a look at this and do the backports to the referred branches? |
shellhub: add initial recipe for Kirkstone compatibility
Introduce a new recipe for ShellHub to provide compatibility with the
Yocto Project Kirkstone release. There was previously no supported
recipe for this branch in the meta-shellhub layer.
Signed-off-by: Prashant Divate