All of lore.kernel.org
 help / color / mirror / Atom feed
From: Eddie Cai <eddie.cai.linux@gmail.com>
To: romain.perier@gmail.com, twoerner@gmail.com
Cc: yocto@yoctoproject.org
Subject: [meta-rockchip][morty][PATH 3/3] recipes-kernel: linux: Add mainline kernel
Date: Wed,  8 Feb 2017 22:38:19 +0800	[thread overview]
Message-ID: <1486564699-6001-4-git-send-email-eddie.cai.linux@gmail.com> (raw)
In-Reply-To: <1486564699-6001-1-git-send-email-eddie.cai.linux@gmail.com>

Add mainline kervel support. Now the version is 4.10.-rc7.

Signed-off-by: Eddie Cai <eddie.cai.linux@gmail.com>
---
 recipes-kernel/linux/linux_4.10.bb | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
 create mode 100644 recipes-kernel/linux/linux_4.10.bb

diff --git a/recipes-kernel/linux/linux_4.10.bb b/recipes-kernel/linux/linux_4.10.bb
new file mode 100644
index 0000000..7abdc56
--- /dev/null
+++ b/recipes-kernel/linux/linux_4.10.bb
@@ -0,0 +1,18 @@
+# Copyright (C) 2017 Eddie Cai
+# Released under the MIT license (see COPYING.MIT for the terms)
+
+require recipes-kernel/linux/linux-yocto.inc
+
+SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git"
+
+SRCREV = "${AUTOREV}"
+LINUX_VERSION = "4.10"
+# Override local version in order to use the one generated by linux build system
+# And not "yocto-standard"
+LINUX_VERSION_EXTENSION = ""
+PR = "r1"
+PV = "${LINUX_VERSION}-rc7"
+
+# Include only supported boards for now
+COMPATIBLE_MACHINE = "(radxarock|marsboard-rk3066|rk3288)"
+deltask kernel_configme
-- 
2.7.4



  parent reply	other threads:[~2017-02-08 14:41 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-02-08 14:38 [meta-rockchip][morty][PATH 0/3] add main line kernel support Eddie Cai
2017-02-08 14:38 ` [meta-rockchip][morty][PATH 1/3] machine: Use cortexa17hf-neon-vfpv4 as default tune for rk3288.inc Eddie Cai
2017-02-13 16:59   ` Romain Perier
2017-02-08 14:38 ` [meta-rockchip][morty][PATH 2/3] machine: Use SOC specific assignements Eddie Cai
2017-02-13 17:02   ` Romain Perier
2017-02-14  1:22     ` Eddie Cai
2017-02-08 14:38 ` Eddie Cai [this message]
2017-02-13 17:05   ` [meta-rockchip][morty][PATH 3/3] recipes-kernel: linux: Add mainline kernel Romain Perier
2017-02-14  5:46     ` Eddie Cai

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=1486564699-6001-4-git-send-email-eddie.cai.linux@gmail.com \
    --to=eddie.cai.linux@gmail.com \
    --cc=romain.perier@gmail.com \
    --cc=twoerner@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.