[meta-xilinx] [PATCH 1/5] linux-xlnx-dev: Skip version sanity check and update version

Manjukumar Harthikote Matha manjukumar.harthikote-matha at xilinx.com
Fri Mar 24 17:50:16 PDT 2017



> -----Original Message-----
> From: meta-xilinx-bounces at yoctoproject.org [mailto:meta-xilinx-
> bounces at yoctoproject.org] On Behalf Of Nathan Rossi
> Sent: Friday, March 24, 2017 4:48 PM
> To: meta-xilinx at lists.yoctoproject.org
> Subject: [meta-xilinx] [PATCH 1/5] linux-xlnx-dev: Skip version sanity check and
> update version
>
> Skip the kernel version sanity checking, in the same way that
> linux-yocto-dev does. Also update the version number and fall back
> commit id.
>
ACK

> Signed-off-by: Nathan Rossi <nathan at nathanrossi.com>
> ---
>  recipes-kernel/linux/linux-xlnx-dev.bb | 7 +++++--
>  1 file changed, 5 insertions(+), 2 deletions(-)
>
> diff --git a/recipes-kernel/linux/linux-xlnx-dev.bb b/recipes-kernel/linux/linux-xlnx-
> dev.bb
> index 27dfd39e74..acb9938ff3 100644
> --- a/recipes-kernel/linux/linux-xlnx-dev.bb
> +++ b/recipes-kernel/linux/linux-xlnx-dev.bb
> @@ -6,9 +6,12 @@
>  KBRANCH ?= "master"
>
>  # Use the SRCREV for the last tagged revision of linux-xlnx.
> -SRCREV ?= '${@oe.utils.conditional("PREFERRED_PROVIDER_virtual/kernel", "linux-
> xlnx-dev", "${AUTOREV}", "629041605b93343ad2e8971ceaac3edcef0b043b", d)}'
> +SRCREV ?= '${@oe.utils.conditional("PREFERRED_PROVIDER_virtual/kernel", "linux-
> xlnx-dev", "${AUTOREV}", "84fb0cc65aae5970471cbc54b0c89009b9b904af", d)}'
>
> -LINUX_VERSION ?= "4.6+"
> +# skip version sanity, because the version moves with AUTOREV
> +KERNEL_VERSION_SANITY_SKIP = "1"
> +
> +LINUX_VERSION ?= "4.9+"
>  LINUX_VERSION_EXTENSION ?= "-xilinx-dev"
>
>  include linux-xlnx.inc
> --
> 2.11.0
>
> --
> _______________________________________________
> meta-xilinx mailing list
> meta-xilinx at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-xilinx


This email and any attachments are intended for the sole use of the named recipient(s) and contain(s) confidential information that may be proprietary, privileged or copyrighted under applicable law. If you are not the intended recipient, do not read, copy, or forward this email message or any attachments. Delete this email message and any attachments immediately.




More information about the meta-xilinx mailing list