rapido-linux / rapido

Quickly test Linux kernel changes
GNU Lesser General Public License v2.1
22 stars 22 forks source link

autorun/ltp: Export `KCONFIG_PATH` #227

Closed pevik closed 1 year ago

pevik commented 1 year ago

Kernel config in rapido is in nonstandard path, point the correct location via KCONFIG_PATH environment variable so that user does not have to do it manually.

Also move KCONFIG_PATH to rapido.conf.example, so that it does not have to be defined on both autorun/ltp.sh and cut/ltp.sh.

Fixes: db9be25 ("cut/ltp: Install kernel config when local kernel booted")

pevik commented 1 year ago

Thanks! I just exported the variable in autorun file.

ddiss commented 1 year ago

merged - thanks!