mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-05-30 07:20:53 +00:00
linux-ti-staging: Add dependency for VPE firmware
* The VPE firmware should only be added for the dra7xx-evm machine type since that is the device with the VPE IP. Signed-off-by: Chase Maupin <Chase.Maupin@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
This commit is contained in:
committed by
Denys Dmytriyenko
parent
5253225aaa
commit
c7df1eec2b
@@ -16,6 +16,10 @@ RDEPENDS_kernel-base += "kernel-devicetree"
|
||||
RDEPENDS_kernel-base_append_ti33x = " am33x-cm3 am33x-cm3-initscript"
|
||||
RDEPENDS_kernel-base_append_ti43x = " am33x-cm3 am33x-cm3-initscript"
|
||||
|
||||
# Add a run-time dependency for the VPE VPDMA firmware to be installed
|
||||
# on the target file system.
|
||||
RDEPENDS_kernel-base_append_dra7xx-evm = " vpe-vpdma-fw"
|
||||
|
||||
# Default is to package all dtb files for ti33x devices unless building
|
||||
# for the specific beaglebone machine.
|
||||
KERNEL_DEVICETREE_ti33x = "am335x-evm.dtb am335x-evmsk.dtb am335x-bone.dtb am335x-boneblack.dtb"
|
||||
|
||||
Reference in New Issue
Block a user