From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 15ED8E00E39; Thu, 1 Sep 2016 15:21:58 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on yocto-www.yoctoproject.org X-Spam-Level: X-Spam-Status: No, score=-1.6 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_LOW, RCVD_IN_SORBS_SPAM autolearn=no version=3.3.1 X-Spam-HAM-Report: * 1.0 RCVD_IN_SORBS_SPAM RBL: SORBS: sender is a spam source * [209.85.217.182 listed in dnsbl.sorbs.net] * -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low * trust * [209.85.217.182 listed in list.dnswl.org] * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] Received: from mail-ua0-f182.google.com (mail-ua0-f182.google.com [209.85.217.182]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 76704E00E3C for ; Thu, 1 Sep 2016 15:21:49 -0700 (PDT) Received: by mail-ua0-f182.google.com with SMTP id q42so104579978uaq.1 for ; Thu, 01 Sep 2016 15:21:49 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:organization; bh=aT2+2f6wQM1I+lm0xkK26LrM4WCXSVLHe8atWXgr4nI=; b=hvg5v/mPcbtM/K7Fv9X0QhaUZWCfv0uBcYqwI3Vq8mY3THpFWTo7sRYfJfabO5RBxL EtEXqoQZcer1mFTWWJF+S0iRuImNim5cmPSaMVl3HDWfcdvc+QzhT4M0jmVDqqTlqE+X Leah/qoDESDAgwH9wn74YPJ/JPvOANiuS3oqcCgu1iQdNOhXJjuj3Iql5UgK2iIZIobr dmixyKWll9fC52DJMAvlobcRHda/my8jb+6fCZ/eVGbXUiPMO+yo7Z8BDFV8TO5djH1u 4NxN0xTp48av/wUlx1/fBaSr6hdHf5PtFdTR+4Ux3z/YU5oHmVWrhu/WifA2Zvr0hIGb KF2g== X-Gm-Message-State: AE9vXwO51pVgiVB0bp3v+yCA9fJIv+RaFAFC3RBawVimWyf5nLf0h1FQKX7lw3rNgFZv5Q== X-Received: by 10.176.83.97 with SMTP id y30mr9298050uay.117.1472768508592; Thu, 01 Sep 2016 15:21:48 -0700 (PDT) Received: from localhost ([179.105.254.222]) by smtp.gmail.com with ESMTPSA id u16sm1235807uau.25.2016.09.01.15.21.45 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 01 Sep 2016 15:21:47 -0700 (PDT) Received: by localhost (sSMTP sendmail emulation); Thu, 01 Sep 2016 19:21:43 -0300 From: Otavio Salvador To: meta-freescale Mailing List Date: Thu, 1 Sep 2016 19:20:37 -0300 Message-Id: <20160901222043.18942-11-otavio@ossystems.com.br> X-Mailer: git-send-email 2.9.3 In-Reply-To: <20160901222043.18942-1-otavio@ossystems.com.br> References: <20160901222043.18942-1-otavio@ossystems.com.br> Organization: O.S. Systems Software LTDA. Cc: Otavio Salvador , prabhu.sundararaj@nxp.com, white.weng@nxp.com Subject: [meta-fsl-arm PATCH v2 10/16] eglinfo: Refactor code to use the new overrides X-BeenThere: meta-freescale@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Usage and development list for the meta-fsl-* layers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Sep 2016 22:21:58 -0000 The recipe has been reworked to use the 'imxgpu3d' feature override. Signed-off-by: Otavio Salvador --- Changes in v2: None recipes-graphics/eglinfo/eglinfo-fb_%.bbappend | 4 +--- recipes-graphics/eglinfo/eglinfo-x11_%.bbappend | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/recipes-graphics/eglinfo/eglinfo-fb_%.bbappend b/recipes-graphics/eglinfo/eglinfo-fb_%.bbappend index 0fd6781..7aa0e50 100644 --- a/recipes-graphics/eglinfo/eglinfo-fb_%.bbappend +++ b/recipes-graphics/eglinfo/eglinfo-fb_%.bbappend @@ -1,4 +1,2 @@ # Set i.MX specific dependencies and device type -EGLINFO_DEVICE_mx6q = "imx6" -EGLINFO_DEVICE_mx6dl = "imx6" -EGLINFO_DEVICE_mx6sx = "imx6" +EGLINFO_DEVICE_imxgpu3d = "imx6" diff --git a/recipes-graphics/eglinfo/eglinfo-x11_%.bbappend b/recipes-graphics/eglinfo/eglinfo-x11_%.bbappend index 0fd6781..7aa0e50 100644 --- a/recipes-graphics/eglinfo/eglinfo-x11_%.bbappend +++ b/recipes-graphics/eglinfo/eglinfo-x11_%.bbappend @@ -1,4 +1,2 @@ # Set i.MX specific dependencies and device type -EGLINFO_DEVICE_mx6q = "imx6" -EGLINFO_DEVICE_mx6dl = "imx6" -EGLINFO_DEVICE_mx6sx = "imx6" +EGLINFO_DEVICE_imxgpu3d = "imx6" -- 2.9.3