Skip to content

Commit

Permalink
camkes-vm-linux: pick up proper kernel config
Browse files Browse the repository at this point in the history
"poke" module should be build with correct Linux configuration to
match the pre-built kernel version. (Tutorial issue #80)

Signed-off-by: Nataliya Korovkina <[email protected]>
  • Loading branch information
malus-brandywine authored and lsf37 committed Jun 17, 2024
1 parent e3df782 commit 7aef62a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorials/camkes-vm-linux/camkes-vm-linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@ GetDefaultLinuxMinor(linux_minor)
GetDefaultLinuxMd5(linux_md5)
# Download and Configure our Linux sources
DownloadLinux(${linux_major} ${linux_minor} ${linux_md5} vm_linux_extract_dir download_vm_linux)
set(linux_config "${CAMKES_VM_LINUX_DIR}/linux_configs/${linux_major}.${linux_minor}/32/config")
set(linux_config "${CAMKES_VM_LINUX_DIR}/linux_configs/${linux_major}.${linux_minor}/32/config.backup-singlecore")
set(linux_symvers "${CAMKES_VM_LINUX_DIR}/linux_configs/${linux_major}.${linux_minor}/32/Module.symvers")
ConfigureLinux(${vm_linux_extract_dir} ${linux_config} ${linux_symvers} configure_vm_linux
DEPENDS download_vm_linux
Expand Down

0 comments on commit 7aef62a

Please sign in to comment.