aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-extended/odp/odp-counters_git.bb
blob: c8f132088c35d0141735ad0df92833ba777ee05f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
require odp.inc

inherit module

do_compile:prepend () {
    export KERNEL_PATH="${STAGING_KERNEL_DIR}"
    export KERNEL_CFG_PATH="${STAGING_KERNEL_BUILDDIR}"
    cd ${S}/test/debug/perf_counters
}

do_install () {
    install -d ${D}${nonarch_base_libdir}/modules/${KERNEL_VERSION}/odp
    install -m 755 ${S}/test/debug/perf_counters/odpfsl_perfcounters.ko ${D}${nonarch_base_libdir}/modules/${KERNEL_VERSION}/odp
}