[yocto] [meta-raspberrypi][PATCH 4/9] linux-raspberrypi_dev.bb: Add recipe for tracking development tip
Paul Barker
paul at paulbarker.me.uk
Thu Feb 9 00:22:48 PST 2017
On Wed, 8 Feb 2017 21:48:58 -0800
Khem Raj <raj.khem at gmail.com> wrote:
> Signed-off-by: Khem Raj <raj.khem at gmail.com>
> ---
> recipes-kernel/linux/linux-raspberrypi_dev.bb | 8 ++++++++
> 1 file changed, 8 insertions(+)
> create mode 100644 recipes-kernel/linux/linux-raspberrypi_dev.bb
>
> diff --git a/recipes-kernel/linux/linux-raspberrypi_dev.bb b/recipes-kernel/linux/linux-raspberrypi_dev.bb
> new file mode 100644
> index 0000000..9440d80
> --- /dev/null
> +++ b/recipes-kernel/linux/linux-raspberrypi_dev.bb
> @@ -0,0 +1,8 @@
> +FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-${PV}:"
> +
> +LINUX_VERSION ?= "4.9.0-rc7"
> +
> +SRCREV = "10da0c942de1830b48dfbfb5d68ec00af7ca7c43"
> +SRC_URI = "git://github.com/raspberrypi/linux.git;protocol=git;branch=rpi-4.9.y \
> +"
> +require linux-raspberrypi.inc
Can we hold off on this and target 4.10 here when it comes out in a week
or two instead of 4.9-rc7? I find it confusing to have the _dev recipe
be behind the _4.9 recipe.
More information about the yocto
mailing list