[yocto] [PATCH 1/3] fri2: Add linux-yocto-tiny_3.4 support

Tom Zanussi tom.zanussi at intel.com
Wed Oct 24 13:01:25 PDT 2012


On Tue, 2012-10-23 at 21:31 -0700, Darren Hart wrote:
> Add support for the tiny KTYPE via a liunx-yocto-tiny bbappend
> for the 3.4 kernel. With this kernel, DISTRO="poky-tiny" can be
> used with the fri2 and fri2-noemgd machines.
> 
> Signed-off-by: Darren Hart <dvhart at linux.intel.com>

Acked-by: Tom Zanussi <tom.zanussi at intel.com>

> ---
>  .../linux/linux-yocto-tiny_3.4.bbappend            |   14 ++++++++++++++
>  1 files changed, 14 insertions(+), 0 deletions(-)
>  create mode 100644 meta-fri2/recipes-kernel/linux/linux-yocto-tiny_3.4.bbappend
> 
> diff --git a/meta-fri2/recipes-kernel/linux/linux-yocto-tiny_3.4.bbappend b/meta-fri2/recipes-kernel/linux/linux-yocto-tiny_3.4.bbappend
> new file mode 100644
> index 0000000..bc96859
> --- /dev/null
> +++ b/meta-fri2/recipes-kernel/linux/linux-yocto-tiny_3.4.bbappend
> @@ -0,0 +1,14 @@
> +FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
> +
> +COMPATIBLE_MACHINE_fri2 = "fri2"
> +KMACHINE_fri2 = "fri2"
> +KBRANCH_fri2 = "standard/tiny/base"
> +#SRCREV_machine_pn-linux-yocto-tiny_fri2 ?= "449f7f520350700858f21a5554b81cc8ad23267d"
> +SRCREV_meta_pn-linux-yocto-tiny_fri2 ?= "2ec32d511b62d44b63e8560a9b1d6895a5dac695"
> +
> +
> +COMPATIBLE_MACHINE_fri2-noemgd = "fri2-noemgd"
> +KMACHINE_fri2-noemgd = "fri2"
> +KBRANCH_fri2-noemgd = "standard/tiny/base"
> +#SRCREV_machine_pn-linux-yocto-tiny_fri2-noemgd ?= "449f7f520350700858f21a5554b81cc8ad23267d"
> +SRCREV_meta_pn-linux-yocto-tiny_fri2-noemgd ?= "2ec32d511b62d44b63e8560a9b1d6895a5dac695"





More information about the yocto mailing list