diff options
| author | Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com> | 2018-06-12 00:07:48 -0700 |
|---|---|---|
| committer | Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com> | 2018-06-21 08:47:50 -0700 |
| commit | af64e521e2037a30f6b8740caccc1519567fb5f0 (patch) | |
| tree | 8cf71130c585a35a5f7de4090d0844da2e020867 /meta-xilinx-bsp/recipes-multimedia/vcu/libvcu-xlnx.bb | |
| parent | b798ea3b7aeb4dcad296222c161cc54d86922b3f (diff) | |
| download | meta-xilinx-af64e521e2037a30f6b8740caccc1519567fb5f0.tar.gz | |
recipes-multimedia/vcu/*: Set package arch to SOC_FAMILY
Set package arch of VCU to SOC_FAMILY. Even though VCU hwcodec is
available only in ev devices, we are enabling the package for all MPSoC
devices.
gstreamer is the application used for video pipelining. When the VCU HW
is not found, the behaviour will default to using software based
gstreamer (in case of cg and eg devices).
By making package arch common for all zynqmp devices, we can use the
same sstate-cache and RPM feeds for gstreamer components.
Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha@xilinx.com>
Diffstat (limited to 'meta-xilinx-bsp/recipes-multimedia/vcu/libvcu-xlnx.bb')
| -rw-r--r-- | meta-xilinx-bsp/recipes-multimedia/vcu/libvcu-xlnx.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-xilinx-bsp/recipes-multimedia/vcu/libvcu-xlnx.bb b/meta-xilinx-bsp/recipes-multimedia/vcu/libvcu-xlnx.bb index b3d68cd6..8e2369bf 100644 --- a/meta-xilinx-bsp/recipes-multimedia/vcu/libvcu-xlnx.bb +++ b/meta-xilinx-bsp/recipes-multimedia/vcu/libvcu-xlnx.bb | |||
| @@ -19,6 +19,8 @@ S = "${WORKDIR}/git" | |||
| 19 | COMPATIBLE_MACHINE = "^$" | 19 | COMPATIBLE_MACHINE = "^$" |
| 20 | COMPATIBLE_MACHINE_zynqmp = "zynqmp" | 20 | COMPATIBLE_MACHINE_zynqmp = "zynqmp" |
| 21 | 21 | ||
| 22 | PACKAGE_ARCH = "${SOC_FAMILY}" | ||
| 23 | |||
| 22 | RDEPENDS_${PN} = "kernel-module-vcu" | 24 | RDEPENDS_${PN} = "kernel-module-vcu" |
| 23 | 25 | ||
| 24 | EXTRA_OEMAKE = "CC='${CC}' CXX='${CXX} ${CXXFLAGS}'" | 26 | EXTRA_OEMAKE = "CC='${CC}' CXX='${CXX} ${CXXFLAGS}'" |
