[yocto] Config fragment not being picked up

Bruce Ashfield bruce.ashfield at windriver.com
Thu Apr 11 17:42:08 PDT 2013


On 13-04-11 7:19 PM, Saridakis, Dean (US SSA) wrote:
>>> Think I've followed the example in the manual correctly. My append file is
>> pretty simple:
>>>
>>> FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}"
>>
>> It looks like you forgot the colon at the end of the path.
>> Try this:
>>    FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
>>
>> -Kevin
>
> Good eye, but afraid that didn't help (maybe the path was empty before???). I think the files are getting picked up, since fetch will fail if change the file name to force a not found error.
>

What release are you using ? I tested this just last night before the
1.4 release final RC .. so it definitely still works!

How are you determining that it isn't being picked up?

Cheers,

Bruce

>>
>>> SRC_URI += "file://can.cfg"
>>>
>>> I'm doing this in a layer on top of a yocto-based SDK.  Don't think it should
>> matter, but the underlying kernel recipe has:
>>>
>>> do_configure_prepend() {
>>>                  # copy desired defconfig so we pick it up for the real
>> kernel_do_configure
>>>                  cp ${KERNEL_DEFCONFIG} ${B}/.config }
>>>
>>> Wasn't able to make much sense of the log: lots of "DEBUG: Removing
>> manifest ..." and then some kcfonig output?
>>> Any advice/suggestions?
>>>
>>> Thanks,
>>>
>>> Dean
>
> _______________________________________________
> yocto mailing list
> yocto at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto




More information about the yocto mailing list