summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2017-07-25 14:00:34 -0700
committerSaul Wold <sgw@linux.intel.com>2017-07-31 09:00:58 -0700
commit3dfbb5cd08acf4300a4336177e0a8f511a460b01 (patch)
tree81819787672fc16147c03a8dc2bf385945f254e5
parent03e589efedb03515d3bfe4542e257b1acc83445d (diff)
downloadmeta-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>
-rw-r--r--conf/machine/include/intel-common-pkgarch.inc1
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}"
8PACKAGE_ARCH_pn-linux-yocto-tiny = "${INTEL_COMMON_PACKAGE_ARCH}" 8PACKAGE_ARCH_pn-linux-yocto-tiny = "${INTEL_COMMON_PACKAGE_ARCH}"
9PACKAGE_ARCH_pn-linux-yocto-dev = "${INTEL_COMMON_PACKAGE_ARCH}" 9PACKAGE_ARCH_pn-linux-yocto-dev = "${INTEL_COMMON_PACKAGE_ARCH}"
10PACKAGE_ARCH_pn-intel-microcode = "${INTEL_COMMON_PACKAGE_ARCH}" 10PACKAGE_ARCH_pn-intel-microcode = "${INTEL_COMMON_PACKAGE_ARCH}"
11PACKAGE_ARCH_pn-iwlwifi = "${INTEL_COMMON_PACKAGE_ARCH}"
11PACKAGE_EXTRA_ARCHS_append += "${INTEL_COMMON_PACKAGE_ARCH}" 12PACKAGE_EXTRA_ARCHS_append += "${INTEL_COMMON_PACKAGE_ARCH}"
12MACHINEOVERRIDES =. "${INTEL_COMMON_PACKAGE_ARCH}:" 13MACHINEOVERRIDES =. "${INTEL_COMMON_PACKAGE_ARCH}:"