diff options
| -rw-r--r-- | recipes-kernel/kernel-modules/kernel-module-perf-qoriq_0.8.2.bb | 18 |
1 files changed, 18 insertions, 0 deletions
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 000000000..153670823 --- /dev/null +++ b/recipes-kernel/kernel-modules/kernel-module-perf-qoriq_0.8.2.bb | |||
| @@ -0,0 +1,18 @@ | |||
| 1 | DESCRIPTION = "QorIQ extension to Perf for supporting non core counters" | ||
| 2 | LICENSE = "GPLv2+" | ||
| 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=e29234dd5d40dc352cc60cc0c93437ba" | ||
| 4 | |||
| 5 | SRC_URI = "git://git.freescale.com/ppc/sdk/qoriq-perf.git;branch=master" | ||
| 6 | SRCREV = "7beb3783edac66bab00c85d99a7b073f569af7fd" | ||
| 7 | |||
| 8 | S = "${WORKDIR}/git" | ||
| 9 | |||
| 10 | inherit module autotools-brokensep qoriq_build_64bit_kernel | ||
| 11 | |||
| 12 | PROCESSOR_REV ?= "B4860_R1" | ||
| 13 | EXTRA_OECONF += "--with-linux=${STAGING_KERNEL_DIR} \ | ||
| 14 | --with-processor=${PROCESSOR_REV}" | ||
| 15 | |||
| 16 | EXTRA_OEMAKE += 'SYSROOT="${D}"' | ||
| 17 | |||
| 18 | COMPATIBLE_MACHINE = "(b4860qds)" | ||
