Skip to content

Commit f49a8fa

Browse files
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 <[email protected]>
1 parent 7f3d98e commit f49a8fa

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

conf/buildroot_initramfs_config

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ BR2_RISCV_ISA_CUSTOM_RVM=y
44
BR2_RISCV_ISA_CUSTOM_RVF=y
55
BR2_RISCV_ISA_CUSTOM_RVD=y
66
BR2_RISCV_ISA_CUSTOM_RVC=y
7+
BR2_STRIP_EXCLUDE_FILES="ipa_starfive.so* libcamera-base.so* libcamera.so* libgstlibcamera.so v4l2-compat.so starfive_ipa_proxy"
78
BR2_KERNEL_HEADERS_CUSTOM_GIT=y
89
BR2_KERNEL_HEADERS_CUSTOM_REPO_URL="https://github.com/starfive-tech/linux.git"
910
BR2_KERNEL_HEADERS_CUSTOM_REPO_VERSION="JH7110_VisionFive2_devel"

conf/buildroot_rootfs_config

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ BR2_RISCV_ISA_CUSTOM_RVM=y
44
BR2_RISCV_ISA_CUSTOM_RVF=y
55
BR2_RISCV_ISA_CUSTOM_RVD=y
66
BR2_RISCV_ISA_CUSTOM_RVC=y
7+
BR2_STRIP_EXCLUDE_FILES="ipa_starfive.so* libcamera-base.so* libcamera.so* libgstlibcamera.so v4l2-compat.so starfive_ipa_proxy"
78
BR2_KERNEL_HEADERS_CUSTOM_GIT=y
89
BR2_KERNEL_HEADERS_CUSTOM_REPO_URL="https://github.com/starfive-tech/linux.git"
910
BR2_KERNEL_HEADERS_CUSTOM_REPO_VERSION="JH7110_VisionFive2_devel"

0 commit comments

Comments
 (0)