aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-xlnx_3.14.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-kernel/linux/linux-xlnx_3.14.bb')
-rw-r--r--recipes-kernel/linux/linux-xlnx_3.14.bb8
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes-kernel/linux/linux-xlnx_3.14.bb b/recipes-kernel/linux/linux-xlnx_3.14.bb
index da3e51e4..d30f5816 100644
--- a/recipes-kernel/linux/linux-xlnx_3.14.bb
+++ b/recipes-kernel/linux/linux-xlnx_3.14.bb
@@ -1,6 +1,6 @@
-include linux-xlnx.inc
-
# Kernel version and SRCREV correspond to: xlnx_3.14 branch
-KBRANCH = "xlnx_3.14"
LINUX_VERSION = "3.14"
-SRCREV = "2b48a8aeea7367359f9eebe55c4a09a05227f32b"
+KBRANCH ?= "xlnx_3.14"
+SRCREV ?= "2b48a8aeea7367359f9eebe55c4a09a05227f32b"
+
+include linux-xlnx.inc