diff options
author | Jun Zhu <junzhu@nxp.com> | 2017-10-13 00:15:43 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2017-10-16 14:27:29 -0200 |
commit | b33b15e13359cf4e23f8dfdd4ae323933bb26590 (patch) | |
tree | cd1ad23b5ed0dc02817f4ebfe52e5e297df7099f /recipes-bsp/imx-vpu | |
parent | e9e9109a2544545c3ac3456ec18227d96e56a70f (diff) | |
download | meta-freescale-b33b15e13359cf4e23f8dfdd4ae323933bb26590.tar.gz |
imx-vpu: Upgrade to v5.4.37
- Add virtual/imxvpu provides for the future VPUs on other SoC.
- Integrate the bug fixes.
Signed-off-by: Jun Zhu <junzhu@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.inc | 6 | ||||
-rw-r--r-- | recipes-bsp/imx-vpu/imx-vpu_5.4.35.bb | 11 | ||||
-rw-r--r-- | recipes-bsp/imx-vpu/imx-vpu_5.4.37.bb | 12 |
3 files changed, 18 insertions, 11 deletions
diff --git a/recipes-bsp/imx-vpu/imx-vpu.inc b/recipes-bsp/imx-vpu/imx-vpu.inc index dc6c1666..a8860af4 100644 --- a/recipes-bsp/imx-vpu/imx-vpu.inc +++ b/recipes-bsp/imx-vpu/imx-vpu.inc | |||
@@ -1,9 +1,15 @@ | |||
1 | # Copyright (C) 2013-2016 O.S. Systems Software LTDA. | 1 | # Copyright (C) 2013-2016 O.S. Systems Software LTDA. |
2 | # Copyright (C) 2013 Freescale Semiconductor | 2 | # Copyright (C) 2013 Freescale Semiconductor |
3 | # Copyright 2017 NXP | ||
4 | |||
3 | DESCRIPTION = "Freescale VPU library" | 5 | DESCRIPTION = "Freescale VPU library" |
4 | LICENSE = "Proprietary" | 6 | LICENSE = "Proprietary" |
5 | LIC_FILES_CHKSUM = "file://vpu/EULA.txt;md5=b063366b066c9f10037c59756a9ced54" | 7 | LIC_FILES_CHKSUM = "file://vpu/EULA.txt;md5=b063366b066c9f10037c59756a9ced54" |
6 | DEPENDS = "virtual/kernel" | 8 | DEPENDS = "virtual/kernel" |
9 | |||
10 | PROVIDES = "virtual/imxvpu" | ||
11 | RPROVIDES_${PN} = "virtual/imxvpu" | ||
12 | |||
7 | inherit fsl-eula-unpack | 13 | inherit fsl-eula-unpack |
8 | 14 | ||
9 | PLATFORM_mx6 = "IMX6Q" | 15 | PLATFORM_mx6 = "IMX6Q" |
diff --git a/recipes-bsp/imx-vpu/imx-vpu_5.4.35.bb b/recipes-bsp/imx-vpu/imx-vpu_5.4.35.bb deleted file mode 100644 index 2ff00360..00000000 --- a/recipes-bsp/imx-vpu/imx-vpu_5.4.35.bb +++ /dev/null | |||
@@ -1,11 +0,0 @@ | |||
1 | # Copyright (C) 2013-2016 Freescale Semiconductor | ||
2 | |||
3 | require imx-vpu.inc | ||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=8cf95184c220e247b9917e7244124c5a" | ||
5 | |||
6 | PE = "1" | ||
7 | |||
8 | SRC_URI[md5sum] = "52c1ee80c11d3179715c932f3f3ae890" | ||
9 | SRC_URI[sha256sum] = "e1d6550426dfc59e4fd0352f1d312ea7eff5dcf18974f923ed7a85007cb40e27" | ||
10 | |||
11 | COMPATIBLE_MACHINE = "(mx6)" | ||
diff --git a/recipes-bsp/imx-vpu/imx-vpu_5.4.37.bb b/recipes-bsp/imx-vpu/imx-vpu_5.4.37.bb new file mode 100644 index 00000000..7dbaa819 --- /dev/null +++ b/recipes-bsp/imx-vpu/imx-vpu_5.4.37.bb | |||
@@ -0,0 +1,12 @@ | |||
1 | # Copyright (C) 2013-2016 Freescale Semiconductor | ||
2 | # Copyright 2017 NXP | ||
3 | |||
4 | require imx-vpu.inc | ||
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=6b552f505eedab4a11ab538cf3db743a" | ||
6 | |||
7 | PE = "1" | ||
8 | |||
9 | SRC_URI[md5sum] = "2b8311cb6e5b5813253db706e807d962" | ||
10 | SRC_URI[sha256sum] = "ee265e88d17c7369bd9cb917e7cce035b8c7ee2ba4491645fdab9f382f54beb0" | ||
11 | |||
12 | COMPATIBLE_MACHINE = "(mx6)" | ||