diff options
| author | Dhaval Shah <dhaval.shah@xilinx.com> | 2018-11-18 06:54:33 -0800 |
|---|---|---|
| committer | Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com> | 2019-01-01 20:03:46 -0800 |
| commit | 2197c379b9e816e726370933bc563e2bf18c44a1 (patch) | |
| tree | 1c9255e628ac3c011521c3fad0da989a4415b0cd | |
| parent | 8d318945dff98fdb64ce7dfe925069db6523ff3a (diff) | |
| download | meta-xilinx-2197c379b9e816e726370933bc563e2bf18c44a1.tar.gz | |
recipes-multimedia/vcu: Removed .exe extension from ctrlsw/omx applications
Updated name as per below list in ctrlsw/omx component's:
AL_Encoder.exe -> ctrlsw_encoder
AL_Decoder.exe -> ctrlsw_decoder
omx_encoder.exe -> omx_encoder
omx_decoder.exe -> omx_decoder
-It is unconventional and unnecessary for Petalinux executables to
have a .exe extension, as .exe is standard convention for windows
applications, but not for Linux applications.
-This has created confusion among users of AL_Encoder.exe/AL_Decoder.exe
and omx_encoder.exe/omx_decoder.exe. The only reason to have .exe would
be for cross-platform compatibility with MicroSoft Windows, but Xilinx
will never support these sample applications on Windows, so it is
recommend to change the names to customary Linux names.
Signed-off-by: Dhaval Shah <dhaval.shah@xilinx.com>
Acked-by: Varunkumar Allagadapa <varunkumar.allagadapa@xilinx.com>
Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com>
| -rw-r--r-- | meta-xilinx-bsp/recipes-multimedia/vcu/libomxil-xlnx.bb | 4 | ||||
| -rw-r--r-- | meta-xilinx-bsp/recipes-multimedia/vcu/libvcu-xlnx.bb | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/meta-xilinx-bsp/recipes-multimedia/vcu/libomxil-xlnx.bb b/meta-xilinx-bsp/recipes-multimedia/vcu/libomxil-xlnx.bb index 76fdb9a3..f17da4e7 100644 --- a/meta-xilinx-bsp/recipes-multimedia/vcu/libomxil-xlnx.bb +++ b/meta-xilinx-bsp/recipes-multimedia/vcu/libomxil-xlnx.bb | |||
| @@ -37,8 +37,8 @@ do_install() { | |||
| 37 | 37 | ||
| 38 | install -m 0644 ${S}/omx_header/*.h ${D}${includedir}/vcu-omx-il | 38 | install -m 0644 ${S}/omx_header/*.h ${D}${includedir}/vcu-omx-il |
| 39 | 39 | ||
| 40 | install -Dm 0755 ${S}/bin/omx_decoder.exe ${D}/${bindir}/omx_decoder.exe | 40 | install -Dm 0755 ${S}/bin/omx_decoder.exe ${D}/${bindir}/omx_decoder |
| 41 | install -Dm 0755 ${S}/bin/omx_encoder.exe ${D}/${bindir}/omx_encoder.exe | 41 | install -Dm 0755 ${S}/bin/omx_encoder.exe ${D}/${bindir}/omx_encoder |
| 42 | 42 | ||
| 43 | oe_libinstall -C ${S}/bin/ -so libOMX.allegro.core ${D}/${libdir}/ | 43 | oe_libinstall -C ${S}/bin/ -so libOMX.allegro.core ${D}/${libdir}/ |
| 44 | oe_libinstall -C ${S}/bin/ -so libOMX.allegro.video_decoder ${D}/${libdir}/ | 44 | oe_libinstall -C ${S}/bin/ -so libOMX.allegro.video_decoder ${D}/${libdir}/ |
diff --git a/meta-xilinx-bsp/recipes-multimedia/vcu/libvcu-xlnx.bb b/meta-xilinx-bsp/recipes-multimedia/vcu/libvcu-xlnx.bb index 8e2369bf..c56bb92c 100644 --- a/meta-xilinx-bsp/recipes-multimedia/vcu/libvcu-xlnx.bb +++ b/meta-xilinx-bsp/recipes-multimedia/vcu/libvcu-xlnx.bb | |||
| @@ -29,8 +29,8 @@ do_install() { | |||
| 29 | install -d ${D}${libdir} | 29 | install -d ${D}${libdir} |
| 30 | install -d ${D}${includedir}/vcu-ctrl-sw/include | 30 | install -d ${D}${includedir}/vcu-ctrl-sw/include |
| 31 | 31 | ||
| 32 | install -Dm 0755 ${S}/bin/AL_Encoder.exe ${D}/${bindir}/AL_Encoder.exe | 32 | install -Dm 0755 ${S}/bin/AL_Encoder.exe ${D}/${bindir}/ctrlsw_encoder |
| 33 | install -Dm 0755 ${S}/bin/AL_Decoder.exe ${D}/${bindir}/AL_Decoder.exe | 33 | install -Dm 0755 ${S}/bin/AL_Decoder.exe ${D}/${bindir}/ctrlsw_decoder |
| 34 | 34 | ||
| 35 | oe_runmake install_headers INSTALL_HDR_PATH=${D}${includedir}/vcu-ctrl-sw/include | 35 | oe_runmake install_headers INSTALL_HDR_PATH=${D}${includedir}/vcu-ctrl-sw/include |
| 36 | oe_libinstall -C ${S}/bin/ -so liballegro_decode ${D}/${libdir}/ | 36 | oe_libinstall -C ${S}/bin/ -so liballegro_decode ${D}/${libdir}/ |
