toasterconf: fix localpath values

The toasterconf.json file listed wrong local path values
for meta-yocto and meta-yocto-bsp. This patch fixes the values.

(From meta-yocto rev: ffbb53656090590348bd9f70a6158d17adf0b30d)

Signed-off-by: Alexandru DAMIAN <alexandru.damian@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Alexandru DAMIAN 2014-11-27 16:45:17 +00:00 committed by Richard Purdie
parent 0bc03af7ee
commit 99262b6b73
1 changed files with 2 additions and 2 deletions

View File

@ -15,13 +15,13 @@
},
{
"name": "meta-yocto",
"local_path": "meta",
"local_path": "meta-yocto",
"vcs_url": "remote:origin",
"dirpath": "meta-yocto"
},
{
"name": "meta-yocto-bsp",
"local_path": "meta",
"local_path": "meta-yocto-bsp",
"vcs_url": "remote:origin",
"dirpath": "meta-yocto-bsp"
}