aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-kernel/scatter-gather/scatter-gather_git.bb12
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes-kernel/scatter-gather/scatter-gather_git.bb b/recipes-kernel/scatter-gather/scatter-gather_git.bb
new file mode 100644
index 00000000..0fb6c652
--- /dev/null
+++ b/recipes-kernel/scatter-gather/scatter-gather_git.bb
@@ -0,0 +1,12 @@
+SUMMARY = "Scatter-gather logic for multiple tables"
+LICENSE = "GPLv2+"
+LIC_FILES_CHKSUM = "file://COPYING;md5=e9605a22ea50467bd2bfe4cdd66e69ae"
+
+inherit module
+
+SRC_URI = "git://git.freescale.com/ppc/sdk/scatter-gather.git;branch=master"
+SRCREV = "97db173d08a70abe2b9a6fa928299a117f3febc2"
+
+S = "${WORKDIR}/git"
+
+COMPATIBLE_MACHINE = "(ls1021atwr)"