From: Chan Wei Sern <[email protected]> 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 <[email protected]> --- 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} \ -- 1.7.10.4 -- _______________________________________________ meta-intel mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-intel
