hardknott: imx-vpuwrap: sync with meta-imx hardknott-5.10.72-2.2.0 branch
Update to v4.6.3 Signed-off-by: Gabriel Valcazar <gabriel.valcazar@digi.com>
This commit is contained in:
parent
20a049d78a
commit
6425eaaf83
|
|
@ -1,17 +1,21 @@
|
|||
# Copyright (C) 2013-2016 Freescale Semiconductor
|
||||
# Copyright 2017-2020 NXP
|
||||
# Copyright 2017-2021 NXP
|
||||
# Released under the MIT license (see COPYING.MIT for the terms)
|
||||
|
||||
DESCRIPTION = "Freescale Multimedia VPU wrapper"
|
||||
DEPENDS = "virtual/imxvpu"
|
||||
DEPENDS_append_mx8mp = " imx-vpu-hantro-vc"
|
||||
LICENSE = "Proprietary"
|
||||
SECTION = "multimedia"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=a632fefd1c359980434f9389833cab3a"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=03bcadc8dc0a788f66ca9e2b89f56c6f"
|
||||
|
||||
DEPENDS = "virtual/imxvpu"
|
||||
DEPENDS_append_mx8mp = " imx-vpu-hantro-vc"
|
||||
|
||||
IMX_VPUWRAP_SRC ?= "git://github.com/NXP/imx-vpuwrap.git;protocol=https"
|
||||
SRCBRANCH = "MM_04.06.00_2012_L5.10.y"
|
||||
SRC_URI = "${IMX_VPUWRAP_SRC};branch=${SRCBRANCH}"
|
||||
SRCREV = "2dc3fcad1bcb45d62c79e202a59af5c5418319aa"
|
||||
|
||||
SRCBRANCH = "MM_04.06.03_2110_L5.10.y"
|
||||
SRCREV = "0d600134d132a485a9e5a0fb70959e5a50c9d00b"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
inherit autotools pkgconfig
|
||||
|
|
@ -23,6 +27,4 @@ do_install_append() {
|
|||
|
||||
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
||||
|
||||
# Compatible only for i.MX with VPU
|
||||
COMPATIBLE_MACHINE = "(^$)"
|
||||
COMPATIBLE_MACHINE_imxvpu = "${MACHINE}"
|
||||
COMPATIBLE_MACHINE = "(imxvpu)"
|
||||
Loading…
Reference in New Issue