[meta-intel] [PATCH 1/1] emgd-driver-bin: mark opengl as a required distro feature

Tom Zanussi tom.zanussi at intel.com
Thu Sep 5 06:38:12 PDT 2013


On Tue, 2013-08-27 at 17:57 +0000, nitin.a.kamble at intel.com wrote:
> From: Nitin A Kamble <nitin.a.kamble at intel.com>
> 
> emgd recipe needs 'opengl' distro feature enabled. Otherwise target image
> build can fail without much clue. This commit is marking the 'opengl' as a
> required distro feature, which helps user understand the distro
> configuration issue in case the requirement of distro features is not met.
> 

Pulled into meta-intel/master.

Thanks,

Tom

> Signed-off-by: Nitin A Kamble <nitin.a.kamble at intel.com>
> ---
>  common/recipes-graphics/xorg-driver/emgd-driver-bin_1.16.bb | 3 +++
>  common/recipes-graphics/xorg-driver/emgd-driver-bin_1.18.bb | 3 +++
>  2 files changed, 6 insertions(+)
> 
> diff --git a/common/recipes-graphics/xorg-driver/emgd-driver-bin_1.16.bb b/common/recipes-graphics/xorg-driver/emgd-driver-bin_1.16.bb
> index af07c37..4cb7b8a 100644
> --- a/common/recipes-graphics/xorg-driver/emgd-driver-bin_1.16.bb
> +++ b/common/recipes-graphics/xorg-driver/emgd-driver-bin_1.16.bb
> @@ -28,6 +28,9 @@ python populate_packages_prepend() {
>      d.appendVar("RDEPENDS_" + pn, " xorg-abi-video-8")
>  }
>  
> +inherit distro_features_check
> +REQUIRED_DISTRO_FEATURES = "opengl"
> +
>  SRC_URI = "https://edc.intel.com/App_Shared/Downloads/LIN_IEMGD_1_16_GOLD_3228.tgz \
>             file://egl.pc \
>             file://gles_cm.pc \
> diff --git a/common/recipes-graphics/xorg-driver/emgd-driver-bin_1.18.bb b/common/recipes-graphics/xorg-driver/emgd-driver-bin_1.18.bb
> index 4add5fb..b659a8b 100644
> --- a/common/recipes-graphics/xorg-driver/emgd-driver-bin_1.18.bb
> +++ b/common/recipes-graphics/xorg-driver/emgd-driver-bin_1.18.bb
> @@ -28,6 +28,9 @@ python populate_packages_prepend() {
>      d.appendVar("RDEPENDS_" + pn, " xorg-abi-video-8")
>  }
>  
> +inherit distro_features_check
> +REQUIRED_DISTRO_FEATURES = "opengl"
> +
>  SRC_URI = "http://downloadmirror.intel.com/22865/eng/LIN_IEMGD_1_18_GOLD_3398.tgz \
>             file://egl.pc \
>             file://gles_cm.pc \





More information about the meta-intel mailing list