[meta-xilinx] [PATCH] linux-xlnx.inc: Add KERNELURI
Nathan Rossi
nathan at nathanrossi.com
Thu Jan 19 23:12:10 PST 2017
On 19 January 2017 at 18:04, Vineeth Chowdary Karumanchi
<vineethchowz.chowdary at xilinx.com> wrote:
> Add KERNELURI for custom kernel url's
Could you elaborate on the reason for this change, maybe its one of
the following?
* Providing a different mirror to source the git repo
* Changing the protocol to allow for git/ssh cloning
* Pointing a a different internal-only source for the linux-xlnx repo
* Having the include more reusable for kernels that are derived from
the linux-xlnx kernel
Thanks,
Nathan
>
> Signed-off-by: Vineeth Chowdary Karumanchi <vineethchowz.chowdary at xilinx.com>
> Reviewed-by: Manjukumar Harthikote Matha <manjukumar.harthikote-matha at xilinx.com>
> ---
> recipes-kernel/linux/linux-xlnx.inc | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/recipes-kernel/linux/linux-xlnx.inc b/recipes-kernel/linux/linux-xlnx.inc
> index 1474658..dd71324 100644
> --- a/recipes-kernel/linux/linux-xlnx.inc
> +++ b/recipes-kernel/linux/linux-xlnx.inc
> @@ -9,8 +9,9 @@ KBRANCH ?= ""
> SRCBRANCHARG = "${@['nobranch=1', 'branch=${KBRANCH}'][d.getVar('KBRANCH', True) != '']}"
>
> FILESOVERRIDES_append = ":${LINUX_VERSION}"
> +KERNELURI = "git://github.com/Xilinx/linux-xlnx.git;protocol=https"
> SRC_URI = " \
> - git://github.com/Xilinx/linux-xlnx.git;protocol=https;${SRCBRANCHARG} \
> + ${KERNELURI};${SRCBRANCHARG} \
> file://xilinx-base;type=kmeta;destsuffix=xilinx-base \
> "
>
> --
> 2.7.4
>
> --
> _______________________________________________
> meta-xilinx mailing list
> meta-xilinx at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-xilinx
More information about the meta-xilinx
mailing list