diff options
author | Jose Fernandez <[email protected]> | 2024-08-12 19:16:19 -0600 |
---|---|---|
committer | Masahiro Yamada <[email protected]> | 2024-09-01 20:34:49 +0900 |
commit | e6b65ee10588a552d04d488ebeac24bba20747a8 (patch) | |
tree | 2e2852cd220bf8c5c318737b9a8ff46f45430d15 /scripts/gdb/linux/lists.py | |
parent | 7a7f974594cd5d6723242cb8c018b59db16fe27b (diff) |
kbuild: control extra pacman packages with PACMAN_EXTRAPACKAGES
Introduce the PACMAN_EXTRAPACKAGES variable in PKGBUILD to allow users
to specify which additional packages are built by the pacman-pkg target.
Previously, the api-headers package was always included, and the headers
package was included only if CONFIG_MODULES=y. With this change, both
headers and api-headers packages are included by default. Users can now
control this behavior by setting PACMAN_EXTRAPACKAGES to a
space-separated list of desired extra packages or leaving it empty to
exclude all.
For example, to build only the base package without extras:
make pacman-pkg PACMAN_EXTRAPACKAGES=""
Signed-off-by: Jose Fernandez <[email protected]>
Reviewed-by: Peter Jung <[email protected]>
Reviewed-by: Nathan Chancellor <[email protected]>
Tested-by: Nathan Chancellor <[email protected]>
Reviewed-by: Christian Heusel <[email protected]>
Tested-by: Christian Heusel <[email protected]>
Acked-by: Thomas Weißschuh <[email protected]>
Signed-off-by: Masahiro Yamada <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/lists.py')
0 files changed, 0 insertions, 0 deletions