All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] [poky-extras] linux-yocto*3.8: Add bbappend for linux-yocto 3.8 recipes
@ 2013-04-03 22:16 Darren Hart
  2013-04-04  0:58 ` Bruce Ashfield
  0 siblings, 1 reply; 2+ messages in thread
From: Darren Hart @ 2013-04-03 22:16 UTC (permalink / raw)
  To: Yocto Project; +Cc: Darren Hart

Enable meta-kernel-dev support for the 3.8 kernels.

Signed-off-by: Darren Hart <dvhart@linux.intel.com>
---
 .../linux/linux-yocto-rt_3.8.bbappend              |   25 ++++++++++++++++++++
 .../recipes-kernel/linux/linux-yocto_3.8.bbappend  |   25 ++++++++++++++++++++
 2 files changed, 50 insertions(+), 0 deletions(-)
 create mode 100644 meta-kernel-dev/recipes-kernel/linux/linux-yocto-rt_3.8.bbappend
 create mode 100644 meta-kernel-dev/recipes-kernel/linux/linux-yocto_3.8.bbappend

diff --git a/meta-kernel-dev/recipes-kernel/linux/linux-yocto-rt_3.8.bbappend b/meta-kernel-dev/recipes-kernel/linux/linux-yocto-rt_3.8.bbappend
new file mode 100644
index 0000000..18eab0d
--- /dev/null
+++ b/meta-kernel-dev/recipes-kernel/linux/linux-yocto-rt_3.8.bbappend
@@ -0,0 +1,25 @@
+FILESEXTRAPATHS := "${THISDIR}/${PN}"
+
+COMPATIBLE_MACHINE = "${MACHINE}"
+
+# Note: put these in your local.conf to avoid multi-kernel build errors
+# PREFERRED_VERSION_linux-yocto-rt_${MACHINE} = "3.8%"
+
+# KMACHINE is the branch to build
+# KMACHINE_<MACHINE> ?= "yocto/${LINUX_KERNEL_TYPE}/${KMACHINE}"
+
+# KERNEL_FEATURES are features to be added to the kernel, and must
+# point to configurations stored on the 'meta' branch of the kernel
+# that is being built.
+# KERNEL_FEATURES ?= <FOO>
+
+# It is often nice to have a local clone of the kernel repos, to
+# allow patches to be staged, branches created, etc. Modify
+
+# KSRC_linux_yocto_3_8 to point to your local clone as appropriate.
+# KSRC_linux_yocto_3_8 ?= "/path/to/local/linux-yocto-3.8.git/"
+#SRC_URI = "git://${KSRC_linux_yocto_3_8};protocol=file;nocheckout=1;branch=${KBRANCH},meta;name=machine,meta"
+
+SRCREV_machine_${MACHINE}="${AUTOREV}"
+SRCREV_meta="${AUTOREV}"
+LOCALCOUNT = "0"
diff --git a/meta-kernel-dev/recipes-kernel/linux/linux-yocto_3.8.bbappend b/meta-kernel-dev/recipes-kernel/linux/linux-yocto_3.8.bbappend
new file mode 100644
index 0000000..9e61e33
--- /dev/null
+++ b/meta-kernel-dev/recipes-kernel/linux/linux-yocto_3.8.bbappend
@@ -0,0 +1,25 @@
+FILESEXTRAPATHS := "${THISDIR}/${PN}"
+
+COMPATIBLE_MACHINE = "${MACHINE}"
+
+# Note: put these in your local.conf to avoid multi-kernel build errors
+# PREFERRED_VERSION_linux-yocto_${MACHINE} = "3.8%"
+
+# KMACHINE is the branch to build
+# KMACHINE_<MACHINE> ?= "yocto/${LINUX_KERNEL_TYPE}/${KMACHINE}"
+
+# KERNEL_FEATURES are features to be added to the kernel, and must
+# point to configurations stored on the 'meta' branch of the kernel
+# that is being built.
+# KERNEL_FEATURES ?= <FOO>
+
+# It is often nice to have a local clone of the kernel repos, to
+# allow patches to be staged, branches created, etc. Modify
+
+# KSRC_linux_yocto_3_8 to point to your local clone as appropriate.
+# KSRC_linux_yocto_3_8 ?= "/path/to/local/linux-yocto-3.8.git/"
+# SRC_URI = "git://${KSRC_linux_yocto_3_8};protocol=file;nocheckout=1;branch=${KBRANCH},meta;name=machine,meta"
+
+SRCREV_machine_${MACHINE}="${AUTOREV}"
+SRCREV_meta="${AUTOREV}"
+LOCALCOUNT = "0"
-- 
1.7.5.4



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

end of thread, other threads:[~2013-04-04  0:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-03 22:16 [PATCH] [poky-extras] linux-yocto*3.8: Add bbappend for linux-yocto 3.8 recipes Darren Hart
2013-04-04  0:58 ` Bruce Ashfield

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.