diff options
Diffstat (limited to 'recipes-kernel')
| -rw-r--r-- | recipes-kernel/linux/linux-xlnx.inc | 3 | ||||
| -rw-r--r-- | recipes-kernel/linux/linux-xlnx_4.6.bb | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/recipes-kernel/linux/linux-xlnx.inc b/recipes-kernel/linux/linux-xlnx.inc index f3beaf89..14746588 100644 --- a/recipes-kernel/linux/linux-xlnx.inc +++ b/recipes-kernel/linux/linux-xlnx.inc | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | 1 | ||
| 2 | # This version extension should match CONFIG_LOCALVERSION in defconfig | 2 | # This version extension should match CONFIG_LOCALVERSION in defconfig |
| 3 | LINUX_VERSION_EXTENSION ?= "-xilinx" | 3 | XILINX_RELEASE_VERSION ?= "" |
| 4 | LINUX_VERSION_EXTENSION ?= "-xilinx-${XILINX_RELEASE_VERSION}" | ||
| 4 | PV = "${LINUX_VERSION}${LINUX_VERSION_EXTENSION}+git${SRCPV}" | 5 | PV = "${LINUX_VERSION}${LINUX_VERSION_EXTENSION}+git${SRCPV}" |
| 5 | 6 | ||
| 6 | # Sources, by default allow for the use of SRCREV pointing to orphaned tags/commits | 7 | # Sources, by default allow for the use of SRCREV pointing to orphaned tags/commits |
diff --git a/recipes-kernel/linux/linux-xlnx_4.6.bb b/recipes-kernel/linux/linux-xlnx_4.6.bb index fdf865aa..c226f4bf 100644 --- a/recipes-kernel/linux/linux-xlnx_4.6.bb +++ b/recipes-kernel/linux/linux-xlnx_4.6.bb | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | LINUX_VERSION = "4.6" | 1 | LINUX_VERSION = "4.6" |
| 2 | # This points to xilinx-v2016.3 release tag | 2 | XILINX_RELEASE_VERSION = "v2016.3" |
| 3 | SRCREV ?="0e4e4071493171bbac37bf60709022f49171c813" | 3 | SRCREV ?="0e4e4071493171bbac37bf60709022f49171c813" |
| 4 | 4 | ||
| 5 | include linux-xlnx.inc | 5 | include linux-xlnx.inc |
