mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 02:05:57 +01:00
Fix buildroot broken build due to INRIA breaking links
Fix https://github.com/cirosantilli/linux-kernel-module-cheat/issues/165
This commit is contained in:
@@ -19478,6 +19478,7 @@ In theory, any software can be packaged, and the Buildroot side is easy.
|
|||||||
+
|
+
|
||||||
The hard part is dealing with crappy third party build systems and huge dependency chains.
|
The hard part is dealing with crappy third party build systems and huge dependency chains.
|
||||||
* it is written in Make and Bash rather than Python like LKMC
|
* it is written in Make and Bash rather than Python like LKMC
|
||||||
|
* it downloads packages from upstream mirrors rather than having its own copy of them. Therefore, whenever https://github.com/cirosantilli/linux-kernel-module-cheat/issues/165[some random French research institute decides to break links, your build also breaks]. This is not acceptable. There are some mirroring options: https://risc-a-day.blogspot.com/2015/10/creating-local-mirror-for-buildroot.html but it's not on by default it seems, Buildroot has to have their own official and default mirror of everything.
|
||||||
|
|
||||||
This repo basically wraps around that, and tries to make everything even more awesome for kernel developers by adding the capability of seamlessly running the stuff you've built on emulators usually via `./run`.
|
This repo basically wraps around that, and tries to make everything even more awesome for kernel developers by adding the capability of seamlessly running the stuff you've built on emulators usually via `./run`.
|
||||||
|
|
||||||
|
|||||||
2
build
2
build
@@ -61,7 +61,7 @@ submodule_extra_remotes = {
|
|||||||
'up': 'git://sourceware.org/git/binutils-gdb.git',
|
'up': 'git://sourceware.org/git/binutils-gdb.git',
|
||||||
},
|
},
|
||||||
'buildroot': {
|
'buildroot': {
|
||||||
'up': 'https://gem5.googlesource.com/public/gem5',
|
'up': 'https://github.com/buildroot/buildroot',
|
||||||
},
|
},
|
||||||
'crosstool-ng': {
|
'crosstool-ng': {
|
||||||
'up': 'https://github.com/crosstool-ng/crosstool-ng',
|
'up': 'https://github.com/crosstool-ng/crosstool-ng',
|
||||||
|
|||||||
Submodule submodules/buildroot updated: b8c14b5bca...ccebc33040
Reference in New Issue
Block a user