On 08/04/2014 16:43, "Barros Pena, Belen" <[email protected]> wrote:
>With the <code> tag nested inside the <li> tag. That should solve the >spacing problem. > >>The branch is here: dreyna/uri_paths_5996 >>I simulated a SSTATE_MIRRORS value with this example from the Yocto >>documentation page: >> SSTATE_MIRRORS = "\ >> file://.* http://someserver.tld/share/sstate/PATH \n \ >> file://.* file:///some/local/dir/sstate/PATH" > >I will set and test this. I set the SSTATE_MIRRORS variable as above and ran a build. The value of the SSTATE_MIRRORS variable as reported by Toaster is: file://.* http://someserver.tld/share/sstate/PATH \n file://.* file:///some/local/dir/sstate/PATH However, the URIs searched information shows me only the value of SSTATE_DIR, and the second line of the SSTATE_MIRRORS value. Like so: /home/yocto/poky/build/sstate file:///some/local/dir/sstate/PATH I might be wrong, but I was expecting to see: /home/yocto/poky/build/sstate http://someserver.tld/share/sstate/PATH file:///some/local/dir/sstate/PATH Am I wrong here? Cheers Belén > -- _______________________________________________ toaster mailing list [email protected] https://lists.yoctoproject.org/listinfo/toaster
