This fixes issue with rpmsg-rpc devices sharing major numbers and obtaining random minor number which may not be consistent between booting.
Also fixes similar issue with uio devices enumeration. Signed-off-by: Sam Nelson <[email protected]> --- meta-arago-distro/recipes-core/udev/udev/keystone/udev-cache.default | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 meta-arago-distro/recipes-core/udev/udev/keystone/udev-cache.default diff --git a/meta-arago-distro/recipes-core/udev/udev/keystone/udev-cache.default b/meta-arago-distro/recipes-core/udev/udev/keystone/udev-cache.default new file mode 100644 index 0000000..b1aa63f --- /dev/null +++ b/meta-arago-distro/recipes-core/udev/udev/keystone/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" -- 1.9.1 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
