Enable meta-kernel-dev support for the 3.8 kernels. Signed-off-by: Darren Hart <dvh...@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 _______________________________________________ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto