* [PATCH] udev-cache: Disable by default.
@ 2015-01-06 14:39 Jacob Stiffler
2015-01-06 18:17 ` Denys Dmytriyenko
0 siblings, 1 reply; 2+ messages in thread
From: Jacob Stiffler @ 2015-01-06 14:39 UTC (permalink / raw)
To: meta-arago
* This is to fix issue with rpmsg-rpc devices sharing major numbers and
obtaining random minor numbers which may not be consistent between booting.
Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
---
.../recipes-core/udev/udev/udev-cache.default | 5 +++++
.../recipes-core/udev/udev_182.bbappend | 2 +-
2 files changed, 6 insertions(+), 1 deletion(-)
create mode 100644 meta-arago-distro/recipes-core/udev/udev/udev-cache.default
diff --git a/meta-arago-distro/recipes-core/udev/udev/udev-cache.default b/meta-arago-distro/recipes-core/udev/udev/udev-cache.default
new file mode 100644
index 0000000..b1aa63f
--- /dev/null
+++ b/meta-arago-distro/recipes-core/udev/udev/udev-cache.default
@@ -0,0 +1,5 @@
+# Default for /etc/init.d/udev
+
+# Comment this out to disable device cache
+#DEVCACHE="/etc/dev.tar"
+PROBE_PLATFORM_BUS="yes"
diff --git a/meta-arago-distro/recipes-core/udev/udev_182.bbappend b/meta-arago-distro/recipes-core/udev/udev_182.bbappend
index 838cce8..8da3c3a 100644
--- a/meta-arago-distro/recipes-core/udev/udev_182.bbappend
+++ b/meta-arago-distro/recipes-core/udev/udev_182.bbappend
@@ -5,4 +5,4 @@
# look for files in this layer first
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
-PR_append = "-arago2"
+PR_append = "-arago3"
--
1.7.9.5
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] udev-cache: Disable by default.
2015-01-06 14:39 [PATCH] udev-cache: Disable by default Jacob Stiffler
@ 2015-01-06 18:17 ` Denys Dmytriyenko
0 siblings, 0 replies; 2+ messages in thread
From: Denys Dmytriyenko @ 2015-01-06 18:17 UTC (permalink / raw)
To: Jacob Stiffler; +Cc: meta-arago
I'm not sure it's a good idea to disable caching by default for all the
platforms... I thought you'd be doing it locally for your builds.
On Tue, Jan 06, 2015 at 09:39:00AM -0500, Jacob Stiffler wrote:
> * This is to fix issue with rpmsg-rpc devices sharing major numbers and
> obtaining random minor numbers which may not be consistent between booting.
>
> Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
> ---
> .../recipes-core/udev/udev/udev-cache.default | 5 +++++
> .../recipes-core/udev/udev_182.bbappend | 2 +-
> 2 files changed, 6 insertions(+), 1 deletion(-)
> create mode 100644 meta-arago-distro/recipes-core/udev/udev/udev-cache.default
>
> diff --git a/meta-arago-distro/recipes-core/udev/udev/udev-cache.default b/meta-arago-distro/recipes-core/udev/udev/udev-cache.default
> new file mode 100644
> index 0000000..b1aa63f
> --- /dev/null
> +++ b/meta-arago-distro/recipes-core/udev/udev/udev-cache.default
> @@ -0,0 +1,5 @@
> +# Default for /etc/init.d/udev
> +
> +# Comment this out to disable device cache
> +#DEVCACHE="/etc/dev.tar"
> +PROBE_PLATFORM_BUS="yes"
> diff --git a/meta-arago-distro/recipes-core/udev/udev_182.bbappend b/meta-arago-distro/recipes-core/udev/udev_182.bbappend
> index 838cce8..8da3c3a 100644
> --- a/meta-arago-distro/recipes-core/udev/udev_182.bbappend
> +++ b/meta-arago-distro/recipes-core/udev/udev_182.bbappend
> @@ -5,4 +5,4 @@
> # look for files in this layer first
> FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
>
> -PR_append = "-arago2"
> +PR_append = "-arago3"
> --
> 1.7.9.5
>
> _______________________________________________
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-01-06 18:17 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-06 14:39 [PATCH] udev-cache: Disable by default Jacob Stiffler
2015-01-06 18:17 ` Denys Dmytriyenko
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.