summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add warning about updating the deblob max version variable.Robin H. Johnson2010-11-281-2/+3
|
* Bump deblob max version to 36Mike Pagano2010-11-261-2/+2
|
* Die when uncompressing patch fail. Acked by vapier and robbat2.Tomas Chvatal2010-09-171-3/+3
|
* Bug #331013: avoid "make test" in kernel sources ebuilds.Robin H. Johnson2010-08-031-2/+10
|
* kernel-2 deblob support for 2.6.35; bug #324505: deblob-check usage.Robin H. Johnson2010-08-031-5/+15
|
* Proper use of shopt functions from eutils. Thanks to Vapier for the patch.Mike Pagano2010-07-301-5/+6
|
* drop system libc re-emerge message for linux-headers #328317Mike Frysinger2010-07-191-10/+1
|
* support by Jens Pranaitis for xz/lzma patches #322235Mike Frysinger2010-06-051-1/+3
|
* Bug #266157: Update deblob max version.Robin H. Johnson2010-05-281-2/+2
|
* Bug #317297: Some kernel sources packages in overlays have version numbers ↵Robin H. Johnson2010-05-201-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üller2010-05-021-2/+2
|
* Bug #318095: Improve K_SECURITY_UNSUPPORTED messages for deblobbing. Based a ↵Robin H. Johnson2010-05-021-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. Johnson2010-04-261-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. Johnson2010-04-261-7/+14
| | | | existing pattern.
* Bug #266157: Deblob support for libre kernels.Robin H. Johnson2010-04-261-3/+46
|
* Refactor debug-print-kernel2-variables to make it faster to add new stuff.Robin H. Johnson2010-04-261-16/+6
|
* Add more variables to the debug output list when it does fire.Robin H. Johnson2010-04-261-1/+4
|
* While working on the libre-sources bug, I noticed that some of the kernel ↵Robin H. Johnson2010-04-261-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.
* Bug #266157: Until such time as we have full deblob support for all sources, ↵Robin H. Johnson2010-04-011-2/+4
| | | | mark that kernels contain firmware blobs that are covered under the freedist license, not GPL-2.
* Adding epatch_user to kernel-2 eclassMike Pagano2009-12-131-1/+4
|
* QA fixes as per bug #258206. Thanks to maekke.Mike Pagano2009-11-251-11/+11
|
* Preserve usage of USE=build in the PDEPEND change.Robin H. Johnson2009-10-201-2/+2
|
* Bug #283845 - Move virtual/dev-manager to PDEPEND to break circular deps.Zac Medico2009-10-201-3/+3
|
* whitespaceMarkus Meier2009-10-111-2/+2
|
* Removing fbcondecor for sparc/sparc64 as it currently prevents sparc/sparc64 ↵Mike Pagano2009-08-281-1/+14
| | | | from booting. bug #272676.
* return 1 rather than -1 as bash-4 hates negative return values and all ↵Mike Frysinger2009-02-231-3/+3
| | | | consumers only care the value is not 0
* fix typo in libtool script munging pointed out by Dmitry Karasik #256636Mike Frysinger2009-01-281-2/+2
|
* Adding ppc Makefile fix for bug #234179. Thanks to Josejx.Mike Pagano2008-11-131-1/+5
|
* Temp fix for 2.6.27 kernels thanks to lavajoeMike Pagano2008-08-071-4/+9
|
* add warning for sparc users that they need to do cross-compiling with >= ↵Friedrich Oslage2008-07-091-1/+19
| | | | 2.6.25(bug #214765)
* Removed reference to 2.4 to 2.6 migration documentMike Pagano2008-06-011-3/+2
|
* remove defconfig workaround now that the stable kernel is fixedDaniel Drake2008-05-031-13/+1
|
* Fix for make defconfig. Bug #215442Mike Pagano2008-04-281-3/+3
|
* use unpack rather than parsing the file format / calling tar all ourselvesMike Frysinger2008-04-121-23/+10
|
* Change to run make defconfig as a temporary workaround for bug #215442Mike Pagano2008-04-051-1/+13
|
* Add support for K_EXTRAELOG. Use elog instead of einfo (bug #199464).Bo Ørsted Andresen2008-03-011-11/+18
|
* remove 2.6.13 devfs notice, there's not much point showing this any more ↵Daniel Drake2007-12-171-6/+1
| | | | since the migration happened ages ago
* kernel related eclasses are maintained by kernel-misc@gentoo.org.Christian Heim2007-10-031-2/+3
|
* also convert asm and volatile to __asm__ and __volatile__ #182414Mike Frysinger2007-07-091-3/+5
|
* Revert accidental commit.Robin H. Johnson2007-04-251-14/+5
|
* Use MY_DATADIR instead of DATADIR, as DATADIR breaks when the environment ↵Robin H. Johnson2007-04-251-5/+14
| | | | already contains it, per bug #174755.
* touchup kernel headers post install message #166850 by Arfrever Frehtes ↵Mike Frysinger2007-02-141-6/+6
| | | | Taifersar Arahesis
* save and restore shell options, thanks to Sandro in bug Â#162121Daniel Drake2007-01-251-2/+4
|
* add K_SECURITY_UNSUPPORTED flagDaniel Drake2007-01-021-8/+11
|
* Adding --no-backup-if-mismatch to the unipatch opts, so patch doesn't leave ↵Christian Heim2006-12-101-5/+5
| | | | the .orig files around.
* fix include/linux cp to not glob and to do error checking with dieMike Frysinger2006-12-021-3/+5
|
* move IUSE=gcc64 to linux-headers ebuildMike Frysinger2006-10-261-2/+1
|
* dont install sound/scsi headers #152392Mike Frysinger2006-10-241-1/+5
|
* add support for sysroot to new header install methodMike Frysinger2006-10-241-4/+4
|
* Fix some defconfig brokenness for older ppc/ppc64 kernels/headers.Daniel Ostrow2006-10-121-6/+10
|