diff options
author | Fabio Berton <fabio.berton@ossystems.com.br> | 2018-06-11 10:44:07 -0300 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2018-06-26 14:16:13 -0300 |
commit | 1594c64aa5d51a0c97835f6548215fb0b48e0a34 (patch) | |
tree | 0c580e1c3cc4eac31843e12836602987f1e4ff76 | |
parent | 604099d50f30a0fdc14fc113b941dd38c0cac90c (diff) | |
download | meta-freescale-1594c64aa5d51a0c97835f6548215fb0b48e0a34.tar.gz |
imx-vpu: Update to version 5.4.38
- Update license checksum to match EULA v22 April 2018.
- Remove .inc file to use only one .bb file
- Update O.S. Systems Software Copyright
Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
-rw-r--r-- | recipes-bsp/imx-vpu/imx-vpu_5.4.37.bb | 12 | ||||
-rw-r--r-- | recipes-bsp/imx-vpu/imx-vpu_5.4.38.bb (renamed from recipes-bsp/imx-vpu/imx-vpu.inc) | 17 |
2 files changed, 12 insertions, 17 deletions
diff --git a/recipes-bsp/imx-vpu/imx-vpu_5.4.37.bb b/recipes-bsp/imx-vpu/imx-vpu_5.4.37.bb deleted file mode 100644 index 7dbaa819..00000000 --- a/recipes-bsp/imx-vpu/imx-vpu_5.4.37.bb +++ /dev/null | |||
@@ -1,12 +0,0 @@ | |||
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)" | ||
diff --git a/recipes-bsp/imx-vpu/imx-vpu.inc b/recipes-bsp/imx-vpu/imx-vpu_5.4.38.bb index 7b339565..f0c9d5a5 100644 --- a/recipes-bsp/imx-vpu/imx-vpu.inc +++ b/recipes-bsp/imx-vpu/imx-vpu_5.4.38.bb | |||
@@ -1,20 +1,26 @@ | |||
1 | # Copyright (C) 2013-2017 O.S. Systems Software LTDA. | 1 | # Copyright (C) 2013-2018 O.S. Systems Software LTDA. |
2 | # Copyright (C) 2013 Freescale Semiconductor | 2 | # Copyright (C) 2013-2016 Freescale Semiconductor |
3 | # Copyright 2017 NXP | 3 | # Copyright 2017 NXP |
4 | 4 | ||
5 | DESCRIPTION = "Freescale VPU library" | 5 | DESCRIPTION = "Freescale VPU library" |
6 | LICENSE = "Proprietary" | 6 | LICENSE = "Proprietary" |
7 | LIC_FILES_CHKSUM = "file://vpu/EULA.txt;md5=b063366b066c9f10037c59756a9ced54" | 7 | LIC_FILES_CHKSUM = "file://COPYING;md5=75abe2fa1d16ca79f87cde926f05f72d" |
8 | |||
8 | DEPENDS = "virtual/kernel" | 9 | DEPENDS = "virtual/kernel" |
9 | 10 | ||
10 | PROVIDES = "virtual/imxvpu" | 11 | PROVIDES = "virtual/imxvpu" |
11 | 12 | ||
13 | PE = "1" | ||
14 | |||
15 | SRC_URI = "${FSL_MIRROR}/${PN}-${PV}.bin;fsl-eula=true" | ||
16 | |||
17 | SRC_URI[md5sum] = "521d5f839829f8d1f2a6a0e60270243e" | ||
18 | SRC_URI[sha256sum] = "34bed0ddf6c797f444bddfa5d5495adc751ff268b6431d8beb48129c89c9e47f" | ||
19 | |||
12 | inherit fsl-eula-unpack | 20 | inherit fsl-eula-unpack |
13 | 21 | ||
14 | PLATFORM_mx6 = "IMX6Q" | 22 | PLATFORM_mx6 = "IMX6Q" |
15 | 23 | ||
16 | SRC_URI = "${FSL_MIRROR}/${PN}-${PV}.bin;fsl-eula=true" | ||
17 | |||
18 | do_compile () { | 24 | do_compile () { |
19 | INCLUDE_DIR="-I${STAGING_KERNEL_DIR}/include/uapi -I${STAGING_KERNEL_DIR}/include" | 25 | INCLUDE_DIR="-I${STAGING_KERNEL_DIR}/include/uapi -I${STAGING_KERNEL_DIR}/include" |
20 | 26 | ||
@@ -26,3 +32,4 @@ do_install () { | |||
26 | } | 32 | } |
27 | 33 | ||
28 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 34 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
35 | COMPATIBLE_MACHINE = "(mx6)" | ||