Skip to content
This repository has been archived by the owner on Oct 11, 2021. It is now read-only.

Releases: jedavies-dev/kiss-aarch64

KISS Linux aarch64

04 May 21:40
Compare
Choose a tag to compare

Use sudo or root to extract the chroot.

Usage:

Changelog:

  • Update to gcc 11.1

Build flags:

export CFLAGS="-mcpu=generic -mtune=generic -Os -pipe"
export CXXFLAGS="-mcpu=generic -mtune=generic -Os -pipe"
export MAKEFLAGS="-j6"

Packages:

baselayout 1 8
binutils 2.36.1 1
bison 3.7.6 1
busybox 1.33.0 3
bzip2 1.0.8 1
curl 7.76.1 1
flex 2.6.4 4
gcc 11.1.0 1
git 2.31.1 1
gzip 1.10 5
kiss 5.3.1 1
libressl 3.3.1 2
linux-headers 5.10.1 1
m4 1.4.18 2
make 4.3 1
musl 1.2.2 1
xz 5.2.5 1
zlib 1.2.11 3

KISS Linux aarch64

05 Sep 20:38
Compare
Choose a tag to compare

Use sudo or root to extract the chroot.

Usage:

Changelog:

  • Update packages
  • Use new repo structure
  • No longer include git repo in tarball, as with x86_64

Build flags:

export CFLAGS="-mcpu=generic -mtune=generic -Os -pipe"
export CXXFLAGS="-mcpu=generic -mtune=generic -Os -pipe"
export MAKEFLAGS="-j6"

Packages:

baselayout 1 6
binutils 2.35 1
bison 3.7.1 1
busybox 1.32.0 3
bzip2 1.0.8 1
curl 7.72.0 1
flex 2.6.4 4
gcc 10.2.0 1
git 2.28.0 1
gzip 1.10 4
kiss 5.0.6 1
libressl 3.2.1 1
linux-headers 5.4.45 1
m4 1.4.18 2
make 4.3 1
musl 1.2.1 1
pkgconf 1.7.3 1
xz 5.2.5 1
zlib 1.2.11 3

Rust 1.45.2 bootstrap tarball

05 Aug 16:26
67b8c2d
Compare
Choose a tag to compare
Pre-release

For use with the Rust package.

CFLAGS="-mtune=generic -mcpu=generic -pipe -Os"
CXXFLAGS="-mtune=generic -mcpu=generic -pipe -Os"
LDFLAGS="-j6"

KISS Linux aarch64

25 Jun 22:17
1b847cf
Compare
Choose a tag to compare

Use sudo or root to extract the chroot.

Usage:

Changelog:

  • Update packates
  • Add git

Build flags:

export CFLAGS="-mcpu=generic-armv7-a -mtune=generic-armv7-a -Os -pipe"
export CXXFLAGS="-mcpu=generic-armv7-a -mtune=generic-armv7-a -Os -pipe"
export MAKEFLAGS="-j6"

Packages:

baselayout 1 6
binutils 2.34 2
bison 3.6.4 1
busybox 1.31.1 10
bzip2 1.0.8 1
curl 7.71.0 1
flex 2.6.4 4
gcc 10.1.0 2
git 2.27.0 1
gzip 1.10 4
kiss 3.0.4 1
libressl 3.2.0 1
linux-headers 5.4.45 1
m4 1.4.18 2
make 4.3 1
musl 1.2.0 2
pkgconf 1.7.3 1
xz 5.2.5 1
zlib 1.2.11 3

KISS Linux aarch64

13 Jun 17:55
Compare
Choose a tag to compare
KISS Linux aarch64 Pre-release
Pre-release

Use sudo or root to extract the chroot.

Usage:
https://k1ss.org/install
https://github.com/jedavies-dev/kiss-aarch64/blob/master/README.md

Changelog:

  • Update packages

Build flags:

export CFLAGS=" -march=armv8-a -mtune=generic -mcpu=generic -pipe -Os"
export CXXFLAGS=" -march=armv8-a -mtune=generic -mcpu=generic -pipe -Os"
export MAKEFLAGS="-j4"

Packages:

baselayout 1 6
binutils 2.34 2
bison 3.6.3 1
busybox 1.31.1 10
bzip2 1.0.8 1
curl 7.70.0 1
flex 2.6.4 4
gcc 10.1.0 2
git 2.27.0 1
gzip 1.10 4
kiss 3.0.3 1
libressl 3.2.0 1
linux-headers 5.4.45 1
m4 1.4.18 2
make 4.3 1
musl 1.2.0 2
pkgconf 1.7.3 1
xz 5.2.5 1
zlib 1.2.11 3

KISS Linux aarch64

14 Mar 19:40
Compare
Choose a tag to compare
KISS Linux aarch64 Pre-release
Pre-release

Use sudo or root to extract the chroot.

Usage:

Changelog:

  • Use generic aarch64 build flags.
  • Remove system firmware packages from chroot.

Build flags:

export CFLAGS="-march=armv8-a -mcpu=generic"
export CXXFLAGS="-march=armv8-a -mcpu=generic"
export MAKEFLAGS="-j4"

Packages:

baselayout 1 6
binutils 2.34 1
bison 3.5.3 1
busybox 1.31.1 6
bzip2 1.0.8 1
curl 7.69.1 0
flex 2.6.4 3
gcc 9.3.0 1
git 2.25.1 1
gzip 1.10 1
kiss 1.7.9 1
libressl 3.0.2 1
linux-headers 5.4.24 1
m4 1.4.18 2
make 4.3 1
musl 1.2.0 1
pkgconf 1.6.3 2
rsync 3.1.3 2
sudo 1.8.31 1
xz 5.2.4 3
zlib 1.2.11 3

KISS Linux aarch64

12 Mar 18:48
Compare
Choose a tag to compare
KISS Linux aarch64 Pre-release
Pre-release

Use sudo or root to extract the chroot.

Usage:

Changelog:

  • Update packages
  • Include uboot and required tools

Build flags:

export CFLAGS="-mtune=cortex-a72.cortex-a53 -mcpu=cortex-a72.cortex-a53 -pipe -O2"
export CXXFLAGS="-mtune=cortex-a72.cortex-a53 -mcpu=cortex-a72.cortex-a53 -pipe -O2"
export MAKEFLAGS="-j3"

Packages:

atf 2.2 1
baselayout 1 6
binutils 2.34 1
binutils-baremetal 2.34 1
bison 3.5.3 1
busybox 1.31.1 6
bzip2 1.0.8 1
curl 7.69.1 0
dtc 1.5.1 1
flex 2.6.4 3
gcc 9.3.0 1
gcc-baremetal 9.3.0 1
git 2.25.1 1
gzip 1.10 1
kiss 1.7.9 1
libressl 3.0.2 1
linux-headers 5.4.24 1
m4 1.4.18 2
make 4.3 1
musl 1.2.0 1
pkgconf 1.6.3 2
rsync 3.1.3 2
uboot 2020.01 1
xz 5.2.4 3
zlib 1.2.11 3

firefox-bin 68.6.0 ESR

10 Mar 21:18
Compare
Choose a tag to compare
Pre-release

Release of Firefox 68.6.0 ESR.

This is for use with the firefox-bin package.

Go 1.14 bootstrap tarball

01 Mar 17:36
2f26d6b
Compare
Choose a tag to compare
Pre-release

This is for use with the go package.

Rust 1.41.0 bootstrap tarball

14 Feb 01:54
76ee043
Compare
Choose a tag to compare
Pre-release

This is for use in the rust package.