diff options
| author | Sipke Vriend <sipke.vriend@xilinx.com> | 2013-08-13 12:25:26 +1000 |
|---|---|---|
| committer | Sipke Vriend <sipke.vriend@xilinx.com> | 2013-08-13 12:25:26 +1000 |
| commit | 64eb8f84192b8e772e166227ea1f27e1e7cf3eb5 (patch) | |
| tree | 8f37cb66a8a5c8410f186d8f61442917f422f559 /recipes-kernel | |
| parent | 306cad6f6d0a91036ff1354d72d0194580fa3b04 (diff) | |
| download | meta-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.inc | 1 | ||||
| -rw-r--r-- | recipes-kernel/linux/linux-xlnx_3.8.bb | 2 |
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:" | |||
| 10 | FILESEXTRAPATHS_prepend := "${THISDIR}/linux-xlnx:" | 10 | FILESEXTRAPATHS_prepend := "${THISDIR}/linux-xlnx:" |
| 11 | SRC_URI = "git://github.com/Xilinx/linux-xlnx;protocol=git;nocheckout=1" | 11 | SRC_URI = "git://github.com/Xilinx/linux-xlnx;protocol=git;nocheckout=1" |
| 12 | 12 | ||
| 13 | PR = "r1" | ||
| 14 | PV = "${LINUX_VERSION}${LINUX_VERSION_EXTENSION}+git${SRCREV}" | 13 | PV = "${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 |
| 2 | include linux-xlnx.inc | 2 | include linux-xlnx.inc |
| 3 | 3 | ||
| 4 | PR = "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 |
| 5 | LINUX_VERSION = "3.8" | 7 | LINUX_VERSION = "3.8" |
| 6 | SRCREV = "6a0bedad60e2bca8d9b50bf81b9895e29e31a6d7" | 8 | SRCREV = "6a0bedad60e2bca8d9b50bf81b9895e29e31a6d7" |
