All of lore.kernel.org
 help / color / mirror / Atom feed
From: Darren Hart <dvhart@linux.intel.com>
To: chinmaya hoshing <cahoshing@gmail.com>
Cc: poky@yoctoproject.org
Subject: Re: Getting error in linux-yocto kernel during build.
Date: Mon, 26 Sep 2011 21:40:40 -0700	[thread overview]
Message-ID: <4E8153C8.4010705@linux.intel.com> (raw)
In-Reply-To: <CAMTw45Di1_n0N_bOno6_tms0DMpUovWPJ-CbKPiFaptXoE3B8A@mail.gmail.com>



On 09/20/2011 02:51 AM, chinmaya hoshing wrote:
> Hi ,
> 
> I have set up a git server for linux-yocto. 

Did you do a --bare clone?

> 
> Following is my recipe  :

Is there a reason you are recreating the entire recipe instead of just
adding a layer which only makes the necessary changes in a bbappend file?

> require linux-yocto.inc
> 
> KMACHINE = "yocto/standard/base"
> KMACHINE_qemux86  = "yocto/standard/common-pc/base"
> KMACHINE_qemux86-64  = "yocto/standard/common-pc-64/base"
> KMACHINE_qemuppc  = "yocto/standard/qemu-ppc32"
> KMACHINE_qemumips = "yocto/standard/mti-malta32-be"
> KMACHINE_qemuarm  = "yocto/standard/arm-versatile-926ejs"
> KMACHINE_atom-pc  = "yocto/standard/common-pc/atom-pc"
> KMACHINE_routerstationpro = "yocto/standard/routerstationpro"
> KMACHINE_mpc8315e-rdb = "yocto/standard/fsl-mpc8315e-rdb"
> KMACHINE_beagleboard = "yocto/standard/beagleboard"
> KMACHINE_fishriver = "yocto/standard/fishriver"
> 
> KBRANCH = ${KMACHINE}
> KMETA = meta
> 
> LINUX_VERSION ?= "3.0"
> LINUX_VERSION_EXTENSION ?= "-yocto-${LINUX_KERNEL_TYPE}"
> PR = "r0"
> #PV = "${LINUX_VERSION}+git${SRCPV}"
> #SRCREV_FORMAT = "meta_machine"
> 
> SRC_URI =
> "git://xxx.xxx.xxx.xx/linux-yocto-3.0.git;protocol=git;nocheckout=1;branch=$%7BKBRANCH%7D,meta;name=machine,meta" 
>            
> COMPATIBLE_MACHINE =
> "(qemuarm|qemux86|qemuppc|qemumips|qemux86-64|mpc8315e-rdb|routerstationpro|beagleboard)"
> 
> # Functionality flags
> KERNEL_REVISION_CHECKING ?= "t" 
> KERNEL_FEATURES="features/netfilter"
> KERNEL_FEATURES_append_qemux86=" cfg/sound"
> KERNEL_FEATURES_append_qemux86-64=" cfg/sound"
> 
> YOCTO_KERNEL_META_DATA=t
> 
> # Temporary fix for oprofile and latencytop on qemux86-64
> KERNEL_FEATURES_append_qemux86-64=" features/profiling"
> KERNEL_FEATURES_append_qemux86-64=" features/latencytop"
> 
> # extra tasks
> addtask kernel_link_vmlinux after do_compile before do_install
> addtask validate_branches before do_patch after do_kernel_checkout
> addtask kernel_configcheck after do_configure before do_compile
> 
> require linux-tools.inc
> 
> 
>  
> But still I am getting the same result as before . My previous git
> commits in poky source are flashed out , also the only recipe remains in
>  meta/recipe-kernel/ is linux .
> 
> 
> Regards
> C Hoshing

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


  parent reply	other threads:[~2011-09-27  4:40 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-09-16 12:38 Getting error in linux-yocto kernel during build chinmaya hoshing
2011-09-16 14:24 ` Bruce Ashfield
2011-09-16 14:35   ` Bruce Ashfield
2011-09-16 15:06     ` Richard Purdie
2011-09-16 15:11       ` Bruce Ashfield
2011-09-16 15:22       ` Gary Thomas
2011-09-20  9:51         ` chinmaya hoshing
2011-09-20 13:54           ` Bruce Ashfield
2011-09-21  4:49             ` chinmaya hoshing
2011-09-21 12:30               ` Bruce Ashfield
2011-09-21 14:03                 ` chinmaya hoshing
2011-09-21 16:10                   ` Bruce Ashfield
2011-09-22  8:39                     ` chinmaya hoshing
2011-09-22 14:50                       ` Bruce Ashfield
2011-09-27  4:40           ` Darren Hart [this message]
2011-09-27  4:28 ` Darren Hart
2011-10-03  4:54   ` chinmaya hoshing
2011-10-03 15:39     ` Darren Hart

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=4E8153C8.4010705@linux.intel.com \
    --to=dvhart@linux.intel.com \
    --cc=cahoshing@gmail.com \
    --cc=poky@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.