All of lore.kernel.org
 help / color / mirror / Atom feed
From: <colin.helliwell@ln-systems.com>
To: <yocto@yoctoproject.org>
Subject: Out-of-tree module errors installing its udev rule
Date: Mon, 13 Feb 2017 15:56:57 -0000	[thread overview]
Message-ID: <007b01d28611$cea76a90$6bf63fb0$@ln-systems.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 795 bytes --]

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

 


[-- Attachment #2: Type: text/html, Size: 3144 bytes --]

             reply	other threads:[~2017-02-13 15:57 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-02-13 15:56 colin.helliwell [this message]
2017-02-13 16:03 ` Out-of-tree module errors installing its udev rule Burton, Ross
2017-02-13 16:14   ` Colin Helliwell
2017-02-13 16:16     ` Burton, Ross

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='007b01d28611$cea76a90$6bf63fb0$@ln-systems.com' \
    --to=colin.helliwell@ln-systems.com \
    --cc=yocto@yoctoproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.