diff options
Diffstat (limited to 'packaging/hal-rootstrap-checker.yaml')
-rw-r--r-- | packaging/hal-rootstrap-checker.yaml | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/packaging/hal-rootstrap-checker.yaml b/packaging/hal-rootstrap-checker.yaml new file mode 100644 index 0000000..df94650 --- /dev/null +++ b/packaging/hal-rootstrap-checker.yaml @@ -0,0 +1,24 @@ +# List of packages that are subject to the hal-rootstrap-checker. +# Follow pattern matching of bash(1). +target_package_name: + - hal-backend-* + +# List of packages that are exempt from the hal-rootstrap-checker. +# It is applied on top of the above 'target_package_name'. +# Follow pattern matching of bash(1). +excluded_target_package_name: + +# List of packages that are allowed to be used as BuildRequires +# Follow pattern matching of bash(1). +allowed_buildrequires: + - cmake + - pkgconfig(hal-rootstrap) + +# List of packages that are allowed to be used as Requires +# Follow pattern matching of bash(1). +allowed_requires: + +# yes or no(default) +# if no, you can skip the hal-rootstrap-checker test +# by giving gbs build parameter, --define 'disable_hal_rootstrap_checker 1'. +check_always: no |