mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-07-15 13:57:54 +00:00
goodix-fw: add Goodix GT9271 config firmware
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
This commit is contained in:
@@ -16,15 +16,16 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-4.4:"
|
||||
# Pull in the devicetree files into the rootfs
|
||||
RDEPENDS_kernel-base += "kernel-devicetree"
|
||||
|
||||
# Add a run-time dependency for the PM firmware to be installed
|
||||
# on the target file system.
|
||||
# Add run-time dependency for PM firmware to the rootfs
|
||||
RDEPENDS_kernel-base_append_ti33x = " amx3-cm3"
|
||||
RDEPENDS_kernel-base_append_ti43x = " amx3-cm3"
|
||||
|
||||
# Add a run-time dependency for the VPE VPDMA firmware to be installed
|
||||
# on the target file system.
|
||||
# Add run-time dependency for VPE VPDMA firmware to the rootfs
|
||||
RDEPENDS_kernel-base_append_dra7xx = " vpdma-fw"
|
||||
|
||||
# Add run-time dependency for Goodix firmware to the rootfs
|
||||
RDEPENDS_kernel-base_append_dra7xx = " goodix-fw"
|
||||
|
||||
# Install boot-monitor skern file into /boot dir of rootfs
|
||||
RDEPENDS_kernel-base_append_keystone = " boot-monitor"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user