diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-02-16 09:32:56 -0800 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2021-02-16 09:32:56 -0800 |
commit | 027b86ae8a34c6ee4e3faca88aacc3c97c7dbd12 (patch) | |
tree | 722fdf29eca4808c66eaa5443f0c40b7bc7499ba | |
parent | Updated to 5.10.15 (diff) | |
download | linux-027b86ae8a34c6ee4e3faca88aacc3c97c7dbd12.tar.xz |
Updated to 5.10.16
-rw-r--r-- | PKGBUILD | 51 | ||||
-rw-r--r-- | config | 2 |
2 files changed, 27 insertions, 26 deletions
@@ -15,7 +15,7 @@ pkgbase=linux _supver=5 _majver=10 -_minver=15 +_minver=16 _gccpatchver='20201113' _gccpatchger='10.1' _gccpatchker='5.8' @@ -31,7 +31,7 @@ arch=(x86_64) license=(GPL2) makedepends=( bc kmod libelf pahole cpio perl tar xz - xmlto python-sphinx python-sphinx_rtd_theme graphviz imagemagick +# xmlto python-sphinx python-sphinx_rtd_theme graphviz imagemagick ) conflicts=('linux-libre') options=('!strip') @@ -50,9 +50,9 @@ validpgpkeys=( '647F28654894E3BD457199BE38DBBDC86092693E' # Greg Kroah-Hartman ) # https://www.kernel.org/pub/linux/kernel/v5.x/sha256sums.asc -b2sums=('7cf58513bf2266697843f6d91fbb214268ad511e110a4e2b66bc0db84ecb4df724a7d65f641eee5837f4d88c1371ec8b313ee8aaa1d1f0260709eae2e3af32b3' +b2sums=('3b8d952dbbe46511289e06bc41ccd66f5ac9f0d544973f6f0efa43286eac814ae756f096aefaba0f5c3a8f641351d35aca5a52725d3cb0252cb8f2b058851896' 'SKIP' - 'd7fdf1eaf906d96677dc7c88dfff130be8b7c0e30aac9b323557584c22b1a1ccb8936bf555ad46265a6b8b1d791dde38cd0ed214f351c09186e83c4e81ee0847' + 'efd624f4d47e705058a3f29159aadfe859c17657f6db818df5376caac0dae911a6fb7e94576b1e331136ea59c09577f82eb30d520a03c5adc0c14df342be6417' '2f9195675270d79d735a3aaec25887c2f80b76eae98be8fcc5fd59ab71d925c5ee20ec5e2a015deb68b61bc2cc7f56f546a22cb96ee038e2e24c2c9dd5c3f79f' 'd8297e09f552a2d6bb24c2ba10481fd2b407057f3b24278e72a89233473460d339c83838791989773623178b5af80588fb4c484da2931f1040e313cce7ceca00' '7f1eb5938472f57748216bd00e0c875feab99fc1c5cb89babfea467ee30ca5c8e9fc5a691efe2e602bef1ea79820c5383822d7cec354b48d23321ccda8ee8127' @@ -138,7 +138,7 @@ prepare() { build() { cd $_srcname make all - make htmldocs + #make htmldocs } _package() { @@ -248,26 +248,27 @@ _package-headers() { ln -sr "$builddir" "$pkgdir/usr/src/$pkgbase" } -_package-docs() { - pkgdesc="Documentation for the $pkgdesc kernel" - - cd $_srcname - local builddir="$pkgdir/usr/lib/modules/$(<version)/build" - - echo "Installing documentation..." - local src dst - while read -rd '' src; do - dst="${src#Documentation/}" - dst="$builddir/Documentation/${dst#output/}" - install -Dm644 "$src" "$dst" - done < <(find Documentation -name '.*' -prune -o ! -type d -print0) - - echo "Adding symlink..." - mkdir -p "$pkgdir/usr/share/doc" - ln -sr "$builddir/Documentation" "$pkgdir/usr/share/doc/$pkgbase" -} - -pkgname=("$pkgbase" "$pkgbase-headers" "$pkgbase-docs") +#_package-docs() { +# pkgdesc="Documentation for the $pkgdesc kernel" +# +# cd $_srcname +# local builddir="$pkgdir/usr/lib/modules/$(<version)/build" +# +# echo "Installing documentation..." +# local src dst +# while read -rd '' src; do +# dst="${src#Documentation/}" +# dst="$builddir/Documentation/${dst#output/}" +# install -Dm644 "$src" "$dst" +# done < <(find Documentation -name '.*' -prune -o ! -type d -print0) +# +# echo "Adding symlink..." +# mkdir -p "$pkgdir/usr/share/doc" +# ln -sr "$builddir/Documentation" "$pkgdir/usr/share/doc/$pkgbase" +#} + +#pkgname=("$pkgbase" "$pkgbase-headers" "$pkgbase-docs") +pkgname=("$pkgbase" "$pkgbase-headers") for _p in "${pkgname[@]}"; do eval "package_$_p() { $(declare -f "_package${_p#$pkgbase}") @@ -5,7 +5,7 @@ CONFIG_CC_VERSION_TEXT="gcc (GCC) 10.2.0" CONFIG_CC_IS_GCC=y CONFIG_GCC_VERSION=100200 -CONFIG_LD_VERSION=235010000 +CONFIG_LD_VERSION=236010000 CONFIG_CLANG_VERSION=0 CONFIG_LLD_VERSION=0 CONFIG_CC_CAN_LINK=y |