-
I need to zero out the cvb entry there are some tips here but I'm struggling to sort it out. I made a custom layer with
But, I get this error even though my custom version of the dts file is in my
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
See suggestions in https://docs.yoctoproject.org/dev-manual/layers.html#following-best-practices-when-creating-layers and in https://docs.yoctoproject.org/ref-manual/variables.html#term-FILESEXTRAPATHS It seems you are missing |
Beta Was this translation helpful? Give feedback.
See suggestions in https://docs.yoctoproject.org/dev-manual/layers.html#following-best-practices-when-creating-layers and in https://docs.yoctoproject.org/ref-manual/variables.html#term-FILESEXTRAPATHS
It seems you are missing
FILESEXTRAPATHS:prepend
as discussed there.