aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* portage/stages: remove obsolete p.a_k entry for portageBen Kohler2018-09-251-1/+0
|
* portage/stages: apply -filecaps globallyBen Kohler2018-09-253-4/+7
|
* portage/stages: remove obsolete package.use/grubBen Kohler2018-09-251-1/+0
| | | | | amd64 profiles set this already since late 2016 https://gitweb.gentoo.org/repo/gentoo.git/commit/profiles/arch/amd64/package.use?id=df1cfa8b3a275372a8dc64cc93130128710e51f4
* portage/stages: remove long-obsolete masksBen Kohler2018-09-253-4/+0
|
* specs/ppc: Replace fwcutter with actual firmwareMatt Turner2018-09-191-2/+2
| | | | | | | With the mirror restriction lifted, we can actually ship this on install CDs. Bug: https://bugs.gentoo.org/666588
* specs/sparc: bump main sparc specs to 17.0 profilesBen Kohler2018-09-195-5/+5
|
* kconfig/{amd64,x86}/installcd: add more userspace crypto optionsBen Kohler2018-09-192-8/+10
| | | | Bug: https://bugs.gentoo.org/665306
* specs/ppc: Add sys-apps/lm_sensorsMatt Turner2018-09-181-0/+1
|
* specs/ppc: Readd net-wireless/{b43,bcm43xx}-fwcutterMatt Turner2018-09-181-0/+2
|
* kconfig/powerpc: Disable bootup logoMatt Turner2018-09-183-12/+3
| | | | On my iMac G4 it causes corruption with CONFIG_FB_OF
* kconfig/powerpc: More configuration updatesMatt Turner2018-09-183-153/+120
|
* kconfig/powerpc: Enable firewire on ppc32Matt Turner2018-09-181-1/+4
| | | | Bug: https://bugs.gentoo.org/496786
* catalyst-auto: Skip alpha stage2 buildsMatt Turner2018-09-171-1/+1
|
* specs/alpha: Build stage3 from stage1Matt Turner2018-09-171-1/+1
|
* specs/alpha: Switch stages to 17.0 profileMatt Turner2018-09-176-6/+6
|
* specs/ppc: Update configsMatt Turner2018-09-162-396/+50
|
* catalyst-auto: Fix more s/ppc/ppc32/Matt Turner2018-09-161-2/+2
|
* catalyst-auto: Build ppc install CD from 32-bit specsMatt Turner2018-09-161-1/+1
|
* catalyst-auto: Build ppc and ppc64 stages from catalyst-auto-ppc.confMatt Turner2018-09-161-5/+15
|
* catalyst-auto: Build ppc64 stages from stage{1,3}.specMatt Turner2018-09-161-1/+1
| | | | | Spec files were renamed in commit cf41003f5ca3 ("specs/ppc: Remove "64ul" from stage names")
* catalyst-auto: Use xz instead of bz2 for powerpc buildsMatt Turner2018-09-162-10/+10
|
* catalyst-auto: Build only 64-bit userland on ppc64 and remove '64ul'Matt Turner2018-09-161-1/+1
|
* catalyst-auto: Save powerpc builds in separate directoriesMatt Turner2018-09-162-2/+2
| | | | | | Otherwise we write the last_success_file when the first build succeeds and prevent the second from executing. Both of these sets of builds should probably be executed from the same catalyst-auto file...
* catalyst-auto: Skip powerpc stage2 buildsMatt Turner2018-09-152-2/+2
|
* catalyst-auto: Switch powerpc livecds from ppc64-32ul to ppcMatt Turner2018-09-152-2/+2
|
* catalyst-auto: Don't build ppc64-32ul stagesMatt Turner2018-09-151-1/+1
| | | | | ppc64-32ul provides nothing that standard 32-bit ppc does not, as far as I can tell.
* specs/ppc: Build stage3 from stage1Matt Turner2018-09-153-3/+3
|
* specs/ppc: Build the powerpc iso using the ppc profileMatt Turner2018-09-152-14/+11
|
* specs/ppc: Remove "64ul" from stage namesMatt Turner2018-09-153-6/+6
|
* catalyst-auto/hppa: Skip stage2Matt Turner2018-09-141-2/+2
|
* specs/hppa: Build stage3 from stage1Matt Turner2018-09-142-2/+2
| | | | | | stage2 runs bootstrap.sh, which made sense when gcc had a build/bootstrap USE flags that were set in stage1 and 2. But gcc is fully built in stage1 now, making stage2 a waste of time.
* specs/ppc: Use isos portage_confdir for installcd stagesMatt Turner2018-09-132-0/+2
|
* specs/ppc: Switch to new 4.14 kconfigsMatt Turner2018-09-131-3/+3
|
* specs/ppc: Switch from yaboot to grubMatt Turner2018-09-132-2/+1
|
* specs/ppc: Update packages and clean up listMatt Turner2018-09-132-41/+6
|
* specs/ppc: Use update_seed in stage1Matt Turner2018-09-133-0/+5
|
* specs/ppc: Compress with pixzMatt Turner2018-09-1313-0/+26
|
* specs/ppc: Switch stages to 17.0 profileMatt Turner2018-09-1313-13/+13
|
* kconfig/powerpc: Add 4.14 configsMatt Turner2018-09-133-0/+10692
|
* specs/alpha: Use isos portage_confdir for installcd stagesMatt Turner2018-09-082-0/+2
|
* specs/hppa: Use isos portage_confdir for installcd stagesMatt Turner2018-09-072-0/+2
| | | | | | | | | | | | | | Avoids the following failure: The following USE changes are necessary to proceed: (see "package.use" in the portage(5) man page for more details) # required by dev-python/cryptography-2.2.2-r1::gentoo[-libressl] # required by dev-python/urllib3-1.22::gentoo # required by dev-python/requests-2.18.4-r1::gentoo # required by dev-python/ssl-fetch-0.4::gentoo # required by app-portage/mirrorselect-2.2.3::gentoo # required by app-portage/mirrorselect (argument) >=dev-libs/openssl-1.0.2o-r3 -bindist
* specs/hppa: Switch stages to 17.0 profileMatt Turner2018-09-0711-11/+11
|
* specs/hppa: Set pkgcache_dirMatt Turner2018-09-0710-0/+10
| | | | | hake is very slow (gcc takes more than a day), so reusing the packages will save huge amounts of time.
* Add initial stage4 spec based on amd64 spec.Jorge Manuel B. S. Vicetto (jmbsvicetto)2018-09-061-0/+68
| | | | Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto@gentoo.org>
* Sync spec variables order with other arches.Jorge Manuel B. S. Vicetto (jmbsvicetto)2018-09-063-3/+3
| | | | Signed-off-by: Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto@gentoo.org>
* tools-uclibc: update uclibc config for ppcAnthony G. Basile2018-09-052-16/+8
|
* specs/x86/*cd-stage2.spec: update source_subpath for subarch changeBen Kohler2018-08-282-2/+2
|
* specs/x86/*cd*: adjust subarch to match seed stageBen Kohler2018-08-284-4/+4
| | | | | | | On a few x86 livecd specs we are feeding i486 or i686 seed stage but using "subarch: x86". This subarch results in i386 CHOST in make.conf which causes some various problems. Adjusting subarch to match the seed will ensure there is no "CHOST change" situation.
* specs/{amd64,x86}/hardened: comment cdtar to enable UEFI bootloaderBen Kohler2018-08-244-4/+4
|
* specs/{amd64,x86}/installcd-minimal-stage2.spec: comment out cdtarBen Kohler2018-08-212-2/+2
| | | | | | | As of catalyst-3.0.2, with USE=system-bootloader we can omit cdtar from livecd-stage2 specs and catalyst will generate the required bootloader files. This gives us an updated isolinux & memtest86+, and also adds UEFI grub for amd64.