[yocto] [PATCH] [poky-extras] linux-yocto*3.8: Add bbappend for linux-yocto 3.8 recipes

Bruce Ashfield bruce.ashfield at windriver.com
Wed Apr 3 17:58:27 PDT 2013


On 13-04-03 6:16 PM, Darren Hart wrote:
> Enable meta-kernel-dev support for the 3.8 kernels.

Acked-by: Bruce Ashfield <bruce.ashfield at windriver.com>

I have something similar local to my machine that I hadn't gotten
around to pushing out.

Cheers,

Bruce

>
> Signed-off-by: Darren Hart<dvhart at 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"




More information about the yocto mailing list