diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2025-05-13 10:57:04 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-05-13 10:57:04 -0300 |
commit | a4830351c6ee4435ae9f46cb697feaa25cf8baaf (patch) | |
tree | 9cedff78da20c973e514776e14d9ca9365cfeed3 | |
parent | 5e0b931bc701b49657176e801634a98e6b3b7129 (diff) | |
parent | 2a297ff0b0d9c227f614d5a80f8745c1ebdc6665 (diff) | |
download | meta-freescale-a4830351c6ee4435ae9f46cb697feaa25cf8baaf.tar.gz |
Merge pull request #2267 from OSSystems/topic/imx-vpuwrap
imx-vpuwrap: Change the source branch to L6.12.y and update revision
-rw-r--r-- | recipes-multimedia/imx-vpuwrap/imx-vpuwrap_git.bb | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/recipes-multimedia/imx-vpuwrap/imx-vpuwrap_git.bb b/recipes-multimedia/imx-vpuwrap/imx-vpuwrap_git.bb index de9b0daf..98e9ea4d 100644 --- a/recipes-multimedia/imx-vpuwrap/imx-vpuwrap_git.bb +++ b/recipes-multimedia/imx-vpuwrap/imx-vpuwrap_git.bb | |||
@@ -1,11 +1,11 @@ | |||
1 | # Copyright (C) 2013-2016 Freescale Semiconductor | 1 | # Copyright (C) 2013-2016 Freescale Semiconductor |
2 | # Copyright 2017-2023 NXP | 2 | # Copyright (C) 2017-2023 NXP |
3 | # Released under the MIT license (see COPYING.MIT for the terms) | 3 | # Released under the MIT license (see COPYING.MIT for the terms) |
4 | 4 | ||
5 | DESCRIPTION = "Freescale Multimedia VPU wrapper" | 5 | DESCRIPTION = "Freescale Multimedia VPU wrapper" |
6 | LICENSE = "Proprietary" | 6 | LICENSE = "Proprietary" |
7 | SECTION = "multimedia" | 7 | SECTION = "multimedia" |
8 | LIC_FILES_CHKSUM = "file://COPYING;md5=ca53281cc0caa7e320d4945a896fb837" | 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=c0fb372b5d7f12181de23ef480f225f3" |
9 | 9 | ||
10 | DEPENDS = "virtual/imxvpu" | 10 | DEPENDS = "virtual/imxvpu" |
11 | DEPENDS:append:mx8mp-nxp-bsp = " imx-vpu-hantro-vc" | 11 | DEPENDS:append:mx8mp-nxp-bsp = " imx-vpu-hantro-vc" |
@@ -14,13 +14,15 @@ SRC_URI = " \ | |||
14 | git://github.com/NXP/imx-vpuwrap.git;protocol=https;branch=${SRCBRANCH} \ | 14 | git://github.com/NXP/imx-vpuwrap.git;protocol=https;branch=${SRCBRANCH} \ |
15 | file://0001-vpu_wrapper_hantro_encoder-fix-missing-include.patch \ | 15 | file://0001-vpu_wrapper_hantro_encoder-fix-missing-include.patch \ |
16 | " | 16 | " |
17 | SRCBRANCH = "MM_04.09.02_2410_L6.6.y" | 17 | SRCBRANCH = "MM_04.09.03_2412_L6.12.y" |
18 | SRCREV = "378e33989cf72d6c2eb57a585072ba9abe87c6ff" | 18 | SRCREV = "d8703ee3245797111ad21c52982efa8b6db33241" |
19 | 19 | ||
20 | S = "${WORKDIR}/git" | 20 | S = "${WORKDIR}/git" |
21 | 21 | ||
22 | inherit autotools pkgconfig | 22 | inherit autotools pkgconfig |
23 | 23 | ||
24 | CFLAGS += " -Wno-error=implicit-function-declaration" | ||
25 | |||
24 | do_install:append() { | 26 | do_install:append() { |
25 | # FIXME: Drop examples for now | 27 | # FIXME: Drop examples for now |
26 | rm -r ${D}${datadir} | 28 | rm -r ${D}${datadir} |