1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-05-29 23:12:45 +00:00

vpdma-fw: Separate vpdma-fw and vpe-tests recipe

VPDMA firmware is published publicly as IPUMM firmware.
This patch creates a separate recipe for VPDMA firmware.
Also, it updates the package names in kernel dependencies.

The vpe-tests is an independent recipe which can be included
in the packagegroup if required.

Signed-off-by: Nikhil Devshatwar <nikhil.nd@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
This commit is contained in:
Nikhil Devshatwar
2015-01-22 20:06:16 +00:00
committed by Denys Dmytriyenko
parent 82da11cf23
commit 7cddc2a6d9
4 changed files with 28 additions and 11 deletions
@@ -21,7 +21,7 @@ RDEPENDS_kernel-base_append_ti43x = " am33x-cm3"
# Add a run-time dependency for the VPE VPDMA firmware to be installed
# on the target file system.
RDEPENDS_kernel-base_append_dra7xx = " vpe-vpdma-fw"
RDEPENDS_kernel-base_append_dra7xx = " vpdma-fw"
# Default is to package all dtb files for ti33x devices unless building
# for the specific beaglebone machine.
@@ -22,7 +22,7 @@ RDEPENDS_kernel-base_append_ti43x = " am33x-cm3"
# Add a run-time dependency for the VPE VPDMA firmware to be installed
# on the target file system.
RDEPENDS_kernel-base_append_dra7xx = " vpe-vpdma-fw"
RDEPENDS_kernel-base_append_dra7xx = " vpdma-fw"
# Default is to package all dtb files for ti33x devices unless building
# for the specific beaglebone machine.