summaryrefslogtreecommitdiffstats
path: root/recipes-kernel
diff options
context:
space:
mode:
authorSipke Vriend <sipke.vriend@xilinx.com>2013-08-13 12:25:26 +1000
committerSipke Vriend <sipke.vriend@xilinx.com>2013-08-13 12:25:26 +1000
commit64eb8f84192b8e772e166227ea1f27e1e7cf3eb5 (patch)
tree8f37cb66a8a5c8410f186d8f61442917f422f559 /recipes-kernel
parent306cad6f6d0a91036ff1354d72d0194580fa3b04 (diff)
downloadmeta-xilinx-64eb8f84192b8e772e166227ea1f27e1e7cf3eb5.tar.gz
recipes-kernel:linux-xlnx Move revision to bb file.
Move the revision to the bb file for linux-xlnx so it can be updated per kernel version. Signed-off-by: Sipke Vriend <sipke.vriend@xilinx.com>
Diffstat (limited to 'recipes-kernel')
-rw-r--r--recipes-kernel/linux/linux-xlnx.inc1
-rw-r--r--recipes-kernel/linux/linux-xlnx_3.8.bb2
2 files changed, 2 insertions, 1 deletions
diff --git a/recipes-kernel/linux/linux-xlnx.inc b/recipes-kernel/linux/linux-xlnx.inc
index 0065466d..e405b379 100644
--- a/recipes-kernel/linux/linux-xlnx.inc
+++ b/recipes-kernel/linux/linux-xlnx.inc
@@ -10,7 +10,6 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
10FILESEXTRAPATHS_prepend := "${THISDIR}/linux-xlnx:" 10FILESEXTRAPATHS_prepend := "${THISDIR}/linux-xlnx:"
11SRC_URI = "git://github.com/Xilinx/linux-xlnx;protocol=git;nocheckout=1" 11SRC_URI = "git://github.com/Xilinx/linux-xlnx;protocol=git;nocheckout=1"
12 12
13PR = "r1"
14PV = "${LINUX_VERSION}${LINUX_VERSION_EXTENSION}+git${SRCREV}" 13PV = "${LINUX_VERSION}${LINUX_VERSION_EXTENSION}+git${SRCREV}"
15 14
16# Override COMPATIBLE_MACHINE to include your machine in a bbappend file. 15# Override COMPATIBLE_MACHINE to include your machine in a bbappend file.
diff --git a/recipes-kernel/linux/linux-xlnx_3.8.bb b/recipes-kernel/linux/linux-xlnx_3.8.bb
index 4c279ab1..9310cd1b 100644
--- a/recipes-kernel/linux/linux-xlnx_3.8.bb
+++ b/recipes-kernel/linux/linux-xlnx_3.8.bb
@@ -1,6 +1,8 @@
1# See include file for common information 1# See include file for common information
2include linux-xlnx.inc 2include linux-xlnx.inc
3 3
4PR = "r1"
5
4# Kernel version and SRCREV correspond to: github.com/Xilinx v14.5 tag 6# Kernel version and SRCREV correspond to: github.com/Xilinx v14.5 tag
5LINUX_VERSION = "3.8" 7LINUX_VERSION = "3.8"
6SRCREV = "6a0bedad60e2bca8d9b50bf81b9895e29e31a6d7" 8SRCREV = "6a0bedad60e2bca8d9b50bf81b9895e29e31a6d7"