changes.rst (f4566a1e73957800df75a3dd2dccee8a4697f327) | changes.rst (7a23b027ec17b2eb9c8ad9b09006502f3fa38215) |
---|---|
1.. _changes: 2 3Minimal requirements to compile the Kernel 4++++++++++++++++++++++++++++++++++++++++++ 5 6Intro 7===== 8 --- 48 unchanged lines hidden (view full) --- 57mcelog 0.6 mcelog --version 58iptables 1.4.2 iptables -V 59openssl & libcrypto 1.0.0 openssl version 60bc 1.06.95 bc --version 61Sphinx\ [#f1]_ 2.4.4 sphinx-build --version 62cpio any cpio --version 63GNU tar 1.28 tar --version 64gtags (optional) 6.6.5 gtags --version | 1.. _changes: 2 3Minimal requirements to compile the Kernel 4++++++++++++++++++++++++++++++++++++++++++ 5 6Intro 7===== 8 --- 48 unchanged lines hidden (view full) --- 57mcelog 0.6 mcelog --version 58iptables 1.4.2 iptables -V 59openssl & libcrypto 1.0.0 openssl version 60bc 1.06.95 bc --version 61Sphinx\ [#f1]_ 2.4.4 sphinx-build --version 62cpio any cpio --version 63GNU tar 1.28 tar --version 64gtags (optional) 6.6.5 gtags --version |
65mkimage (optional) 2017.01 mkimage --version |
|
65====================== =============== ======================================== 66 67.. [#f1] Sphinx is needed only to build the Kernel documentation 68 69Kernel compilation 70****************** 71 72GCC --- 111 unchanged lines hidden (view full) --- 184 185gtags / GNU GLOBAL (optional) 186----------------------------- 187 188The kernel build requires GNU GLOBAL version 6.6.5 or later to generate 189tag files through ``make gtags``. This is due to its use of the gtags 190``-C (--directory)`` flag. 191 | 66====================== =============== ======================================== 67 68.. [#f1] Sphinx is needed only to build the Kernel documentation 69 70Kernel compilation 71****************** 72 73GCC --- 111 unchanged lines hidden (view full) --- 185 186gtags / GNU GLOBAL (optional) 187----------------------------- 188 189The kernel build requires GNU GLOBAL version 6.6.5 or later to generate 190tag files through ``make gtags``. This is due to its use of the gtags 191``-C (--directory)`` flag. 192 |
193mkimage 194------- 195 196This tool is used when building a Flat Image Tree (FIT), commonly used on ARM 197platforms. The tool is available via the ``u-boot-tools`` package or can be 198built from the U-Boot source code. See the instructions at 199https://docs.u-boot.org/en/latest/build/tools.html#building-tools-for-linux 200 |
|
192System utilities 193**************** 194 195Architectural changes 196--------------------- 197 198DevFS has been obsoleted in favour of udev 199(https://www.kernel.org/pub/linux/utils/kernel/hotplug/) --- 372 unchanged lines hidden --- | 201System utilities 202**************** 203 204Architectural changes 205--------------------- 206 207DevFS has been obsoleted in favour of udev 208(https://www.kernel.org/pub/linux/utils/kernel/hotplug/) --- 372 unchanged lines hidden --- |