[meta-freescale] ][PATCH 22/31] qoriq-perf: add recipe

Zhenhua Luo zhenhua.luo at freescale.com
Wed Aug 12 07:42:33 PDT 2015


Signed-off-by: Zhenhua Luo <zhenhua.luo at freescale.com>
---
 recipes-kernel/qoriq-perf/qoriq-perf_0.8.2.bb | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 recipes-kernel/qoriq-perf/qoriq-perf_0.8.2.bb

diff --git a/recipes-kernel/qoriq-perf/qoriq-perf_0.8.2.bb b/recipes-kernel/qoriq-perf/qoriq-perf_0.8.2.bb
new file mode 100644
index 0000000..1536708
--- /dev/null
+++ b/recipes-kernel/qoriq-perf/qoriq-perf_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)"
-- 
2.4.3



More information about the meta-freescale mailing list