summaryrefslogtreecommitdiffstats
path: root/meta-yocto
diff options
context:
space:
mode:
authorAlexandru DAMIAN <alexandru.damian@intel.com>2014-11-27 16:45:17 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-11-27 16:50:32 +0000
commit99262b6b737f435941933681f7d720d2f908f0d6 (patch)
tree0de32cb1c43c53fc7435ed0a83e12440798579ba /meta-yocto
parent0bc03af7ee6112fa0af0608b02f715ec8495e4ff (diff)
downloadast2050-yocto-poky-99262b6b737f435941933681f7d720d2f908f0d6.zip
ast2050-yocto-poky-99262b6b737f435941933681f7d720d2f908f0d6.tar.gz
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>
Diffstat (limited to 'meta-yocto')
-rw-r--r--meta-yocto/conf/toasterconf.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-yocto/conf/toasterconf.json b/meta-yocto/conf/toasterconf.json
index fa333de..e0a07b9 100644
--- a/meta-yocto/conf/toasterconf.json
+++ b/meta-yocto/conf/toasterconf.json
@@ -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"
}
OpenPOWER on IntegriCloud