diff options
Diffstat (limited to 'recipes-multimedia/libimxvpuapi')
| -rw-r--r-- | recipes-multimedia/libimxvpuapi/libimxvpuapi2_2.3.1.bb | 7 | ||||
| -rw-r--r-- | recipes-multimedia/libimxvpuapi/libimxvpuapi_git.bb | 5 |
2 files changed, 7 insertions, 5 deletions
diff --git a/recipes-multimedia/libimxvpuapi/libimxvpuapi2_2.3.1.bb b/recipes-multimedia/libimxvpuapi/libimxvpuapi2_2.3.1.bb index cce4e56ad..119131ec0 100644 --- a/recipes-multimedia/libimxvpuapi/libimxvpuapi2_2.3.1.bb +++ b/recipes-multimedia/libimxvpuapi/libimxvpuapi2_2.3.1.bb | |||
| @@ -1,9 +1,10 @@ | |||
| 1 | SUMMARY = "i.MX VPU API library (v2)" | ||
| 1 | DESCRIPTION = "frontend for the i.MX6 / i.MX8 VPU hardware video engines" | 2 | DESCRIPTION = "frontend for the i.MX6 / i.MX8 VPU hardware video engines" |
| 2 | HOMEPAGE = "https://github.com/Freescale/libimxvpuapi" | 3 | HOMEPAGE = "https://github.com/Freescale/libimxvpuapi" |
| 4 | SECTION = "multimedia" | ||
| 3 | LICENSE = "LGPL-2.1-only" | 5 | LICENSE = "LGPL-2.1-only" |
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=38fa42a5a6425b26d2919b17b1527324" | 6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=38fa42a5a6425b26d2919b17b1527324" |
| 5 | SECTION = "multimedia" | 7 | DEPENDS = "libimxdmabuffer virtual/imxvpu" |
| 6 | DEPENDS = "virtual/imxvpu libimxdmabuffer" | ||
| 7 | # Add imx-vpu-hantro-vc as dependency for being | 8 | # Add imx-vpu-hantro-vc as dependency for being |
| 8 | # able to encode video using the VC8000E encoder | 9 | # able to encode video using the VC8000E encoder |
| 9 | DEPENDS:append:mx8mp-nxp-bsp = " imx-vpu-hantro-vc" | 10 | DEPENDS:append:mx8mp-nxp-bsp = " imx-vpu-hantro-vc" |
| @@ -11,8 +12,8 @@ DEPENDS:append:mx8mp-nxp-bsp = " imx-vpu-hantro-vc" | |||
| 11 | PV .= "+git${SRCPV}" | 12 | PV .= "+git${SRCPV}" |
| 12 | 13 | ||
| 13 | SRCBRANCH ?= "master" | 14 | SRCBRANCH ?= "master" |
| 14 | SRCREV = "37095a854aa176bb763a25ce98ceb6a787501271" | ||
| 15 | SRC_URI = "git://github.com/Freescale/libimxvpuapi.git;branch=${SRCBRANCH};protocol=https" | 15 | SRC_URI = "git://github.com/Freescale/libimxvpuapi.git;branch=${SRCBRANCH};protocol=https" |
| 16 | SRCREV = "37095a854aa176bb763a25ce98ceb6a787501271" | ||
| 16 | 17 | ||
| 17 | inherit waf pkgconfig use-imx-headers python3native | 18 | inherit waf pkgconfig use-imx-headers python3native |
| 18 | 19 | ||
diff --git a/recipes-multimedia/libimxvpuapi/libimxvpuapi_git.bb b/recipes-multimedia/libimxvpuapi/libimxvpuapi_git.bb index 55063db18..e00a968a2 100644 --- a/recipes-multimedia/libimxvpuapi/libimxvpuapi_git.bb +++ b/recipes-multimedia/libimxvpuapi/libimxvpuapi_git.bb | |||
| @@ -1,16 +1,17 @@ | |||
| 1 | # Copyright 2018 (C) O.S. Systems Software LTDA. | 1 | # Copyright 2018 (C) O.S. Systems Software LTDA. |
| 2 | SUMMARY = "i.MX VPU API library (v1)" | ||
| 2 | DESCRIPTION = "frontend for the i.MX6 VPU hardware video engine" | 3 | DESCRIPTION = "frontend for the i.MX6 VPU hardware video engine" |
| 3 | HOMEPAGE = "https://github.com/Freescale/libimxvpuapi" | 4 | HOMEPAGE = "https://github.com/Freescale/libimxvpuapi" |
| 5 | SECTION = "multimedia" | ||
| 4 | LICENSE = "LGPL-2.1-only" | 6 | LICENSE = "LGPL-2.1-only" |
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=38fa42a5a6425b26d2919b17b1527324" | 7 | LIC_FILES_CHKSUM = "file://LICENSE;md5=38fa42a5a6425b26d2919b17b1527324" |
| 6 | SECTION = "multimedia" | ||
| 7 | DEPENDS = "imx-vpu" | 8 | DEPENDS = "imx-vpu" |
| 8 | 9 | ||
| 9 | PV = "0.10.3+${SRCPV}" | 10 | PV = "0.10.3+${SRCPV}" |
| 10 | 11 | ||
| 11 | SRCBRANCH ?= "v1" | 12 | SRCBRANCH ?= "v1" |
| 12 | SRCREV = "3a1ee3a54fe93813868d38c3d32ea065b59e227e" | ||
| 13 | SRC_URI = "git://github.com/Freescale/libimxvpuapi.git;branch=${SRCBRANCH};protocol=https" | 13 | SRC_URI = "git://github.com/Freescale/libimxvpuapi.git;branch=${SRCBRANCH};protocol=https" |
| 14 | SRCREV = "3a1ee3a54fe93813868d38c3d32ea065b59e227e" | ||
| 14 | 15 | ||
| 15 | inherit waf pkgconfig python3native | 16 | inherit waf pkgconfig python3native |
| 16 | 17 | ||
