Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
a7c9f1763e |
29
srcpkgs/linux-6.12-uConsole/template
Normal file
29
srcpkgs/linux-6.12-uConsole/template
Normal file
@ -0,0 +1,29 @@
|
||||
# Template file for 'linux-6.12-uConsole'
|
||||
pkgname=linux-6.12-uConsole
|
||||
version=6.12.19
|
||||
revision=1
|
||||
wrksrc="linux-${version}"
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="bc perl python3 bash git"
|
||||
makedepends="elfutils openssl-devel liblz4-devel zlib-devel"
|
||||
short_desc="Patched Linux kernel for the ClockworkPi uConsole using Raspberry Pi CMx"
|
||||
maintainer=""
|
||||
license="GPL-2.0-only"
|
||||
homepage="https://github.com/ak-rex/ClockworkPi-linux"
|
||||
distfiles="git+https://github.com/ak-rex/ClockworkPi-linux.git"
|
||||
checksum=SKIP # You can update this after downloading
|
||||
gitrev=9a9e5a6d3e6a2a1c8b2c9f9c9b9c9c9c9c9c9c9c
|
||||
|
||||
do_configure() {
|
||||
make defconfig # Or use a custom config
|
||||
}
|
||||
|
||||
do_build() {
|
||||
make -j$(nproc)
|
||||
}
|
||||
|
||||
do_install() {
|
||||
make INSTALL_MOD_PATH=${DESTDIR} modules_install
|
||||
cp -v arch/x86/boot/bzImage ${DESTDIR}/boot/vmlinuz-${pkgname}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user