[meta-xilinx] [PATCH] linux-xlnx-dev: Enable version extension override

Nathan Rossi nathan at nathanrossi.com
Wed Nov 4 17:02:11 PST 2015


On Thu, Nov 5, 2015 at 10:04 AM, Manjukumar Harthikote Matha
<manjukumar.harthikote-matha at xilinx.com> wrote:
> This was required for testing purpose. In general, my assumption is that
> local.conf should be able to override recipe parameters

I can see now how it might be useful to override, for
testing/customization purposes. Although best not to assume that all
variables can be overridden in local.conf via normal set operations
(you will most likely need to use _*/_force overrides on most recipes
internal variables).

However I have applied this patch.

Thanks,
Nathan

>
> Thanks
> Manju
>
>
>
> On 11/04/2015 03:48 PM, Nathan Rossi wrote:
>>
>> On Thu, Nov 5, 2015 at 8:10 AM, Manjukumar Matha
>> <manjukumar.harthikote-matha at xilinx.com> wrote:
>>>
>>> This commit enables override of linux version extension in the
>>> linux-xlnx-dev recipe.
>>
>>
>> Just curious, what is the particular use case/reason for needing to
>> override the version extension?
>>
>> Regards,
>> Nathan
>>
>>>
>>> Signed-off-by: Manjukumar Matha <manjukumar.harthikote-matha at xilinx.com>
>>> ---
>>>   recipes-kernel/linux/linux-xlnx-dev.bb | 2 +-
>>>   1 file changed, 1 insertion(+), 1 deletion(-)
>>>
>>> diff --git a/recipes-kernel/linux/linux-xlnx-dev.bb
>>> b/recipes-kernel/linux/linux-xlnx-dev.bb
>>> index c729ee9..917e9f2 100644
>>> --- a/recipes-kernel/linux/linux-xlnx-dev.bb
>>> +++ b/recipes-kernel/linux/linux-xlnx-dev.bb
>>> @@ -14,7 +14,7 @@ python () {
>>>   }
>>>
>>>   LINUX_VERSION ?= "4.0+"
>>> -LINUX_VERSION_EXTENSION = "-xilinx-dev"
>>> +LINUX_VERSION_EXTENSION ?= "-xilinx-dev"
>>>   PV = "${LINUX_VERSION}${LINUX_VERSION_EXTENSION}+git${SRCPV}"
>>>
>>>   include linux-xlnx.inc
>>> --
>>> 2.1.4
>>>
>>> --
>>> _______________________________________________
>>> meta-xilinx mailing list
>>> meta-xilinx at yoctoproject.org
>>> https://lists.yoctoproject.org/listinfo/meta-xilinx



More information about the meta-xilinx mailing list