aboutsummaryrefslogtreecommitdiffstats
path: root/meta-rcar-gen3-adas/recipes-bsp/utest-apps/utest-cam-imr-drm.bb
blob: 4c6be5bc563a982f30585988de0a67bbf128b1f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
SUMMARY = "Unit test for VIN-IMR-DRM camera capture pipe"
LICENSE = "CLOSED"

inherit cmake

S = "${WORKDIR}/utest-cam-imr-drm"

SRC_URI = " \
    file://utest-cam-imr-drm.tar.gz \
    file://0001-utest-utest-common.c-Check-return-value-of-write.patch \
"

DEPENDS = " \
    libspnav \
    libdrm \
    gstreamer1.0-plugins-base \
    mmngr-user-module \
    mmngrbuf-user-module \
"

do_install() {
    install -d ${D}${bindir}
    install -m 755 ${S}/../build/utest/utest-cam-imr-drm ${D}${bindir}
}

EXTRA_OECMAKE += " -DCMAKE_SYSROOT=${STAGING_DIR_TARGET} "