diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2022-10-21 10:04:57 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-21 10:04:57 -0300 |
commit | 6a8db48c20fde8333666f2868f6c7d8e3f3e1de6 (patch) | |
tree | d87678220aa6f67dc5f9493f58d6908c5ff544f1 | |
parent | 415797f20b2884a98017fddc1c448462eaea3a07 (diff) | |
parent | 14916cfe741f696545515ddc768da43d2ea29fb6 (diff) | |
download | meta-freescale-6a8db48c20fde8333666f2868f6c7d8e3f3e1de6.tar.gz |
Merge pull request #1275 from limeng-linux/kirkstone
imx-gpu-viv: inherit features_check in imx-gpu-viv bb file
-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" |