Skip to content

Commit

Permalink
open-icsci-kernel: add 2.6.37 compatibility
Browse files Browse the repository at this point in the history
This patch adds support for the 2.6.37 kernel used by hidav-ti81xxi to
open-iscsi-kernel.

Signed-off-by: Thilo Fromm <github@thilo-fromm.de>
  • Loading branch information
Thilo Fromm committed Aug 28, 2012
1 parent fc249ef commit 6bb9625
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
12 changes: 12 additions & 0 deletions recipes-connectivity/open-iscsi/files/2.6.37-compat.patch
@@ -0,0 +1,12 @@
diff -Nurd a/kernel/Makefile b/kernel/Makefile
--- a/kernel/Makefile 2012-08-06 10:35:29.382358654 +0200
+++ b/kernel/Makefile 2012-08-06 10:36:05.790358045 +0200
@@ -114,6 +114,8 @@

linux_2_6_35: $(unpatch_code)

+linux_2_6_37: $(unpatch_code)
+
do_unpatch_code:
echo "Un-patching source code for use with linux-2.6.14 and up ..."
patch -R -E -p1 < $(cur_patched)
@@ -0,0 +1,6 @@

PR_append = "+r0"
COMPATIBLE_MACHINE_hidav-ti81xx = "hidav-ti81xx"
FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
SRC_URI_append_hidav-ti81xx = " file://2.6.37-compat.patch "

0 comments on commit 6bb9625

Please sign in to comment.