[yocto] [meta-raspberrypi][PATCH V3 04/11] linux-raspberrypi_dev.bb: Add recipe for tracking development tip

Paul Barker paul at paulbarker.me.uk
Thu Feb 16 00:02:36 PST 2017


On Sun, 12 Feb 2017 16:29:40 -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..f186ac0
> --- /dev/null
> +++ b/recipes-kernel/linux/linux-raspberrypi_dev.bb
> @@ -0,0 +1,8 @@
> +FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}-${PV}:"
> +
> +LINUX_VERSION ?= "4.10.0-rc7"
> +
> +SRCREV = "28439f3b9b1de5c3b5ccf04fc359730fc8cd0646"
> +SRC_URI = "git://github.com/raspberrypi/linux.git;protocol=git;branch=rpi-4.10.y \
> +"
> +require linux-raspberrypi.inc

It looks like this commit hash is already gone, I can't find it in a
fresh clone of the repository. Does it make sense to use ${AUTOREV}
here as this is a recipe for tracking the in-development kernel
version?



More information about the yocto mailing list