[meta-xilinx] Linux/FreeRTOS AMP vrings
Nathan Rossi
nathan at nathanrossi.com
Tue Sep 1 01:35:36 PDT 2015
On Tue, Sep 1, 2015 at 2:31 AM, Edward Wingate <edwingate8 at gmail.com> wrote:
> On Mon, Aug 31, 2015 at 4:35 AM, Nathan Rossi <nathan at nathanrossi.com> wrote:
>> The linux-xlnx 3.19 recipe is only on master at the moment. I have yet
>> to finish validating it. If you would like it back-ported to the fido
>> branch please let me know.
>
> I would like it back-ported to fido when the 3.19 recipe is validated. Thanks.
>
>> Don't forget you can always use the linux-xlnx-dev recipe to test
>> newer kernels which do not yet have recipes.
>
> Until the 3.19 recipe is backported, I tried using linux-xlnx-dev
> recipe as you suggested by setting these in my machine conf:
> PREFERRED_PROVIDER_virtual/kernel = "linux-xlnx-dev"
> PREFERRED_VERSION_linux-xlnx-dev = "3.19%"
>
> but still get that 3.14 is the only version available.
> If I remove PREFERRED_VERSION_linux-xlnx-dev, it builds 3.14.
>
> What am I missing?
You will need to set the SRCREV for the linux-xlnx-dev package to pick
something other than head of master. You will note that the version
number you see is actually "3.14+-xilinx-dev..." note the '+', this is
just a placeholder value because its not quite so easy to get the
actual version number during the recipe parsing stage.
So if you want the linux-xlnx_3.19 equivalent use commit id
"3f30b3337af61f1ed98f7185e37c6bf9202b3204". And set the SRCREV in your
local.conf like so:
SRCREV_pn-linux-xlnx-dev = "3f30b3337af61f1ed98f7185e37c6bf9202b3204"
Also there is no need to set the PREFERRED_VERSION_linux-xlnx-dev, as
there is only ever one version of the recipe.
Regards,
Nathan
More information about the meta-xilinx
mailing list