Revert "meta-digi-arm: set branch absolute path to overcome fetcher bug"

This workaround is not needed anymore as the git fetcher bug is fixed in
poky's master branch.

This reverts commit 982af63902.

https://jira.digi.com/browse/DEL-996

Signed-off-by: Javier Viguera <javier.viguera@digi.com>
This commit is contained in:
Javier Viguera 2014-03-12 12:14:22 +01:00
parent 60feecd578
commit 2479cbdf78
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ require recipes-kernel/linux/linux-dtb.inc
DEPENDS += "lzop-native bc-native"
KBRANCH_DEFAULT = "refs/heads/v3.10/master"
KBRANCH_DEFAULT = "v3.10/master"
KBRANCH = "${KBRANCH_DEFAULT}"
KBRANCH_mxs = "v3.10.y/maint"