diff options
author | Saul Wold <sgw@linux.intel.com> | 2017-07-25 14:00:34 -0700 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2017-07-31 09:00:58 -0700 |
commit | 3dfbb5cd08acf4300a4336177e0a8f511a460b01 (patch) | |
tree | 81819787672fc16147c03a8dc2bf385945f254e5 /conf/machine/include | |
parent | 03e589efedb03515d3bfe4542e257b1acc83445d (diff) | |
download | meta-intel-3dfbb5cd08acf4300a4336177e0a8f511a460b01.tar.gz |
intel-common-pkgarch: Add out of tree modules
Since we want to support the out of tree modules for wifi and ethernet
we need to also have them as common for all machines in the common arch.
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'conf/machine/include')
-rw-r--r-- | conf/machine/include/intel-common-pkgarch.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/machine/include/intel-common-pkgarch.inc b/conf/machine/include/intel-common-pkgarch.inc index b4ccdd35..16903857 100644 --- a/conf/machine/include/intel-common-pkgarch.inc +++ b/conf/machine/include/intel-common-pkgarch.inc | |||
@@ -8,5 +8,6 @@ PACKAGE_ARCH_pn-linux-yocto-rt = "${INTEL_COMMON_PACKAGE_ARCH}" | |||
8 | PACKAGE_ARCH_pn-linux-yocto-tiny = "${INTEL_COMMON_PACKAGE_ARCH}" | 8 | PACKAGE_ARCH_pn-linux-yocto-tiny = "${INTEL_COMMON_PACKAGE_ARCH}" |
9 | PACKAGE_ARCH_pn-linux-yocto-dev = "${INTEL_COMMON_PACKAGE_ARCH}" | 9 | PACKAGE_ARCH_pn-linux-yocto-dev = "${INTEL_COMMON_PACKAGE_ARCH}" |
10 | PACKAGE_ARCH_pn-intel-microcode = "${INTEL_COMMON_PACKAGE_ARCH}" | 10 | PACKAGE_ARCH_pn-intel-microcode = "${INTEL_COMMON_PACKAGE_ARCH}" |
11 | PACKAGE_ARCH_pn-iwlwifi = "${INTEL_COMMON_PACKAGE_ARCH}" | ||
11 | PACKAGE_EXTRA_ARCHS_append += "${INTEL_COMMON_PACKAGE_ARCH}" | 12 | PACKAGE_EXTRA_ARCHS_append += "${INTEL_COMMON_PACKAGE_ARCH}" |
12 | MACHINEOVERRIDES =. "${INTEL_COMMON_PACKAGE_ARCH}:" | 13 | MACHINEOVERRIDES =. "${INTEL_COMMON_PACKAGE_ARCH}:" |