diff options
author | Tom Hochstein <tom.hochstein@nxp.com> | 2022-09-01 12:25:21 -0500 |
---|---|---|
committer | Tom Hochstein <tom.hochstein@nxp.com> | 2022-09-01 12:32:40 -0500 |
commit | 369a5b8d2b087596e907599ec013bf7e2de40bbf (patch) | |
tree | b30b27bb793474196ec7edda0cd5c66e0b72a5d1 /recipes-bsp | |
parent | 7ceaf47bebcbf061cb4b1339d8509a859a2790ce (diff) | |
download | meta-freescale-369a5b8d2b087596e907599ec013bf7e2de40bbf.tar.gz |
imx-vpu: Move Chips&Media comment into DESCRIPTION
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
Diffstat (limited to 'recipes-bsp')
-rw-r--r-- | recipes-bsp/imx-vpu/imx-vpu_5.4.39.3.bb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/recipes-bsp/imx-vpu/imx-vpu_5.4.39.3.bb b/recipes-bsp/imx-vpu/imx-vpu_5.4.39.3.bb index 77c81f19..383a0e2a 100644 --- a/recipes-bsp/imx-vpu/imx-vpu_5.4.39.3.bb +++ b/recipes-bsp/imx-vpu/imx-vpu_5.4.39.3.bb | |||
@@ -2,7 +2,7 @@ | |||
2 | # Copyright (C) 2013-2016 Freescale Semiconductor | 2 | # Copyright (C) 2013-2016 Freescale Semiconductor |
3 | # Copyright (C) 2017-2020 NXP | 3 | # Copyright (C) 2017-2020 NXP |
4 | 4 | ||
5 | DESCRIPTION = "Freescale VPU library" | 5 | DESCRIPTION = "Freescale VPU library for Chips&Media VPU" |
6 | LICENSE = "Proprietary" | 6 | LICENSE = "Proprietary" |
7 | LIC_FILES_CHKSUM = "file://COPYING;md5=228c72f2a91452b8a03c4cab30f30ef9" | 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=228c72f2a91452b8a03c4cab30f30ef9" |
8 | 8 | ||
@@ -28,5 +28,4 @@ do_install() { | |||
28 | oe_runmake PLATFORM="${PLATFORM}" DEST_DIR="${D}" install | 28 | oe_runmake PLATFORM="${PLATFORM}" DEST_DIR="${D}" install |
29 | } | 29 | } |
30 | 30 | ||
31 | # Compatible only for i.MX with Chips&Media VPU | ||
32 | COMPATIBLE_MACHINE = "(mx6q-nxp-bsp|mx6dl-nxp-bsp)" | 31 | COMPATIBLE_MACHINE = "(mx6q-nxp-bsp|mx6dl-nxp-bsp)" |