Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix eclass for rc kernels, and fix testing tarball download location. bug ↵ | Mike Pagano | 2012-03-17 | 1 | -11/+7 |
| | | | | #407869 | ||||
* | Fix URIs for longterm kernels | Stratos Psomadakis | 2011-12-28 | 1 | -3/+3 |
| | |||||
* | merge kernel_is updates between kernel-2 and linux-info eclasses | Mike Frysinger | 2011-12-12 | 1 | -2/+3 |
| | |||||
* | do not reset S when we have already run through detect_version so it wont ↵ | Mike Frysinger | 2011-12-10 | 1 | -9/+3 |
| | | | | clobber an existing S value #380999 | ||||
* | omit the /usr/src/linux warning if nothing actually exists there | Mike Frysinger | 2011-12-08 | 1 | -1/+4 |
| | |||||
* | previous commit inverted the tested values | Mike Frysinger | 2011-12-02 | 1 | -3/+3 |
| | |||||
* | simplify kernel_is logic | Mike Frysinger | 2011-12-02 | 1 | -20/+7 |
| | |||||
* | delete unsed generate_sparc_asm helper | Mike Frysinger | 2011-12-02 | 1 | -62/+1 |
| | |||||
* | simplify default variable setup | Mike Frysinger | 2011-12-02 | 1 | -6/+4 |
| | |||||
* | use `read` to simplify the creation of an array from a string | Mike Frysinger | 2011-12-02 | 1 | -13/+7 |
| | |||||
* | simplify SLOT for cross-compiling ... this was a hold over from long ago ↵ | Mike Frysinger | 2011-12-02 | 1 | -6/+2 |
| | | | | when i tried doing cross-compiler packages in the same CATEGORY and only differentiate by SLOT (which portage hates a lot when $P is the same) | ||||
* | convert linux-2.4/gcc-4 check to gcc-4+ | Mike Frysinger | 2011-12-01 | 1 | -2/+2 |
| | |||||
* | do not warn about /usr/src/linux cruft when installing kernel headers | Mike Frysinger | 2011-12-01 | 1 | -2/+3 |
| | |||||
* | Modify to support new location of 2.6 kernels on kernel.org and mirrors | Mike Pagano | 2011-11-08 | 1 | -3/+9 |
| | |||||
* | Upstream now has 3.x tarballs in a directory called 3.x. Look for tarballs ↵ | Mike Pagano | 2011-10-24 | 1 | -2/+3 |
| | | | | in this directory | ||||
* | trim useless trailing whitespace | Mike Frysinger | 2011-08-29 | 1 | -2/+2 |
| | |||||
* | eclass updates to fix UNIPATCH_LIST_DEFAULT for kernels based on vanilla | Mike Pagano | 2011-08-19 | 1 | -5/+5 |
| | |||||
* | eat trailing whitespace | Mike Frysinger | 2011-08-18 | 1 | -2/+2 |
| | |||||
* | Fix for 2.6.X KERNEL_BASE_URI, thanks to lxnay. | Mike Pagano | 2011-08-15 | 1 | -3/+5 |
| | |||||
* | Add message in pkg_postrm to inform user that modified kernel source is not ↵ | Mike Pagano | 2011-08-11 | 1 | -2/+13 |
| | | | | cleaned up by package manager. Bug #378611 | ||||
* | Deblob support for 3.X kernels updated | Mike Pagano | 2011-08-08 | 1 | -1/+5 |
| | |||||
* | Changes to handle_genpatches for 3.X kernels and chanegs for 3.1 kernels to ↵ | Mike Pagano | 2011-08-08 | 1 | -12/+84 |
| | | | | keep up with Linus' decisions | ||||
* | Fix typo when getting KV_MINOR. Thanks to hwoarang for reporting | Mike Pagano | 2011-06-03 | 1 | -2/+2 |
| | |||||
* | Add support for 2 part versioning. bug #369533 | Mike Pagano | 2011-06-03 | 1 | -48/+119 |
| | |||||
* | Don't PROVIDE virtual/linux-sources, it is a new-style virtual now, bug 118442. | Ulrich Müller | 2011-04-30 | 1 | -3/+1 |
| | |||||
* | deblob fix for bug #359865 thanks too Johnny | Mike Pagano | 2011-04-21 | 1 | -5/+5 |
| | |||||
* | Don't PROVIDE virtual/os-headers, it is a new-style virtual now, bug 358999. | Ulrich Müller | 2011-04-14 | 1 | -16/+14 |
| | | | | Fix whitespace. | ||||
* | Bump delob max version | Mike Pagano | 2011-03-22 | 1 | -2/+2 |
| | |||||
* | Remove virtual/alsa. | Samuli Suominen | 2011-03-19 | 1 | -2/+1 |
| | |||||
* | Bump maximum kernel version for libre source deblob tool | Mike Pagano | 2011-03-15 | 1 | -2/+2 |
| | |||||
* | drop support for kernel packages which dont natively support multilib since ↵ | Mike Frysinger | 2011-03-10 | 1 | -53/+6 |
| | | | | the multilib.eclass code is going away | ||||
* | Adding support for longterm kernels. | Mike Pagano | 2011-02-18 | 1 | -12/+19 |
| | |||||
* | Add warning about updating the deblob max version variable. | Robin H. Johnson | 2010-11-28 | 1 | -2/+3 |
| | |||||
* | Bump deblob max version to 36 | Mike Pagano | 2010-11-26 | 1 | -2/+2 |
| | |||||
* | Die when uncompressing patch fail. Acked by vapier and robbat2. | Tomas Chvatal | 2010-09-17 | 1 | -3/+3 |
| | |||||
* | Bug #331013: avoid "make test" in kernel sources ebuilds. | Robin H. Johnson | 2010-08-03 | 1 | -2/+10 |
| | |||||
* | kernel-2 deblob support for 2.6.35; bug #324505: deblob-check usage. | Robin H. Johnson | 2010-08-03 | 1 | -5/+15 |
| | |||||
* | Proper use of shopt functions from eutils. Thanks to Vapier for the patch. | Mike Pagano | 2010-07-30 | 1 | -5/+6 |
| | |||||
* | drop system libc re-emerge message for linux-headers #328317 | Mike Frysinger | 2010-07-19 | 1 | -10/+1 |
| | |||||
* | support by Jens Pranaitis for xz/lzma patches #322235 | Mike Frysinger | 2010-06-05 | 1 | -1/+3 |
| | |||||
* | Bug #266157: Update deblob max version. | Robin H. Johnson | 2010-05-28 | 1 | -2/+2 |
| | |||||
* | Bug #317297: Some kernel sources packages in overlays have version numbers ↵ | Robin H. Johnson | 2010-05-20 | 1 | -2/+14 |
| | | | | like -9999 that does not allow us to work out what the actual version number is for functions like kernel_is. They SHOULD have a CKV variable in this case, but without it, they previously went into an infinite loop during the version detection in the eclass. | ||||
* | Fix typo. | Ulrich Müller | 2010-05-02 | 1 | -2/+2 |
| | |||||
* | Bug #318095: Improve K_SECURITY_UNSUPPORTED messages for deblobbing. Based a ↵ | Robin H. Johnson | 2010-05-02 | 1 | -4/+9 |
| | | | | patch by Ulrich Müller <ulm@gentoo.org>. | ||||
* | Keep a mostly-internal variable of the latest version of the deblob tool ↵ | Robin H. Johnson | 2010-04-26 | 1 | -5/+11 |
| | | | | releases by the upstream libre-sources guys, this saves us updating K_DEBLOB_AVAILABLE quite so often, but we need to remember to redigest sources ebuilds when we DO change the this variable instead. | ||||
* | Document the new deblob control variables, after renaming them to match the ↵ | Robin H. Johnson | 2010-04-26 | 1 | -7/+14 |
| | | | | existing pattern. | ||||
* | Bug #266157: Deblob support for libre kernels. | Robin H. Johnson | 2010-04-26 | 1 | -3/+46 |
| | |||||
* | Refactor debug-print-kernel2-variables to make it faster to add new stuff. | Robin H. Johnson | 2010-04-26 | 1 | -16/+6 |
| | |||||
* | Add more variables to the debug output list when it does fire. | Robin H. Johnson | 2010-04-26 | 1 | -1/+4 |
| | |||||
* | While working on the libre-sources bug, I noticed that some of the kernel ↵ | Robin H. Johnson | 2010-04-26 | 1 | -2/+9 |
| | | | | sources ebuilds out there have OKV set, but NOT KV_*, leading kernel_is to always return false. Check all of the variables we need for safety instead. |