Skip to content

Commit

Permalink
Add ipu6 suffix to ipu_tgl libraries
Browse files Browse the repository at this point in the history
Signed-off-by: Hao Yao <[email protected]>
  • Loading branch information
hao-yao committed Aug 8, 2024
1 parent 0dad591 commit a357733
Show file tree
Hide file tree
Showing 22 changed files with 4 additions and 7 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include/ipu_tgl

Name: libia_imaging
Name: libia_imaging-ipu6
Description: ia_imaging libraries
URL: http://www.intel.com
Version:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include/ipu_tgl

Name: libgcss
Name: libgcss-ipu6
Description: Graph Configuration Subsystem library
URL:
Version:
Libs: -L${libdir} -lgcss
Libs: -L${libdir} -lgcss-ipu6
Cflags: -I${includedir} \
-I${includedir}/ia_camera
5 changes: 1 addition & 4 deletions scripts/dfsg-ize
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,7 @@ for flavor in "${flavors[@]}"; do
ipu_ver=${flavor%:*}
platform=${flavor#*:}

appendix=;
if test "${ipu_ver}" != "ipu6"; then
appendix=-${ipu_ver};
fi;
appendix=-${ipu_ver};

libdir="lib/${platform}"

Expand Down

0 comments on commit a357733

Please sign in to comment.