diff --git a/_posts/2024-07-17-qemu_linux_61.md b/_posts/2024-07-17-qemu_linux_61.md index 47bd3a04fd8..283adc7ac19 100644 --- a/_posts/2024-07-17-qemu_linux_61.md +++ b/_posts/2024-07-17-qemu_linux_61.md @@ -32,8 +32,6 @@ For the folder common which is the kernel source code location. Please do follo ```diff -diff --git a/arch/arm64/configs/gki_defconfig b/arch/arm64/configs/gki_defconfig -index bc18ada0bd54..eeab358fa3ed 100644 --- a/arch/arm64/configs/gki_defconfig +++ b/arch/arm64/configs/gki_defconfig @@ -744,3 +744,17 @@ CONFIG_KUNIT=y @@ -85,8 +83,6 @@ The folder device_test1 and hello-world-module is the 2 modules we are going to To compile these 2 kernel modules we need do following change : ```diff -diff --git a/BUILD.bazel b/BUILD.bazel -index b01e18c..8f285de 100644 --- a/BUILD.bazel +++ b/BUILD.bazel @@ -92,6 +92,20 @@ filegroup(