Pelagicore / vagrant-cookbook

A repository of vagrant configuration snippets
Mozilla Public License 2.0
13 stars 33 forks source link

Scripts on yocto fail when calling other scripts #77

Closed fhajredini closed 6 years ago

fhajredini commented 6 years ago

Right now, scripts such as fetch-sources-for-recipes.sh fail to find other scripts when calling them. This is because the actual scripts can only be called from the pelux-manifests repository under yocto.groovy.

I believe the commit "Replace duplicated code with init bitbake script" should be reverted

frznlogic commented 6 years ago

@fhajredini should this issue be closed with the #78 PR?

thenor commented 6 years ago

@frznlogic Yes, I think so also. Let's await Fisnik's response.

fhajredini commented 6 years ago

This has been fixed.