Adding support for aws-greengrass-pkcs11-provider in meta-aws #13053
Replies: 6 comments 1 reply
-
| Hi, | 
Beta Was this translation helpful? Give feedback.
-
| Thanks! I think it makes sense to have a base recipe (+ greengrass-bin-common.inc for common configs). Let me check if I understand it correctly: 
 For this to work: do_install of each plugin should be invoked only after do_install of the base. | 
Beta Was this translation helpful? Give feedback.
-
| Ok, this part I did not think through - even if I did something about this issue here.  I mean if we have yq-native could merge in the do_install task, but as you said dependency wise the initial config should be installed first. | 
Beta Was this translation helpful? Give feedback.
-
| Adding it like fleetprovisioning works for me as well. It will just make the recipe even bigger 😄 | 
Beta Was this translation helpful? Give feedback.
-
| Hi @thomas-roos, This is a prototype, so not tested thoroughly. I just made sure that plugins are in place and configuration is merged as expected. | 
Beta Was this translation helpful? Give feedback.
-
| Based on your PR I was also working on an version that also supports components and greengrass-lite (#13222 still WIP) - also I try to avoid the yq-native, as this adds a layer dependency. Thus implementing the merge in python. | 
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I was looking into enabling
aws-greengrass-pkcs11-providerin a project, but didn't find any support for this here in meta-aws. So, ended up creating one inside our Yocto layer (meta-cassini).I'm checking if this could be upstreamed here.
If so, which of the following would make more sense to add?
meta-aws/recipes-iot/aws-iot-greengrassfleetprovisioning)Thanks!
Beta Was this translation helpful? Give feedback.
All reactions