From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 6CF64E009A3; Fri, 29 May 2015 13:06:34 -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=-6.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_HI 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 * [192.94.94.40 listed in list.dnswl.org] * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] Received: from arroyo.ext.ti.com (arroyo.ext.ti.com [192.94.94.40]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id AA6F9E0086D for ; Fri, 29 May 2015 13:06:33 -0700 (PDT) Received: from dlelxv90.itg.ti.com ([172.17.2.17]) by arroyo.ext.ti.com (8.13.7/8.13.7) with ESMTP id t4TK6WGa011475 for ; Fri, 29 May 2015 15:06:32 -0500 Received: from DLEE70.ent.ti.com (dlemailx.itg.ti.com [157.170.170.113]) by dlelxv90.itg.ti.com (8.14.3/8.13.8) with ESMTP id t4TK6WkQ023998 for ; Fri, 29 May 2015 15:06:32 -0500 Received: from dlep32.itg.ti.com (157.170.170.100) by DLEE70.ent.ti.com (157.170.170.113) with Microsoft SMTP Server id 14.3.224.2; Fri, 29 May 2015 15:06:32 -0500 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 t4TK6W24028687; Fri, 29 May 2015 15:06:32 -0500 Date: Fri, 29 May 2015 16:06:31 -0400 From: Denys Dmytriyenko To: Jacob Stiffler Message-ID: <20150529200631.GB16418@edge> References: <1432735838-7207-1-git-send-email-j-stiffler@ti.com> <1432735838-7207-2-git-send-email-j-stiffler@ti.com> MIME-Version: 1.0 In-Reply-To: <1432735838-7207-2-git-send-email-j-stiffler@ti.com> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: meta-ti@yoctoproject.org Subject: Re: [PATCH 1/4] ti-paths: Add PDK_INSTALL_DIR for RTOS drivers. 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: Fri, 29 May 2015 20:06:34 -0000 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline Ack On Wed, May 27, 2015 at 10:10:35AM -0400, Jacob Stiffler wrote: > Signed-off-by: Jacob Stiffler > --- > recipes-ti/includes/ti-paths.inc | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/recipes-ti/includes/ti-paths.inc b/recipes-ti/includes/ti-paths.inc > index 4e6227e..b902cbb 100644 > --- a/recipes-ti/includes/ti-paths.inc > +++ b/recipes-ti/includes/ti-paths.inc > @@ -43,6 +43,7 @@ export UIA_INSTALL_DIR_RECIPE = "${installdir}/ti-uia-tree" > export VICPLIB_INSTALL_DIR_RECIPE = "${installdir}/ti-vicplib-tree" > export XDAIS_INSTALL_DIR_RECIPE = "${installdir}/ti-xdais-tree" > export XDC_INSTALL_DIR_RECIPE = "${installdir}/ti-xdctools-tree" > +export PDK_INSTALL_DIR_RECIPE = "${installdir}/ti-pdk-tree" > > # This is where the tools will end up in sysroot > export BIOS_INSTALL_DIR = "${STAGING_DIR_TARGET}${BIOS_INSTALL_DIR_RECIPE}" > @@ -76,10 +77,10 @@ export SYSLINK_INSTALL_DIR = "${STAGING_DIR_TARGET}${SYSLINK_INSTALL_DIR_RECI > export UIA_INSTALL_DIR = "${STAGING_DIR_TARGET}${UIA_INSTALL_DIR_RECIPE}" > export XDAIS_INSTALL_DIR = "${STAGING_DIR_TARGET}${XDAIS_INSTALL_DIR_RECIPE}" > export XDC_INSTALL_DIR = "${STAGING_DIR_TARGET}${XDC_INSTALL_DIR_RECIPE}" > +export PDK_INSTALL_DIR = "${STAGING_DIR_TARGET}${PDK_INSTALL_DIR_RECIPE}" > > DSPSUFFIX_omapl137 = "x674" > DSPSUFFIX_omapl138 = "x674" > DSPSUFFIX_ti816x = "xe674" > DSPSUFFIX_ti814x = "xe674" > DSPSUFFIX ?= "x64P" > - > -- > 1.7.9.5 > > -- > _______________________________________________ > meta-ti mailing list > meta-ti@yoctoproject.org > https://lists.yoctoproject.org/listinfo/meta-ti