Outils pour utilisateurs

Outils du site


rpi:kernel_headers
make bcmrpi_defconfig
mkdir build
mv .config build/
make silentoldconfig prepare headers_install scripts LOCALVERSION=+ O=build
cp -a build/ build-kernel/
rm -rf build/usr/
rm -rf build/kernel/
rm -rf build/source
rm -rf build/Makefile

make LOCALVERSION=+ O=build-kernel
cp build-kernel/Module.symvers build/

cp Kbuild build/
find . \
 -path './build/*' -prune -o \
 -path './build-kernel/*' -prune -o \
 -path './debian/*' -prune -o \
 -path './scripts/*' -prune -o \
 -path './Documentation/*' -prune -o \
 -type f \( -name Makefile -o -name 'Kconfig*' \) -print | \
 cpio -pd --preserve-modification-time $(pwd)/build

rsync -av scripts build/
rsync -av include build/

find build/ -name .gitignore -exec rm \{\} \;
rpi/kernel_headers.txt · Dernière modification : 2015/12/23 12:53 de 127.0.0.1

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki