[meta-xilinx] AMP using Yocto meta-xilinx
Joe MacDonald
Joe_MacDonald at mentor.com
Tue Nov 25 10:03:03 PST 2014
[Re: [meta-xilinx] AMP using Yocto meta-xilinx] On 14.11.25 (Tue 09:50) Edward Wingate wrote:
> What is the difference between "virtual/kernel" and "linux-xlnx"?
> Will they both build/make the same kernel?
Sometimes. :-)
The information you're probably needing is right here:
http://www.yoctoproject.org/docs/1.7/bitbake-user-manual/bitbake-user-manual.html#bb-bitbake-providers
-J.
>
> Thanks,
> Edward
>
>
> On Sat, Nov 22, 2014 at 11:31 AM, Mike Looijmans
> <mike.looijmans at topic.nl> wrote:
> > On 11/21/2014 07:58 PM, Elvis Dowson wrote:
> >>
> >> Hi Edward,
> >>
> >> Type the following command to clean and reconfigure the kernel:
> >>
> >> bitbake linux-xilinx -c clean -f
> >> bitbake linux-xilinx -c configure -f
> >> bitbake linux-xilinx -c menuconfig -f
> >> bitbake linux-xilinx -c compile -f
> >> bitbake linux-xilinx -c deploy -f
> >
> >
> > Use:
> >
> > bitbake virtual/kernel -c menuconfig
> >
> > Then from the menuconfig, save the configuration file to where your bitbake
> > recipe will pick it up. Otherwise, your changes will be lost the next run of
> > the kernel.
> >
> > And bitbake is smart enough to figure out the dependencies, so just running:
> >
> > bitbake virtual/kernel
> >
> > will install and deploy the new kernel after you've changed the
> > configuration. All those "-f" (force) options aren't needed, and you also
> > don't need to specify all the single steps. You can add a "-c deploy" if you
> > like.
> >
> >
> >
> > --
> > Mike Looijmans
> > --
> > _______________________________________________
> > meta-xilinx mailing list
> > meta-xilinx at yoctoproject.org
> > https://lists.yoctoproject.org/listinfo/meta-xilinx
--
-Joe MacDonald.
:wq
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 490 bytes
Desc: Digital signature
URL: <http://lists.yoctoproject.org/pipermail/meta-xilinx/attachments/20141125/f531caf0/attachment.pgp>
More information about the meta-xilinx
mailing list