From: Zhenhua Luo Date: Mon, 24 Aug 2015 03:31:36 +0000 (+0800) Subject: kernel-module-perf-qoriq: Add recipe X-Git-Tag: 2.1~371 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=68851771e6a1cf43fb4ec7f6c00bae19db27bf93;p=meta-freescale.git kernel-module-perf-qoriq: Add recipe The kernel-module-perf-qoriq package is QorIQ extension to perf for supporting non core counters. Signed-off-by: Zhenhua Luo Signed-off-by: Otavio Salvador --- diff --git a/recipes-kernel/kernel-modules/kernel-module-perf-qoriq_0.8.2.bb b/recipes-kernel/kernel-modules/kernel-module-perf-qoriq_0.8.2.bb new file mode 100644 index 00000000..15367082 --- /dev/null +++ b/recipes-kernel/kernel-modules/kernel-module-perf-qoriq_0.8.2.bb @@ -0,0 +1,18 @@ +DESCRIPTION = "QorIQ extension to Perf for supporting non core counters" +LICENSE = "GPLv2+" +LIC_FILES_CHKSUM = "file://COPYING;md5=e29234dd5d40dc352cc60cc0c93437ba" + +SRC_URI = "git://git.freescale.com/ppc/sdk/qoriq-perf.git;branch=master" +SRCREV = "7beb3783edac66bab00c85d99a7b073f569af7fd" + +S = "${WORKDIR}/git" + +inherit module autotools-brokensep qoriq_build_64bit_kernel + +PROCESSOR_REV ?= "B4860_R1" +EXTRA_OECONF += "--with-linux=${STAGING_KERNEL_DIR} \ + --with-processor=${PROCESSOR_REV}" + +EXTRA_OEMAKE += 'SYSROOT="${D}"' + +COMPATIBLE_MACHINE = "(b4860qds)"