From 662865482570f698571596764f1cfc748338c436 Mon Sep 17 00:00:00 2001 From: Nitin A Kamble Date: Wed, 21 Aug 2013 20:53:51 +0000 Subject: emgd-driver-bin: mark opengl as a required distro feature emgd recipe needs 'opengl' distro feature enabled. Otherwise target image build fails 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. Signed-off-by: Nitin A Kamble Acked-By: Ross Burton --- 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(+) (limited to 'common') 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 af07c37f..4cb7b8a0 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 4add5fbd..b659a8b4 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 \ -- cgit v1.2.3-54-g00ecf