diff options
author | Andrii Pientsov <andrii.pientsov@globallogic.com> | 2020-06-15 16:41:27 +0300 |
---|---|---|
committer | Andrii Pientsov <andrii.pientsov@globallogic.com> | 2020-06-15 16:41:27 +0300 |
commit | fcb482c89d0966f26d7c8384e9986199b5650c95 (patch) | |
tree | c53d30e6d3f3c950264f1317747077b18a8a13e7 /recipes-core/udev/udev-extraconf_%.bbappend | |
parent | 44b321b521cf857f6cf3cd8bb7ba8baf8dae1182 (diff) | |
download | meta-mlinux-fcb482c89d0966f26d7c8384e9986199b5650c95.tar.gz meta-mlinux-fcb482c89d0966f26d7c8384e9986199b5650c95.tar.bz2 meta-mlinux-fcb482c89d0966f26d7c8384e9986199b5650c95.zip |
Refactoring udev rules.
Diffstat (limited to 'recipes-core/udev/udev-extraconf_%.bbappend')
-rw-r--r-- | recipes-core/udev/udev-extraconf_%.bbappend | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/recipes-core/udev/udev-extraconf_%.bbappend b/recipes-core/udev/udev-extraconf_%.bbappend new file mode 100644 index 0000000..708a07c --- /dev/null +++ b/recipes-core/udev/udev-extraconf_%.bbappend @@ -0,0 +1,5 @@ +FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" + +PR = "m1" + +SRC_URI += "file://mount.patch" |