[meta-intel] [PATCH 18/21] meta-romley: Add linux-yocto_3.10 support

Kamble, Nitin A nitin.a.kamble at intel.com
Thu May 8 14:18:16 PDT 2014


Same comment as on the last commit.

Nitin

On 5/7/2014 5:19 PM, wei.sern.chan at intel.com wrote:
> From: Chan Wei Sern <wei.sern.chan at intel.com>
>
> Add linux-yocto_3.10 support on Intel Romley
> platform. KBRANCH is pointing to "standard/base" with
> SRCREV_machine and SRCREV_meta point to 3.10.38.
> Update LINUX_VERSION to reflect the 3.10.38 changes.
>
> Signed-off-by: Chan Wei Sern <wei.sern.chan at intel.com>
> ---
>   .../recipes-kernel/linux/linux-yocto_3.10.bbappend |   25 ++++++++++++++++++++
>   1 file changed, 25 insertions(+)
>   create mode 100644 meta-romley/recipes-kernel/linux/linux-yocto_3.10.bbappend
>
> diff --git a/meta-romley/recipes-kernel/linux/linux-yocto_3.10.bbappend b/meta-romley/recipes-kernel/linux/linux-yocto_3.10.bbappend
> new file mode 100644
> index 0000000..c9fa530
> --- /dev/null
> +++ b/meta-romley/recipes-kernel/linux/linux-yocto_3.10.bbappend
> @@ -0,0 +1,25 @@
> +FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
> +
> +#############################
> +# MACHINE = romley #
> +#############################
> +COMPATIBLE_MACHINE_romley = "romley"
> +KMACHINE_romley  = "romley"
> +KBRANCH_romley  = "standard/base"
> +
> +SRCREV_machine_romley ?= "02f7e63e56c061617957388c23bd5cf9b05c5388"
> +SRCREV_meta_romley ?= "617c6158c3d5b931f0d6131e0b0a7b374c792599"
> +
> +#############################
> +# MACHINE = romley-ivb #
> +#############################
> +COMPATIBLE_MACHINE_romley-ivb = "romley-ivb"
> +KMACHINE_romley-ivb  = "romley"
> +KBRANCH_romley-ivb  = "standard/base"
> +
> +SRCREV_machine_romley-ivb ?= "02f7e63e56c061617957388c23bd5cf9b05c5388"
> +SRCREV_meta_romley-ivb ?= "617c6158c3d5b931f0d6131e0b0a7b374c792599"
> +
> +LINUX_VERSION = "3.10.38"
> +
> +module_autoload_uio = "uio"



More information about the meta-intel mailing list