All of lore.kernel.org
 help / color / mirror / Atom feed
From: Darren Hart <dvhart@linux.intel.com>
To: "Noor, Ahsan" <noor_ahsan@mentor.com>
Cc: meta-intel@yoctoproject.org, yocto@yoctoproject.org
Subject: Re: [meta-intel][PATCH] linux-yocto: Add a patch to resolve undefined RUSAGE_SELF for perf.
Date: Mon, 07 Jan 2013 08:19:35 -0800	[thread overview]
Message-ID: <50EAF597.3030908@linux.intel.com> (raw)
In-Reply-To: <1356954965-17029-1-git-send-email-noor_ahsan@mentor.com>

On 12/31/2012 03:56 AM, Noor, Ahsan wrote:
> From: Noor Ahsan <noor_ahsan@mentor.com>

Hi Noor,

> 
> * Perf gived compilation error
>   CC builtin-sched.o
>     builtin-sched.c: In function ‘get_cpu_usage_nsec_parent’:
>   builtin-sched.c:399:16: error: storage size of ‘ru’ isn’t known
> * Added a patch from linux kernel git repo commit id
>   7b78f13603c6fcb64e020a0bbe31a651ea2b657b which include resource.h
>   file in builtin-sched.c.


Please send meta-intel patches to the meta-intel list and CC the BSP
maintainer, in this case Kishore (on Cc).

The patch below seems to basically duplicate the existing
linux-yocto_3.0.bbappend in the repository and I don't see the patch you
mention. Is this the patch you intended to send?

Thanks,

Darren

> 
> Signed-off-by: Noor Ahsan <noor_ahsan@mentor.com>
> ---
>  .../linux/linux-yocto/linux-yocto_3.0.bbappend     |   23 ++++++++++++++++++++
>  .../recipes-kernel/linux/linux-yocto_3.0.bbappend  |    8 +++++--
>  2 files changed, 29 insertions(+), 2 deletions(-)
> 
> diff --git a/meta-cedartrail/recipes-kernel/linux/linux-yocto/linux-yocto_3.0.bbappend b/meta-cedartrail/recipes-kernel/linux/linux-yocto/linux-yocto_3.0.bbappend
> new file mode 100644
> index 0000000..440cd77
> --- /dev/null
> +++ b/meta-cedartrail/recipes-kernel/linux/linux-yocto/linux-yocto_3.0.bbappend
> @@ -0,0 +1,23 @@
> +FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
> +
> +SRC_URI_cedartrail = "git://git.yoctoproject.org/linux-yocto-3.0;protocol=git;bareclone=1;branch=${KBRANCH},meta,yocto/pvr;name=machine,meta,pvr"
> +
> +SRC_URI_cedartrail-nopvr = "git://git.yoctoproject.org/linux-yocto-3.0;protocol=git;nocheckout=1;branch=${KBRANCH},meta;name=machine,meta"
> +
> +COMPATIBLE_MACHINE_cedartrail = "cedartrail"
> +KMACHINE_cedartrail  = "cedartrail"
> +KBRANCH_cedartrail  = "yocto/standard/cedartrail"
> +KERNEL_FEATURES_append_cedartrail += "bsp/cedartrail/cedartrail-pvr-merge.scc"
> +KERNEL_FEATURES_append_cedartrail += "cfg/efi-ext.scc"
> +
> +COMPATIBLE_MACHINE_cedartrail-nopvr = "cedartrail"
> +KMACHINE_cedartrail-nopvr  = "cedartrail"
> +KBRANCH_cedartrail-nopvr  = "yocto/standard/cedartrail"
> +KERNEL_FEATURES_append_cedartrail-nopvr += " cfg/smp.scc"
> +
> +SRCREV_machine_pn-linux-yocto_cedartrail ?= "${AUTOREV}"
> +SRCREV_meta_pn-linux-yocto_cedartrail ?= "${AUTOREV}"
> +SRCREV_pvr_pn-linux-yocto_cedartrail ?= "${AUTOREV}"
> +
> +SRCREV_machine_pn-linux-yocto_cedartrail-nopvr ?= "${AUTOREV}"
> +SRCREV_meta_pn-linux-yocto_cedartrail-nopvr ?= "${AUTOREV}"
> diff --git a/meta-cedartrail/recipes-kernel/linux/linux-yocto_3.0.bbappend b/meta-cedartrail/recipes-kernel/linux/linux-yocto_3.0.bbappend
> index 440cd77..6797eeb 100644
> --- a/meta-cedartrail/recipes-kernel/linux/linux-yocto_3.0.bbappend
> +++ b/meta-cedartrail/recipes-kernel/linux/linux-yocto_3.0.bbappend
> @@ -1,8 +1,12 @@
>  FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
>  
> -SRC_URI_cedartrail = "git://git.yoctoproject.org/linux-yocto-3.0;protocol=git;bareclone=1;branch=${KBRANCH},meta,yocto/pvr;name=machine,meta,pvr"
> +SRC_URI_cedartrail = "git://git.yoctoproject.org/linux-yocto-3.0;protocol=git;bareclone=1;branch=${KBRANCH},meta,yocto/pvr;name=machine,meta,pvr \
> +file://linux-yocto_3.0.bbappend \
> +"
>  
> -SRC_URI_cedartrail-nopvr = "git://git.yoctoproject.org/linux-yocto-3.0;protocol=git;nocheckout=1;branch=${KBRANCH},meta;name=machine,meta"
> +SRC_URI_cedartrail-nopvr = "git://git.yoctoproject.org/linux-yocto-3.0;protocol=git;nocheckout=1;branch=${KBRANCH},meta;name=machine,meta \
> +file://linux-yocto_3.0.bbappend \
> +"
>  
>  COMPATIBLE_MACHINE_cedartrail = "cedartrail"
>  KMACHINE_cedartrail  = "cedartrail"
> 

-- 
Darren Hart
Intel Open Source Technology Center
Yocto Project - Technical Lead - Linux Kernel


  reply	other threads:[~2013-01-07 16:19 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-12-31 11:56 [meta-intel][PATCH] linux-yocto: Add a patch to resolve undefined RUSAGE_SELF for perf Noor, Ahsan
2013-01-07 16:19 ` Darren Hart [this message]
2013-01-07 17:34   ` Bodke, Kishore K

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=50EAF597.3030908@linux.intel.com \
    --to=dvhart@linux.intel.com \
    --cc=meta-intel@yoctoproject.org \
    --cc=noor_ahsan@mentor.com \
    --cc=yocto@yoctoproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.