Commit f49a8fa
committed
buildroot config: add files to BR2_STRIP_EXCLUDE_FILES to avoid strip
In order to close source for the starfive libcamera ipa library,
consider the libcamera will sign the ipa library when install stage,
but generate the filesystem will strip all library by default, so need
to avoid strip for libcamera library
add below to BR2_STRIP_EXCLUDE_FILES to avoid strip
ipa_starfive.so*
libcamera-base.so*
libcamera.so*
libgstlibcamera.so
v4l2-compat.so
starfive_ipa_proxy
Signed-off-by: Andy Hu <andy.hu@starfivetech.com>1 parent 7f3d98e commit f49a8fa
2 files changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
| |||
0 commit comments