From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 00956E00F4B; Mon, 29 Aug 2016 10:06:55 -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=-2.6 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.1 X-Spam-HAM-Report: * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] * -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low * trust * [209.85.220.172 listed in list.dnswl.org] Received: from mail-qk0-f172.google.com (mail-qk0-f172.google.com [209.85.220.172]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 79C81E00F61 for ; Mon, 29 Aug 2016 10:06:36 -0700 (PDT) Received: by mail-qk0-f172.google.com with SMTP id l2so144467984qkf.3 for ; Mon, 29 Aug 2016 10:06:36 -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=9qv+17aIjGaUSXSMDF0srbhgh/ctxJsm/363UZMbi9E=; b=e6MIf0s3lPM3JQBueEKEVP44cIm6QatSKbV5FIAbt/akVqLrExmcXZZrEhGYauqckH GUlmIE0CuMCP3fIPrOVl9OO/qjQJHFmqFCpRlxFptG6XY7+jDuzLZP1KWPR4fZRn6ddv rjbAvT2WoVGilDxHSv4dBMpy9p9QMThvMYsqFPckoJJ60/pQC/pPl1uG5hYBMQnMLniH lY9kVWDqHadkjP3//ssJ2+nCgoCxj+lF6YVaPkhLFQLHQAcnko05zdtEHYPdNi9avNih bM9Ebq2hmGIvRpPX6MQq2J4Zq9jISPBA7tztUf13Ao40guDSk7LBJjXd+lhtqhwYOg1p URww== X-Gm-Message-State: AE9vXwMTIzW11oHtRSk5Adx5IT6LimviYxmvqKl+TTn12DiDamzC9fzpgkfuR4zFCPjqvA== X-Received: by 10.55.11.129 with SMTP id 123mr2188526qkl.169.1472490395404; Mon, 29 Aug 2016 10:06:35 -0700 (PDT) Received: from localhost ([177.100.224.8]) by smtp.gmail.com with ESMTPSA id 48sm19071503qtu.39.2016.08.29.10.06.30 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 29 Aug 2016 10:06:34 -0700 (PDT) Received: by localhost (sSMTP sendmail emulation); Mon, 29 Aug 2016 14:06:26 -0300 From: Otavio Salvador To: meta-freescale Mailing List Date: Mon, 29 Aug 2016 14:04:30 -0300 Message-Id: <20160829170433.11363-13-otavio@ossystems.com.br> X-Mailer: git-send-email 2.9.3 In-Reply-To: <20160829170433.11363-1-otavio@ossystems.com.br> References: <20160829170433.11363-1-otavio@ossystems.com.br> Organization: O.S. Systems Software LTDA. Cc: Otavio Salvador , prabhu.sundararaj@nxp.com, white.weng@nxp.com Subject: [FEATURE meta-fsl-arm PATCH 12/15] mesa-gl: 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: Mon, 29 Aug 2016 17:06:56 -0000 The recipe has been reworked to use the 'imxgpu2d' feature override. This override has been taken as it is the common only on the matching overrides. Signed-off-by: Otavio Salvador --- recipes-graphics/mesa/mesa-gl_%.bbappend | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/recipes-graphics/mesa/mesa-gl_%.bbappend b/recipes-graphics/mesa/mesa-gl_%.bbappend index 881702e..465c893 100644 --- a/recipes-graphics/mesa/mesa-gl_%.bbappend +++ b/recipes-graphics/mesa/mesa-gl_%.bbappend @@ -1,4 +1 @@ -COMPATIBLE_MACHINE_mx6q = "(-)" -COMPATIBLE_MACHINE_mx6dl = "(-)" -COMPATIBLE_MACHINE_mx6sx = "(-)" -COMPATIBLE_MACHINE_mx6sl = "(-)" +COMPATIBLE_MACHINE_imxgpu2d = "(-)" -- 2.9.3