From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f174.google.com (mail-wi0-f174.google.com [209.85.212.174]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 08267E01848 for ; Thu, 14 Nov 2013 07:17:48 -0800 (PST) Received: by mail-wi0-f174.google.com with SMTP id hi5so1894817wib.1 for ; Thu, 14 Nov 2013 07:17:47 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type; bh=3ec5a7XHHqJcoWl+9uQyxwivT2e4PLJdIFntsgfbJPM=; b=PEmthdrn9Po82bKpnre0fGCD5aNrBHyaXBzYuUAQCX5BpAxIbadVkoXA8ThFRjsfuM JPw6a1fCiJWi/P3wJjJPNTSZHHN6D9LktAdud2ngTbEYoJEjW8Sy7r0gDooQ5u09Yp65 S6gRkc0RHncwOajlcORMJGBrEMYdlT+RvxvEKXhg5vgaw6uNy3DtFRLXbhtAKm7CZxbT 1bvOJKuwKidxJ3ep/d2JGFtXzYOQZnkSuOcrqx6ucZCj4tgwPfWUpOP8zU2d/msbD99z AEsP+2tnF4ndOQqMt9ZaQOyGQqkwlP22t2Mv8bodDbCxkWU30Sa1B5ELKcdMcCFnJz8h DXoA== X-Gm-Message-State: ALoCoQnBxTCGaknV6GliOiLu/C77kXaMvQPwOVmraw9bno2PDcAmAbMEpiEhLZIRXllT+4tjMzVC X-Received: by 10.180.11.37 with SMTP id n5mr3251171wib.25.1384442267496; Thu, 14 Nov 2013 07:17:47 -0800 (PST) MIME-Version: 1.0 Received: by 10.217.91.202 with HTTP; Thu, 14 Nov 2013 07:17:27 -0800 (PST) X-Originating-IP: [89.121.200.106] In-Reply-To: References: <1384359566-32315-1-git-send-email-andrei@gherzan.ro> <1384359566-32315-3-git-send-email-andrei@gherzan.ro> From: Andrei Gherzan Date: Thu, 14 Nov 2013 17:17:27 +0200 Message-ID: To: Yocto Project Subject: Re: [meta-raspberrypi][PATCH V2 3/6] linux-raspberrypi: Add version 3.10.18 and 3.12.0 X-BeenThere: yocto@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Discussion of all things Yocto Project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Nov 2013 15:17:49 -0000 Content-Type: multipart/alternative; boundary=001a11c25b4891155804eb249571 --001a11c25b4891155804eb249571 Content-Type: text/plain; charset=ISO-8859-1 On Wed, Nov 13, 2013 at 6:26 PM, Andrei Gherzan wrote: > > > > On Wed, Nov 13, 2013 at 6:19 PM, Andrei Gherzan wrote: > >> Change-Id: Idd59fed4f2ab975c50b3727e436b4a0caeb0ab16 >> Signed-off-by: Andrei Gherzan >> --- >> recipes-kernel/linux/linux-raspberrypi_3.10.18.bb | 4 ++++ >> recipes-kernel/linux/linux-raspberrypi_3.12.0.bb | 4 ++++ >> 2 files changed, 8 insertions(+) >> create mode 100644 recipes-kernel/linux/linux-raspberrypi_3.10.18.bb >> create mode 100644 recipes-kernel/linux/linux-raspberrypi_3.12.0.bb >> >> diff --git a/recipes-kernel/linux/linux-raspberrypi_3.10.18.bbb/recipes-kernel/linux/ >> linux-raspberrypi_3.10.18.bb >> new file mode 100644 >> index 0000000..399a978 >> --- /dev/null >> +++ b/recipes-kernel/linux/linux-raspberrypi_3.10.18.bb >> @@ -0,0 +1,4 @@ >> +SRCREV = "ae937f99fee8a37f2ddd7270f6bcc0e497e8c903" >> +SRC_URI = "git:// >> github.com/raspberrypi/linux.git;protocol=git;branch=rpi-3.10.y" >> + >> +require linux-raspberrypi.inc >> diff --git a/recipes-kernel/linux/linux-raspberrypi_3.12.0.bbb/recipes-kernel/linux/ >> linux-raspberrypi_3.12.0.bb >> new file mode 100644 >> index 0000000..25877fe >> --- /dev/null >> +++ b/recipes-kernel/linux/linux-raspberrypi_3.12.0.bb >> @@ -0,0 +1,4 @@ >> +SRCREV = "839f349b6ed2a63a2bff0b5f0d718a7b07ca2316" >> +SRC_URI = "git:// >> github.com/raspberrypi/linux.git;protocol=git;branch=rpi-3.12.y" >> + >> +require linux-raspberrypi.inc >> -- >> 1.8.1.4 >> >> > Added a new patchset which adds file://sl030raspberrypii2ckernel.patch to > these kernel versions too: https://review.gherzan.ro:8443/#/c/14/ > > ag > Merged. ag --001a11c25b4891155804eb249571 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable



On Wed, Nov 13, 2013 at 6:26 PM, Andrei Gherzan &= lt;andrei@gherzan.ro= > wrote:



On Wed, Nov 13, 2013 at 6:19 PM, Andrei = Gherzan <andrei@gherzan.ro> wrote:
Change-Id: Idd59fed4f2ab975c50b3727e436b4a0caeb0ab16
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
---
=A0recipes-kernel/linux/linux-raspberrypi_3.10.18.bb | 4 ++++
=A0recipes-kernel/linux/linux-raspberrypi_3.12.0.bb =A0| 4 ++++
=A02 files changed, 8 insertions(+)
=A0create mode 100644 recipes-kernel/linux/linux-raspberrypi_3.10.18.bb
=A0create mode 100644 recipes-kernel/linux/linux-raspberrypi_3.12.0.bb

diff --git a/recipes-kernel/linux/linux-raspberrypi_3.10.18.bb b/recipes-kernel/= linux/lin= ux-raspberrypi_3.10.18.bb
new file mode 100644
index 0000000..399a978
--- /dev/null
+++ b/recipes-kernel/linux/linux-raspberrypi_3.10.18.bb
@@ -0,0 +1,4 @@
+SRCREV =3D "ae937f99fee8a37f2ddd7270f6bcc0e497e8c903"
+SRC_URI =3D "git://github.com/raspberry= pi/linux.git;protocol=3Dgit;branch=3Drpi-3.10.y"
+
+require linux-raspberrypi.inc
diff --git a/recipes-kernel/linux/linux-raspberrypi_3.12.0.bb b/recipes-kernel/li= nux/linux-= raspberrypi_3.12.0.bb
new file mode 100644
index 0000000..25877fe
--- /dev/null
+++ b/recipes-kernel/linux/linux-raspberrypi_3.12.0.bb
@@ -0,0 +1,4 @@
+SRCREV =3D "839f349b6ed2a63a2bff0b5f0d718a7b07ca2316"
+SRC_URI =3D "git://github.com/raspberry= pi/linux.git;protocol=3Dgit;branch=3Drpi-3.12.y"
+
+require linux-raspberrypi.inc
--
1.8.1.4


Added a new patchset which= adds=A0file://sl030raspberrypii2ckernel.patch to these kernel versions too= :=A0ht= tps://review.gherzan.ro:8443/#/c/14/

ag

Merged.

ag
--001a11c25b4891155804eb249571--