diff options
author | Darren Hart <dvhart@linux.intel.com> | 2012-10-18 14:23:23 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-10-24 12:48:24 +0100 |
commit | 952b879de5ffdb04a706fc4e2824696b25c4bf11 (patch) | |
tree | a384e8e7892eaa6e6878a1c16931f45f5203b442 /scripts/create-lsb-image | |
parent | a3d5e9e6b7729319c518dcaf25bbe0643bfb25db (diff) | |
download | poky-952b879de5ffdb04a706fc4e2824696b25c4bf11.tar.gz |
yocto-bsp: Fix git url parsing, allowing for local mirrors
The git URLs used in bitbake recipes are not compatible directly with git. In
bitbake-speak, all git URLs start with git:// and the protocol is optionally
specified in the SRC_URI. Local git mirrors are specified like so:
git:///path/to/local/mirror.git;protocol=file
The URL that git requires would be:
file:///path/to/local/mirror.git
Update the yocto-bsp kernel.py to make the necessary adjustment when parsing
the SRC_URI to extract the git URL.
(From meta-yocto rev: 30506f51cc95f0994cf54144295832e931d15f61)
Signed-off-by: Darren Hart <dvhart@linux.intel.com>
CC: Tom Zanussi <tom.zanussi@intel.com>
CC: evadeflow@gmail.com
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/create-lsb-image')
0 files changed, 0 insertions, 0 deletions