From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from fllnx209.ext.ti.com (fllnx209.ext.ti.com [198.47.19.16]) by arago-project.org (Postfix) with ESMTPS id 4013F52A65 for ; Mon, 2 Oct 2017 23:12:55 +0000 (UTC) Received: from dlelxv90.itg.ti.com ([172.17.2.17]) by fllnx209.ext.ti.com (8.15.1/8.15.1) with ESMTP id v92NCjnI021568 for ; Mon, 2 Oct 2017 18:12:45 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ti.com; s=ti-com-17Q1; t=1506985965; bh=f28Ec9Sww/3eEmdVCwGRkkTWruv0hChoVoucsRdF1rM=; h=Date:From:To:Subject:References:In-Reply-To; b=GWHrQ7UMX6KnTRizIUVjkXBTAf19c+bqMMLqxome5WR3Wb0KqNWIbTBqwzXCpk+L+ YdLTvfRReJiaCVhzBTzoE6yxwRiYUPFVgAQIHehhv5f5+4RG1mZMx0xGmA19LP100P rDBJMDZTjWkddWC7z02q+MXWDlXkqdRGMGafTMaY= Received: from DLEE104.ent.ti.com (dlee104.ent.ti.com [157.170.170.34]) by dlelxv90.itg.ti.com (8.14.3/8.13.8) with ESMTP id v92NCe1E023911 for ; Mon, 2 Oct 2017 18:12:40 -0500 Received: from DLEE100.ent.ti.com (157.170.170.30) by DLEE104.ent.ti.com (157.170.170.34) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384_P256) id 15.1.845.34; Mon, 2 Oct 2017 18:12:39 -0500 Received: from dflp33.itg.ti.com (10.64.6.16) by DLEE100.ent.ti.com (157.170.170.30) with Microsoft SMTP Server (version=TLS1_0, cipher=TLS_RSA_WITH_AES_256_CBC_SHA) id 15.1.845.34 via Frontend Transport; Mon, 2 Oct 2017 18:12:40 -0500 Received: from localhost (ileax41-snat.itg.ti.com [10.172.224.153]) by dflp33.itg.ti.com (8.14.3/8.13.8) with ESMTP id v92NCdOF017595 for ; Mon, 2 Oct 2017 18:12:39 -0500 Date: Mon, 2 Oct 2017 19:12:24 -0400 From: Denys Dmytriyenko To: Message-ID: <20171002231224.GR8393@edge> References: <1506980714-9971-1-git-send-email-denys@ti.com> MIME-Version: 1.0 In-Reply-To: <1506980714-9971-1-git-send-email-denys@ti.com> User-Agent: Mutt/1.5.20 (2009-06-14) X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Subject: Re: [morty/master][PATCH v2] pm/vps-lld, cmb/audk2g-addon: fix double-inclusion warning for ti-paths.inc X-BeenThere: meta-arago@arago-project.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Arago metadata layer for TI SDKs - OE-Core/Yocto compatible List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Oct 2017 23:12:55 -0000 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline Sorry, wrong list On Mon, Oct 02, 2017 at 05:45:14PM -0400, Denys Dmytriyenko wrote: > ti-pdk.bbclass already includes it. > > Signed-off-by: Denys Dmytriyenko > --- > v2 - same for vps-lld, cmb-addon and audk2g-addon > > recipes-bsp/audk2g-addon/audk2g-addon-rtos_git.bb | 1 - > recipes-bsp/cmb-addon/cmb-addon-rtos_git.bb | 2 +- > recipes-bsp/pm-lld/pm-lld-rtos_git.bb | 1 - > recipes-bsp/vps-lld/vps-lld-rtos_git.bb | 1 - > 4 files changed, 1 insertion(+), 4 deletions(-) > > diff --git a/recipes-bsp/audk2g-addon/audk2g-addon-rtos_git.bb b/recipes-bsp/audk2g-addon/audk2g-addon-rtos_git.bb > index 6959864..0cb9ff1 100644 > --- a/recipes-bsp/audk2g-addon/audk2g-addon-rtos_git.bb > +++ b/recipes-bsp/audk2g-addon/audk2g-addon-rtos_git.bb > @@ -1,6 +1,5 @@ > SUMMARY = "TI RTOS Audio add-on software for k2g" > > -require recipes-ti/includes/ti-paths.inc > inherit ti-pdk > > LICENSE = "BSD-3-Clause" > diff --git a/recipes-bsp/cmb-addon/cmb-addon-rtos_git.bb b/recipes-bsp/cmb-addon/cmb-addon-rtos_git.bb > index 4d69863..0fade74 100644 > --- a/recipes-bsp/cmb-addon/cmb-addon-rtos_git.bb > +++ b/recipes-bsp/cmb-addon/cmb-addon-rtos_git.bb > @@ -1,5 +1,5 @@ > SUMMARY = "TI RTOS software supporting circular microphone array board" > -require recipes-ti/includes/ti-paths.inc > + > inherit ti-pdk > > LICENSE = "BSD-3-Clause" > diff --git a/recipes-bsp/pm-lld/pm-lld-rtos_git.bb b/recipes-bsp/pm-lld/pm-lld-rtos_git.bb > index 6fedc80..05388e5 100644 > --- a/recipes-bsp/pm-lld/pm-lld-rtos_git.bb > +++ b/recipes-bsp/pm-lld/pm-lld-rtos_git.bb > @@ -1,6 +1,5 @@ > SUMMARY = "TI RTOS driver for Power Management module (PM)" > > -require recipes-ti/includes/ti-paths.inc > inherit ti-pdk > > LICENSE = "BSD-3-Clause" > diff --git a/recipes-bsp/vps-lld/vps-lld-rtos_git.bb b/recipes-bsp/vps-lld/vps-lld-rtos_git.bb > index f13e2fc..88f79e1 100644 > --- a/recipes-bsp/vps-lld/vps-lld-rtos_git.bb > +++ b/recipes-bsp/vps-lld/vps-lld-rtos_git.bb > @@ -1,6 +1,5 @@ > SUMMARY = "TI RTOS Low level driver for Video Processing Subsystem (VPS) " > > -require recipes-ti/includes/ti-paths.inc > inherit ti-pdk > > LICENSE = "BSD-3-Clause" > -- > 1.7.9.5 >