diff options
author | Tom Hochstein <tom.hochstein@nxp.com> | 2018-07-27 12:02:41 -0500 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2018-08-30 21:57:09 -0300 |
commit | d607c7a5ad97eb2d2730227ec6b5afb79e964724 (patch) | |
tree | 4a0e5794caeb5ad8aa38257506bdd612f4daaeba /recipes-bsp/imx-vpu | |
parent | d760297b9e8edafa7396edcfa9a014ec0101ceb7 (diff) | |
download | meta-freescale-d607c7a5ad97eb2d2730227ec6b5afb79e964724.tar.gz |
imx-vpu: Clarify compatibility for Chips&Media VPU
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-bsp/imx-vpu')
-rw-r--r-- | recipes-bsp/imx-vpu/imx-vpu_5.4.38.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-bsp/imx-vpu/imx-vpu_5.4.38.bb b/recipes-bsp/imx-vpu/imx-vpu_5.4.38.bb index f0c9d5a5..d886e30a 100644 --- a/recipes-bsp/imx-vpu/imx-vpu_5.4.38.bb +++ b/recipes-bsp/imx-vpu/imx-vpu_5.4.38.bb | |||
@@ -1,8 +1,8 @@ | |||
1 | # Copyright (C) 2013-2018 O.S. Systems Software LTDA. | 1 | # Copyright (C) 2013-2018 O.S. Systems Software LTDA. |
2 | # Copyright (C) 2013-2016 Freescale Semiconductor | 2 | # Copyright (C) 2013-2016 Freescale Semiconductor |
3 | # Copyright 2017 NXP | 3 | # Copyright 2017-2018 NXP |
4 | 4 | ||
5 | DESCRIPTION = "Freescale VPU library" | 5 | DESCRIPTION = "Freescale Chips&Media VPU library" |
6 | LICENSE = "Proprietary" | 6 | LICENSE = "Proprietary" |
7 | LIC_FILES_CHKSUM = "file://COPYING;md5=75abe2fa1d16ca79f87cde926f05f72d" | 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=75abe2fa1d16ca79f87cde926f05f72d" |
8 | 8 | ||
@@ -32,4 +32,4 @@ do_install () { | |||
32 | } | 32 | } |
33 | 33 | ||
34 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 34 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
35 | COMPATIBLE_MACHINE = "(mx6)" | 35 | COMPATIBLE_MACHINE = "(mx6q|mx6dl)" |