From: Andrei Gherzan <andrei@gherzan.ro>
To: Khem Raj <raj.khem@gmail.com>
Cc: yocto@yoctoproject.org
Subject: Re: [meta-raspberrypi][PATCH 20/23] linux-raspberrypi: Add recipe for 4.4 release
Date: Thu, 10 Mar 2016 15:17:59 +0100 [thread overview]
Message-ID: <20160310141759.GC20329@resin> (raw)
In-Reply-To: <f53bfb635f959e264525a04901a33ce73ae0b3db.1456586389.git.raj.khem@gmail.com>
On Sat, Feb 27, 2016 at 03:26:59PM +0000, Khem Raj wrote:
> Make it default kernel as well
>
> Signed-off-by: Khem Raj <raj.khem@gmail.com>
> ---
> conf/machine/include/rpi-default-versions.inc | 2 +-
> recipes-kernel/linux/linux-raspberrypi_4.4.bb | 6 ++++++
> 2 files changed, 7 insertions(+), 1 deletion(-)
> create mode 100644 recipes-kernel/linux/linux-raspberrypi_4.4.bb
>
> diff --git a/conf/machine/include/rpi-default-versions.inc b/conf/machine/include/rpi-default-versions.inc
> index c879dde..e65a4ae 100644
> --- a/conf/machine/include/rpi-default-versions.inc
> +++ b/conf/machine/include/rpi-default-versions.inc
> @@ -1,3 +1,3 @@
> # RaspberryPi BSP default versions
>
> -PREFERRED_VERSION_linux-raspberrypi ?= "4.1.%"
> +PREFERRED_VERSION_linux-raspberrypi ?= "4.4.%"
4.4 branch is not yet default branch in upstream so I will not yet set it.
> diff --git a/recipes-kernel/linux/linux-raspberrypi_4.4.bb b/recipes-kernel/linux/linux-raspberrypi_4.4.bb
> new file mode 100644
> index 0000000..47084e4
> --- /dev/null
> +++ b/recipes-kernel/linux/linux-raspberrypi_4.4.bb
> @@ -0,0 +1,6 @@
> +LINUX_VERSION ?= "4.4.1"
> +
> +SRCREV = "52d3149aba3c684db1b6c739ca794dc330d92929"
> +SRC_URI = "git://github.com/raspberrypi/linux.git;protocol=git;branch=rpi-4.4.y"
> +
> +require linux-raspberrypi.inc
> --
> 1.9.1
>
> --
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto
--
Andrei Gherzan
next prev parent reply other threads:[~2016-03-10 14:18 UTC|newest]
Thread overview: 36+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-02-27 15:26 [meta-raspberrypi][PATCH 00/23] Kernel/userland upgrade wayland support and clang fixes Khem Raj
2016-02-27 15:26 ` [meta-raspberrypi][PATCH 01/23] userland: Upgrade to latest git master Khem Raj
2016-02-27 15:26 ` [meta-raspberrypi][PATCH 02/23] userland: Fix build with clang compiler Khem Raj
2016-02-27 15:26 ` [meta-raspberrypi][PATCH 03/23] userland: Add wayland support Khem Raj
2016-02-27 15:26 ` [meta-raspberrypi][PATCH 04/23] weston: Enable rpi compositor backend Khem Raj
2016-02-27 15:26 ` [meta-raspberrypi][PATCH 05/23] rpi-gpio: Upgrade to 0.6.1 and fix build with clang Khem Raj
2016-02-27 15:26 ` [meta-raspberrypi][PATCH 06/23] eglinfo-x11, eglinfo-fb: Add EGLINFO_DEVICE via bbappends Khem Raj
2016-02-27 15:26 ` [meta-raspberrypi][PATCH 07/23] python-rtimu: Fix build with musl Khem Raj
2016-02-29 21:21 ` Andrei Gherzan
2016-02-27 15:26 ` [meta-raspberrypi][PATCH 08/23] wiringPi: " Khem Raj
2016-02-29 21:20 ` Andrei Gherzan
2016-02-27 15:26 ` [meta-raspberrypi][PATCH 09/23] Delete rpc flushing of thread in glEGLImageTargetTexture2DOES Khem Raj
2016-02-27 15:26 ` [meta-raspberrypi][PATCH 10/23] rpio: Include sys/types.h for caddr_t Khem Raj
2016-02-29 21:21 ` Andrei Gherzan
2016-02-27 15:26 ` [meta-raspberrypi][PATCH 11/23] userland: Define PROJECT_APIVER and rprovide libgles2 libgl Khem Raj
2016-02-27 15:26 ` [meta-raspberrypi][PATCH 12/23] userland: Add wayland to deps if in DISTRO_FEATURES Khem Raj
2016-02-27 15:26 ` [meta-raspberrypi][PATCH 13/23] userland: Fix build race with wayland support Khem Raj
2016-02-27 15:26 ` [meta-raspberrypi][PATCH 14/23] gstreamer1.0-omx: Add raspberry pi optimization patches and config options Khem Raj
2016-02-27 15:26 ` [meta-raspberrypi][PATCH 15/23] weston: Specify egl and compositor options for rpi Khem Raj
2016-02-27 15:26 ` [meta-raspberrypi][PATCH 16/23] gstreamer1.0-omx: Backports and fixes for smooth video playback Khem Raj
2016-02-27 15:26 ` [meta-raspberrypi][PATCH 17/23] linux-raspberrypi: Upgrade 4.1 kernel to 4.1.17 Khem Raj
2016-02-29 21:18 ` Andrei Gherzan
2016-02-27 15:26 ` [meta-raspberrypi][PATCH 18/23] firmware: Upgrade to latest stable 20160209 Khem Raj
2016-03-10 14:10 ` Andrei Gherzan
2016-02-27 15:26 ` [meta-raspberrypi][PATCH 19/23] rpi-config: Upgrade to tip of tree to get GPU_MEM_1024 Khem Raj
2016-02-29 21:19 ` Andrei Gherzan
2016-02-27 15:26 ` [meta-raspberrypi][PATCH 20/23] linux-raspberrypi: Add recipe for 4.4 release Khem Raj
2016-03-10 14:17 ` Andrei Gherzan [this message]
2016-02-27 15:27 ` [meta-raspberrypi][PATCH 21/23] userland: Upgrade to latest Khem Raj
2016-02-27 15:27 ` [meta-raspberrypi][PATCH 22/23] linux-raspberrypi: Upgrade 4.4.1 -> 4.4.2 Khem Raj
2016-02-27 15:27 ` [meta-raspberrypi][PATCH 23/23] userland: Drop extern inline patches Khem Raj
2016-03-02 14:21 ` [meta-raspberrypi][PATCH 00/23] Kernel/userland upgrade wayland support and clang fixes Khem Raj
2016-03-02 15:47 ` Andrei Gherzan
2016-03-02 16:34 ` Khem Raj
2016-03-09 23:51 ` Khem Raj
2016-03-10 14:20 ` 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=20160310141759.GC20329@resin \
--to=andrei@gherzan.ro \
--cc=raj.khem@gmail.com \
--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.