mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 02:05:57 +01:00
buildroot: update to 2019.11
qemu: update to v4.2.0 linux: update to v5.4.3
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
= Linux Kernel Module Cheat
|
= 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:
|
:idprefix:
|
||||||
:idseparator: -
|
:idseparator: -
|
||||||
:nofooter:
|
:nofooter:
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
## Non-default versions of our submodules.
|
||||||
|
#BR2_BINUTILS_VERSION_2_32_X=y
|
||||||
|
#BR2_GCC_VERSION_9_X=y
|
||||||
|
|
||||||
# Toolchain options.
|
# Toolchain options.
|
||||||
# Enable as much visibility as possible.
|
# Enable as much visibility as possible.
|
||||||
BR2_CCACHE=y
|
BR2_CCACHE=y
|
||||||
@@ -41,3 +45,7 @@ BR2_PACKAGE_HOST_DTC=y
|
|||||||
# such as /etc/network/interfaces which we need. So we just
|
# such as /etc/network/interfaces which we need. So we just
|
||||||
# remove the init.d file for now.
|
# remove the init.d file for now.
|
||||||
#BR2_PACKAGE_IFUPDOWN_SCRIPTS=n
|
#BR2_PACKAGE_IFUPDOWN_SCRIPTS=n
|
||||||
|
|
||||||
|
# Buildroot 2019.11 automatically builds QEMU for qemu_x86_64_defconfig.
|
||||||
|
# But we build our own.
|
||||||
|
BR2_PACKAGE_HOST_QEMU=n
|
||||||
|
|||||||
Submodule submodules/binutils-gdb updated: 1690de78a3...2d2ea781e7
Submodule submodules/buildroot updated: 653eaa178b...157ac499cf
Submodule submodules/gcc updated: 9046071ddd...2d7ded160b
Submodule submodules/glibc updated: 6c99e37f6f...be9a328c93
Submodule submodules/linux updated: 527a3db363...f7688b48ac
Submodule submodules/qemu updated: d8dae268c0...c508dc5e08
Reference in New Issue
Block a user