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:
parent
60feecd578
commit
2479cbdf78
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue