diff options
author | Tom Hochstein <tom.hochstein@nxp.com> | 2022-09-01 12:25:21 -0500 |
---|---|---|
committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2022-09-05 11:50:05 +0000 |
commit | 2f3726eb3cabc77ee0a3351a25934dbea1cf3a30 (patch) | |
tree | f28610f093a3a85e24a758f218fc4dc667e2c625 /recipes-bsp/imx-vpu | |
parent | 774b4924c0e1697b6f9195d865507921329648c2 (diff) | |
download | meta-freescale-2f3726eb3cabc77ee0a3351a25934dbea1cf3a30.tar.gz |
imx-vpu: Move Chips&Media comment into DESCRIPTION
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
(cherry picked from commit 369a5b8d2b087596e907599ec013bf7e2de40bbf)
Diffstat (limited to 'recipes-bsp/imx-vpu')
-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)" |