From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 2B87CE00A4F; Wed, 25 Nov 2015 15:17:08 -0800 (PST) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on yocto-www.yoctoproject.org X-Spam-Level: X-Spam-Status: No, score=-5.8 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_HI, URI_HEX autolearn=ham version=3.3.1 X-Spam-HAM-Report: * -5.0 RCVD_IN_DNSWL_HI RBL: Sender listed at http://www.dnswl.org/, high * trust * [198.47.26.152 listed in list.dnswl.org] * 1.1 URI_HEX URI: URI hostname has long hexadecimal sequence * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] Received: from comal.ext.ti.com (comal.ext.ti.com [198.47.26.152]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 98090E0088C for ; Wed, 25 Nov 2015 15:17:05 -0800 (PST) Received: from dlelxv90.itg.ti.com ([172.17.2.17]) by comal.ext.ti.com (8.13.7/8.13.7) with ESMTP id tAPNH55m012997 for ; Wed, 25 Nov 2015 17:17:05 -0600 Received: from DFLE73.ent.ti.com (dfle73.ent.ti.com [128.247.5.110]) by dlelxv90.itg.ti.com (8.14.3/8.13.8) with ESMTP id tAPNH5fi023322 for ; Wed, 25 Nov 2015 17:17:05 -0600 Received: from dlep32.itg.ti.com (157.170.170.100) by DFLE73.ent.ti.com (128.247.5.110) with Microsoft SMTP Server id 14.3.224.2; Wed, 25 Nov 2015 17:17:04 -0600 Received: from localhost (ileax41-snat.itg.ti.com [10.172.224.153]) by dlep32.itg.ti.com (8.14.3/8.13.8) with ESMTP id tAPNH4h4001331; Wed, 25 Nov 2015 17:17:04 -0600 Date: Wed, 25 Nov 2015 18:16:49 -0500 From: Denys Dmytriyenko To: Eric Ruei Message-ID: <20151125231648.GI28188@edge> References: <1448492021-887-1-git-send-email-e-ruei1@ti.com> <1448492021-887-2-git-send-email-e-ruei1@ti.com> MIME-Version: 1.0 In-Reply-To: <1448492021-887-2-git-send-email-e-ruei1@ti.com> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: meta-ti@yoctoproject.org Subject: Re: [PATCH 1/2] omapdrm_pvr: Define PVR_NULLDRM based on the availability of SGX X-BeenThere: meta-ti@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Usage and development list for the meta-ti layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Nov 2015 23:17:08 -0000 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline On Wed, Nov 25, 2015 at 05:53:40PM -0500, Eric Ruei wrote: > From: Eric Ruei BTW, fix your gitconfig > Enable non-SGX build for AM3/AM4: > For ti43x, set PVR_NULLDRM to 1 only if SGX is not included at MACHINE_FEATURES. > Note: For ti33x, PVR_NULLDRM is always set to 1 becasue only nullDRM is > supported. > > > Signed-off-by: Eric Ruei > --- > recipes-bsp/powervr-drivers/omapdrm-pvr_1.9.2253347.bb | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/recipes-bsp/powervr-drivers/omapdrm-pvr_1.9.2253347.bb b/recipes-bsp/powervr-drivers/omapdrm-pvr_1.9.2253347.bb > index 50df3d9..da4ab74 100644 > --- a/recipes-bsp/powervr-drivers/omapdrm-pvr_1.9.2253347.bb > +++ b/recipes-bsp/powervr-drivers/omapdrm-pvr_1.9.2253347.bb > @@ -24,7 +24,7 @@ SRCREV_ti33x = "2b7523d07a13ab704a24a7664749551f4a13ed32" > SRCREV_ti43x = "2b7523d07a13ab704a24a7664749551f4a13ed32" > > PVR_NULLDRM_ti33x = "1" > -PVR_NULLDRM_ti43x = "0" > +PVR_NULLDRM_ti43x = "${@base_contains('MACHINE_FEATURES', 'sgx', '0', '1', d)}" > PVR_NULLDRM_omap-a15 = "0" > > EXTRA_OEMAKE += 'KERNELDIR="${STAGING_KERNEL_DIR}" PVR_NULLDRM=${PVR_NULLDRM}' > -- > 1.9.1 > > -- > _______________________________________________ > meta-ti mailing list > meta-ti@yoctoproject.org > https://lists.yoctoproject.org/listinfo/meta-ti