Introduce a script which can be installed into the system to aide reporting potential camera and media related issues. The script shall capture system information and store it in a temporary file - but it remains the users responsibilty to choose to share this data, and no automatic bug submissions are anticipated. Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
16 lines
298 B
Meson
16 lines
298 B
Meson
# SPDX-License-Identifier: CC0-1.0
|
|
|
|
subdir('codegen')
|
|
subdir('ipu3')
|
|
|
|
gen_shader_headers = files('gen-shader-headers.sh')
|
|
|
|
## Module signing
|
|
gen_ipa_priv_key = files('gen-ipa-priv-key.sh')
|
|
|
|
## Bug reporting utility
|
|
install_data(
|
|
'libcamera-bug-report',
|
|
install_dir: get_option('bindir'),
|
|
)
|