mirror of
https://git.yoctoproject.org/poky
synced 2026-03-19 13:49:41 +01:00
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:
committed by
Richard Purdie
parent
0bc03af7ee
commit
99262b6b73
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user