[yocto] [PATCH 1/3] linux-yocto: Update linux-yocto for 3.2 and 3.4

Khem Raj raj.khem at gmail.com
Wed Sep 5 10:08:08 PDT 2012


On Wed, Sep 5, 2012 at 9:56 AM, Saul Wold <sgw at linux.intel.com> wrote:
> Signed-off-by: Saul Wold <sgw at 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"

what will this option do ?



More information about the yocto mailing list