Skip to content

Commit

Permalink
linux-mainline: Update base image and fix build failures
Browse files Browse the repository at this point in the history
Signed-off-by: Alistair Francis <alistair@alistair23.me>
  • Loading branch information
alistair23 committed Jul 3, 2024
1 parent c46168b commit 81be148
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package/linux-mainline/package
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ installdepends=(kernelctl)
license=GPL-2.0-only
flags=(nostrip)

image=base:v2.3
image=base:v3.1
source=(
https://github.com/alistair23/linux/archive/1698a3bdd8d66e58873c5bb3ce370b7d48b004cf.tar.gz
remarkable_defconfig
Expand All @@ -28,7 +28,7 @@ sha256sums=(
build() {
cp remarkable_defconfig arch/arm/configs/
ARCH=arm make remarkable_defconfig
ARCH=arm make -j8
ARCH=arm PKG_CONFIG_PATH=/usr/lib/x86_64-linux-gnu/pkgconfig/ make -j8
}

package() {
Expand All @@ -40,7 +40,7 @@ package() {
cp --no-dereference "$srcdir"/arch/arm/boot/dts/imx7d-remarkable2.dtb \
"$staging"/boot/zero-sugar.dtb

ARCH=arm make -C "$srcdir" modules_install INSTALL_MOD_PATH="$staging"
ARCH=arm PKG_CONFIG_PATH=/usr/lib/x86_64-linux-gnu/pkgconfig/ make -C "$srcdir" modules_install INSTALL_MOD_PATH="$staging"
rm "$staging"/lib/modules/*/{source,build}

# Create the kernel archive
Expand Down

0 comments on commit 81be148

Please sign in to comment.