bottlerocket-os / bottlerocket-core-kit

A kit with core software packaged for Bottlerocket
Other
16 stars 26 forks source link

move kernels into separate kit #193

Open bcressey opened 1 month ago

bcressey commented 1 month ago

What I'd like: I'd like to move kernels into their own kit, separate from the core kit. They don't require any of the userspace libraries or programs built in the rest of the core kit, and they're a key driver of lengthy build times.

Pros:

Cons:

What's in scope:

I'm on the fence about selinux-policy, but I think it's OK for it to stay in the core kit.

Any alternatives you've considered: Status quo.

cbgbt commented 1 month ago

Presumably the dependency graph will be like this?

kit dependency graph

This would be great for compile times in core-kit!

bryantbiggs commented 1 month ago

efa kmod?

arnaldo2792 commented 1 month ago

The EFA kernel module is baked in the kernel, we don't consume the kmod from here