From f782d6226fe0c8fa17a38e9c6fa05678cd638f4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ciro=20Santilli=20=E5=85=AD=E5=9B=9B=E4=BA=8B=E4=BB=B6=20?= =?UTF-8?q?=E6=B3=95=E8=BD=AE=E5=8A=9F=20=E5=8C=85=E5=8D=93=E8=BD=A9script?= =?UTF-8?q?alert=281=29/script?= Date: Wed, 13 Sep 2017 08:29:10 +0100 Subject: [PATCH] target lowercase, kernel is patched, get kernel version from source --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 82933b5..80ba1ef 100644 --- a/README.md +++ b/README.md @@ -91,7 +91,7 @@ If you make changes to the kernel modules or most configurations, you can just u and they will updated. -But if you change any package besides `kernel_module`, you must also request those packages to be reconfigured or rebuilt with extra Targets, e.g.: +But if you change any package besides `kernel_module`, you must also request those packages to be reconfigured or rebuilt with extra targets, e.g.: ./run -t linux-reconfigure -t host-qemu-rebuild @@ -141,13 +141,18 @@ but I never managed to increase that buffer: ## Kernel version -We use Buildroot's default kernel version, you can confirm it after build with: +We use Buildroot's default kernel version with small educational patches on top, you can confirm it after build with: grep BR2_LINUX_KERNEL_VERSION buildroot/output.*~/.config or in QEMU: cat /proc/version + +or in the source: + + cd linux + git log | grep -E ' Linux [0-9]+\.' | head ## QEMU GUI is unresponsive