From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 69BE2E00A64; Tue, 20 Dec 2016 12:31:57 -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=-1.9 required=5.0 tests=BAYES_00,HTML_MESSAGE 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.0 HTML_MESSAGE BODY: HTML included in message Received: from lelnx194.ext.ti.com (lelnx194.ext.ti.com [198.47.27.80]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 06BA2E00955 for ; Tue, 20 Dec 2016 12:31:54 -0800 (PST) Received: from dflxv15.itg.ti.com ([128.247.5.124]) by lelnx194.ext.ti.com (8.15.1/8.15.1) with ESMTP id uBKKVmnE025936; Tue, 20 Dec 2016 14:31:48 -0600 Received: from DFLE73.ent.ti.com (dfle73.ent.ti.com [128.247.5.110]) by dflxv15.itg.ti.com (8.14.3/8.13.8) with ESMTP id uBKKVm8N008317; Tue, 20 Dec 2016 14:31:48 -0600 Received: from dflp32.itg.ti.com (10.64.6.15) by DFLE73.ent.ti.com (128.247.5.110) with Microsoft SMTP Server id 14.3.294.0; Tue, 20 Dec 2016 14:31:47 -0600 Received: from [10.218.109.201] (ileax41-snat.itg.ti.com [10.172.224.153]) by dflp32.itg.ti.com (8.14.3/8.13.8) with ESMTP id uBKKVlCo003928; Tue, 20 Dec 2016 14:31:47 -0600 To: Christopher Larson References: <1482250466-32489-1-git-send-email-j-stiffler@ti.com> From: Jacob Stiffler Message-ID: <1ba5741e-9f59-45cf-d2e0-7a20a72ccbcb@ti.com> Date: Tue, 20 Dec 2016 15:31:47 -0500 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: Cc: meta-ti mailing list Subject: Re: [PATCH] pruss-lld: set CLEANBROKEN 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: Tue, 20 Dec 2016 20:31:57 -0000 Content-Type: multipart/alternative; boundary="------------AC9F2137A9B8CBD52301A0AB" --------------AC9F2137A9B8CBD52301A0AB Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 8bit On 12/20/2016 12:54 PM, Christopher Larson wrote: > > On Tue, Dec 20, 2016 at 9:14 AM, Jacob Stiffler > wrote: > > * The Linux binaries are built by the "makefile_armv7". > * pruss-lld provides a "makefile", but it is used for building the > RTOS binaries. > * This "makefile" requires the ti-pdk-build-rtos package and is broken > without it, so therefore set CLEANBROKEN instead of pulling in > unnecessary dependencies. > > Signed-off-by: Jacob Stiffler > > > > Could you not just make sure the -f is passed to the clean? > > EXTRA_OEMAKE += "-f makefile_armv7 PDK_INSTALL_PATH=${STAGING_INCDIR}” This works. I will send out the v2. > -- > Christopher Larson > clarson at kergoth dot com > Founder - BitBake, OpenEmbedded, OpenZaurus > Senior Software Engineer, Mentor Graphics --------------AC9F2137A9B8CBD52301A0AB Content-Type: text/html; charset="utf-8" Content-Transfer-Encoding: 8bit



On 12/20/2016 12:54 PM, Christopher Larson wrote:

On Tue, Dec 20, 2016 at 9:14 AM, Jacob Stiffler <j-stiffler@ti.com> wrote:
* The Linux binaries are built by the "makefile_armv7".
* pruss-lld provides a "makefile", but it is used for building the
  RTOS binaries.
* This "makefile" requires the ti-pdk-build-rtos package and is broken
  without it, so therefore set CLEANBROKEN instead of pulling in
  unnecessary dependencies.

Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>

Could you not just make sure the -f is passed to the clean?

EXTRA_OEMAKE += "-f makefile_armv7 PDK_INSTALL_PATH=${STAGING_INCDIR}”

This works. I will send out the v2.

--
Christopher Larson
clarson at kergoth dot com
Founder - BitBake, OpenEmbedded, OpenZaurus
Senior Software Engineer, Mentor Graphics

--------------AC9F2137A9B8CBD52301A0AB--