Skip to content

Commit f06e26f

Browse files
committed
downgrade linux kernel: you may need to change this repo to match buildroot
#39
1 parent 425fb26 commit f06e26f

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.adoc

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4115,6 +4115,19 @@ Those commits change `BR2_LINUX_KERNEL_LATEST_VERSION` in `/linux/Config.in`.
41154115

41164116
You should then look up if there is a branch that supports that kernel. Staying on branches is a good idea as they will get backports, in particular ones that fix the build as newer host versions come out.
41174117

4118+
Finally, after downgrading Buildroot, if something does not work, you might also have to make some changes to how this repo uses Buildroot, as the Buildroot configuration options might have changed.
4119+
4120+
We don't expect those changes to be very difficult. A good way to approach the task is to:
4121+
4122+
* do a dry run build to get the equivalent Bash commands used:
4123+
+
4124+
....
4125+
./build-buildroot --dry-run
4126+
....
4127+
* build the Buildroot documentation for the version you are going to use, and check if all Buildroot build commands make sense there
4128+
4129+
Then, if you spot an option that is wrong, some grepping in this repo should quickly point you to the code you need to modify.
4130+
41184131
=== Kernel command line parameters
41194132

41204133
Bootloaders can pass a string as input to the Linux kernel when it is booting to control its behaviour, much like the `execve` system call does to userland processes.

0 commit comments

Comments
 (0)