All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jacob Chen <jacob-chen@iotwrt.com>
To: yocto@yoctoproject.org
Cc: Jacob Chen <jacob-chen@iotwrt.com>, eddie.cai@rock-chips.com
Subject: [meta-rockchip][PATCH 1/7] recipes-kernel: linux-rockchip: Add new recipe for 4.4
Date: Thu, 19 Jan 2017 22:04:41 +0800	[thread overview]
Message-ID: <1484834687-15746-2-git-send-email-jacob-chen@iotwrt.com> (raw)
In-Reply-To: <1484834687-15746-1-git-send-email-jacob-chen@iotwrt.com>

Rockchip 4.4 kernel is currently the latest version of the rockchip offical kernel,
will be an upstream tracking branch.
We regularly release the kernel through github.
It support all rockchip 64-bit chips and a few 32-bit chips.

Signed-off-by: Jacob Chen <jacob-chen@iotwrt.com>
---
 recipes-kernel/linux/linux-rockchip_4.4.bb | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 recipes-kernel/linux/linux-rockchip_4.4.bb

diff --git a/recipes-kernel/linux/linux-rockchip_4.4.bb b/recipes-kernel/linux/linux-rockchip_4.4.bb
new file mode 100644
index 0000000..ca3674e
--- /dev/null
+++ b/recipes-kernel/linux/linux-rockchip_4.4.bb
@@ -0,0 +1,20 @@
+# Copyright (C) 2017 Fuzhou Rockchip Electronics Co., Ltd
+# Released under the MIT license (see COPYING.MIT for the terms)
+
+require recipes-kernel/linux/linux-yocto.inc
+
+SRC_URI = "git://github.com/rockchip-linux/kernel.git;branch=release-4.4;"
+
+SRCREV = "${AUTOREV}"
+LINUX_VERSION = "4.4.41"
+# 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}"
+
+# Include only supported boards for now
+COMPATIBLE_MACHINE = "(rk3288)"
+deltask kernel_configme
+
+KBUILD_DEFCONFIG = "rockchip_linux_defconfig"
-- 
2.7.4



  reply	other threads:[~2017-01-19 14:05 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-01-19 14:04 [meta-rockchip][PATCH 0/7] introduce rockchip offical linux support to meta-rockchip Jacob Chen
2017-01-19 14:04 ` Jacob Chen [this message]
2017-01-19 14:04 ` [meta-rockchip][PATCH 2/7] machine: Add machine file for the rk3288 linux Boards Jacob Chen
2017-01-27 14:37   ` Romain Perier
2017-01-27 19:41     ` Trevor Woerner
     [not found]       ` <588ba270.4c18370a.3b01f.9247.GMRIR@mx.google.com>
2017-01-27 19:46         ` Delivery Status Notification (Failure) Trevor Woerner
2017-01-27 19:54       ` [meta-rockchip][PATCH 2/7] machine: Add machine file for the rk3288 linux Boards Khem Raj
2017-02-09  6:49       ` Jacob Chen
2017-02-09  8:20         ` Eddie Cai
2017-02-09  9:18           ` Jacob Chen
2017-02-09  9:48             ` Eddie Cai
2017-02-18 12:32           ` Jacob Chen
2017-02-03 15:48     ` jacob-chen
2017-02-03 15:52     ` Jacob Chen
2017-01-19 14:04 ` [meta-rockchip][PATCH 3/7] machine: firefly: use linux-rockchip by default Jacob Chen
2017-01-19 14:04 ` [meta-rockchip][PATCH 4/7] recipes-graphics: Add support for mali-userspace Jacob Chen
2017-01-27 14:41   ` Romain Perier
2017-01-28  1:44     ` Trevor Woerner
2017-02-09  7:23       ` Jacob Chen
2017-03-06 20:18         ` Trevor Woerner
2017-01-19 14:04 ` [meta-rockchip][PATCH 5/7] recipes-bsp: add u-boot-rockchip support Jacob Chen
2017-01-19 14:04 ` [meta-rockchip][PATCH 6/7] rk3288.inc: add some variables Jacob Chen
2017-01-27 15:01   ` Romain Perier
2017-01-27 15:02     ` Romain Perier
2017-01-27 20:24     ` Trevor Woerner
2017-01-19 14:04 ` [meta-rockchip][PATCH 7/7] rockchip-next-image: introduce image for rockchip next-dev u-boot Jacob Chen
2017-01-19 15:53 ` [meta-rockchip][PATCH 0/7] introduce rockchip offical linux support to meta-rockchip 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=1484834687-15746-2-git-send-email-jacob-chen@iotwrt.com \
    --to=jacob-chen@iotwrt.com \
    --cc=eddie.cai@rock-chips.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.