[meta-intel] [PATCH 5/5] linux-intel: refactor and remove iwlwifi modules for out of tree enablement

2017-07-27 Thread Saul Wold
Create a linux-intel.inc that is shared between standard and rt kernel for the common bits. By removing these modules here, we can then build and install the out of tree modules from the backport-iwlwifi tree. Move the Autoloading to the kernel module also Signed-off-by: Saul Wold

[meta-intel] [PATCH 0/5] Add iwlwifi Backport driver to meta-intel

2017-07-27 Thread Saul Wold
This patch set adds the iwlwifi backport driver to be used with the meta-intel/linux-intel kernel. Sau! California Sullivan (1): iwlwifi_git.bb: run make_scripts earlier Priyalee Kushwaha (1): iwlwifi: include iwlwifi OOT driver in meta-intel layer. Saul Wold (3): iwlwifi: Clean-up and

[meta-intel] [PATCH 4/5] intel-common-pkgarch: Add out of tree modules

2017-07-27 Thread Saul Wold
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 --- conf/machine/include/intel-common-pkgarch.inc | 1 + 1 file changed, 1 insertion(+) diff --git

[meta-intel] [PATCH 1/5] iwlwifi: include iwlwifi OOT driver in meta-intel layer.

2017-07-27 Thread Saul Wold
From: Priyalee Kushwaha iwlwifi driver is built as OOT driver and replaces driver built in kernel. Signed-off-by: Kushwaha, Priyalee Signed-off-by: Saul Wold --- common/recipes-kernel/iwlwifi/iwlwifi/iwlwifi.conf

[meta-intel] [PATCH 2/5] iwlwifi: Clean-up and use module_install

2017-07-27 Thread Saul Wold
Use the MODULES_INSTALL_TARGET to correctly set the make target for install, also use AUTOLOAD for ensuring the modules get loaded correctly. Let the module class to the correct packaging and install. Install all the linux-firmware-iwlwifi blobs Signed-off-by: Saul Wold

Re: [meta-intel] [PATCH] dpdk: DPDK upgrade to version 17.05

2017-07-27 Thread Wold, Saul
On Thu, 2017-07-27 at 08:54 +, Syed Mohamad Fauzi, Syed Johan Arif wrote: > The patch can't apply because of a difference between the master > branch and pyro. > I noticed that the master branch has a dpdk related commit that is > not incorporated in the pyro branch. > I'm referring to commit

Re: [meta-intel] [PATCH] dpdk: DPDK upgrade to version 17.05

2017-07-27 Thread Syed Mohamad Fauzi, Syed Johan Arif
The patch can't apply because of a difference between the master branch and pyro. I noticed that the master branch has a dpdk related commit that is not incorporated in the pyro branch. I'm referring to commit d90da5961da727d28a963f814cd164c0abf24bbf, dpdk: Disable build for MUSL. Will this