-
Notifications
You must be signed in to change notification settings - Fork 259
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
imx-opencl-converter: Update 6.6.3-1.0.0 to 6.6.23-2.0.0
Update imx-opencl-converter to version 0.4.0, syncing with meta-imx layer and the new NXP BSP 6.6.23-2.0.0. Signed-off-by: Hiago De Franco <[email protected]>
- Loading branch information
1 parent
a6adfe6
commit 631a3e1
Showing
3 changed files
with
21 additions
and
60 deletions.
There are no files selected for viewing
39 changes: 0 additions & 39 deletions
39
...dia/imx-opencl-converter/imx-opencl-converter/0001-src-ocl.c-fix-wrong-integer-type.patch
This file was deleted.
Oops, something went wrong.
21 changes: 0 additions & 21 deletions
21
recipes-multimedia/imx-opencl-converter/imx-opencl-converter_0.2.0.bb
This file was deleted.
Oops, something went wrong.
21 changes: 21 additions & 0 deletions
21
recipes-multimedia/imx-opencl-converter/imx-opencl-converter_0.4.0.bb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# Copyright 2023 NXP | ||
DESCRIPTION = "NXP Multimedia opencl converter lib" | ||
LICENSE = "Proprietary" | ||
SECTION = "multimedia" | ||
LIC_FILES_CHKSUM = "file://COPYING;md5=10c0fda810c63b052409b15a5445671a" | ||
DEPENDS = "virtual/opencl-icd" | ||
|
||
SRC_URI = "${FSL_MIRROR}/${BP}-${IMX_SRCREV_ABBREV}.bin;fsl-eula=true" | ||
IMX_SRCREV_ABBREV = "efe25d6" | ||
|
||
SRC_URI[md5sum] = "daa99b8615ca08280833bb80bc52c9be" | ||
SRC_URI[sha256sum] = "1717f7fe64b260156b8d5b353add5edb7bc0217dd3847ac641601d4a59494f08" | ||
|
||
S = "${WORKDIR}/${BP}-${IMX_SRCREV_ABBREV}" | ||
inherit fsl-eula-unpack autotools pkgconfig meson | ||
|
||
FILES:${PN} += "${datadir}/" | ||
|
||
COMPATIBLE_MACHINE = "(^$)" | ||
COMPATIBLE_MACHINE:imxgpu = "(mx8-nxp-bsp|mx95-nxp-bsp)" | ||
COMPATIBLE_MACHINE:mx8mm-nxp-bsp = "(^$)" |