meta-digi/meta-digi-arm/recipes-kernel/linux
Javier Viguera 982af63902 meta-digi-arm: set branch absolute path to overcome fetcher bug
bitbake git's fetcher uses 'ls-remote' to get the branch revision to
checkout. If the repository has two branches ending equally the 'git
ls-remote' just picks the first one regardless of that being the correct
one.

In our case we were bitten by this bug because our git repo has:

...sha1-revision...  refs/heads/android/v3.10/master
...sha1-revision...  refs/heads/v3.10/master

and the fetcher was using the android branch instead of linux's
v3.10/master.

A patch has been sent upstream but while that gets applied to Dora
maintenance branch the workaround here is to set the absolute path in
the kernel's bitbake recipe.

Signed-off-by: Javier Viguera <javier.viguera@digi.com>
2014-02-24 12:33:58 +01:00
..
linux-dey-2.6.35.14 meta-digi-arm: disable camera 2 on MX5 as it conflicts with VGA 2013-12-02 18:12:44 +01:00
linux-dey-3.10 meta-digi-arm: prepare linux v3.10 for ccimx6adpt 2014-02-21 14:33:52 +01:00
linux-dey.inc meta-digi-arm: sync kernel recipes with meta-fsl-arm's 2014-01-15 14:27:57 +01:00
linux-dey_2.6.35.14.bb meta-digi-arm: sync kernel recipes with meta-fsl-arm's 2014-01-15 14:27:57 +01:00
linux-dey_3.10.bb meta-digi-arm: set branch absolute path to overcome fetcher bug 2014-02-24 12:33:58 +01:00