generic-poky/scripts/lib/bsp
Darren Hart 952b879de5 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>
2012-10-24 12:48:24 +01:00
..
substrate/target/arch yocto-bsp: remove 'test' options from user-config.cfg 2012-10-01 23:30:31 +01:00
__init__.py yocto-bsp-tools: add bsp library 2012-03-22 19:21:14 +00:00
engine.py yocto-bsp: set branches_base for list_property_values() 2012-10-22 12:15:55 +01:00
help.py yocto-bsp: update the help regarding the meta-intel layer 2012-09-02 05:52:15 -07:00
kernel.py yocto-bsp: Fix git url parsing, allowing for local mirrors 2012-10-24 12:48:24 +01:00
tags.py yocto-bsp: add some useful constants 2012-03-22 19:21:15 +00:00