readme: Add new files to the Buildroot image section

Organize related docs a bit, notably move ./run-toolchain and ./getvar to
README.
This commit is contained in:
Ciro Santilli 六四事件 法轮功
2020-01-09 00:00:00 +00:00
parent b15a0e455d
commit 657c59249e
3 changed files with 156 additions and 100 deletions

View File

@@ -11,19 +11,9 @@ class Main(common.LkmcCliFunction):
defaults = {
'show_time': False,
},
description='''Run a Buildroot ToolChain tool like readelf or objdump.
For example, to get some information about the arm vmlinux:
....
./%(prog)s readelf -- -e "$(./getvar vmlinux)"
....
Get the list of available tools with:
....
ls "$(./getvar -a arm buildroot_host_bin_dir)"
....
description='''\
Manually run a ToolChain tool like gcc, readelf or objdump.
https://cirosantilli.com/linux-kernel-module-cheat#run-toolchain
''',
)
self.add_argument(