diff options
author | Meng Li <meng.li@windriver.com> | 2022-10-21 15:21:32 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2022-10-21 10:08:13 -0300 |
commit | 4d97ada2fa09f83dbb551370deb320e5c74545d3 (patch) | |
tree | a79481728b0a4d2c15ce04d4a3d1e85aa7a907e1 | |
parent | f69b2a53e0499684d11b827362c23a13d4ecb63d (diff) | |
download | meta-freescale-4d97ada2fa09f83dbb551370deb320e5c74545d3.tar.gz |
imx-gpu-viv: inherit features_check in imx-gpu-viv bb file
After rebase meta-freescale, there is a building warning as below:
WARNING: imx-gpu-viv-1_6.4.3.p4.2-aarch64-r0 do_package_qa:
QA Issue: imx-gpu-viv: recipe doesn't inherit features_check
Because the features_check was missed when NXP upgraded
imx-gpu-viv package, add it back.
Signed-off-by: Meng Li <Meng.Li@windriver.com>
(cherry picked from commit 14916cfe741f696545515ddc768da43d2ea29fb6)
-rw-r--r-- | recipes-graphics/imx-gpu-viv/imx-gpu-viv-6.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-graphics/imx-gpu-viv/imx-gpu-viv-6.inc b/recipes-graphics/imx-gpu-viv/imx-gpu-viv-6.inc index 5c4b68cc..ede0dd7d 100644 --- a/recipes-graphics/imx-gpu-viv/imx-gpu-viv-6.inc +++ b/recipes-graphics/imx-gpu-viv/imx-gpu-viv-6.inc | |||
@@ -66,7 +66,7 @@ RPROVIDES:${PN}:imxgpu3d += "imx-gpu-viv" | |||
66 | 66 | ||
67 | PE = "1" | 67 | PE = "1" |
68 | 68 | ||
69 | inherit fsl-eula-unpack | 69 | inherit fsl-eula-unpack features_check |
70 | 70 | ||
71 | SRC_URI = "${FSL_MIRROR}/${BPN}-${PV}.bin;fsl-eula=true \ | 71 | SRC_URI = "${FSL_MIRROR}/${BPN}-${PV}.bin;fsl-eula=true \ |
72 | file://imx_icd.json" | 72 | file://imx_icd.json" |