summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* rip-headers.sh: fallback to /var/cache/distfiles tooSam James2024-05-031-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* rip-headers.sh: preserve arch/*/kernel/syscalls for all archesSergei Trofimovich2019-03-061-5/+10
| | | | | | | | | | | | | Noticed by Jer as install failure: scripts/Makefile.build:42: arch/parisc/kernel/syscalls/Makefile: No such file or directory make[1]: *** No rule to make target 'arch/parisc/kernel/syscalls/Makefile'. Stop. make: *** [arch/parisc/Makefile:168: archheaders] Error 2 The change generalises s390 tblgen inclusion for all arches. Reported-by: Jeroen Roovers Bug: https://bugs.gentoo.org/679630 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* rip-headers.sh: account for scripts/subarch.include in 4.19+Sergei Trofimovich2018-10-231-0/+3
| | | | | | Patch-by: Tomáš Mózes Bug: https://bugs.gentoo.org/669388 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* rip-headers.sh: allow any DISTDIR, not just /usr/portage/distfilesSergei Trofimovich2018-10-121-2/+3
| | | | Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* rip-headers.sh: add ripping of missing 'kernel/syscalls' directory for s390Sergei Trofimovich2018-04-141-2/+7
|
* rip-headers.sh: add tiny 'usage' bannerSergei Trofimovich2017-12-281-1/+4
|
* rip-headers.sh: try DISTDIR from portage before falling back to /usr/portageSergei Trofimovich2017-12-281-1/+1
|
* Update rip-headers.sh to handle kernels >= 4.12Matt Turner2017-09-111-2/+7
| | | | | | | | | | | Upstream kernel commit fcc8487d477a3452a1d0ccbdd4c5e0e1e3cb8bed ("uapi: export all headers under uapi directories") removed include/Kbuild and the Kbuild files from most directories within include/, thus breaking rip-headers.sh. I have modified rip-headers.sh to simply rip all of include/ if it cannot find the Kbuild files. This increase the size of gentoo-headers-base-*.tar.xz from ~4M to ~8M, but that's still significantly better than the size of the whole kernel.
* pull in some more mips cruftMike Frysinger2016-08-021-0/+5
|
* pull in x86 dirs starting w/4.2Mike Frysinger2015-09-011-0/+5
|
* support 2.x/3.x/4.x URIsMike Frysinger2015-04-151-1/+1
|
* autofetch new releasesMike Frysinger2014-08-041-0/+4
|
* improve kernel tarball searchMike Frysinger2013-08-161-6/+8
|
* handle Kbuild.asm files new to linux-3.7Mike Frysinger2012-12-201-1/+1
|
* extract tools dir used with newer kernelsMike Frysinger2012-07-101-1/+7
|
* include more arch subdirsMike Frysinger2012-04-021-3/+5
|
* pull in more arch supplemental files, including crap just for mips #346591Mike Frysinger2010-11-241-0/+9
|
* compress with xzMike Frysinger2010-10-221-3/+3
|
* improve auto tarball findingMike Frysinger2009-10-111-0/+10
|
* add support for 2.6.27 header splitMike Frysinger2008-10-261-5/+12
|
* create lzma tarballsMike Frysinger2008-04-201-2/+2
|
* fake out the fixdeps script so people can emerge linux-headers without ↵Mike Frysinger2007-01-131-2/+10
| | | | linux-headers
* cheesy script for ripping out kernel headersMike Frysinger2006-12-131-0/+29