[meta-xilinx] AMP using Yocto meta-xilinx

Edward Wingate edwingate8 at gmail.com
Tue Nov 25 09:50:25 PST 2014


What is the difference between "virtual/kernel" and "linux-xlnx"?
Will they both build/make the same kernel?

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



More information about the meta-xilinx mailing list