Skip to content

linux-mainline: Update base image and fix build failures #904

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: testing
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions package/linux-mainline/package
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ archs=(rm2)
pkgnames=(linux-mainline)
pkgdesc="reMarkable 2 kernel based on the mainline kernel"
url=https://www.kernel.org
pkgver=6.3.0-2
pkgver=6.3.0-3
timestamp=2023-08-23T21:50:09Z
section=kernel
maintainer="Alistair Francis <[email protected]>"
Expand All @@ -22,13 +22,13 @@ source=(
)
sha256sums=(
647f6a60adad8c4e37eeaf9114c037888cb33923e364bbf5dc0830b2661c21b7
f4d8cbb2c0e7bff5b151729b45064eb9e95005cb91899f0a9df038343d95ebf2
c54921f2a8ad02bfec231adf64a1a6eec9306a6ce596ff0c717bc5131b5521a6
)

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/ PKG_CONFIG_SYSROOT_DIR="" 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/ PKG_CONFIG_SYSROOT_DIR="" make -C "$srcdir" modules_install INSTALL_MOD_PATH="$staging"
rm "$staging"/lib/modules/*/{source,build}

# Create the kernel archive
Expand Down
1 change: 1 addition & 0 deletions package/linux-mainline/remarkable_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -485,3 +485,4 @@ CONFIG_DEBUG_FS=y
# CONFIG_SLUB_DEBUG is not set
# CONFIG_SCHED_DEBUG is not set
# CONFIG_FTRACE is not set
CONFIG_INPUT_UINPUT=y