aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-kernel/kernel-modules/kernel-module-scatter-gather_git.bb
blob: e6afe4fc3e0fb5ebca5d1492ad82f735a524b306 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
SUMMARY = "Scatter-gather logic for multiple tables"
LICENSE = "GPLv2+"
LIC_FILES_CHKSUM = "file://COPYING;md5=e9605a22ea50467bd2bfe4cdd66e69ae"

inherit module

SRC_URI = "git://github.com/nxp-qoriq-yocto-sdk/scatter-gather;protocol=https;branch=nxp/master"
SRCREV = "97db173d08a70abe2b9a6fa928299a117f3febc2"

S = "${WORKDIR}/git"

COMPATIBLE_MACHINE = "(ls1021a)"