summaryrefslogtreecommitdiff
path: root/recipes-core/systemd/systemd/0014-Revert-rules-remove-firmware-loading-rules.patch
diff options
context:
space:
mode:
authorJonathan Liu <net147@gmail.com>2015-03-19 15:38:32 +1100
committerMax Krummenacher <max.krummenacher@toradex.com>2015-05-18 11:17:35 +0200
commitbd2d32bf3a8460c87849e75ad01e11450d8cda10 (patch)
treecb35908eb8613f8d61caad5ec94a8cea8955d83b /recipes-core/systemd/systemd/0014-Revert-rules-remove-firmware-loading-rules.patch
parent9c2bf4d73767399d751e590bbeecd1ef2e90723f (diff)
systemd: restore userspace firmware loading support
This changes the minimum required Linux version from 3.7 back to 3.0. [YOCTO #7409] Signed-off-by: Jonathan Liu <net147@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> backported from openembedded-core, commit 31163abc7bedd477c1aad10e6d1f47dbee194513
Diffstat (limited to 'recipes-core/systemd/systemd/0014-Revert-rules-remove-firmware-loading-rules.patch')
-rw-r--r--recipes-core/systemd/systemd/0014-Revert-rules-remove-firmware-loading-rules.patch28
1 files changed, 28 insertions, 0 deletions
diff --git a/recipes-core/systemd/systemd/0014-Revert-rules-remove-firmware-loading-rules.patch b/recipes-core/systemd/systemd/0014-Revert-rules-remove-firmware-loading-rules.patch
new file mode 100644
index 0000000..fe2ba53
--- /dev/null
+++ b/recipes-core/systemd/systemd/0014-Revert-rules-remove-firmware-loading-rules.patch
@@ -0,0 +1,28 @@
+From 4f0a722489154da99e7f6b3051afde984eed2f74 Mon Sep 17 00:00:00 2001
+From: Jonathan Liu <net147@gmail.com>
+Date: Thu, 19 Mar 2015 15:01:29 +1100
+Subject: [PATCH] Revert "rules: remove firmware loading rules"
+
+This reverts commit 70e7d754ddb356fb1a2942b262f8cee9650e2a19.
+Userspace firmware loading support is needed for Linux < 3.7.
+
+Upstream-Status: Inappropriate [OE specific]
+
+Signed-off-by: Jonathan Liu <net147@gmail.com>
+---
+ rules/50-firmware.rules | 3 +++
+ 1 file changed, 3 insertions(+)
+ create mode 100644 rules/50-firmware.rules
+
+diff --git a/rules/50-firmware.rules b/rules/50-firmware.rules
+new file mode 100644
+index 0000000..f0ae684
+--- /dev/null
++++ b/rules/50-firmware.rules
+@@ -0,0 +1,3 @@
++# do not edit this file, it will be overwritten on update
++
++SUBSYSTEM=="firmware", ACTION=="add", RUN{builtin}="firmware"
+--
+2.3.3
+