From 2479cbdf784db0d206e7422f466e7cfc26bb4ea1 Mon Sep 17 00:00:00 2001 From: Javier Viguera Date: Wed, 12 Mar 2014 12:14:22 +0100 Subject: [PATCH] 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 982af6390208078cc5263ef24ac988f1eaeacfe9. https://jira.digi.com/browse/DEL-996 Signed-off-by: Javier Viguera --- meta-digi-arm/recipes-kernel/linux/linux-dey_3.10.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-digi-arm/recipes-kernel/linux/linux-dey_3.10.bb b/meta-digi-arm/recipes-kernel/linux/linux-dey_3.10.bb index 08b72eeeb..63cff7457 100644 --- a/meta-digi-arm/recipes-kernel/linux/linux-dey_3.10.bb +++ b/meta-digi-arm/recipes-kernel/linux/linux-dey_3.10.bb @@ -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"