diff options
| author | Vineeth Chowdary Karumanchi <vineethchowz.chowdary@xilinx.com> | 2017-01-19 13:34:13 +0530 |
|---|---|---|
| committer | Nathan Rossi <nathan@nathanrossi.com> | 2017-01-23 23:48:18 +1000 |
| commit | 111672f950caca731fe0545cef8cd9fe10924003 (patch) | |
| tree | 45958e10c3239762de55d3784d0311fb2efbc369 /recipes-kernel | |
| parent | 2faaadd1f671ea8b850f721dcfc178aaee9b91fb (diff) | |
| download | meta-xilinx-111672f950caca731fe0545cef8cd9fe10924003.tar.gz | |
linux-xlnx.inc: Add KERNELURI
Add KERNELURI for custom kernel url's
Signed-off-by: Vineeth Chowdary Karumanchi <vineethchowz.chowdary@xilinx.com>
Reviewed-by: Manjukumar Harthikote Matha <manjukumar.harthikote-matha@xilinx.com>
Signed-off-by: Nathan Rossi <nathan@nathanrossi.com>
Diffstat (limited to 'recipes-kernel')
| -rw-r--r-- | recipes-kernel/linux/linux-xlnx.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-kernel/linux/linux-xlnx.inc b/recipes-kernel/linux/linux-xlnx.inc index 14746588..919afc26 100644 --- a/recipes-kernel/linux/linux-xlnx.inc +++ b/recipes-kernel/linux/linux-xlnx.inc | |||
| @@ -9,8 +9,9 @@ KBRANCH ?= "" | |||
| 9 | SRCBRANCHARG = "${@['nobranch=1', 'branch=${KBRANCH}'][d.getVar('KBRANCH', True) != '']}" | 9 | SRCBRANCHARG = "${@['nobranch=1', 'branch=${KBRANCH}'][d.getVar('KBRANCH', True) != '']}" |
| 10 | 10 | ||
| 11 | FILESOVERRIDES_append = ":${LINUX_VERSION}" | 11 | FILESOVERRIDES_append = ":${LINUX_VERSION}" |
| 12 | KERNELURI ?= "git://github.com/Xilinx/linux-xlnx.git;protocol=https" | ||
| 12 | SRC_URI = " \ | 13 | SRC_URI = " \ |
| 13 | git://github.com/Xilinx/linux-xlnx.git;protocol=https;${SRCBRANCHARG} \ | 14 | ${KERNELURI};${SRCBRANCHARG} \ |
| 14 | file://xilinx-base;type=kmeta;destsuffix=xilinx-base \ | 15 | file://xilinx-base;type=kmeta;destsuffix=xilinx-base \ |
| 15 | " | 16 | " |
| 16 | 17 | ||
