diff options
| author | Khem Raj <raj.khem@gmail.com> | 2019-11-22 16:12:08 -0800 |
|---|---|---|
| committer | Otavio Salvador <otavio@ossystems.com.br> | 2019-11-23 12:17:02 -0300 |
| commit | 568cbe036682365dce556e1cb4b8059e907a65a6 (patch) | |
| tree | 1e4c050c0a650cb98a0baf6cf7d0467eafdb3418 | |
| parent | 0be39721cea6e04c589a419f4bb07fabd0da6704 (diff) | |
| download | meta-freescale-568cbe036682365dce556e1cb4b8059e907a65a6.tar.gz | |
recipes: Use features_check instead of distro_features_check
distro_features_check is now deprecated
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | classes/qoriq_build_64bit_kernel.bbclass | 2 | ||||
| -rw-r--r-- | recipes-graphics/imx-gpu-viv/imx-gpu-viv-6.inc | 2 | ||||
| -rw-r--r-- | recipes-graphics/wayland/weston_5.0.0.imx.bb | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/classes/qoriq_build_64bit_kernel.bbclass b/classes/qoriq_build_64bit_kernel.bbclass index ffa67c8c7..93b4d412f 100644 --- a/classes/qoriq_build_64bit_kernel.bbclass +++ b/classes/qoriq_build_64bit_kernel.bbclass | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | inherit distro_features_check | 1 | inherit features_check |
| 2 | REQUIRED_DISTRO_FEATURES_e6500 += "multiarch" | 2 | REQUIRED_DISTRO_FEATURES_e6500 += "multiarch" |
| 3 | 3 | ||
| 4 | python () { | 4 | python () { |
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 2c61c101d..43d86ef2f 100644 --- a/recipes-graphics/imx-gpu-viv/imx-gpu-viv-6.inc +++ b/recipes-graphics/imx-gpu-viv/imx-gpu-viv-6.inc | |||
| @@ -52,7 +52,7 @@ RPROVIDES_${PN}_imxgpu3d += "imx-gpu-viv" | |||
| 52 | 52 | ||
| 53 | PE = "1" | 53 | PE = "1" |
| 54 | 54 | ||
| 55 | inherit fsl-eula-unpack distro_features_check | 55 | inherit fsl-eula-unpack features_check |
| 56 | 56 | ||
| 57 | REQUIRED_DISTRO_FEATURES_mx8 = "wayland" | 57 | REQUIRED_DISTRO_FEATURES_mx8 = "wayland" |
| 58 | 58 | ||
diff --git a/recipes-graphics/wayland/weston_5.0.0.imx.bb b/recipes-graphics/wayland/weston_5.0.0.imx.bb index 270aa2add..a7778b41c 100644 --- a/recipes-graphics/wayland/weston_5.0.0.imx.bb +++ b/recipes-graphics/wayland/weston_5.0.0.imx.bb | |||
| @@ -21,7 +21,7 @@ S = "${WORKDIR}/git" | |||
| 21 | 21 | ||
| 22 | UPSTREAM_CHECK_URI = "https://wayland.freedesktop.org/releases.html" | 22 | UPSTREAM_CHECK_URI = "https://wayland.freedesktop.org/releases.html" |
| 23 | 23 | ||
| 24 | inherit autotools pkgconfig useradd distro_features_check | 24 | inherit autotools pkgconfig useradd features_check |
| 25 | 25 | ||
| 26 | # Disable OpenGL for parts with GPU support for 2D but not 3D | 26 | # Disable OpenGL for parts with GPU support for 2D but not 3D |
| 27 | REQUIRED_DISTRO_FEATURES = "opengl" | 27 | REQUIRED_DISTRO_FEATURES = "opengl" |
