summaryrefslogtreecommitdiff
path: root/repo/linux-libre
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2022-08-10 09:16:34 +0100
committerdavidovski <david@davidovski.xyz>2022-08-10 09:16:34 +0100
commitc1d3da9ca87c414100b1cb969e36b8d7d05b9a74 (patch)
tree1cd983a42e1a221991d09783e08c6c162d4be5cf /repo/linux-libre
parent9a26d3fdc7fca2df6f824b56034ab9a823e898d8 (diff)
added ovmf, lolcat, spice, and squashfstools
Diffstat (limited to 'repo/linux-libre')
-rw-r--r--repo/linux-libre/linux-libre-src.xibuild2
-rw-r--r--repo/linux-libre/linux-libre.xibuild10
2 files changed, 6 insertions, 6 deletions
diff --git a/repo/linux-libre/linux-libre-src.xibuild b/repo/linux-libre/linux-libre-src.xibuild
index 3ce3796..41e325e 100644
--- a/repo/linux-libre/linux-libre-src.xibuild
+++ b/repo/linux-libre/linux-libre-src.xibuild
@@ -5,7 +5,7 @@ DESC="$DESC (source)"
package () {
srcdir=$PKG_DEST/usr/src/
mkdir -p $srcdir
- tar -xf linux-$PKG_VER.tar.xz -C $srcdir
+ tar -xf linux-libre-$PKG_VER-gnu.tar.xz -C $srcdir
make -C $srcdir/linux-$PKG_VER mrproper
cp config $srcdir/linux-$PKG_VER/.config
make -C $srcdir/linux-$PKG_VER olddefconfig
diff --git a/repo/linux-libre/linux-libre.xibuild b/repo/linux-libre/linux-libre.xibuild
index b3c10cf..8e7eac4 100644
--- a/repo/linux-libre/linux-libre.xibuild
+++ b/repo/linux-libre/linux-libre.xibuild
@@ -3,20 +3,20 @@
MAKEDEPS="make bc linux-headers cpio"
DEPS="sbase kmod"
-PKG_VER=5.18.6
-SOURCE=https://cdn.kernel.org/pub/linux/kernel/v${PKG_VER%%.*}.x/linux-$PKG_VER.tar.xz
+PKG_VER=5.19
+#SOURCE=https://cdn.kernel.org/pub/linux/kernel/v${PKG_VER%%.*}.x/linux-$PKG_VER.tar.xz
+SOURCE=https://linux-libre.fsfla.org/pub/linux-libre/releases/LATEST-${PKG_VER%%.*}.N/linux-libre-${PKG_VER}-gnu.tar.xz
ADDITIONAL="
fix-sbase-coreutils.patch
config
- https://linux-libre.fsfla.org/pub/linux-libre/releases/$PKG_VER-gnu/deblob-${PKG_VER%.*}
- https://linux-libre.fsfla.org/pub/linux-libre/releases/$PKG_VER-gnu/deblob-check
"
+ #https://linux-libre.fsfla.org/pub/linux-libre/releases/$PKG_VER-gnu/deblob-${PKG_VER}
prepare () {
make mrproper
apply_patches
- sh deblob-${PKG_VER%.*} --force
+ #sh deblob-${PKG_VER} --force
cp config .config