sylware / nyanlinux (public) (License: AFFERO GPLv3) (since 2019-09-09) (hash sha1)
scripts for a lean, from scratch, amd hardware, linux distro
List of commits:
Subject Hash Author Date (UTC)
linux-amd: small cleanups d4cbff80ba420b244479c9a68bf7481eca4b7324 Sylvain BERTRAND 2021-07-02 19:57:40
gfx stack update 65fcedb981c9b6b601b4dbd283badb96c20e6046 Sylvain BERTRAND 2021-06-27 14:55:40
libpng to new nyan eb7d57cb73cf81182119fbed8ec1a8709b6a8a26 Sylvain BERTRAND 2021-06-26 13:10:39
bzip2 to new nyan 40af37d911798c7950c61b1391f8baeaa8839b6c Sylvain BERTRAND 2021-06-25 01:41:28
mutt to new nyan d497b7f9acee77342c6dca432fcc1bd0696715a3 Sylvain BERTRAND 2021-06-25 00:40:13
miniupnpc to new nyan dd4cf201c1b072384430cb6ea3c8f609c8cfc21a Sylvain BERTRAND 2021-06-24 21:14:38
libtool to new nyan 98cdc4c623b6de00ef0f60aa6d3f2a42a8d33a5e Sylvain BERTRAND 2021-06-24 19:48:02
automake to new nyan 7402408b2621a1ed85665f26841073575ad7d944 Sylvain BERTRAND 2021-06-24 19:33:09
autoconf to new nyan 52e700d38cb6ecfc6c1e37d920e5b089f652be66 Sylvain BERTRAND 2021-06-24 19:25:39
libffi/perl5/python3 to new nyan bf95e3edba98e9b33e63e7c7e11f54f1a7919a0a Sylvain BERTRAND 2021-06-24 16:13:25
openssh fixed 64 truncation and new nyan 8dc61ff35842cab7a6b835dc2ec46201e0d533d2 Sylvain BERTRAND 2021-06-24 12:21:19
sync linux config with current ncurses 018c21a2c1b298a7afde1e69aeece48e00d5291e Sylvain BERTRAND 2021-06-24 00:25:19
vim: new nyan 1d8ebb3757d0b421b9433c68b3e099020d39aba9 Sylvain BERTRAND 2021-06-23 19:35:27
towards the new nyan 34554e0757e39f9b8363b30148fc5ee6b4b429a2 Sylvain BERTRAND 2021-06-23 18:37:41
gfx stack update afaaadfdad869098a1a4eba62bca68afb9536b79 Sylvain BERTRAND 2021-06-23 01:04:53
drm: move to new nyan 1a416b7c38ea65998df66c171a2202e981bc1444 Sylvain BERTRAND 2021-06-22 15:47:05
quality of life for dealing with AMD devel linux 8ffca64c4d652517553a0495da1219dac5af4274 Sylvain BERTRAND 2021-06-21 19:02:41
nyangpt:fix install path bc3f973810e90a262b4031e3e68907debb6a8f5e Sylvain BERTRAND 2021-06-19 15:17:12
meh 49c47476a2dc7adb305ac1476435025da2a85231 Sylvain BERTRAND 2021-06-19 14:56:21
binutils/tinycc toolchain 33a1aacaa3f4a4408522a4f0d20ef4d1cca6f1a3 Sylvain BERTRAND 2021-06-19 14:55:45
Commit d4cbff80ba420b244479c9a68bf7481eca4b7324 - linux-amd: small cleanups
Author: Sylvain BERTRAND
Author date (UTC): 2021-07-02 19:57
Committer name: Sylvain BERTRAND
Committer date (UTC): 2021-07-02 19:57
Parent(s): 65fcedb981c9b6b601b4dbd283badb96c20e6046
Signer:
Signing key:
Signing status: N
Tree: c429548b7aa39df5970cf29ee681a3a4006a63b9
File Lines added Lines deleted
builders/linux-amd/builder.sh 3 2
File builders/linux-amd/builder.sh changed (mode: 100644) (index f5971b3..dc98f70)
... ... PATH_SAVED=$PATH
13 13 export PATH="\ export PATH="\
14 14 /bin:\ /bin:\
15 15 /nyan/toolchains/binutils-2.36.1-gcc-4.7.4/current/bin:\ /nyan/toolchains/binutils-2.36.1-gcc-4.7.4/current/bin:\
16 /nyan/git/current/bin:\
16 17 /nyan/make/current/bin:\ /nyan/make/current/bin:\
17 18 /nyan/flex/current/bin:\ /nyan/flex/current/bin:\
18 19 /nyan/bison/current/bin:\ /nyan/bison/current/bin:\
 
... ... if test ! -x /sbin/depmod; then
61 62 ln -sf $r /sbin/depmod ln -sf $r /sbin/depmod
62 63 depmod_installed=1 depmod_installed=1
63 64 fi fi
64 rm -Rf "/lib/modules/$release"
65 (cd /lib/modules;rm -Rf "$release")
65 66 # HOSTCC environment variable seems ignored, overridding makefile variable # HOSTCC environment variable seems ignored, overridding makefile variable
66 67 make -j $threads_n vmlinux "HOSTCC=$HOSTCC" make -j $threads_n vmlinux "HOSTCC=$HOSTCC"
67 68 make -j $threads_n modules "HOSTCC=$HOSTCC" make -j $threads_n modules "HOSTCC=$HOSTCC"
68 69 make -j $threads_n modules_install "HOSTCC=$HOSTCC" make -j $threads_n modules_install "HOSTCC=$HOSTCC"
69 printf "linux modules installed:/lib/modules/$release"
70 printf "linux modules installed:/lib/modules/$release\n"
70 71 #------------------------------------------------------------------------------- #-------------------------------------------------------------------------------
71 72 # AuthenticAMD.bin firmware building # AuthenticAMD.bin firmware building
72 73 printf 'concatening AMD cpu firmware -- START\n' printf 'concatening AMD cpu firmware -- START\n'
Hints:
Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://rocketgit.com/user/sylware/nyanlinux

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/sylware/nyanlinux

Clone this repository using git:
git clone git://git.rocketgit.com/user/sylware/nyanlinux

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a merge request:
... clone the repository ...
... make some changes and some commits ...
git push origin main