cpb- / yocto-cooker

Meta buildtool for Yocto Project based Linux embedded systems
GNU General Public License v2.0
43 stars 22 forks source link

BUG: Bad path in variable TEMPLATE_CONF in class PokyDistro #134

Closed ever3001 closed 1 year ago

ever3001 commented 1 year ago

I've been trying to use the latest version of poky (>= 4.1 Langdale) and I noticed that there is a bad path in the variable TEMPLATE_CONF in the class PokyDistro that causes an error.

https://github.com/cpb-/yocto-cooker/blob/06105f4b8c97305c2760b0af006bdd05676e4bf1/cooker/cooker.py#L352

The new versions of poky uses meta-poky/conf/templates/default instead of meta-poky/conf as the path for the template (Change in commit c472d9ba9e970ad4c9bacf7851fcf6245fd03c40)

This is causing an error and preventing me from using the new version of poky.

I'm currently working on a solution for this. I'll keep you updated on the progress, and I'll let you know as soon as I have a fix.