- #!/bin/ksh93
- #
- # build_rovema_kernel.ksh
- #
- #
- # Usage:
- # mkdir build26
- # cd build36
- # ksh ../../build_rovema_kernel.ksh
- #
- set -o xtrace
- set -o errexit
- tar -xf ../linux-5.15.96.tar.gz
- cd linux-5.15.96
- patch -p1 <../../patch-5.15.96-rt61.patch
- patch -p1 <../../linux_getcpu_vdso_32bit_3f0b0903fde584a7398f82fc00bf4f8138610b87.patch
- #patch -p1 <../../i915_patches/i915_patches_series_95463_revisions_4.patch
- patch -p1 <../../io-mapping-Don-t-disable-preempt-on-RT-in-io_mapping.patch
- #
- # fixme: Add dtrace patches here
- #
- # git clone 'https://github.com/oracle/dtrace-linux-kernel'
- # cd dtrace-linux-kernel/
- # git checkout 'v1/5.15'
- # mkdir tmp
- # cd tmp/
- # git format-patch -35
- #
- cp ../../myconfig.config .config
- make menuconfig
- time nice -n 19 chrt --idle 0 make -j4 deb-pkg 2>&2 | tee buildlog.log
- # EOF.
Old build_rovema_kernel.ksh
Posted by Anonymous on Tue 12th Sep 2023 10:49
raw | new post
modification of post by Anonymous (view diff)
Submit a correction or amendment below (click here to make a fresh posting)
After submitting an amendment, you'll be able to view the differences between the old and new posts easily.