We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fef7c3c + 5280b02 commit 3d9eefaCopy full SHA for 3d9eefa
1 file changed
modules/L10_system_emulation.sh
@@ -2623,7 +2623,7 @@ create_emulation_archive() {
2623
sed -i 's/-serial\ file:.*\/l10_system_emulation\/qemu\.final\.serial\.log/-serial\ file:\.\/qemu\.serial\.log/g' "${lARCHIVE_PATH}"/run.sh
2624
# fix the path for the kernel which is currently something like ./Linux-Kernel/vmlinux.mipsel.4
2625
# and should be ./vmlinux.mipsel.4
2626
- local lL10_KERNEL_V_LONG_TMP="4.1.52"
+ local lL10_KERNEL_V_LONG_TMP="${L10_KERNEL_V_LONG}"
2627
if [[ "${lARCH_END}" == *"x86el"* ]] && [[ "${L10_KERNEL_V_LONG}" == "4.1.52" ]]; then
2628
# for x86el we currently have kernel issues
2629
lL10_KERNEL_V_LONG_TMP="4.1.17"
0 commit comments