README, meson: Add dependency on ply and jinja2 for IPA interface generation
Specify in the readme and meson file that we depend on python3-ply and python3-jinja2 for generating the IPA interface. Signed-off-by: Paul Elder <paul.elder@ideasonboard.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Niklas Söderlund <niklas.soderlund@ragnatech.se> Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
This commit is contained in:
parent
82ba73535c
commit
f4420ef8bf
3 changed files with 5 additions and 1 deletions
|
@ -58,7 +58,7 @@ Meson Build system: [required]
|
|||
pip3 install --user --upgrade meson
|
||||
|
||||
for the libcamera core: [required]
|
||||
python3-yaml
|
||||
python3-yaml python3-ply python3-jinja2
|
||||
|
||||
for IPA module signing: [required]
|
||||
libgnutls28-dev openssl
|
||||
|
|
3
utils/ipc/meson.build
Normal file
3
utils/ipc/meson.build
Normal file
|
@ -0,0 +1,3 @@
|
|||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
py_modules += ['jinja2', 'ply']
|
|
@ -1,5 +1,6 @@
|
|||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
subdir('ipc')
|
||||
subdir('ipu3')
|
||||
subdir('tracepoints')
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue