From: Robert Yang <liezhi.yang@windriver.com>
To: jags gediya <jags.gediya@gmail.com>, <yocto@yoctoproject.org>
Subject: Re: kernel source code
Date: Tue, 8 Jul 2014 15:36:11 +0800 [thread overview]
Message-ID: <53BB9F6B.8040801@windriver.com> (raw)
In-Reply-To: <CAP3RZoj3A7EmMB_xeif8PVWUygTrNfFfJAj+XwcjN-hGpJzGyg@mail.gmail.com>
On 07/08/2014 02:04 PM, jags gediya wrote:
> I have run below command
>
> bitbake -c fetchall core-image-minimal
>
> It has created downloads directory and packages source codes are
> there inside, but i am not able to find the kernel and u-boot source code.
By default, the kernel-source code is:
<builddir>/downloads/git2/git.yoctoproject.org.linux-yocto-3.14.git
And the u-boot is:
<builddir>/downloads/git2/git.denx.de.u-boot.git
You can check the SRC_URI in the recipe to figure out the source type, they will
be in DL_DIR if tarball, and DL_DIR/git2 if git, the similar to svn (DL_DIR/svn)
and others.
Usually, the "bitbake -e <recipe> >recipe.py" then look at recipe.py helps.
// Robert
>
> I have build core-image-minimal without internet connectivity, and kernel and
> u-boot have also built properly. I am not getting from where it is taking
> the source code for kernel and u-boot.
>
> I am building yocto sdk for imx6l evolution kit and i have checked out
> daisy branch.
>
> Please suggest where can be the source code for kernel and u-boot
> before build but after running fetchall command.
>
prev parent reply other threads:[~2014-07-08 7:36 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-07-08 6:04 kernel source code jags gediya
2014-07-08 7:36 ` Robert Yang [this message]
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=53BB9F6B.8040801@windriver.com \
--to=liezhi.yang@windriver.com \
--cc=jags.gediya@gmail.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.