pastebin - collaborative debugging tool
rovema.kpaste.net RSS


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)

  1. #!/bin/ksh93
  2.  
  3. #
  4. # build_rovema_kernel.ksh
  5. #
  6.  
  7. #
  8. # Usage:
  9. # mkdir build26
  10. # cd build36
  11. # ksh ../../build_rovema_kernel.ksh
  12. #
  13.  
  14. set -o xtrace
  15. set -o errexit
  16.  
  17. tar -xf ../linux-5.15.96.tar.gz
  18. cd linux-5.15.96
  19.  
  20. patch -p1 <../../patch-5.15.96-rt61.patch
  21. patch -p1 <../../linux_getcpu_vdso_32bit_3f0b0903fde584a7398f82fc00bf4f8138610b87.patch
  22. #patch -p1 <../../i915_patches/i915_patches_series_95463_revisions_4.patch
  23. patch -p1 <../../io-mapping-Don-t-disable-preempt-on-RT-in-io_mapping.patch
  24.  
  25. #
  26. # fixme: Add dtrace patches here
  27. #
  28. # git clone 'https://github.com/oracle/dtrace-linux-kernel'
  29. # cd dtrace-linux-kernel/
  30. # git checkout 'v1/5.15'
  31. # mkdir tmp
  32. # cd tmp/
  33. # git format-patch -35
  34. #
  35.  
  36. cp ../../myconfig.config .config
  37. make menuconfig
  38. time nice -n 19 chrt --idle 0 make -j4 deb-pkg 2>&2 | tee buildlog.log
  39.  
  40. # EOF.

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.

Syntax highlighting:

To highlight particular lines, prefix each line with {%HIGHLIGHT}




All content is user-submitted.
The administrators of this site (kpaste.net) are not responsible for their content.
Abuse reports should be emailed to us at