[meta-freescale] [PATCH 1/4] perf-module-qoriq: Add recipe

Daiane Angolini daiane.list at gmail.com
Fri Aug 21 12:51:48 PDT 2015


On Tue, Aug 18, 2015 at 6:46 AM, Zhenhua Luo <zhenhua.luo at freescale.com> wrote:
> The perf-module-qoriq package is QorIQ extension to perf for
> supporting non core counters.
>

It is a kernel module, isn't it?

Can you, please, follow the same instructions Otavio have shared
before regarding where to place the recipe and how to name it?

I think it was on ls-debug patch

Daiane

> Signed-off-by: Zhenhua Luo <zhenhua.luo at freescale.com>
> ---
>  .../perf-module-qoriq/perf-module-qoriq_0.8.2.bb       | 18 ++++++++++++++++++
>  1 file changed, 18 insertions(+)
>  create mode 100644 recipes-kernel/perf-module-qoriq/perf-module-qoriq_0.8.2.bb
>
> diff --git a/recipes-kernel/perf-module-qoriq/perf-module-qoriq_0.8.2.bb b/recipes-kernel/perf-module-qoriq/perf-module-qoriq_0.8.2.bb
> new file mode 100644
> index 0000000..1536708
> --- /dev/null
> +++ b/recipes-kernel/perf-module-qoriq/perf-module-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)"
> --
> 2.4.3
>
> --
> _______________________________________________
> meta-freescale mailing list
> meta-freescale at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-freescale


More information about the meta-freescale mailing list