Skip to content

Commit

Permalink
seed-6.1/kernel: Bump v.6.1.42
Browse files Browse the repository at this point in the history
  • Loading branch information
geaaru committed Jul 31, 2023
1 parent a4ab930 commit a5bbdd2
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
15 changes: 15 additions & 0 deletions packages/seeds/macaroni-kernel-6.1/build.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
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 install --sync-repos kernel-6.1/macaroni-sources dev-util/kbuild --nodeps &&
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-6.1/definition.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
name: kernel
version: 6.1.42
category: seed-6.1
hidden: true
labels:
kernel.version: 6.1.42

0 comments on commit a5bbdd2

Please sign in to comment.