Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alindeman/debian-kernel
https://salsa.debian.org/kernel-team/linux with raspi-arm64 additions
https://github.com/alindeman/debian-kernel
Last synced: about 1 month ago
JSON representation
https://salsa.debian.org/kernel-team/linux with raspi-arm64 additions
- Host: GitHub
- URL: https://github.com/alindeman/debian-kernel
- Owner: alindeman
- Created: 2020-10-27T23:11:35.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-02-15T21:28:24.000Z (almost 4 years ago)
- Last Synced: 2024-10-20T07:43:00.788Z (2 months ago)
- Homepage:
- Size: 800 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# alindeman's raspi debian-kernel
## Building
```bash
vagrant up
```Within `vagrant ssh`:
```bash
rsync -avz --delete /vagrant/ debian-kernel
cd debian-kernel(mkdir -p ../orig && cd ../orig && curl -LO 'http://deb.debian.org/debian/pool/main/l/linux/linux_5.10.13.orig.tar.xz')
ARCH=arm64
FEATURESET=none
FLAVOUR=raspi-arm64
export $(dpkg-architecture -a$ARCH)
export PATH=/usr/lib/ccache:$PATH
export DEB_BUILD_PROFILES="cross nopython nodoc pkg.linux.notools"
export MAKEFLAGS="-j$(($(nproc)*2))"
export DEBIAN_KERNEL_DISABLE_DEBUG=fakeroot make -f debian/rules clean
fakeroot make -f debian/rules orig
fakeroot make -f debian/rules source
fakeroot make -f debian/rules.gen setup_${ARCH}_${FEATURESET}_${FLAVOUR}
fakeroot make -f debian/rules.gen binary-arch_${ARCH}_${FEATURESET}_${FLAVOUR}
```## Customizations
### devicetree-overlay