[gnome-continuous] Build the kernel as a component.
- From: Owen Taylor <otaylor src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-continuous] Build the kernel as a component.
- Date: Thu, 17 Jul 2014 17:55:50 +0000 (UTC)
commit 2545c85b0dc4b246ccf9dcf7ac9fd3af2874d767
Author: Owen W. Taylor <otaylor fishsoup net>
Date: Thu Jun 19 10:56:36 2014 -0400
Build the kernel as a component.
Move building the kernel from part of the Yocto base to a component
(kernel configuration lives in a new gnome-continuous-kernel git
module.)
The advantage of this is that we can include an upstream kernel branch in
our regression testing and don't need to wait for a complete new
version of Yocto to pick up kernel changes.
https://bugzilla.gnome.org/show_bug.cgi?id=732395
manifest.json | 9 +++++++++
1 files changed, 9 insertions(+), 0 deletions(-)
---
diff --git a/manifest.json b/manifest.json
index ecba99f..ff56243 100644
--- a/manifest.json
+++ b/manifest.json
@@ -28,6 +28,7 @@
"fd-wayland": "git:git://anongit.freedesktop.org/wayland/",
"fd-telepathy": "git:git://anongit.freedesktop.org/telepathy/",
"fd-nice": "git:git://anongit.freedesktop.org/libnice/",
+ "kernel": "git:git://git.kernel.org/pub/scm/linux/kernel/git/",
"0pointer": "git:git://git.0pointer.de/",
"ibus": "git:git://github.com/ibus/",
"linuxwacom": "git:git://linuxwacom.git.sourceforge.net/gitroot/linuxwacom/",
@@ -48,6 +49,14 @@
"subdir": "patches"},
"components": [
+ {"src": "gnome:gnome-continuous-kernel",
+ "component": "minimal",
+ "child-components": [
+ {"src": "kernel:stable/linux-stable",
+ "name": "linux",
+ "branch": "linux-3.14.y"}
+ ]},
+
{"src": "gnome:gtk-doc-stub",
"component": "devel",
"noarch": true},
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]