mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
core/linux-am33x to 5.19.4-1
This commit is contained in:
parent
e59d5f463f
commit
e26c1952e6
2 changed files with 624 additions and 440 deletions
|
@ -4,13 +4,13 @@
|
|||
buildarch=4
|
||||
|
||||
pkgbase=linux-am33x
|
||||
_srcname=linux-5.17
|
||||
_srcname=linux-5.19
|
||||
_kernelname=${pkgbase#linux}
|
||||
_desc="TI AM335x Beaglebone (Black)"
|
||||
pkgver=5.17.1
|
||||
pkgver=5.19.4
|
||||
pkgrel=1
|
||||
rcnver=5.17.0
|
||||
rcnrel=bone8
|
||||
rcnver=5.19.3
|
||||
rcnrel=bone7
|
||||
arch=('armv7h')
|
||||
url="https://www.kernel.org/"
|
||||
license=('GPL2')
|
||||
|
@ -24,12 +24,12 @@ source=("https://www.kernel.org/pub/linux/kernel/v5.x/${_srcname}.tar.xz"
|
|||
'config'
|
||||
'linux.preset'
|
||||
'99-linux.hook')
|
||||
md5sums=('07321a70a48d062cebd0358132f11771'
|
||||
'5a015eeaa9a3bf5bea84290f54ccf48d'
|
||||
'cbcefc6c068b377873fdb783e1c5b596'
|
||||
md5sums=('f91bfe133d2cb1692f705947282e123a'
|
||||
'd89c87a448cca0f1192666e538984761'
|
||||
'd7809fea0e269d7bde66cf262ae21960'
|
||||
'SKIP'
|
||||
'ee16bcdbbf978e714455933ecd6dd8fe'
|
||||
'05849d489a2f3361f5b6d5bab6afb46c'
|
||||
'9a525539ebebcc581b19daf89a01d7f1'
|
||||
'78ccc998f27eec49a9d5490218b1b1ab'
|
||||
'79fa396e3f9a09a85156d6d7c2d34b58')
|
||||
|
||||
|
@ -172,9 +172,6 @@ _package-headers() {
|
|||
install -Dt "${_builddir}/arch/${KARCH}/kernel" -m644 arch/${KARCH}/kernel/asm-offsets.s
|
||||
|
||||
cp -t "${_builddir}/arch/${KARCH}" -a arch/${KARCH}/include
|
||||
mkdir -p "${_builddir}/arch/${KARCH}/"{mach-omap2,plat-omap}
|
||||
cp -t "${_builddir}/arch/${KARCH}/mach-omap2" -a arch/$KARCH/mach-omap2/include
|
||||
cp -t "${_builddir}/arch/${KARCH}/plat-omap" -a arch/$KARCH/plat-omap/include
|
||||
|
||||
install -Dt "${_builddir}/drivers/md" -m644 drivers/md/*.h
|
||||
install -Dt "${_builddir}/net/mac80211" -m644 net/mac80211/*.h
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue