Skip to content

Commit

Permalink
updpatch: linux-th1520 6.7.revyos6
Browse files Browse the repository at this point in the history
- enable RPMSG_THEAD_LIGHT, it must set RPMSG and RPMSG_VIRTIO to yes
  because RPMSG_THEAD_LIGHT build failed as module.
- LIGHT_PMIC_WATCHDOG=y because it can't be loaded as module.
- PINCTRL_TH1520=y because uart depends on it.

Signed-off-by: Celeste Liu <CoelacanthusHex@gmail.com>
  • Loading branch information
CoelacanthusHex authored and felixonmars committed Jan 23, 2024
1 parent aeaef2f commit 72c4499
Show file tree
Hide file tree
Showing 4 changed files with 267 additions and 127 deletions.
14 changes: 7 additions & 7 deletions linux-th1520/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Maintainer: Jan Alexander Steffens (heftig) <heftig@archlinux.org>

pkgbase=linux-th1520
pkgver=6.6.8
_commit=c0ea2760bc2d74204a3ffcfe0e588375f51d6886
pkgver=6.7.revyos6
_tag=th1520-v6.7-v6
pkgrel=1
pkgdesc='TH1520 Linux'
url='https://github.com/revyos/th1520-linux-kernel'
Expand All @@ -29,7 +29,7 @@ makedepends=(
options=('!strip')
_srcname=th1520-linux-kernel
source=(
git+https://github.com/revyos/th1520-linux-kernel.git#commit=$_commit
git+https://github.com/revyos/th1520-linux-kernel.git#tag=$_tag
config # the main kernel config file
riscv64.config-patch
)
Expand All @@ -40,11 +40,11 @@ validpgpkeys=(
)
# https://www.kernel.org/pub/linux/kernel/v6.x/sha256sums.asc
sha256sums=('SKIP'
'18fcff9fa723cef2feb654dae966a149f0ef0fea9dda1780d3de0ff07d4f8ab7'
'395c796ebad0be9cd53101ffd3ea44382b87bbf283c974aa9b37f454ee0f031f')
'faaa3867e72bb7755844585dc26773c34ce5a0f3f0bdbe89fa20943d2bf7bedc'
'44d548a786a9b9b3a534c9c1b707cc3b324c181a993be82c0deebf1bf8316e80')
b2sums=('SKIP'
'72b204712173dd109f60c6c81a10dc24c64eba7c2be8182a520b52f31ba2ecc4082fc711656a7e4893aac26120f9271c1fda3e37ad94236db95b14a6fdb56a82'
'c02702768234e8aa350398fda1817d18853c408aab01de1769db46c67c66681a06a1b6181e3bb478e6084ad062604a3fa1eecf6f8b6cc5fb3cae0bbd4aad6d27')
'341802515628e7c43a1cd5294df19ab8811bdbc75fd7f454dec159022aa35a3a90706f57495868be65f8841507064bc855fc2bebc4b99df6bf4af1111932387c'
'2b12df032ab088c4018d3693d2cbecd6d085c49a35c88f9988bc7f4a07ba58a3fea26b3e3750689d9cf0674d542e5d5c5edb1946688f52ee12402dd3c25d3918')

export KBUILD_BUILD_HOST=archlinux
export KBUILD_BUILD_USER=$pkgbase
Expand Down
Loading

0 comments on commit 72c4499

Please sign in to comment.