recipes-graphics: vulkan: Update recipes to new BSP release imx_5.4.70_2.3.0
Signed-off-by: Mike Engel <Mike.Engel@digi.com>
This commit is contained in:
parent
0e08ffa60a
commit
b27527bf53
|
|
@ -4,5 +4,9 @@ PACKAGECONFIG = "${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'wayland', '
|
|||
|
||||
SRC_URI_append = " file://0001-STDIO-844-No-need-to-change-the-App-s-apiVersion-to-.patch"
|
||||
|
||||
# The i.MX implementation is dynamically loaded, so it requires an
|
||||
# explicit runtime dependency.
|
||||
RRECOMMENDS_${PN}_append_imxgpu = " libvulkan-imx"
|
||||
|
||||
COMPATIBLE_MACHINE = "(mx8)"
|
||||
COMPATIBLE_MACHINE_mx8mm = "(^$)"
|
||||
|
|
|
|||
|
|
@ -4,7 +4,5 @@ PACKAGECONFIG = "${@bb.utils.contains('DISTRO_FEATURES', 'wayland', 'wayland', '
|
|||
|
||||
EXTRA_OECMAKE = "-DBUILD_CUBE=OFF"
|
||||
|
||||
RDEPENDS_${PN} += "libvulkan-imx"
|
||||
|
||||
COMPATIBLE_MACHINE = "(mx8)"
|
||||
COMPATIBLE_MACHINE_mx8mm = "(^$)"
|
||||
|
|
|
|||
|
|
@ -24,9 +24,6 @@ do_install_append () {
|
|||
FILES_SOLIBSDEV = ""
|
||||
FILES_${PN} += "${libdir}/libVkLayer_*.so"
|
||||
|
||||
# The package libvulkan-imx is required to configure the imx-gpu-viv vulkan drivers for the validation layers
|
||||
RDEPENDS_${PN} += "libvulkan-imx"
|
||||
|
||||
INSANE_SKIP_${PN} = "dev-so"
|
||||
|
||||
COMPATIBLE_MACHINE = "(mx8)"
|
||||
|
|
|
|||
Loading…
Reference in New Issue