From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 975ECE00405; Mon, 30 Jan 2017 07:37:34 -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=-0.5 required=5.0 tests=BAYES_05,HTML_MESSAGE, RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.1 X-Spam-HAM-Report: * -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at http://www.dnswl.org/, no * trust * [212.227.126.131 listed in list.dnswl.org] * 0.0 HTML_MESSAGE BODY: HTML included in message * -0.5 BAYES_05 BODY: Bayes spam probability is 1 to 5% * [score: 0.0150] Received: from mout.kundenserver.de (mout.kundenserver.de [212.227.126.131]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 2C5C4E0030B for ; Mon, 30 Jan 2017 07:37:32 -0800 (PST) Received: from LNSYSCH3 ([81.130.69.98]) by mrelayeu.kundenserver.de (mreue005 [212.227.15.163]) with ESMTPSA (Nemesis) id 0Mgrp6-1cu8cN1z1c-00M4Q5 for ; Mon, 30 Jan 2017 16:37:31 +0100 From: To: Date: Mon, 30 Jan 2017 15:37:30 -0000 Organization: LN Systems Limited Message-ID: <005301d27b0e$c532b900$4f982b00$@ln-systems.com> MIME-Version: 1.0 X-Mailer: Microsoft Outlook 15.0 Thread-Index: AdJ7DazY7wHv1lVCSBGip25qJDIG4g== X-Provags-ID: V03:K0:TiLZgxinVHarLYNVfZNY+OJJKJfhUzoCcbwe1WHCtXJE/e8n0iF a5cPv7sS+QUsJ/8t+67wD09b5YlmGSybOxNaDU5MeBqyN1zYQ75e2DcOcKdzLJvKGEpMz9x M03CJDRmLFVhzKetq6JkzaWcS/DtgZFIMmM55oX1ctgmi8S9TFkFl36Ac/vRfauniJdEKVg MyaFubT3WRsP7L9iS6gkw== X-UI-Out-Filterresults: notjunk:1;V01:K0:X8ldzoK8MWY=:gaUT62lptYrCYCxx4Oj6Pt DYDiIRPYuLoSMJ1J9xv+LLlW0nj9loc/SsS1FDWN0dXtxytKzAxj+PVo9eXTZHxLCelUbkEBm Vb3YcIqw3qsIOswDT2OJFyxcG4IY4kaNC/pWfjktfNMpWCTZpDT1BAVwdKMqDUDcbIdeM7nFw 3zL5PPZwzDEXAledHOTIcg8CKrVM8j1OEwIhoF8AB3WzSAfLEfJ/0mlG+GS7MY0K0pqcC3iRq 5P87K5wMTMyT//1qFN2HgRMcL5dVIeeeKMk5thnJJ5fgi4o2UhxgVLaXSWESep3kHrg0HoCM1 iORazIjSZr9ffH1afVDGks/9F/Adw9uJSPaB+cfLbJuhIo3T4KixxNuZzPex/3NDoR2ciYI2w 26IfVTbULawkN4qDtPv6GU26TfA+69pMVfgkBTN22uAVeZA9djd2wZZ9S4tnhCbXxHWDKIBAy Ag0VIua6cnodHDiSxbgvdFvmkn4YjjpfJFgmtysj99lR3MG+V4kzVKC+DKEKCiJuxGX0CV/7T bRB4SL9ppXFqOmUA0GGFMCZbEGl/5loL/0JcxFririF/NZJlqYYW5CqxcdWofcUi+AFqq9yAr /awD1m9DbhxjGVYidfeDd4NI3xob8eieyk1njXdRIfa/d88tLx8c0HYOfraiXqfqS9+d1e2jo pkJg+9PR9TdagwfsIy/WHlqdG7E/EtUFxMpkvkul2ZA/9XTfqB1Uxfcy3/JOqTrcRwyIRzrct MrX7FLm/zU0tZs5k Subject: Making header of out-of-tree module available X-BeenThere: yocto@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list Reply-To: colin.helliwell@ln-systems.com List-Id: Discussion of all things Yocto Project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Jan 2017 15:37:34 -0000 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0054_01D27B0E.C53502F0" Content-Language: en-gb ------=_NextPart_000_0054_01D27B0E.C53502F0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit I have a recipe which builds my own (out-of-tree) driver module - this packages/installs the module fine. (It's recipe has "inherit module"). Now I'm writing a recipe to build a library which uses the driver. What's needed to get the driver's header file 'exported' so that it can be included by the library's recipe? Thanks ------=_NextPart_000_0054_01D27B0E.C53502F0 Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: quoted-printable

I have a recipe which builds my own (out-of-tree) = driver module – this packages/installs the module fine. = (It’s recipe has “inherit module”).

Now I’m writing a recipe to build a library = which uses the driver. What’s needed to get the driver’s = header file ‘exported’ so that it can be included by the = library’s recipe?

Thanks

 

------=_NextPart_000_0054_01D27B0E.C53502F0--