mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-25 03:01:36 +01:00
buildroot: update to 2019.11
qemu: update to v4.2.0 linux: update to v5.4.3 Make Buildroot use the latest non default GCC 9.2 and binutils 2.32 to be able to use the latest architecture features.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
= Linux Kernel Module Cheat
|
||||
:description: The perfect emulation setup to study and develop the <<linux-kernel>> v5.2.1, kernel modules, <<qemu-buildroot-setup,QEMU>>, <<gem5-buildroot-setup,gem5>> and x86_64, ARMv7 and ARMv8 <<userland-assembly,userland>> and <<baremetal-setup,baremetal>> assembly, <<c,ANSI C>>, <<cpp,C++>> and <<posix,POSIX>>. <<gdb>> and <<kgdb>> just work. Powered by <<about-the-qemu-buildroot-setup,Buildroot>> and <<about-the-baremetal-setup,crosstool-NG>>. Highly automated. Thoroughly documented. Automated <<test-this-repo,tests>>. "Tested" in an Ubuntu 18.04 host.
|
||||
:description: The perfect emulation setup to study and develop the <<linux-kernel>> v5.4.3, kernel modules, <<qemu-buildroot-setup,QEMU>>, <<gem5-buildroot-setup,gem5>> and x86_64, ARMv7 and ARMv8 <<userland-assembly,userland>> and <<baremetal-setup,baremetal>> assembly, <<c,ANSI C>>, <<cpp,C++>> and <<posix,POSIX>>. <<gdb>> and <<kgdb>> just work. Powered by <<about-the-qemu-buildroot-setup,Buildroot>> and <<about-the-baremetal-setup,crosstool-NG>>. Highly automated. Thoroughly documented. Automated <<test-this-repo,tests>>. "Tested" in an Ubuntu 19.10 host.
|
||||
:idprefix:
|
||||
:idseparator: -
|
||||
:nofooter:
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
# Versions of our submodules.
|
||||
BR2_BINUTILS_VERSION_2_32_X=y
|
||||
BR2_GCC_VERSION_9_X=y
|
||||
|
||||
# Toolchain options.
|
||||
# Enable as much visibility as possible.
|
||||
BR2_CCACHE=y
|
||||
|
||||
Submodule submodules/binutils-gdb updated: 1690de78a3...f7ec391a89
Submodule submodules/buildroot updated: 653eaa178b...157ac499cf
Submodule submodules/gcc updated: 9046071ddd...8a6560d41c
Submodule submodules/glibc updated: 6c99e37f6f...be9a328c93
Submodule submodules/linux updated: 527a3db363...f7688b48ac
Submodule submodules/qemu updated: d8dae268c0...a1dfb1b86c
Reference in New Issue
Block a user