Package Details: linux-nitrous-headers 6.11.0-3

Git Clone URL: https://aur.archlinux.org/linux-nitrous.git (read-only, click to copy)
Package Base: linux-nitrous
Description: Header files and scripts for building modules for Linux kernel (tagged git version)
Upstream URL: https://gitlab.com/xdevs23/linux-nitrous
Keywords: clang clearlinux kernel linux optimized
Licenses: GPL2
Submitter: superboringdev
Maintainer: superboringdev (n0m4n904)
Last Packager: superboringdev
Votes: 11
Popularity: 0.87
First Submitted: 2019-11-05 16:41 (UTC)
Last Updated: 2024-09-16 19:55 (UTC)

Pinned Comments

superboringdev commented on 2020-03-23 19:25 (UTC) (edited on 2024-09-16 19:48 (UTC) by superboringdev)

The prebuilt kernel is built using Clang/LLVM.

The linux-nitrous binary package can be installed by adding following lines to your /etc/pacman.conf:

[linux-nitrous]
Server = https://github.com/xdevs23/linux-nitrous/releases/latest/download/

Then you can install the package using your AUR helper or pacman (e. g. sudo pacman -Syu linux-nitrous linux-nitrous-headers)

You probably need to add the keys before being able to install my packages:

sudo pacman-key --recv-keys E52F66792B423413EA5F8B3BBCAFC8F93FFA4C23
sudo pacman-key --lsign-key E52F66792B423413EA5F8B3BBCAFC8F93FFA4C23

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 Next › Last »

dedguy21 commented on 2020-05-09 21:10 (UTC)

I think he means like they do in other Linux builds in AuR (this is from linux-ck for example only:

**" Compile ONLY used modules to VASTLYreduce the number of modules built

and the build time.
To keep track of which modules are needed for your specific system/hardware,
give module_db script a try: https://aur.archlinux.org/packages/modprobed-db
This PKGBUILD read the database kept if it exists
More at this wiki page ---> https://wiki.archlinux.org/index.php/Modprobed-db

_localmodcfg=

IMPORTANT: Do no edit below this line unless you know what you're doing

* Somewhere down the pkgbuil***

### Optionally load needed modules for the make localmodconfig # See https://aur.archlinux.org/packages/modprobed-db if [ -n "$_localmodcfg" ]; then if [ -f $HOME/.config/modprobed.db ]; then echo "Running Steven Rostedt's make localmodconfig now" make LSMOD=$HOME/.config/modprobed.db localmodconfig else echo "No modprobed.db data found" exit fi fi

superboringdev commented on 2020-05-09 18:48 (UTC)

@soloturn I can figure out a way to do that.

What exactly do you need? Just that line?

I'm not familiar with what you are trying to do but if you tell me the line number you want to add that to, I could add a way for you to enable it.

soloturn commented on 2020-05-09 18:44 (UTC) (edited on 2020-05-09 18:44 (UTC) by soloturn)

would it be possible to change the PKGBUILD so it takes modprobd into account should it exist? am not to sure where i should put the make so it is valid when the next upgrade comes in.

make LSMOD=$HOME/.config/modprobed.db localmodconfig

superboringdev commented on 2020-05-05 06:22 (UTC)

@TheHardew thanks for pointing out, I'll add that in the next release.

TheHardew commented on 2020-05-05 00:19 (UTC)

Seems you need to add bison to dependencies? Failed in prepare() without it. Fine after manual installation.

superboringdev commented on 2020-04-15 21:10 (UTC)

pkgrel updated.

SpineEyE commented on 2020-04-15 21:08 (UTC)

Thanks, although you should update the pkgrel

superboringdev commented on 2020-04-15 18:48 (UTC)

It's fixed now.

superboringdev commented on 2020-04-15 17:42 (UTC)

@SpineEyE I will fix that, thanks for letting me know.