All of lore.kernel.org
 help / color / mirror / Atom feed
* kernel source code
@ 2014-07-08  6:04 jags gediya
  2014-07-08  7:36 ` Robert Yang
  0 siblings, 1 reply; 2+ messages in thread
From: jags gediya @ 2014-07-08  6:04 UTC (permalink / raw)
  To: yocto

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.

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.


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: kernel source code
  2014-07-08  6:04 kernel source code jags gediya
@ 2014-07-08  7:36 ` Robert Yang
  0 siblings, 0 replies; 2+ messages in thread
From: Robert Yang @ 2014-07-08  7:36 UTC (permalink / raw)
  To: jags gediya, yocto



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.
>


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-07-08  7:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-08  6:04 kernel source code jags gediya
2014-07-08  7:36 ` Robert Yang

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.