diff options
Diffstat (limited to 'meta-romley/conf')
-rw-r--r-- | meta-romley/conf/machine/romley-ivb.conf | 1 | ||||
-rw-r--r-- | meta-romley/conf/machine/romley.conf | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/meta-romley/conf/machine/romley-ivb.conf b/meta-romley/conf/machine/romley-ivb.conf index f977c30..af52897 100644 --- a/meta-romley/conf/machine/romley-ivb.conf +++ b/meta-romley/conf/machine/romley-ivb.conf | |||
@@ -11,6 +11,7 @@ | |||
11 | PREFERRED_VERSION_linux-yocto ?= "3.10%" | 11 | PREFERRED_VERSION_linux-yocto ?= "3.10%" |
12 | 12 | ||
13 | require conf/machine/include/intel-corei7-64-common.inc | 13 | require conf/machine/include/intel-corei7-64-common.inc |
14 | require conf/machine/include/intel-common-pkgarch.inc | ||
14 | require conf/machine/include/meta-intel.inc | 15 | require conf/machine/include/meta-intel.inc |
15 | 16 | ||
16 | XSERVER ?= "${XSERVER_X86_BASE} \ | 17 | XSERVER ?= "${XSERVER_X86_BASE} \ |
diff --git a/meta-romley/conf/machine/romley.conf b/meta-romley/conf/machine/romley.conf index 60d2ca1..ed52a1e 100644 --- a/meta-romley/conf/machine/romley.conf +++ b/meta-romley/conf/machine/romley.conf | |||
@@ -11,6 +11,7 @@ | |||
11 | PREFERRED_VERSION_linux-yocto ?= "3.10%" | 11 | PREFERRED_VERSION_linux-yocto ?= "3.10%" |
12 | 12 | ||
13 | require conf/machine/include/intel-corei7-64-common.inc | 13 | require conf/machine/include/intel-corei7-64-common.inc |
14 | require conf/machine/include/intel-common-pkgarch.inc | ||
14 | require conf/machine/include/meta-intel.inc | 15 | require conf/machine/include/meta-intel.inc |
15 | 16 | ||
16 | XSERVER ?= "${XSERVER_X86_BASE} \ | 17 | XSERVER ?= "${XSERVER_X86_BASE} \ |