From: Khem Raj <raj.khem@gmail.com>
To: Ricardo Neri <ricardo.neri-calderon@linux.intel.com>
Cc: openembedded-core@lists.openembedded.org
Subject: Re: [PATCH v2] udev: add runtime dependencies for udev-cache
Date: Thu, 4 Feb 2016 13:01:37 -0800 [thread overview]
Message-ID: <792F6F91-ECBE-46AD-BC72-ED6A199B696E@gmail.com> (raw)
In-Reply-To: <1454616759-20614-1-git-send-email-ricardo.neri-calderon@linux.intel.com>
[-- Attachment #1: Type: text/plain, Size: 1741 bytes --]
> On Feb 4, 2016, at 12:12 PM, Ricardo Neri <ricardo.neri-calderon@linux.intel.com> wrote:
>
> udev-cache uses find and xargs, which are provided by findutils. It also
> uses gzip, which is provided by gzip. These utilities need to be present
> when udev-cache runs. Thus, add them as RDEPENDSs.
>
> Otherwise, if busybox is not included in the built image, the following
> errors could be observed when booting if such packages are not present:
>
> /etc/rcS.d/S36udev-cache: line 66: xargs: command not found
> /etc/rcS.d/S36udev-cache: line 65: find: command not found
> /etc/rcS.d/S36udev-cache: line 67: gzip: command not found
>
> Cc: Khem Raj <raj.khem@gmail.com>
> Cc: Ross Burton <ross.burton@intel.com>
> Signed-off-by: Ricardo Neri <ricardo.neri-calderon@linux.intel.com>
> ---
> Changes since v1:
> * Narrow the dependency only to udev-cache
> * Reword the commit message to mention that the issue is only
> reproducible if busybox is not included in the image.
> ---
> meta/recipes-core/udev/udev.inc | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/meta/recipes-core/udev/udev.inc b/meta/recipes-core/udev/udev.inc
> index 93d7369..4e8e758 100644
> --- a/meta/recipes-core/udev/udev.inc
> +++ b/meta/recipes-core/udev/udev.inc
> @@ -38,6 +38,7 @@ SRC_URI = "${KERNELORG_MIRROR}/linux/utils/kernel/hotplug/udev-${PV}.tar.gz \
>
> inherit autotools pkgconfig update-rc.d ptest
> RDEPENDS_${PN}-ptest += "make perl python"
> +RDEPENDS_${PN}-cache += "gzip findutils”
are they individually packaged ipks even with busybox ?
if not then this fix is insufficient
>
> libexecdir = "${base_libdir}"
> EXTRA_OECONF = "--disable-introspection \
> --
> 1.9.1
>
[-- Attachment #2: Message signed with OpenPGP using GPGMail --]
[-- Type: application/pgp-signature, Size: 211 bytes --]
next prev parent reply other threads:[~2016-02-04 21:01 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-02-04 20:12 [PATCH v2] udev: add runtime dependencies for udev-cache Ricardo Neri
2016-02-04 21:01 ` Khem Raj [this message]
2016-02-04 21:10 ` Phil Blundell
2016-02-04 21:59 ` Khem Raj
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=792F6F91-ECBE-46AD-BC72-ED6A199B696E@gmail.com \
--to=raj.khem@gmail.com \
--cc=openembedded-core@lists.openembedded.org \
--cc=ricardo.neri-calderon@linux.intel.com \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox