Skip to content

Commit

Permalink
Remove vcfiled and vcfilesys.
Browse files Browse the repository at this point in the history
Both these libraries/apps were related to the VPU accessing the
host file system over VCHI. This has never been used on the Pi,
and is creating build warnings with the latest versions of gcc.
Remove them from the source tree.
  • Loading branch information
6by9 committed Jul 27, 2020
1 parent 188d3bf commit 1e1d07d
Show file tree
Hide file tree
Showing 10 changed files with 3 additions and 4,401 deletions.
4 changes: 1 addition & 3 deletions host_applications/linux/libs/bcm_host/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,7 @@ include_directories( ../../../..
../../../../host_applications/vmcs/test_apps/iltest
../../../../host_applications/framework/common )

add_library(bcm_host ${SHARED} bcm_host.c
../../../../interface/vmcs_host/linux/vcfilesys.c
../../../../interface/vmcs_host/linux/vcfiled/vcfiled_check.c)
add_library(bcm_host ${SHARED} bcm_host.c)

target_link_libraries(bcm_host vcos vchostif)

Expand Down
4 changes: 2 additions & 2 deletions interface/vmcs_host/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
add_definitions(-fno-strict-aliasing)

add_library(vchostif
${VMCS_TARGET}/vcfilesys.c ${VMCS_TARGET}/vcmisc.c
vc_vchi_gencmd.c vc_vchi_filesys.c vc_vchi_gpuserv.c
${VMCS_TARGET}/vcmisc.c
vc_vchi_gencmd.c vc_vchi_gpuserv.c
vc_vchi_tvservice.c vc_vchi_cecservice.c
vc_vchi_dispmanx.c vc_service_common.c)
# ${VMCS_TARGET}/vmcs_main.c
Expand Down
169 changes: 0 additions & 169 deletions interface/vmcs_host/linux/vcfiled/vcfiled_check.c

This file was deleted.

48 changes: 0 additions & 48 deletions interface/vmcs_host/linux/vcfiled/vcfiled_check.h

This file was deleted.

Loading

0 comments on commit 1e1d07d

Please sign in to comment.