summaryrefslogtreecommitdiff
path: root/core/linux/PKGBUILD
blob: 4a923bcc711174afa81a9aaa601a8907a8105ad8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# upstream git revision: e2e10e88c44d845f0fd03f973dd3d17dd187f84d

# fail if upstream's .config changes
for ((i=0; i<${#sha256sums[@]}; i++)); do
  if [ "${sha256sums[${i}]}" = 'aa7b6756f193f3b3a3fc4947e7a77b09e249df2e345e6495292055d757ba8be6' ]; then
    sha256sums[${i}]='008371f47d4f6135c82bf0986e56e4eaff2258d58cc52658e9541e0657597333'
  fi
done

eval "$(
  declare -f package_linux-headers | \
    sed '
      \,/tools/objtool" ,d
      \,arch/x86/Makefile, {
        a \
        install -t "${builddir}/arch/x86" -m644 arch/x86/Makefile_32.cpu
      }
    '
)"

# i486-specific
if [ "${CARCH}" = "i486" ]; then
  # no documentation
  makedepends=(${makedepends[@]//xmlto/})

  # use i486-specific kernel configuration
  source[4]='config.i486'
  sha256sums[4]='8bb140f3f672d6e10bfb652a617d0c161b24980c750d2358cece2b82f8897dcb'
  eval "$(
    declare -f prepare | \
      sed '
        /cd.*_srcname/ a \ cp ../config.i486 ../config
      '
  )"
fi