From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 05F24E00726; Mon, 13 Feb 2017 07:57:03 -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_40,HTML_MESSAGE, RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM autolearn=no 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.5 RCVD_IN_SORBS_SPAM RBL: SORBS: sender is a spam source * [212.227.126.131 listed in dnsbl.sorbs.net] * -0.0 BAYES_40 BODY: Bayes spam probability is 20 to 40% * [score: 0.2342] * 0.0 HTML_MESSAGE BODY: HTML included in message Received: from mout.kundenserver.de (mout.kundenserver.de [212.227.126.131]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 861F6E00566 for ; Mon, 13 Feb 2017 07:57:00 -0800 (PST) Received: from LNSYSCH3 ([81.130.69.98]) by mrelayeu.kundenserver.de (mreue003 [212.227.15.163]) with ESMTPSA (Nemesis) id 0MMrpj-1clGQ12VB9-008aMI for ; Mon, 13 Feb 2017 16:56:58 +0100 From: To: Date: Mon, 13 Feb 2017 15:56:57 -0000 Organization: LN Systems Limited Message-ID: <007b01d28611$cea76a90$6bf63fb0$@ln-systems.com> MIME-Version: 1.0 X-Mailer: Microsoft Outlook 15.0 Thread-Index: AdKGEO+IpyA3zeyXTb28UGeS0w1aug== X-Provags-ID: V03:K0:nw7Gx9oYxrZ/tLFPoNcaeTTQeT9q90IZfEz7vlz0BV7E9pLCl06 QM2VFSYi1lXfoztdC3DNGXJCy45gsGRloMO1mqb7NZL33xObwUXBu8T8PkMj//tFjxsRx/A ztDp1L11dR5gax3Zh906hE3cZTAsATK92XybYcVzjZMxPjbgTQziG901woUZ4KRn/5/KTGk mZ75jFaxp8LCDLanQgDYg== X-UI-Out-Filterresults: notjunk:1;V01:K0:IykP4zkXwFs=:oDK2v7zNpSnJceGvbNLlJe Kvmh+zuzwp3lvPFH2CKKO956liiOiTrULejIhv2wVyU3qASE9UHn1iQ/tomXh0NTKAGbpJbn7 YolB5tGuDQ3IOCER346KA2aBHt5pT9uZsgWVMYvjVTW6j0jSFjYpB1HR3PYlL4Ra2ReEKOY9J qrGc49TWc79kuRDfpT/6RckC0YZN/dgFPYxesb64o/pS7223l113qiwFy7lciECyGePsWoWt1 klktmuMISppMluc3vqeqVBSotkjgpLoZtnfYUjka4QSMaYV4cwyVKPs/x36asbsdBeMsnNmgU xSHhzPyg9QKJGP+Sd95Xuz1Nbz9SrFHKI6vvS/AGH4VKGpEKdpj5hRVfBgLlLsCrywGHyUNJn kfgMKLMYb9cnnCuzAOtJG2Q2fcQl7sO9O/+02QhhR+8oFNBd9DDPnyxQqEdpVYb3CUITGy+ks iH6KPR+HhM+DGeec3q6aS6l/vWlyIrH3c0XeBIuvukwOW2L9WgZdb9z7Sngav9IqSb+u6/PQf 7Q+dteHdPQwSLQ/Dmr9rIt+x4n7rQ3uy+gWLzhqN53ABhDg+nxoLp63o4KNh44SW167kAEyw6 1kL5c80/LV4alk65F62Gb7IggwCvtIIf9utcRLDMG3QQkfGGbBvrfpLXLRzJM4UC+e4XKjRlG fb84XuYnnJrO2xd8Exgp5O3Guy/ag9v2JJo2pG0JHHq596PBP0btrDMrAK3bzadIxm5qVv/W9 uQDwZvgGzVQHz0UN Subject: Out-of-tree module errors installing its udev rule 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, 13 Feb 2017 15:57:03 -0000 Content-Type: multipart/alternative; boundary="----=_NextPart_000_007C_01D28611.CEA9DB90" Content-Language: en-gb ------=_NextPart_000_007C_01D28611.CEA9DB90 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit I've got a strange (to me) problem with the recipe for an out-of-tree kernel module. I'm trying to add a udev rule for the driver - in itself the recipe does the build ok, but building the full rootfs image throws up a "QA Issue: linmux: Files/directories were installed but not shipped in any package" error. I have inherit module . SRC_URI += " file://65-linmuxcfg-devnode.rules " S = "${WORKDIR}" FILES_{PN} += "${base_libdir}/udev/rules.d/65-linmuxcfg-devnode.rules" do_install_append(){ install -d ${D}${base_libdir}/udev/rules.d/ install -m 0644 ${WORKDIR}/65-linmuxcfg-devnode.rules ${D}${base_libdir}/udev/rules.d } Is this because it's an out-of-tree module, or some other [obvious] mistake? Thanks ------=_NextPart_000_007C_01D28611.CEA9DB90 Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: quoted-printable

I’ve got a strange (to me) problem with the = recipe for an out-of-tree kernel module. I’m trying to add a udev = rule for the driver – in itself the recipe does the build ok, but = building the full rootfs image throws up a “QA Issue: linmux: = Files/directories were installed but not shipped in any package” = error.

I have

 

inherit = module

 

SRC_URI +=3D = " file://65-linmuxcfg-devnode.rules "

 

S =3D = "${WORKDIR}"

 

FILES_{PN} = +=3D = "${base_libdir}/udev/rules.d/65-linmuxcfg-devnode.rules"

 

do_install_append(){

    install -d = ${D}${base_libdir}/udev/rules.d/

    install -m 0644 = ${WORKDIR}/65-linmuxcfg-devnode.rules = ${D}${base_libdir}/udev/rules.d

}

 

Is this = because it’s an out-of-tree module, or some other [obvious] = mistake?

Thanks

 

------=_NextPart_000_007C_01D28611.CEA9DB90--