cpb- / yocto-cooker

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

Wrong directory when `dir` is not defined #132

Closed Louson closed 1 year ago

Louson commented 1 year ago

If I use the layer:

   {
      "url": "git://git@github.com:rauc/meta-rauc",
      "branch": "kirkstone",
      "rev": "3796f982df039451f813ec979c431676965263f9"
    }

The directory in bblayers.conf is : ${TOPDIR}/../../layers/meta-rauc \

but the update command stores it in : layers/rauc/meta-rauc.git

pboettch commented 1 year ago

I'm sure you have, but did you call generate to update bblayers?

Louson commented 1 year ago

Sorry, I made a stupid confusion, I should have triple checked. I was a bit disturbed that the ".git" remains in the path.