Skip to content

Commit a9c465a

Browse files
committed
linux-mainline: Update base image and fix build failures
Signed-off-by: Alistair Francis <[email protected]>
1 parent 705b0de commit a9c465a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package/linux-mainline/package

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ archs=(rm2)
66
pkgnames=(linux-mainline)
77
pkgdesc="reMarkable 2 kernel based on the mainline kernel"
88
url=https://www.kernel.org
9-
pkgver=6.3.0-2
9+
pkgver=6.3.0-3
1010
timestamp=2023-08-23T21:50:09Z
1111
section=kernel
1212
maintainer="Alistair Francis <[email protected]>"
@@ -28,7 +28,7 @@ sha256sums=(
2828
build() {
2929
cp remarkable_defconfig arch/arm/configs/
3030
ARCH=arm make remarkable_defconfig
31-
ARCH=arm make -j8
31+
ARCH=arm PKG_CONFIG_PATH=/usr/lib/x86_64-linux-gnu/pkgconfig/ PKG_CONFIG_SYSROOT_DIR="" make -j8
3232
}
3333

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

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

4646
# Create the kernel archive

0 commit comments

Comments
 (0)