Commit Graph

264 Commits (07c93cdc11cec8acca5e45993ee0025a3c8c9db5)
 

Author SHA1 Message Date
Tk-Glitch 26a3ec070c linux-tkg: Update urls to point to cdn.kernel.org 2020-09-03 13:13:00 +07:00
Adel Kara Slimane ee80080260
Support Fedora and derivatives (#56)
* linux57: install.sh: Add install for Fedora

* linux57: install.sh: use dnf to install and save it for uninstall

* linux57: install.sh: enable Fedora compilation

* linux57: use single equal sign for conditions

* linux57: Add uninstall step

* linux57: remove unwated changes

* linux57: install.sh: code cleanup

* linux57: install.sh: remove redundant condition

* linux57: install.sh: Fedora: update dependency install

* linux57: install.sh: uninstall only kernel and keep dependencies

* linux57: install.sh: make script executable

* linux57: install.sh: remove header uninstall in Ubuntu

* Linux57: Initial Suse support

* linux57: install.sh: Add Suse to the distro error message

* linux57: install.sh: Additionnal Suse dependency packages

* linux57: install.sh: disable gpg check for Suse kernel install

* linux57: install.sh: Fedora & derivative: produce dev files

* Linux57: install.sh: make Suse use ccache

* Linux57: install.sh: Fedora & derivatives: add install/uninstall of kernel-devel

* linux57: install.sh: Fix: disable sign check for Suse kernel install

* linux57: install.sh: Fedora & derivatives: enable confirm prompt for kernel install

* linux57: install.sh: suse add flag to replace files from default kernel-headers

* linux57: install.sh: make uninstall manual

* linux57: install.sh: add uninstall help for Suse

* linux57: install.sh: correct uninstall message for suse

* linux57: install.sh: move made RPMS into working folder and cleanup

* linux57: install.sh: add uninstall help for Fedora

* linux57: install.sh: Move deb files into DEBs folder

* linux57: install.sh: Ubuntu: install dev deb package

* linux57: install.sh: add Ubuntu uninstall help.

* linux57: install.sh: improve Ubuntu uninstall help

* linux57: Add Debian distro and related fix

* linux57: install.sh: prompt for distro

* linux57: install.sh: use _basekernel instead of 5.7

* linux57: install.sh: fix for using _basekernel everywhere

* linux57: add ubuntu/debian dependency install

* linux58: copy install.sh from 5.7 as-is, add distro prompt

* linux59: copy install.sh from 5.7 as-is, add distro prompt

* Fix PKGBUILD after adding the distro prompt

* Revert "Fix PKGBUILD after adding the distro prompt"

This reverts commit 9c3c155b3ed07a4aa04ec10d6fc0e8b5710a2f07.

* Fix PKGBUILD because of the distro prompt

* linux57: install.sh: improve `config` script path

* linux57: install.sh: loop if wrong answer in distro prompt

* linux57: install.sh: code cleanup

* Copy linux57 install.sh to linux58 and linux59

* install.sh: change "uninstall" argument to "uninstall-help"

* Update READMEs
2020-09-01 17:57:21 +07:00
iWeaker4you cdbf5273ad
Fix certificate issue on Debian (#55)
* Fix certificate issue on Debian 

I only applied it in version 5.8 so that first you can see if it applies to all, or if my solution is viable.

The problem is that every time it does the verification, it downloads the original configuration from github and does not maintain its own manual configuration that solves the certificate problem in Debian, it does not finish compiling for that reason.

And when you give Install.sh the CONFIG_SYSTEM_TRUSTED_KEYS = "debian / certs / test-signing-certs.pem" is reset, regardless of whether you edited it.

* Solution to certificate problem in Debian [Fixed]

* Add Debian only support

* Add Debian custom support

* Oop! OR Conditional

* Replace AND for OR Condition

* OR ......

* Regression with OR..
2020-08-27 13:44:41 +07:00
Tk-Glitch e28f6e8c84 linux58-tkg: 5.8.5 2020-08-27 12:34:04 +07:00
Tk-Glitch 4b3282b6a8 linux57-tkg: 5.7.19 2020-08-27 12:33:53 +07:00
Tk-Glitch 5ce83b665f linux57-tkg: muqss: Add missing static function, uclamp_is_used - db04c0928e
Thanks to aspen for pointing it out
2020-08-26 19:23:12 +07:00
Tk-Glitch 6c3afa9aab linux58-tkg: 5.8.4 2020-08-26 14:09:30 +07:00
Tk-Glitch 2cece5f184 linux57-tkg: 5.7.18 2020-08-26 14:09:17 +07:00
Tk-Glitch 795194e1d1 linux54-tkg: 5.4.61 2020-08-26 14:08:59 +07:00
Tk-Glitch 5c5011e9d0 linux57-tkg: Fix MuQSS patch application 2020-08-26 00:27:54 +07:00
Tk-Glitch 98da724052 linux59-rc-tkg: RC2 2020-08-24 13:25:28 +07:00
Tk-Glitch 51398d802c linux58-tkg: Update config
Silences new config entry prompt
2020-08-21 16:20:21 +07:00
Tk-Glitch aeac14d114 linux54-tkg: Comment out the sync with 16a91d2987
linux54-tkg is unaffected currently since the non-Arch path wasn't merged
2020-08-21 16:19:52 +07:00
Tk-Glitch 174e8faa29 linux58-tkg: 5.8.3 2020-08-21 16:13:18 +07:00
Tk-Glitch b21dbb5a25 linux57-tkg: 5.7.17 2020-08-21 16:13:04 +07:00
Tk-Glitch a5d02eee95 linux54-tkg: 5.4.60 2020-08-21 16:12:48 +07:00
Tk-Glitch a505e3b7a4 linux58/59-tkg: non-makepkg: Update versions in install.sh
We should move that to variables, and the dir won't be correct on 5.9 until release, but that will do for now 🐸
2020-08-21 11:23:59 +07:00
Tk-Glitch 16a91d2987 linux-tkg: Set CONFIG_DEBUG_INFO=n by default on non-Arch
Debian-based distros notably create huge dbg packages otherwise
2020-08-21 10:09:10 +07:00
Koopa 453a462715
Install the TkG configuration used to the system (#49)
* linux-tkg: Install configuration used.

* linux-tkg: Document the installed config file.
2020-08-21 09:20:46 +07:00
Koopa 913245031b
linux-tkg: Accept default config w/ modprobed-db. (#47)
This alleviates Tk-Glitch/PKGBUILDS#404 by piping newlines to "make
localconfig".
2020-08-20 14:24:35 +07:00
Tk-Glitch 4804b9129f linux54/58-tkg: Config sync 2020-08-20 14:07:03 +07:00
Tk-Glitch 7146a546e4 linux58-tkg: 5.8.2 2020-08-19 12:21:01 +07:00
Tk-Glitch 6eb3cf9109 linux57-tkg: 5.7.16 2020-08-19 12:20:43 +07:00
Tk-Glitch 563456e514 linux54-tkg: 5.4.59 2020-08-19 12:20:23 +07:00
Tk-Glitch 62f97be247 linux59-rc-tkg: Update readme and comment out some disabled options in .cfg 2020-08-18 17:39:52 +07:00
Tk-Glitch 66d595fac8 linux-tkg: Explicitly set X86_P6_NOP default (disabled) so it doesn't prompt on archs not selecting it. 2020-08-17 20:45:06 +07:00
Tk-Glitch 8c391854b4 linux58-tkg: Update prjc / BMQ patchset to v5.8-r1
http://cchalpha.blogspot.com/2020/08/project-c-v58-r1release.html
2020-08-17 19:59:15 +07:00
Tk-Glitch e71dced34b linux-tkg: non-Arch: Set _misc_adds="false" for now
This breaks on other distros due to the TTY patch. Until a decision is taken regarding the patch or the best way to fix it, this will do.
2020-08-17 16:51:56 +07:00
Tk-Glitch 967331d0be linux-tkg: The double equal sign amusement continuation 2020-08-17 16:43:41 +07:00
Tk-Glitch 25d9259519 Introduce initial linux59-rc-tkg
No alternative CPU scheduler, Fsync or Nvidia prop blobs support
2020-08-17 14:52:49 +07:00
Tk-Glitch 0d144b2590 linux58-tkg: Update readme 2020-08-17 14:20:56 +07:00
Tk-Glitch 2a56141bbf linux58-tkg: Bring Ubuntu install script and related changes initially introduced with https://github.com/Frogging-Family/linux-tkg/pull/26 2020-08-17 14:14:17 +07:00
Tk-Glitch 4a6b1ef584 linux58-tkg: Update readme
Thanks for pointing it out Muh 🐸
2020-08-15 20:03:37 +07:00
FLGX ec0fcc15d2
Allow using upper-cased "Y" to answer questions (#45) 2020-08-15 19:18:32 +07:00
Tk-Glitch 0c8886a2b2 linux58-tkg: Add prjc/BMQ fix 476c03d6ff 2020-08-12 18:24:29 +07:00
Tk-Glitch 82974f4a15 linux58-tkg: 5.8.1 2020-08-11 16:53:41 +07:00
Tk-Glitch 40ca8f75e2 linux57-tkg: 5.7.15 2020-08-11 16:45:49 +07:00
Tk-Glitch 5af7dfed4d linux54-tkg: 5.4.58 2020-08-11 16:43:32 +07:00
Tk-Glitch 469624d1ac linux-tkg: Ask user about the CFS fallback
Can be bypassed to exit with _nofallback="true" hidden option
2020-08-11 16:19:01 +07:00
Tk-Glitch 333a3a46db linux57-tkg: Fix ck1 patchset application 2020-08-11 16:13:53 +07:00
Tk-Glitch 52d17f6af2 linux58-tkg: Adjustments and fixes for https://github.com/Frogging-Family/linux-tkg/pull/43 2020-08-11 15:46:27 +07:00
Térence Clastres de27f8c1c5
Add rebased BMQ from 5.8 (#43) 2020-08-11 15:20:35 +07:00
Tk-Glitch ed069e3a03 linux56-tkg: Remove for incoming legacy branch inclusion 2020-08-10 14:13:46 +07:00
Adel Kara Slimane c7ff176dba
linux57: add interactive prompt for _misc_adds (#42) 2020-08-10 13:52:08 +07:00
Adel Kara Slimane a278361630
linux57: extra changes to Ubuntu install script that have been forgotten (#41)
* linux57: customization.cfg: make custom_gcc_path apply to ubuntu

* linux57: install.sh: remove unneeded variable

* linux57: install.sh: uncomment kernel uninstall command line
2020-08-10 12:13:17 +07:00
Tk-Glitch 416a2c3d5f linux57-tkg: 5.7.14 2020-08-07 15:10:12 +07:00
Tk-Glitch d4eab2b609 linux54-tkg: 5.4.57 2020-08-07 15:09:46 +07:00
Tk-Glitch a580414742 linux57-tkg: Simplify various ubuntu build script interactions
Untested on buntu.

Following https://github.com/Frogging-Family/linux-tkg/pull/26
2020-08-06 21:58:24 +07:00
Adel Kara Slimane 3c7fd7b2e5
Add Ubuntu install script + general-ish .config&patching script (#26)
* linux57: Add make xconfig option

* Linux57: copy PKGBUILD initial commands to _tkg_initscript()

* linux57: Update _tkg_initscript() in "tkg-config/prepare"

* linux57: Add _define_vars() function in tkg-config/prepare

* linux57: Prepend "$_where" to patch paths, in _tkg_srcprep()

This is done to be able to change the $_where in the non-Arch install script

* linux57: Add distro choice config in customization.cfg, enable "Ubuntu" as option

Show options that won't apply when target distro is Ubuntu

* linux57: Isolate Arch specific commands in _tkg_srcprep()

* linux57: make _tkg_initscript() more verbose

* WIP: linux57: Add install.sh script

The script downloads linux's source code, applies patches, and
handles the .config file after copying the one from the distribution
it's running on.

TODO: Implement install (and maybe uninstall)

* linux57: Add make xconfig option description in customization.cfg

* linux57: Fix _EXT_CONFIG_PATH usage and variable sourcing

* linux57: Add missing space in condition

* linux57: Make _EXT_CONFIG_PATH description as usable by Ubuntu install script

* linux57: Add LOCALVERSION kernel choice variable in customization.cfg

For now it won't apply for Arch, but can be implemented

* linux57: Properly delete linux source folder

* linux57: Add progress message when doing make oldconfig

* linux57: Add kernel compilation for Ubuntu

* linux57: Fix warning in if condition

* linux57: Add message when downloading CPU opt patch

* linux57: Make script exit at any error

* linux57: Move to linux (base version + subversion patch) approach

* linux57: Use git to get/reset linux sources and move between subversions

This approach has the least impact on the hard-drive given that only
the files that need to be changed get changed by git.

* linux57: Fix external config loading message

* linux57: install.sh: use latest subersion, enable reverting to older ones

* linux57: Add extra cleanup steps

* Move user_patcher() to tkg-config/prepare

* linux57: restore old patch files for old kernel subversions

Old kernel subversions are needed for Ubuntu since the latest ones
fail to build.

* linux57: Define and use script location variable

Makes folder navigation more reliable in the script

* linux57: Add install step

* linux57: install.sh: Uncomment compilation step

* linux57: install.sh: Add "config" and "install" commands

* linux57: install.sh: Add uninstall command

* linux57: Add relative path for misc-patch

* Fix leak error for CONFIG_PDS in make deb-pkg

* linux57: Define _where in _tkg_srcprep for Arch

* Revert "linux57: restore old patch files for old kernel subversions"

This reverts commit 65dcbd654c4151283189505c826903c342782d0e.

* linux57: Update shasum for pds-undead patch

* linux57: Drop support for reverting to older subversions

Latest kernel subversions should now work on other distros too

* linux57: install.sh load user given customization.cfg first

* linux57: install.sh install Ubuntu dependencies

* linux57: install.sh: add help message for available commands

* linux57: replace _misc_adds with _distro variable

* linux57: Update README.md

* linux57: README.md: fix typo

* linux57: README.md: remove "nano customization.cfg" line

* linux57: README.md: fix formatting

* Revert "linux57: Update shasum for pds-undead patch"

This reverts commit 3c6abef7993a02fc0ae97c23aab379968daa3a31.

* Revert "Fix leak error for CONFIG_PDS in make deb-pkg"

This reverts commit 40a2a002ae060b309a465d5b6c22a7b91828af0a.

* linux57: tkg-config/prepare: remove unused variable defines

* linux57: install.sh: use var for folder cleanup

* Revert "linux57: replace _misc_adds with _distro variable"

This reverts commit 9efdd31b8c0e4c34b2e2878de5bca83ea8e73018.
2020-08-06 19:59:17 +07:00
Tk-Glitch d039728f97 Revert "linux58-tkg: Add rebased BMQ from 5.7. (#38)"
This reverts commit eef469774b.
2020-08-05 18:36:03 +07:00