meta-freescale/recipes-kernel/kernel-modules/kernel-module-scatter-gather_git.bb
Tom Hochstein d75c8159b3 layer: Use github for QorIQ source
The NXP repos are moving to github.

Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
2023-02-08 14:32:39 -07:00

13 lines
362 B
BlitzBasic

SUMMARY = "Scatter-gather logic for multiple tables"
LICENSE = "GPL-2.0-or-later"
LIC_FILES_CHKSUM = "file://COPYING;md5=e9605a22ea50467bd2bfe4cdd66e69ae"
inherit module
SRC_URI = "git://github.com/nxp-qoriq-yocto-sdk/scatter-gather;branch=nxp/master"
SRCREV = "97db173d08a70abe2b9a6fa928299a117f3febc2"
S = "${WORKDIR}/git"
COMPATIBLE_MACHINE = "(ls1021a)"