All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andrei Gherzan <andrei@gherzan.ro>
To: paul@paulbarker.me.uk
Cc: yocto@yoctoproject.org
Subject: Re: [meta-raspberrypi][PATCH RFC 3/3] linux-raspberrypi_dev: Disable version sanity check
Date: Sat, 18 Feb 2017 20:08:50 -0800	[thread overview]
Message-ID: <20170219040850.GC6680@carbonA> (raw)
In-Reply-To: <20170218195101.29116-4-paul@paulbarker.me.uk>

[-- Attachment #1: Type: text/plain, Size: 1478 bytes --]

On Sat, Feb 18, 2017 at 07:51:01PM +0000, paul@paulbarker.me.uk wrote:
> From: Paul Barker <paul@paulbarker.me.uk>
>
> After this change, LINUX_VERSION should not need to be changed every time
> upstream bumps the kernel version.
>
> Signed-off-by: Paul Barker <paul@paulbarker.me.uk>
> ---
>  recipes-kernel/linux/linux-raspberrypi_dev.bb | 6 +++++-
>  1 file changed, 5 insertions(+), 1 deletion(-)
>
> diff --git a/recipes-kernel/linux/linux-raspberrypi_dev.bb b/recipes-kernel/linux/linux-raspberrypi_dev.bb
> index 88c164b..89ee908 100644
> --- a/recipes-kernel/linux/linux-raspberrypi_dev.bb
> +++ b/recipes-kernel/linux/linux-raspberrypi_dev.bb
> @@ -1,6 +1,6 @@
>  FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-4.9:"
>
> -LINUX_VERSION ?= "4.10.0-rc8"
> +LINUX_VERSION ?= "4.10"
>  LINUX_RPI_DEV_BRANCH ?= "rpi-4.10.y"
>
>  SRCREV = "${AUTOREV}"
> @@ -13,3 +13,7 @@ require linux-raspberrypi.inc
>  # set by default in rpi-4.8.y and later branches so we need to provide it
>  # manually. This value unused if KERNEL_IMAGETYPE is not uImage.
>  KERNEL_EXTRA_ARGS += "LOADADDR=0x00008000"
> +
> +# Disable version check so that we don't have to edit this recipe every time
> +# upstream bumps the version
> +KERNEL_VERSION_SANITY_SKIP = "1"
> --
> 2.11.0
>

This one depends on [yocto] [meta-raspberrypi][PATCH] linux-raspberrypi:
Fix uImage build on 4.9.y and later.

--
Andrei Gherzan
gpg: rsa4096/D4D94F67AD0E9640 | t: @agherzan

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 849 bytes --]

  reply	other threads:[~2017-02-19  4:08 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-02-18 19:50 [meta-raspberrypi][PATCH RFC 0/3] Use AUTOREV in linux-raspberrypi_dev paul
2017-02-18 19:50 ` [meta-raspberrypi][PATCH RFC 1/3] linux-raspberrypi_dev: Use AUTOREV paul
2017-02-18 19:51 ` [meta-raspberrypi][PATCH RFC 2/3] linux-raspberrypi_dev: Allow branch override paul
2017-02-18 19:51 ` [meta-raspberrypi][PATCH RFC 3/3] linux-raspberrypi_dev: Disable version sanity check paul
2017-02-19  4:08   ` Andrei Gherzan [this message]
2017-02-19  2:56 ` [meta-raspberrypi][PATCH RFC 0/3] Use AUTOREV in linux-raspberrypi_dev Khem Raj
2017-02-19  3:49   ` Andrei Gherzan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20170219040850.GC6680@carbonA \
    --to=andrei@gherzan.ro \
    --cc=paul@paulbarker.me.uk \
    --cc=yocto@yoctoproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.