* 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 <[email protected]> --- v2 changes: * Disable only for dra7xx SOC family as they contain multiple devices which support rpmsg-rpc * Mark as machine-specific since udev-cache.default differs between platforms. meta-arago-distro/recipes-core/udev/udev/dra7xx/udev-cache.default | 5 +++++ meta-arago-distro/recipes-core/udev/udev_182.bbappend | 4 +++- 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 meta-arago-distro/recipes-core/udev/udev/dra7xx/udev-cache.default diff --git a/meta-arago-distro/recipes-core/udev/udev/dra7xx/udev-cache.default b/meta-arago-distro/recipes-core/udev/udev/dra7xx/udev-cache.default new file mode 100644 index 0000000..b1aa63f --- /dev/null +++ b/meta-arago-distro/recipes-core/udev/udev/dra7xx/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 5c5d040..a84bbd8 100644 --- a/meta-arago-distro/recipes-core/udev/udev_182.bbappend +++ b/meta-arago-distro/recipes-core/udev/udev_182.bbappend @@ -5,7 +5,9 @@ # look for files in this layer first FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" -PR_append = "-arago3" +PR_append = "-arago4" + +PACKAGE_ARCH = "${MACHINE_ARCH}" SRC_URI_append = " \ file://usb1-rules.sh \ -- 1.9.1 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
