bottlerocket-os / bottlerocket-core-kit

A kit with core software packaged for Bottlerocket
Other
15 stars 23 forks source link

move kernels into separate kit #193

Open bcressey opened 2 days ago

bcressey commented 2 days 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 2 days ago

Presumably the dependency graph will be like this?

kit dependency graph

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

bryantbiggs commented 2 days ago

efa kmod?

arnaldo2792 commented 1 hour ago

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