From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.stusta.mhn.de (mail.stusta.mhn.de [141.84.69.5]) by mail.openembedded.org (Postfix) with ESMTP id 7DD3B7ECCF for ; Mon, 5 Aug 2019 06:43:29 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) by mail.stusta.mhn.de (Postfix) with ESMTPSA id 4627Wj1vlCz4s; Mon, 5 Aug 2019 08:43:28 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=stusta.de; s=default; t=1564987409; bh=DhO719NW+5CB2DNJr/odVjiCWWFFtlepv3ROTRAefOQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Pz/koD8x7uQ0vVR1h6LdCBeB5JeGnqD6nrbLTMBm4PoYC2t/h8N2zo08eTePcbcxQ EFC8833USrKtG0QtLol1Lvynp7jGgES+WAKBIGsm76L0lAZ73pSzNSAHyBIA3xuSF6 Lb2/rEdAFqg5aDkakevm3pRSOvK8wm3CKlGfbOoZ5vZLIJKCpRuHl/NNAA+KfXb7ZC jjQ6OZcHoYl5lP0UJLDNCErW01IKaUVGmURAx8hpaUIXHob1hlwkQ0RzzACBCravC9 bfGt9cQ3gAvmQ6+dRanHs34l1LD7E0FDfDdjDJFDrQklMQKA3RrOtWmM4j7cHL7O3m v45Rpyaxdpa45tCmKNg534eskvduJMor7OlyBLGmSUWlEA/muiZpMvlSO+ETPILI4T +ps0227g5llVk15182HZ8Qz3piIqqAsYAkZz8o5PFKoXGYsPuZ4h++eUZbkINw2o9v kT9NEUgQHjH+CCaC0MPRM0QhOQk3ZrtTZ322fQPpgsjWrYdLn+gzHhH/AYVAbwrVCu MVv+oURqaGI2dd6AHbouIh1/L5TxT0yU/jLMp5aTn5iTDYGYSb6s1rDPaH7uPQcDle EUPB5mlTgavNrkPJrF8N2urXVhjWTU4cXKa1NxLQ4CY/iuSM0q9bT+UR5BOn7gykb+ 22E90Ou2xsB/ryLPxAooZGhM= Date: Mon, 5 Aug 2019 09:43:27 +0300 From: Adrian Bunk To: Andrew Jeffery Message-ID: <20190805064327.GD4799@localhost> References: <20190805031211.11190-1-andrew@aj.id.au> <20190805050455.GA4799@localhost> MIME-Version: 1.0 In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) Cc: openembedded-core@lists.openembedded.org Subject: Re: [PATCH] dtc: Provide libfdt X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Aug 2019 06:43:29 -0000 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline On Mon, Aug 05, 2019 at 04:01:57PM +0930, Andrew Jeffery wrote: > > > On Mon, 5 Aug 2019, at 14:35, Adrian Bunk wrote: > > On Mon, Aug 05, 2019 at 12:42:11PM +0930, Andrew Jeffery wrote: > > > Applications are appearing that depend on parsing flattened devicetree > > > in userspace on target devices, e.g. pdbg[1]. Mark dtc as providing > > > libfdt so application recipes can depend on it. > > > > > > [1] https://github.com/open-power/pdbg > > > > Shouldn't runtime dependencies on dtc already be autogenerated in this > > case when you have dtc in DEPENDS? > > "dtc" doesn't need to appear in depends for pdbg: "dtc-native" does for the > purpose of building the devicetrees shipped with the application, but "dtc" > doesn't and dtc(1) itself isn't required at runtime, rather we just need libfdt, >... How do you link with libfdt without the non-native dtc in DEPENDS? > Thanks for the feedback. > > Andrew cu Adrian -- "Is there not promise of rain?" Ling Tan asked suddenly out of the darkness. There had been need of rain for many days. "Only a promise," Lao Er said. Pearl S. Buck - Dragon Seed