[linux-yocto] [yocto-kernel-cache][PATCH 2/3] features/iommu/iommu.cfg: remove CONFIG_INTEL_IOMMU_DEFAULT_ON=n

2017-11-15 Thread Liwei Song
There is no need pass "n" to CONFIG_INTEL_IOMMU_DEFAULT_ON, change it to "# CONFIG_INTEL_IOMMU_DEFAULT_ON is not set" to keep consistent with teh final .config This can avoid yocto config check warning when build kernel: Requested value: CONFIG_INTEL_IOMMU_DEFAULT_ON=n Actual value: # CONFIG_INTE

[linux-yocto] [yocto-kernel-cache][PATCH 3/3] features/dca/dca.cfg: fix CONFIG_IXGBE_DCA can not enble if build ixgbe in kernel

2017-11-15 Thread Liwei Song
if we set CONFIG_IXGBE=y to build ixgbe in kernel, CONFIG_IXGBE_DCA can not be enabled since dependcy: IXGBE_DCA depend (IXGBE [=y]!=y || DCA [=y]!=m) although we set CONFIG_IXGBE_DCA=y in ixgbe.cfg; This will led a kernel config check warning as below: Requested value: CONFIG_IXGBE_DCA=y Actual va

[linux-yocto] [yocto-kernel-cache][PATCH 1/3] features/tpm/tpm.cfg: set CONFIG_HW_RANDOM_TPM as module

2017-11-15 Thread Liwei Song
CONFIG_HW_RANDOM was set to "m" by default in Kconfig, this make CONFIG_HW_RANDOM_TPM only can be build as module, So change CONFIG_HW_RANDOM_TPM=y to CONFIG_HW_RANDOM_TPM=m to aviod kernel configcheck warning: Requested value: CONFIG_HW_RANDOM_TPM=y Actual value: CONFIG_HW_RANDOM_TPM=m Signed-off

[linux-yocto] [yocto-kernel-cache][PATCH 0/3] fix kernel config build warning

2017-11-15 Thread Liwei Song
Patches are for yocto-4.12 branch These three patches fix some kernel configuration check warning when build it. Liwei Song (3): features/tpm/tpm.cfg: set CONFIG_HW_RANDOM_TPM as module features/iommu/iommu.cfg: remove CONFIG_INTEL_IOMMU_DEFAULT_ON=n features/dca/dca.cfg: fix CONFIG_IXGBE_D

Re: [linux-yocto] Custom wic imager plugin

2017-11-15 Thread Paul Knopf
Here is a patch for the master branch. It would be great it this could be applied with pyro onward. It is a minor patch. commit 10ec1ad7ee224431223845e85bb9b57863a34406 Author: Paul Knopf Date: Mon Oct 30 01:32:15 2017 -0400 Added support for changing the imager plugin to be used. diff --