[meta-intel] [PATCH 07/21] meta-mohonpeak: provide machine configuration for mohonpeak

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


On 5/7/2014 5:19 PM, wei.sern.chan at intel.com wrote:
> From: Chan Wei Sern <wei.sern.chan at intel.com>
>
> Create new machines named 'mohonpeak32' and 'mohonpeak64'
> for this platform.
>
> Signed-off-by: Chan Wei Sern <wei.sern.chan at intel.com>
> Signed-off-by: Ong Boon Leong <boon.leong.ong at intel.com>
> ---
>   .../meta-mohonpeak/conf/machine/mohonpeak32.conf   |   21 ++++++++++++++++++++
>   .../meta-mohonpeak/conf/machine/mohonpeak64.conf   |   21 ++++++++++++++++++++
>   2 files changed, 42 insertions(+)
>   create mode 100644 meta-isg/meta-mohonpeak/conf/machine/mohonpeak32.conf
>   create mode 100644 meta-isg/meta-mohonpeak/conf/machine/mohonpeak64.conf
>
> diff --git a/meta-isg/meta-mohonpeak/conf/machine/mohonpeak32.conf b/meta-isg/meta-mohonpeak/conf/machine/mohonpeak32.conf
> new file mode 100644
> index 0000000..c7bebba
> --- /dev/null
> +++ b/meta-isg/meta-mohonpeak/conf/machine/mohonpeak32.conf
> @@ -0,0 +1,21 @@
> +#@TYPE: Machine
> +#@NAME: mohonpeak 32bit
> +
> +#@DESCRIPTION: Machine configuration for Mohon Peak systems
> +
> +PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto"
> +PREFERRED_VERSION_linux-yocto ?= "3.10%"
Why are you not using the latest v3.14 kernel here?

Nitin

> +
> +require conf/machine/include/intel-core2-32-common.inc
> +require conf/machine/include/meta-intel.inc
> +
> +XSERVER ?= "${XSERVER_X86_BASE} \
> +	   ${XSERVER_X86_EXT} \
> +	   ${XSERVER_X86_ASPEED_AST} \
> +           "
> +
> +MACHINE_FEATURES += "pcbios efi"
> +
> +SYSLINUX_OPTS = "serial 1 115200"
> +SERIAL_CONSOLE = "115200 ttyS1"
> +APPEND += "console=ttyS1,115200 console=tty1"
> diff --git a/meta-isg/meta-mohonpeak/conf/machine/mohonpeak64.conf b/meta-isg/meta-mohonpeak/conf/machine/mohonpeak64.conf
> new file mode 100644
> index 0000000..5dc96e8
> --- /dev/null
> +++ b/meta-isg/meta-mohonpeak/conf/machine/mohonpeak64.conf
> @@ -0,0 +1,21 @@
> +#@TYPE: Machine
> +#@NAME: mohonpeak 64 bit
> +
> +#@DESCRIPTION: Machine configuration for Mohon Peak systems
> +
> +PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto"
> +PREFERRED_VERSION_linux-yocto ?= "3.10%"
> +
> +require conf/machine/include/intel-corei7-64-common.inc
> +require conf/machine/include/meta-intel.inc
> +
> +XSERVER ?= "${XSERVER_X86_BASE} \
> +	   ${XSERVER_X86_EXT} \
> +	   ${XSERVER_X86_ASPEED_AST} \
> +	"
> +
> +MACHINE_FEATURES += "pcbios efi"
> +
> +SYSLINUX_OPTS = "serial 1 115200"
> +SERIAL_CONSOLE = "115200 ttyS1"
> +APPEND += "console=ttyS1,115200 console=tty1"



More information about the meta-intel mailing list