Orange Pi5 kernel

Deprecated Linux kernel 5.10.110 for OrangePi 5/5B/5+ boards

3 Commits   0 Branches   0 Tags
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  1) This directory contains example configs to use ktest for various tasks.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  2) The configs still need to be customized for your environment, but it
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  3) is broken up by task which makes it easier to understand how to set up
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  4) ktest.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  5) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  6) The configs are based off of real working configs but have been modified
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  7) and commented to show more generic use cases that are more helpful for
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  8) developers.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  9) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 10) crosstests.conf - this config shows an example of testing a git repo against
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 11)     lots of different architectures. It only does build tests, but makes
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 12)     it easy to compile test different archs. You can download the arch
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 13)     cross compilers from:
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 14)   https://kernel.org/pub/tools/crosstool/files/bin/x86_64/
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 15) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 16) test.conf - A generic example of a config. This is based on an actual config
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 17)      used to perform real testing.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 18) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 19) kvm.conf - A example of a config that is used to test a virtual guest running
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 20)      on a host.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 21) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 22) snowball.conf - An example config that was used to demo ktest.pl against
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 23)      a snowball ARM board.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 24) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 25) include/  -  The include directory holds default configs that can be
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 26)     included into other configs. This is a real use example that shows how
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 27)     to reuse configs for various machines or set ups. The files here
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 28)     are included by other config files, where the other config files define
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 29)     options and variables that will make the included config work for the
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 30)     given environment.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 31) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 32)