diff options
| -rw-r--r-- | recipes-multimedia/imx-dsp/imx-dsp-codec-ext_2.0.5.bb (renamed from recipes-multimedia/imx-dsp/imx-dsp-codec-ext_2.0.2.bb) | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/recipes-multimedia/imx-dsp/imx-dsp-codec-ext_2.0.2.bb b/recipes-multimedia/imx-dsp/imx-dsp-codec-ext_2.0.5.bb index 49497f816..88b65affa 100644 --- a/recipes-multimedia/imx-dsp/imx-dsp-codec-ext_2.0.2.bb +++ b/recipes-multimedia/imx-dsp/imx-dsp-codec-ext_2.0.5.bb | |||
| @@ -1,15 +1,21 @@ | |||
| 1 | # Copyright 2018-2021 NXP | 1 | # Copyright 2018-2023 NXP |
| 2 | 2 | ||
| 3 | DESCRIPTION = "i.MX DSP Codec Wrapper and Lib owned by NXP" | 3 | DESCRIPTION = "i.MX DSP Codec Wrapper and Lib owned by NXP" |
| 4 | LICENSE = "Proprietary" | 4 | LICENSE = "Proprietary" |
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=5a0bf11f745e68024f37b4724a5364fe" | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=63a38e9f392d8813d6f1f4d0d6fbe657" |
| 6 | 6 | ||
| 7 | inherit fsl-eula-unpack autotools pkgconfig | 7 | inherit fsl-eula-unpack autotools pkgconfig |
| 8 | 8 | ||
| 9 | SRC_URI = "${FSL_MIRROR}/${BP}.bin;fsl-eula=true" | 9 | SRC_URI = "${FSL_MIRROR}/${BP}.bin;fsl-eula=true" |
| 10 | 10 | ||
| 11 | SRC_URI[md5sum] = "80f1ea02e8af55f08efcc1014b51565b" | 11 | SRC_URI[md5sum] = "2f79f786604ef4d12d1682610353555a" |
| 12 | SRC_URI[sha256sum] = "3575152bb1372842b07794e7daafb8282827ce301c1c944bd1c2b5fc12120671" | 12 | SRC_URI[sha256sum] = "b138fcda29be9ed7939d05365af3ac94b0fa6e35e56593168a9d4eed58498a8f" |
| 13 | |||
| 14 | EXTRA_OECONF:append:mx8qm-nxp-bsp = " --enable-imx8qmqxp" | ||
| 15 | EXTRA_OECONF:append:mx8qxp-nxp-bsp = " --enable-imx8qmqxp" | ||
| 16 | EXTRA_OECONF:append:mx8dx-nxp-bsp = " --enable-imx8qmqxp" | ||
| 17 | EXTRA_OECONF:append:mx8mp-nxp-bsp = " --enable-imx8m" | ||
| 18 | EXTRA_OECONF:append:mx8ulp-nxp-bsp = " --enable-imx8ulp" | ||
| 13 | 19 | ||
| 14 | # Fix strip command failed: 'Unable to recognise the format of the input file' | 20 | # Fix strip command failed: 'Unable to recognise the format of the input file' |
| 15 | INHIBIT_PACKAGE_STRIP = "1" | 21 | INHIBIT_PACKAGE_STRIP = "1" |
