1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-04-20 19:53:43 +00:00

qmss-lld-test: Add explicit dependency on uio-module-drv

Test code uses uio driver for mapping peripheral registers and hence
the addition of dependency.

Signed-off-by: Sam Nelson <sam.nelson@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
This commit is contained in:
Sam Nelson
2016-03-16 23:30:13 +00:00
committed by Denys Dmytriyenko
parent 3b4a735d5f
commit 9ba41bd6cf

View File

@@ -1,6 +1,6 @@
DESCRIPTION = "TI QMSS low level driver unit test and example binaries"
DEPENDS="common-csl-ip rm-lld cppi-lld qmss-lld cmem"
DEPENDS="common-csl-ip rm-lld cppi-lld qmss-lld cmem uio-module-drv"
include qmss-lld.inc