Skip to content

Commit

Permalink
seed-5.4/kernel: Bump v.5.4.251
Browse files Browse the repository at this point in the history
  • Loading branch information
geaaru committed Jul 31, 2023
1 parent a5bbdd2 commit f6aafba
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
19 changes: 19 additions & 0 deletions packages/seeds/macaroni-kernel-5.4/build.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
env:
- LUET_YES=true
- LUET_NOLOCK=true
- KERNEL_VERSION={{ ( index .Values.labels "kernel.version" ) }}
prelude:
# dev-util/kbuild is needed for virtualbox-guest-additions
- >-
luet repo update && luet upgrade &&
luet install --force --sync-repos
kernel-5.4/macaroni-lts-sources
kernel-5.4/macaroni-lts-full
kernel-5.4/macaroni-lts-modules
dev-util/kbuild &&
luet cleanup &&
cd /usr/src && eval 'rm linux || true' && ln -s linux-$KERNEL_VERSION-macaroni linux
requires:
- category: "seed"
name: "macaroni-phoenix-base"
version: ">=0"
6 changes: 6 additions & 0 deletions packages/seeds/macaroni-kernel-5.4/definition.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
name: kernel
version: 5.4.251
category: seed-5.4
hidden: true
labels:
kernel.version: 5.4.251

0 comments on commit f6aafba

Please sign in to comment.