internal/rosa/kernel: arm64 configuration

These new dependencies do not apply to amd64, but adding them anyway in case they are needed some day.

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2026-02-24 23:56:25 +09:00
parent c8bb88cced
commit b3749aaf0b
4 changed files with 14224 additions and 0 deletions

View File

@@ -108,6 +108,7 @@ cp -av "$3" "$4"
t.Load(Gawk),
t.Load(Coreutils),
t.Load(Diffutils),
t.Load(Python),
t.Load(XZ),
t.Load(Zlib),
@@ -117,6 +118,7 @@ cp -av "$3" "$4"
t.Load(Kmod),
t.Load(Elfutils),
t.Load(OpenSSL),
t.Load(UtilLinux),
t.Load(KernelHeaders),
)
}