All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3 v3] Meta-tlk update
@ 2012-09-05 16:56 Saul Wold
  2012-09-05 16:56 ` [PATCH 1/3] linux-yocto: Update linux-yocto for 3.2 and 3.4 Saul Wold
                   ` (3 more replies)
  0 siblings, 4 replies; 16+ messages in thread
From: Saul Wold @ 2012-09-05 16:56 UTC (permalink / raw)
  To: yocto

The following changes since commit 16a7879b98352b70e8c17181912a26212d716c87:

  meta-emenlow: rename recipes-gnome bbappends (2012-09-04 10:04:37 -0500)

are available in the git repository at:
  git://git.yoctoproject.org/poky-contrib sgw/meta-tlk
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=sgw/meta-tlk

Saul Wold (3):
  linux-yocto: Update linux-yocto for 3.2 and 3.4
  base-files: add /etc/motd with TLK info
  psplash: Add TLK info to psplash image

 .../base-files/base-files_3.0.14.bbappend          |    3 +++
 meta-tlk/recipes-core/base-files/files/motd        |    7 +++++++
 .../recipes-core/psplash/files/psplash-tlk.png     |  Bin 0 -> 42295 bytes
 meta-tlk/recipes-core/psplash/psplash_git.bbappend |   10 ++++++++++
 .../recipes-kernel/linux/linux-yocto_3.0.bbappend  |    2 ++
 .../recipes-kernel/linux/linux-yocto_3.2.bbappend  |    6 ++++++
 .../recipes-kernel/linux/linux-yocto_3.4.bbappend  |    6 ++++++
 7 files changed, 34 insertions(+), 0 deletions(-)
 create mode 100644 meta-tlk/recipes-core/base-files/base-files_3.0.14.bbappend
 create mode 100644 meta-tlk/recipes-core/base-files/files/motd
 create mode 100644 meta-tlk/recipes-core/psplash/files/psplash-tlk.png
 create mode 100644 meta-tlk/recipes-core/psplash/psplash_git.bbappend
 create mode 100644 meta-tlk/recipes-kernel/linux/linux-yocto_3.2.bbappend
 create mode 100644 meta-tlk/recipes-kernel/linux/linux-yocto_3.4.bbappend

-- 
1.7.7.6



^ permalink raw reply	[flat|nested] 16+ messages in thread
* [PATCH 1/3] linux-yocto: Update linux-yocto for 3.2 and 3.4
@ 2012-09-04 20:57 Saul Wold
  2012-09-04 20:57 ` [PATCH 3/3] psplash: Add TLK info to psplash image Saul Wold
  0 siblings, 1 reply; 16+ messages in thread
From: Saul Wold @ 2012-09-04 20:57 UTC (permalink / raw)
  To: yocto

Signed-off-by: Saul Wold <sgw@linux.intel.com>
---
 .../recipes-kernel/linux/linux-yocto_3.0.bbappend  |    2 ++
 .../recipes-kernel/linux/linux-yocto_3.2.bbappend  |    6 ++++++
 .../recipes-kernel/linux/linux-yocto_3.4.bbappend  |    6 ++++++
 3 files changed, 14 insertions(+), 0 deletions(-)
 create mode 100644 meta-tlk/recipes-kernel/linux/linux-yocto_3.2.bbappend
 create mode 100644 meta-tlk/recipes-kernel/linux/linux-yocto_3.4.bbappend

diff --git a/meta-tlk/recipes-kernel/linux/linux-yocto_3.0.bbappend b/meta-tlk/recipes-kernel/linux/linux-yocto_3.0.bbappend
index 58a6541..138cc21 100644
--- a/meta-tlk/recipes-kernel/linux/linux-yocto_3.0.bbappend
+++ b/meta-tlk/recipes-kernel/linux/linux-yocto_3.0.bbappend
@@ -2,3 +2,5 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
 
 # enable the time limited kernel configuration options
 SRC_URI += "file://time-limited-kernel.cfg"
+
+PR .= ".1"
diff --git a/meta-tlk/recipes-kernel/linux/linux-yocto_3.2.bbappend b/meta-tlk/recipes-kernel/linux/linux-yocto_3.2.bbappend
new file mode 100644
index 0000000..138cc21
--- /dev/null
+++ b/meta-tlk/recipes-kernel/linux/linux-yocto_3.2.bbappend
@@ -0,0 +1,6 @@
+FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
+
+# enable the time limited kernel configuration options
+SRC_URI += "file://time-limited-kernel.cfg"
+
+PR .= ".1"
diff --git a/meta-tlk/recipes-kernel/linux/linux-yocto_3.4.bbappend b/meta-tlk/recipes-kernel/linux/linux-yocto_3.4.bbappend
new file mode 100644
index 0000000..138cc21
--- /dev/null
+++ b/meta-tlk/recipes-kernel/linux/linux-yocto_3.4.bbappend
@@ -0,0 +1,6 @@
+FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
+
+# enable the time limited kernel configuration options
+SRC_URI += "file://time-limited-kernel.cfg"
+
+PR .= ".1"
-- 
1.7.7.6



^ permalink raw reply related	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2012-09-05 21:38 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-09-05 16:56 [PATCH 0/3 v3] Meta-tlk update Saul Wold
2012-09-05 16:56 ` [PATCH 1/3] linux-yocto: Update linux-yocto for 3.2 and 3.4 Saul Wold
2012-09-05 17:08   ` Khem Raj
2012-09-05 17:15     ` Saul Wold
2012-09-05 17:43       ` Khem Raj
2012-09-05 18:16         ` Saul Wold
2012-09-05 19:03           ` Khem Raj
2012-09-05 19:06             ` Bruce Ashfield
2012-09-05 19:23               ` Khem Raj
2012-09-05 21:38   ` Tom Zanussi
2012-09-05 16:56 ` [PATCH 2/3] base-files: add /etc/motd with TLK info Saul Wold
2012-09-05 21:38   ` Tom Zanussi
2012-09-05 16:56 ` [PATCH 3/3] psplash: Add TLK info to psplash image Saul Wold
2012-09-05 21:38   ` Tom Zanussi
2012-09-05 21:38 ` [PATCH 0/3 v3] Meta-tlk update Tom Zanussi
  -- strict thread matches above, loose matches on Subject: below --
2012-09-04 20:57 [PATCH 1/3] linux-yocto: Update linux-yocto for 3.2 and 3.4 Saul Wold
2012-09-04 20:57 ` [PATCH 3/3] psplash: Add TLK info to psplash image Saul Wold

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.