[meta-intel] [PATCH 16/21] meta-romley: remove using of intel-common-pkgarch.inc

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


As 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>
>
> Removed using of intel-common-pkgarch.inc in romley.conf
> romley-ivb.conf. As we would like to have control over
> preferred linux-yocto version for machine specific build.
>
> Added PREFERRED_PROVIDER to it as well.
>
> Signed-off-by: Chan Wei Sern <wei.sern.chan at intel.com>
> ---
>   meta-romley/conf/machine/romley-ivb.conf |    3 +--
>   meta-romley/conf/machine/romley.conf     |    3 +--
>   2 files changed, 2 insertions(+), 4 deletions(-)
>
> diff --git a/meta-romley/conf/machine/romley-ivb.conf b/meta-romley/conf/machine/romley-ivb.conf
> index af52897..32b1f6d 100644
> --- a/meta-romley/conf/machine/romley-ivb.conf
> +++ b/meta-romley/conf/machine/romley-ivb.conf
> @@ -7,11 +7,10 @@
>   #@DESCRIPTION: Machine configuration for Romley systems
>   # i.e. Xeon E5-2600 and E5-2400 + Intel CC604/C602-J
>   
> -
> +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/intel-common-pkgarch.inc
>   require conf/machine/include/meta-intel.inc
>   
>   XSERVER ?= "${XSERVER_X86_BASE} \
> diff --git a/meta-romley/conf/machine/romley.conf b/meta-romley/conf/machine/romley.conf
> index ed52a1e..6455e9e 100644
> --- a/meta-romley/conf/machine/romley.conf
> +++ b/meta-romley/conf/machine/romley.conf
> @@ -7,11 +7,10 @@
>   #@DESCRIPTION: Machine configuration for Romley systems
>   # i.e. Xeon E5-2600 and E5-2400 + Intel CC604/C602-J
>   
> -
> +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/intel-common-pkgarch.inc
>   require conf/machine/include/meta-intel.inc
>   
>   XSERVER ?= "${XSERVER_X86_BASE} \



More information about the meta-intel mailing list