Greatly improve Add new files to the Buildroot image

This commit is contained in:
Ciro Santilli 六四事件 法轮功
2020-08-13 01:00:00 +00:00
parent ea989d7541
commit 2e47f4f894
7 changed files with 109 additions and 78 deletions

View File

@@ -27,20 +27,7 @@ Build our compiled userland examples.
'targets',
default=[],
help='''\
Select to build only the given userland programs, or all programs under
the given directories.
Default: build all.
Must point to either sources or directories under userland/, or to LKMC
toplevel which is a synonym for userland/.
Default: build all examples that have their package dependencies met, e.g.:
- userland/arch/ programs only build if the target arch matches
- an OpenBLAS example can only be built if the target root filesystem
has the OpenBLAS libraries and headers installed, which you must inform
with --package
https://cirosantilli.com/linux-kernel-module-cheat#build-userland
''',
nargs='*',
)