Commit graph

1384 commits

Author SHA1 Message Date
Andreas K. Hüttel 40ddea2e5c
Add mips(el)2 o32 systemd builds
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
2022-11-22 00:46:29 +01:00
Andreas K. Hüttel 24082fb08c
loong specs: mu bootstrap done, enable update-seed
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
2022-11-21 22:17:36 +01:00
Andreas K. Hüttel 6a5d738ecc
amd64: Add more merged-usr builds
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
2022-11-21 21:48:52 +01:00
Andreas K. Hüttel 8b29c46b6b
alpha specs: mu bootstrap done, enable update-seed
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
2022-11-21 21:40:56 +01:00
Ben Kohler 718d8cda8c
specs/amd64/admincd: add efibootmgr
Closes: https://bugs.gentoo.org/882043

Signed-off-by: Ben Kohler <bkohler@gentoo.org>
2022-11-20 13:42:20 -06:00
Andreas K. Hüttel a1175db109
Add x86 systemd merged-usr specs
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
2022-11-19 15:23:34 +01:00
Andreas K. Hüttel be5ca56e3b
Add sparc systemd merged-usr builds
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
2022-11-19 15:16:12 +01:00
Andreas K. Hüttel 970421b764
Add s390* systemd merged-usr build
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
2022-11-19 14:58:38 +01:00
Andreas K. Hüttel a137292167
Add riscv systemd merged-usr build
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
2022-11-19 14:50:07 +01:00
Andreas K. Hüttel 96ddfd3126
Add ppc* systemd merged-usr build
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
2022-11-19 14:37:12 +01:00
Andreas K. Hüttel 3a3df35519
Add m68k systemd merged-usr build
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
2022-11-17 02:52:59 +01:00
Andreas K. Hüttel 054f29e53f
Add mips systemd merged-usr build
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
2022-11-17 02:47:45 +01:00
Andreas K. Hüttel 6a55a8d80a
Add loong systemd merged-usr build
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
2022-11-16 22:48:47 +01:00
Andreas K. Hüttel c5e8ae2dda
Add ia64 systemd merged-usr build
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
2022-11-16 22:42:34 +01:00
Andreas K. Hüttel c13e2dbe23
Add hppa systemd merged-usr build
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
2022-11-16 21:58:26 +01:00
Andreas K. Hüttel 49e914aaa4
Add arm64 systemd merged-usr build
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
2022-11-16 21:51:22 +01:00
Andreas K. Hüttel bfb088cb59
Add arm systemd merged-usr build
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
2022-11-16 21:40:58 +01:00
Andreas K. Hüttel a0ac381be0
Add alpha systemd merged-usr build
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
2022-11-16 00:27:41 +01:00
Andreas K. Hüttel ce352f1fcf
Update seed as everywhere else now that bootstrap is done
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
2022-11-16 00:22:33 +01:00
Andreas K. Hüttel d0cb06c986
Enable crypt useflag of musl (does this work for stage1?)
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
2022-11-13 23:06:30 +01:00
Andreas K. Hüttel 2756242a28
Add amd64 systemd/merged-usr stages
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
2022-11-12 16:57:27 +01:00
Ben Kohler 27cf362e24
portage/livegui: enable tkip on wpa_supplicant
Since livegui users can't opt to rebuild this themselves to add tkip as
needed, let's just enable it.

Bug: https://bugs.gentoo.org/877405

Signed-off-by: Ben Kohler <bkohler@gentoo.org>
2022-11-11 07:20:54 -06:00
Georgy Yakovlev 3b173e2bdf releases/specs/ppc/ppc64le: remove USE=-introspection
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
2022-10-31 23:00:28 -07:00
Georgy Yakovlev a7e5dbba80 releases/specs/ppc/ppc64le: add power9 musl specs
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
2022-10-31 16:29:01 -07:00
Andreas K. Hüttel b3132dc76b
livegui: kipi-plugins are gone
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
2022-10-31 17:26:27 +01:00
Matt Turner 39a567985a
specs: Remove USE="modules"
I looked in ::gentoo and could not find what package had this that would
have been on livecds.

Signed-off-by: Matt Turner <mattst88@gentoo.org>
2022-10-27 22:30:23 -04:00
Matt Turner 3a6bcbd442
specs: Remove USE flags that are in make.defaults
Signed-off-by: Matt Turner <mattst88@gentoo.org>
2022-10-27 20:10:18 -04:00
Matt Turner 9ea17259a5
specs: Drop USE="-*"
This makes everything more complex, and often triggers unnecessary and
expensive rebuilds of e.g. large toolchain packages like gcc in the
installcd stages.

Signed-off-by: Matt Turner <mattst88@gentoo.org>
2022-10-27 20:02:12 -04:00
Matt Turner ef36b9155f
specs/alpha: Remove USE=-static
Signed-off-by: Matt Turner <mattst88@gentoo.org>
2022-10-27 19:55:22 -04:00
Matt Turner e6afc4322c
specs/ppc: Remove USE=symlink
The flag is now masked on pigz/lbzip2, so it's not doing us any good.

Signed-off-by: Matt Turner <mattst88@gentoo.org>
2022-10-27 19:54:13 -04:00
Matt Turner ffbbcc6091
specs: Add USE=nptl
Signed-off-by: Matt Turner <mattst88@gentoo.org>
2022-10-27 19:53:43 -04:00
Matt Turner 704e13b979
ia64: Add USE="nls unicode"
Signed-off-by: Matt Turner <mattst88@gentoo.org>
2022-10-27 19:53:12 -04:00
Matt Turner 8d2c67de4d
specs: Remove explicit USE=bindist
Catalyst sets this based on the "bindist" option in catalyst.conf. specs
shouldn't be setting it themselves.

Signed-off-by: Matt Turner <mattst88@gentoo.org>
2022-10-27 19:51:24 -04:00
Matt Turner c14d6bee55
hppa: Set USE=xml
Needed for many Python packages, including setuptools.

Signed-off-by: Matt Turner <mattst88@gentoo.org>
2022-10-25 21:08:45 -04:00
Matt Turner bf9a8c31e2
hppa: Switch to Python 3.10
Signed-off-by: Matt Turner <mattst88@gentoo.org>
2022-10-25 21:07:26 -04:00
Georgy Yakovlev 109d2208b0 releases/specs/ppc/ppc32: add systemd specs
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
2022-10-18 18:16:06 -07:00
Ben Kohler e1ba1fb379
specs/{amd64,x86}/admincd: add ncdu
Closes: https://bugs.gentoo.org/877359

Signed-off-by: Ben Kohler <bkohler@gentoo.org>
2022-10-17 14:21:55 -05:00
Andreas K. Hüttel c769e47306
Add arm64 llvm stages
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
2022-10-14 20:15:11 +02:00
Matt Turner 6a3bb38e4f
specs/amd64/livegui: Add net-misc/ntp
It's provided by the admincd and the minimal ISO. Might as well provide
it here too.

Closes: https://bugs.gentoo.org/876619
Signed-off-by: Matt Turner <mattst88@gentoo.org>
2022-10-11 15:44:29 -04:00
Andreas K. Hüttel 86c6e07722
Allow glibc-2.36 with qemu
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
2022-10-11 17:01:12 +02:00
Andreas K. Hüttel c914d0e7a5
Add loong specs
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
2022-10-11 16:55:08 +02:00
Andreas K. Hüttel fd36b11428
Rename clang stage files to llvm
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
2022-10-05 21:58:59 +02:00
Georgy Yakovlev e33d8e83dd
releases/specs/ppc/ppc64le: append mergedusr to rel_type
this will ensure we use our set of binpkgs and do not pollute
non-merged builds.

Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
2022-09-18 19:02:25 -07:00
Georgy Yakovlev cf0efd3c92
releases/specs/ppc/ppc64le: correct version stamps to mergedusr
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
2022-09-18 18:45:47 -07:00
Georgy Yakovlev 7031c062ca
releases/specs/ppc/ppc64le: add power9le-systemd-usrmerge exp specs
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
2022-09-18 18:23:04 -07:00
Ben Kohler 029beb3328
specs/amd64/livegui: drop repoman
Signed-off-by: Ben Kohler <bkohler@gentoo.org>
2022-09-18 14:48:37 -05:00
Ben Kohler d00724fdc0
specs/amd64: use new 5.15.59 config on installcd & admincd
Closes: https://bugs.gentoo.org/852605

Signed-off-by: Ben Kohler <bkohler@gentoo.org>
2022-09-13 11:51:50 -05:00
Ben Kohler 824ab44fe3
kconfig/amd64: add 5.15 config, with parport support too
Signed-off-by: Ben Kohler <bkohler@gentoo.org>
2022-09-13 11:50:37 -05:00
Ben Kohler 5efb9dd057
portage/isos/savedconfig: update whitelist for linux-firmware files
Signed-off-by: Ben Kohler <bkohler@gentoo.org>
2022-09-12 10:00:02 -05:00
Andreas K. Hüttel ad6c75678f
LiveGUI: go english-only to save space
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
2022-09-06 17:17:30 +02:00
Andreas K. Hüttel ee2f70b84e
Disable openmp also in portage-utils
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
2022-09-03 16:24:22 +02:00
Andreas K. Hüttel 56baffb0af
Shrink livegui
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
2022-08-27 06:49:32 +02:00
Andreas K. Hüttel 5739439b26
Shrink livegui.
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
2022-08-27 06:42:17 +02:00
Andreas K. Hüttel 8f1c64a1a6
Revert "Try not updating seed on alpha (to be reverted later)"
Nice try, didnt work.
This reverts commit 626113e86b.

Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
2022-08-25 12:40:46 +09:00
Andreas K. Hüttel 626113e86b
Try not updating seed on alpha (to be reverted later)
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
2022-08-24 14:25:38 +09:00
Andreas K. Hüttel c693cf1a23
Add amd64 clang-systemd stages
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
2022-08-05 23:42:09 +02:00
Andreas K. Hüttel a689cfab39
Add riscv64 musl softfloat specs
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
2022-07-30 20:36:15 +02:00
Matt Turner 1b3568057c
specs: Drop dead /usr/bin/repoman removal
This dates to a time when repoman was provided by sys-apps/portage.

Signed-off-by: Matt Turner <mattst88@gentoo.org>
2022-07-25 19:35:30 -04:00
Matt Turner 564d386bea
specs: Add app-portage/cpuid2cpuflags to livecds
Signed-off-by: Matt Turner <mattst88@gentoo.org>
2022-07-25 19:33:52 -04:00
Matt Turner 98d3b6c611
specs/x86/i686: Drop dead i686 livecds specs
Signed-off-by: Matt Turner <mattst88@gentoo.org>
2022-07-25 19:33:39 -04:00
Andreas K. Hüttel 6efb090272
Add specs for clang and musl-clang builds
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
2022-07-18 23:27:16 +02:00
Ben Kohler aa7fc84d7a
portage/livegui: enable webengine on pyside2 for falkon
Signed-off-by: Ben Kohler <bkohler@gentoo.org>
2022-07-18 16:08:16 -05:00
Ben Kohler dca7fccd1d
specs/livegui: remove kdevelop-python until it supports python3_10
Signed-off-by: Ben Kohler <bkohler@gentoo.org>
2022-07-17 15:17:07 -05:00
Ben Kohler cdcaa2a817
kconfig/amd64/livegui: make ntfs3 driver built-in for rufus
Signed-off-by: Ben Kohler <bkohler@gentoo.org>
2022-07-14 08:44:07 -05:00
Ben Kohler e70e6eb383
specs: remove cifs-utils from ppc32 & sparc installcd for now
These lost stable keywords, might get added back later.

Signed-off-by: Ben Kohler <bkohler@gentoo.org>
2022-07-06 10:49:50 -05:00
Ben Kohler 282dcdc9db
specs/x86: remove tools requiring rust/sse2, for now
Signed-off-by: Ben Kohler <bkohler@gentoo.org>
2022-07-05 06:56:03 -05:00
Andreas K. Hüttel 81ee735cf0
Skip stage2 everywhere in x86
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
2022-07-03 18:18:27 +07:00
Andreas K. Hüttel 018e826c8d
Drop unused stage2 specs for sparc
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
2022-07-03 16:24:43 +07:00
Andreas K. Hüttel 6d877366f9
Drop unused specs, sh is gone
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
2022-07-03 16:21:33 +07:00
Andreas K. Hüttel c8ccbbdc6c
Drop unused specs, mips now in qemu dir
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
2022-07-03 16:20:32 +07:00
Andreas K. Hüttel ffbf669d46
Skip stage2 everywhere in amd64
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
2022-07-03 16:18:13 +07:00
Andreas K. Hüttel 49f74d1a88
Drop unused specs, alpha now in qemu dir
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
2022-07-03 16:11:56 +07:00
Georgy Yakovlev 59cc712700
ppc64le: don't include ALL firmware to initrd
It's a dual-kernel iso, so we install firmware 3 times total,
once to /lib/firmware and twice to /boot as part of initrd

avoiding copying ALL fw twice to initrd should shrink
installcd size by 200-300mb

Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
2022-06-25 12:16:31 -07:00
Georgy Yakovlev 1f81bd282c
arm64: add sys-auth/ssh-import-id to isos
Bug: https://bugs.gentoo.org/854300
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
2022-06-25 12:14:00 -07:00
Georgy Yakovlev 56a04485f9
ppc: add sys-auth/ssh-import-id to isos
Bug: https://bugs.gentoo.org/854300
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
2022-06-25 12:13:56 -07:00
Georgy Yakovlev b74c6c0563
x86: add sys-auth/ssh-import-id to isos
Bug: https://bugs.gentoo.org/854300
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
2022-06-25 12:13:51 -07:00
Georgy Yakovlev 3e50c160d1
amd64: add sys-auth/ssh-import-id to isos
Bug: https://bugs.gentoo.org/854300
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
2022-06-25 12:13:36 -07:00
Ben Kohler 5f060cd494
portage/isos: disable passwdqc on pambase to allow simpler passwords
Signed-off-by: Ben Kohler <bkohler@gentoo.org>
2022-06-14 12:59:13 -05:00
Ben Kohler 623d93389b
x86/admincd: drop duplicity for now due to rust & sse2 requirement
Signed-off-by: Ben Kohler <bkohler@gentoo.org>
2022-06-13 13:57:22 -05:00
Andreas K. Hüttel 990f8bb6d0
Allow glibc-2.35 with qemu
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
2022-06-10 18:42:25 +02:00
Andreas K. Hüttel 887fe4f448
Add one more singleproc exception for m68k
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
2022-05-31 19:26:37 +02:00
Andreas K. Hüttel 14868f8fd4
That didnt work. Rely on portage for max. parallelism, keep MAKEOPTS unset
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
2022-05-28 16:56:51 +02:00
Andreas K. Hüttel ea93b714da
Add MAKEOPTS in package.env, using nproc [ -j(n+1) -l(n*2) ]
Right now I'm setting MAKEOPTS in catalystrc as environment variable.
However, I suspect this *overrides* package.env, which kills our -j1
workaround for the python futex issue on m68k.

By setting the default also in package.env (earlier in the alphabet),
we might get around this

Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
2022-05-28 15:49:12 +02:00
Andreas K. Hüttel 872afc0e5c
s390x: fix version_stamp
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
2022-05-25 13:37:57 +02:00
Andreas K. Hüttel 6f46d57fa4
s390x: enable systemd stages
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
2022-05-25 13:35:08 +02:00
Andreas K. Hüttel f8cae81a43
s390: Add systemd stage builds
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
2022-05-22 23:42:58 +02:00
Andreas K. Hüttel 3e184dc0f7
s390: update stage file and spec file names (openrc)
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
2022-05-22 23:39:10 +02:00
Andreas K. Hüttel 09f346a4d3
ia64: enable xz-compressed squashfs
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
2022-05-18 18:34:49 +02:00
Andreas K. Hüttel 7c7cea81e9
ia64: ensure dmraid, lvm, luks are off for initrd
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
2022-05-15 18:56:17 +02:00
Andreas K. Hüttel 6800dcfcf0
kernel hppa64.config: update to 5.15, maybe that helps
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
2022-05-14 00:12:47 +02:00
Andreas K. Hüttel c6650129c5
s390: minor cleanup
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
2022-05-13 22:54:02 +02:00
Andreas K. Hüttel 47f41d9f0f
Add mipsel3 o32 specs for the PS/2
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
2022-05-01 14:00:45 +02:00
Andreas K. Hüttel 247cc79843
s390x: fix (?) netboot config
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
2022-04-30 22:10:42 +02:00
Andreas K. Hüttel 96054c4f77
s390: fix netboot permissible license
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
2022-04-30 22:07:59 +02:00
Andreas K. Hüttel b33981da3b
Add missing 64bit big-endian mips multilib builds
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
2022-04-24 14:57:38 +02:00
Andreas K. Hüttel c90c8561de
hppa: add update_seed spec
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
2022-04-24 13:11:50 +02:00
Andreas K. Hüttel b9be3b7bbb
hppa: cleanups, modernization, build order
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
2022-04-23 18:15:34 +02:00
Andreas K. Hüttel e947bce5ac
hppa: fix installcd, netboot source filenames
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
2022-04-23 14:43:40 +02:00
Andreas K. Hüttel 6a556d1e16
hppa1.1: go xz and simplify
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
2022-04-23 01:34:17 +02:00
Andreas K. Hüttel 98b8d9474d
hppa11: also rename openrc and add systemd
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
2022-04-22 21:16:59 +02:00
Andreas K. Hüttel b6054111f1
hppa20: rename openrc stages and add systemd stages
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
2022-04-22 21:04:58 +02:00
Andreas K. Hüttel 85671b9938
hppa2.0: drop unused stage2, rename spec files
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
2022-04-22 20:58:58 +02:00
Andreas K. Hüttel 998eb620ea
s390 netboot: drop -* for the next attempt
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
2022-04-20 20:27:25 +02:00
Andreas K. Hüttel 503eb0390c
s390 netboot: /&%=)(/ stupid USE=-*
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
2022-04-20 17:55:52 +02:00
Andreas K. Hüttel ad33693dc7
Unmask glibc-2.35
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
2022-04-19 21:46:06 +02:00
Andreas K. Hüttel 340f24097f
livegui: only use limited module set in initrd again
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
2022-04-14 19:52:37 +02:00
Andreas K. Hüttel b90802c12b
livegui: more genkernel hardwiring
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
2022-04-12 21:17:34 +02:00
Andreas K. Hüttel 127ecb640d
livegui: Hardwire some modules into the kernel
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
2022-04-12 18:33:34 +02:00
Andreas K. Hüttel dbfd52262c
livegui: drop x11-drivers/xf86-video-qxl, bug 837890
Bug: https://bugs.gentoo.org/837890
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
2022-04-11 22:24:07 +02:00
Andreas K. Hüttel 8717bbf646
livegui: ugly break for circular deps
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
2022-04-11 20:33:03 +02:00
Andreas K. Hüttel e1678053ae
livegui: add missing useflag
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
2022-04-11 00:30:59 +02:00
Andreas K. Hüttel c24cbbe854
livegui: add missing useflag
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
2022-04-11 00:10:08 +02:00
Andreas K. Hüttel 2737caa596
Revert "livegui: reenable depclean, drop kdenlive, engauge, hugin"
This reverts commit b1ccfee916.

Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
2022-04-10 13:45:56 +02:00
Andreas K. Hüttel 8c68c55704
Revert "livegui: more trimming"
This reverts commit dbff1ca2b8.

Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
2022-04-10 13:45:02 +02:00
Andreas K. Hüttel 21af3e4441
Revert "livegui: some space optimizations"
This reverts commit 261a220762.

Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
2022-04-10 13:44:12 +02:00
Andreas K. Hüttel 77119fbbd5
livegui: Put all modules in initrd
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
2022-04-10 13:41:24 +02:00
Andreas K. Hüttel d5450dabe6
Use kernel config from dist-kernel for livegui
Closes: https://bugs.gentoo.org/836770
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
2022-04-09 01:41:58 +02:00
Ben Kohler a273386d42
portage/livegui: enable more VIDEO_CARDS
Bug: https://bugs.gentoo.org/836770

Signed-off-by: Ben Kohler <bkohler@gentoo.org>
2022-04-04 14:22:02 -05:00
Andreas K. Hüttel e4f265eb8e
Add mipsel3 multilib (n32-based) stages
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
2022-04-04 00:34:03 +02:00
Andreas K. Hüttel 57591c6d47
Add mips64el multilib (n32-based) stages
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
2022-04-04 00:16:23 +02:00
Andreas K. Hüttel 4e2bab9058
livegui: fix specs
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
2022-04-03 21:32:06 +02:00
Andreas K. Hüttel 261a220762
livegui: some space optimizations
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
2022-04-02 21:21:50 +02:00
Andreas K. Hüttel 049abeaab4
Try to workaround qemu-m68k futex problem
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
2022-03-31 20:30:04 +02:00
Andreas K. Hüttel e062abab30
Add mips64el-n32 specs, build, upload
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
2022-03-29 11:39:57 +02:00
Andreas K. Hüttel 2c4432b730
Add mipsel3-n32 specs, build, upload
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
2022-03-29 11:16:56 +02:00
Andreas K. Hüttel 52af7040ea
Add mips64-n32 specs
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
2022-03-28 23:17:29 +02:00
Andreas K. Hüttel 08a6b0dc98
Add mips3-n32 specs
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
2022-03-28 23:15:10 +02:00
Georgy Yakovlev 64ffd943f4
releases/kconfig/amd64: add vmd.ko to livegui
Bug: https://bugs.gentoo.org/802525
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
2022-03-24 16:41:38 -07:00
Andreas K. Hüttel 29bcf3db9e
Add minor useflag fix needed for clang stages
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
2022-03-23 21:14:11 +01:00
Andreas K. Hüttel c5327c3886
Add little-endian n64 systemd stage builds
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
2022-03-19 11:35:08 +01:00
Andreas K. Hüttel dbff1ca2b8
livegui: more trimming
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
2022-03-15 09:58:12 +01:00
Andreas K. Hüttel 59918516df
Add mips(el)3 n64 builds
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
2022-03-15 00:53:21 +01:00
Andreas K. Hüttel 0bf7603396
Skip some more amd64 stage2
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
2022-03-15 00:16:16 +01:00
Andreas K. Hüttel b1ccfee916
livegui: reenable depclean, drop kdenlive, engauge, hugin
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
2022-03-14 22:22:40 +01:00
Andreas K. Hüttel 3714fd918b
Skip some amd64 stage2
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
2022-03-14 16:12:03 +01:00
Andreas K. Hüttel cf406ca943
livegui: remove overlay options again, they break things
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
2022-03-14 16:03:43 +01:00
Andreas K. Hüttel a78f21d155
livegui: add cjk also to texlive-core
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
2022-03-14 01:29:11 +01:00
Andreas K. Hüttel 6cf324ebe6
livegui: enable texlive cjk support
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
2022-03-13 21:53:31 +01:00
Andreas K. Hüttel 4f6034104c
livegui: add the 20 most spoken languages
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
2022-03-13 19:44:46 +01:00
Andreas K. Hüttel c9cc3c46b1
livegui: add gedit and some irc clients
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
2022-03-13 19:37:22 +01:00
Andreas K. Hüttel 410ecdb596
livegui: set useflags
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
2022-03-13 01:50:48 +01:00
Andreas K. Hüttel 1bb7b71714
livegui: add empty overlay and root_overlay
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
2022-03-12 23:31:00 +01:00
Andreas K. Hüttel 4424ed7c09
livegui: properly start systemsettings for keyboard
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
2022-03-12 23:20:10 +01:00
Andreas K. Hüttel 08746d08ae
LiveGUI: A bit more software. Also don't depclean.
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
2022-03-09 01:19:42 +01:00
Andreas K. Hüttel 0405109018
Allow ~arch app-accessibility/espeakup-0.90 (needed to resolve blockers)
Bug: https://bugs.gentoo.org/806286
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
2022-03-07 21:42:52 +01:00
Andreas K. Hüttel dacfb25e5c
livegui: Autostart keyboard layout module on plasma login
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
2022-03-06 16:34:57 +01:00
Andreas K. Hüttel 6471b4fdea
livegui: disable console keyboard mapping prompt
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
2022-03-06 16:21:06 +01:00
Andreas K. Hüttel 7f2c5e97cb
Add some more specs (mips[el]2), not sure if we're gonna run them
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
2022-03-04 19:24:06 +01:00
Andreas K. Hüttel cdbba31117
Add mips32el-o32 specs
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
2022-03-04 17:36:55 +01:00
Andreas K. Hüttel 04a5ee70e4
Fix mips32-o32 stage filenames
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
2022-03-03 19:05:03 +01:00