summaryrefslogtreecommitdiffstats
path: root/meta-isg
Commit message (Collapse)AuthorAgeFilesLines
* meta-mohonpeak: update the PREFERRED_VERSION of linux-yocto-3.14 to 4.1Wu Chia Chuan2015-10-022-2/+2
| | | | | | | | Update the PREFERRED_VERSION of linux-yocto-3.14 to 4.1 for mohonpeak32 and mohonpeak64 machines. Signed-off-by: Wu Chia Chuan <chia.chuan.wu@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
* meta-crystalforest: update the PREFERRED_VERSION of linux-yocto-3.14 to 4.1Wu Chia Chuan2015-10-021-1/+1
| | | | | | | Update the PREFERRED_VERSION of linux-yocto-3.14 to 4.1 for crystalforest BSP. Signed-off-by: Wu Chia Chuan <chia.chuan.wu@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
* meta-crystalforest: relocate meta-crystalforest layer into meta-isg layerWu Chia Chuan2015-10-0210-0/+337
| | | | | | | | This is in support of BSP consolidation of all Intel platforms in to meta-isg common layer. The "MAINTAINERS file" and "meta-isg/MAINTAINERS file" are updated to reflect the changed. Signed-off-by: Wu Chia Chuan <chia.chuan.wu@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
* meta-intel: meta-romley BSP retirement from YP 2.0WU CHIA CHUAN2015-09-291-2/+0
| | | | | | | | | | | | | | | | | | | | Remove meta-romley BSP layer from meta-intel master branch which is targeting for YP 2.0. A heads-up email was sent to the meta-intel mailing list for requesting any feedback regarding retirement of these BSP. Since there is no concern, we assume that it is agreed upon and thus this patch to retire the BSP. The "MAINTAINERS file" and "conf/machine/README file" are updated to reflect removal of the BSP. We expect intel-corei7-64 machine is continued to be used to support the platform and dpdk recipe under meta-romley is now supported under meta-isg/common/recipes-extended/dpdk. Signed-off-by: WU CHIA CHUAN <chia.chuan.wu@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
* meta-isg: zlib-qat: add COMPATIBLE_MACHINEAnuj Mittal2015-09-211-1/+1
| | | | | | | | Mark common intel-core-i7 as the COMPATIBLE_MACHINE for zlib-qat recipe. Signed-off-by: Anuj Mittal <anujx.mittal@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
* meta-isg: qat: add intel-corei7-64 COMPATIBLE_MACHINEAnuj Mittal2015-09-211-1/+1
| | | | | | | | Mark intel common BSP as the compatible machine for qat recipes. Signed-off-by: Anuj Mittal <anujx.mittal@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
* meta-isg: qat: recipe for version 2.5.0-80Anuj Mittal2015-09-212-0/+398
| | | | | | | | This adds the recipe for qat16 v2.5.0-80 for grantley platforms using the common BSP intel-corei7-64. Signed-off-by: Anuj Mittal <anujx.mittal@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
* meta-isg: qat: fix strict_str* compile errorsAnuj Mittal2015-09-212-0/+41
| | | | | | | | | | | | | | Defines strict_str* have become obsolete and removed entirely starting from kernel v3.18. This results in errors like: error: implicit declaration of function 'strict_strtoull' [-Werror=implicit-function-declaration] Replace strict_strtoull with kstrtoull to ensure qat 2.3.0-34 compiles. Signed-off-by: Anuj Mittal <anujx.mittal@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
* meta-isg: qat: fix inline build errors for gcc5Anuj Mittal2015-09-212-0/+33
| | | | | | | | | | | | | | | | | | | | | | gcc5 has changed its default standard to gnu11 from gnu89. These two standards have different inline semantics. This results in errors like: undefined reference to `icp_adf_getQueueNext' undefined reference to `icp_adf_updateQueueTail' undefined reference to `icp_adf_pollQueue' undefined reference to `icp_adf_queueDataToSend' undefined reference to `icp_adf_getQueueMemory' Use the -fgnu89-inline command line option as suggested in [1]. Also, make sure that all the CFLAGS values are being picked up by the compiler. [1] https://gcc.gnu.org/gcc-5/porting_to.html Signed-off-by: Anuj Mittal <anujx.mittal@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
* meta-isg: qat: move common content to qat16.incAnuj Mittal2015-09-212-114/+117
| | | | | | | | * Move common meta-data from version specific recipe to inc. * Remove PV in the recipe. Signed-off-by: Anuj Mittal <anujx.mittal@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
* meta-crystalforest: move qat and zlib-qat to meta-isgAnuj Mittal2015-09-018-0/+794
| | | | | | | | | | | Move qat and zlib-qat recipes from meta-crystalforest to meta-isg. This allows us to utilize these common components across all the supported platforms. Signed-off-by: Anuj Mittal <anujx.mittal@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
* meta-isg: enable dpdk v2.1.0 for grantleyAnuj Mittal2015-08-272-0/+47
| | | | | | | | This adds the recipe for dpdk v2.1.0 for grantley platforms based on common intel-corei7-64 BSP. Signed-off-by: Anuj Mittal <anujx.mittal@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
* meta-isg: dpdk: intel-corei7-64 as COMPATIBLE_MACHINEAnuj Mittal2015-08-271-0/+3
| | | | | | | | | | | Add intel-corei7-64 as a compatible machine in addition to crystalforest. This is in line with the move to intel common BSP for all supported platforms. Signed-off-by: Anuj Mittal <anujx.mittal@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
* meta-isg: dpdk: move patch from inc to bbAnuj Mittal2015-08-273-2/+4
| | | | | | | | | | | | Move the inclusion of patch: dpdk-1.8.0-and-2.0.0-examples-add-config-variable-to-enable-disable-dpdk.patch from dpdk.inc to version specific dpdk bb files where it needs to be applied. This patch doesn't apply cleanly on top of dpdk v2.1. Signed-off-by: Anuj Mittal <anujx.mittal@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
* meta-haswell-wc: Update the PREREFFED_VERSION of linux-yocto-3.14 to 3.19Ng, Wei Tee2015-08-171-1/+1
| | | | | | | | Update the PREFERRED_VERSION of linux-yocto-3.14 to 3.19 for haswell-walnut canyon. Signed-off-by: Ng, Wei Tee <wei.tee.ng@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
* meta-valleyisland: Add linux-firmware to valleyisland BSPsNg Wei Tee2015-08-062-0/+3
| | | | | | | | | Add linux-firmware as a whole for both valleyisland-32.conf and valleyisland-64.conf in order to enable the Marvell 8897 card, as well as other devices requiring firmware blobs. Signed-off-by: Ng Wei Tee <wei.tee.ng@intel.com> Signed-off-by: Darren Hart <dvhart@linux.intel.com>
* meta-isg: make dpdk_qat dependent on virtual/qatAnuj Mittal2015-07-291-1/+1
| | | | | | | | | | | | | | | | Make sure that we check for the right qat package when enabling dpdk_qat example. The qat package name has been changed to "virtual/qat" to enable switching between different/future versions of qat for supported platforms. The preferred version of "virtual/qat" can be set in machine conf when some other version, besides qat16, becomes available and needs to be supported. Signed-off-by: Anuj Mittal <anujx.mittal@intel.com> Signed-off-by: Darren Hart <dvhart@linux.intel.com>
* meta-isg: fix build of dpdk_qat example appAnuj Mittal2015-07-292-0/+45
| | | | | | | | | | | Make sure that the dpdk_qat example app builds okay when enabled using PACKAGECONFIG ?= " dpdk_qat". Added a patch to dpdk_qat makefile to point to correct location of qat libs and headers. Signed-off-by: Anuj Mittal <anujx.mittal@intel.com> Signed-off-by: Darren Hart <dvhart@linux.intel.com>
* meta-isg: dpdk v2.0.0: add patch to handle ip_fragmentation applicationWU CHIA CHUAN2015-07-292-0/+34
| | | | | | | | dpdk v2.0.0 required "CONFIG_RTE_IP_FRAG=y" in order to build ip_fragmentation application. Signed-off-by: WU CHIA CHUAN <chia.chuan.wu@intel.com> Signed-off-by: Darren Hart <dvhart@linux.intel.com>
* meta-isg: dpdk: fix issue in build configuration variablesWU CHIA CHUAN2015-07-291-0/+9
| | | | | | | | | | | | | This patch fixes issue in build configuration variables that were not correctly parsed by do_configure() task.The environment variables are not evaluated because the config files under dpdk/config/ folder are not parsed by Makefile but instead by cpp compiler. Reported-by: Anuj Mittal <anujx.mittal@intel.com> Signed-off-by: Ong Boon Leong <boon.leong.ong@intel.com> Signed-off-by: WU CHIA CHUAN <chia.chuan.wu@intel.com> Tested-by: WU CHIA CHUAN <chia.chuan.wu@intel.com> Signed-off-by: Darren Hart <dvhart@linux.intel.com>
* meta-isg: dpdk: tidy up dpdk.inc & removed unnecessary patchesWU CHIA CHUAN2015-07-296-185/+20
| | | | | | | | | This patch tidy up dpdk.inc and removing unnecessary patches. Integrating common recipe from dpdk_1.8.0.bb and dpdk_2.0.0.bb. Signed-off-by: Ong Boon Leong <boon.leong.ong@intel.com> Signed-off-by: WU CHIA CHUAN <chia.chuan.wu@intel.com> Signed-off-by: Darren Hart <dvhart@linux.intel.com>
* meta-isg: dpdk v2.0.0: initial DPDK v2.0.0 enabling recipeWU CHIA CHUAN2015-07-101-0/+29
| | | | | | | | | This patch makes reference to early dpdk meta-data implementation and extends it to support DPDK v2.0.0. Signed-off-by: WU CHIA CHUAN <chia.chuan.wu@intel.com> Signed-off-by: Ong Boon Leong <boon.leong.ong@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
* meta-isg: dpdk v2.0.0: add patch to handle vhost and ip_fragmentation ↵WU CHIA CHUAN2015-07-101-0/+50
| | | | | | | | | | | applications Introduce a patch to enable/disable the vhost and ip_fragmentation examples applications under common_linuxapp config file. The flag introduce is controlled by PACKAGECONFIG. Signed-off-by: WU CHIA CHUAN <chia.chuan.wu@intel.com> Signed-off-by: Ong Boon Leong <boon.leong.ong@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
* meta-isg: dpdk: renaming patches which are common to DPDK v1.8 and DPDK v2.0WU CHIA CHUAN2015-07-105-4/+4
| | | | | | | | | For patches which are common to DPDK v1.8 and DPDK v2.0, they are renamed to following file naming format for clarity dpdk-1.8.0-and-2.0.0*.patch. Signed-off-by: WU CHIA CHUAN <chia.chuan.wu@intel.com> Signed-off-by: Ong Boon Leong <boon.leong.ong@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
* meta-isg: dpdk: move the do_install hostapp directory from dpdk.inc to ↵WU CHIA CHUAN2015-07-102-2/+6
| | | | | | | | | | | dpdk_1.8.0.bb dpdk.inc is common to dpdk_1.8.0.bb and dpdk_2.0.0.bb, since DPDK v2.0 is no longer have hostapp directory, so we only perform hostapp installation for DPDK v1.8. Signed-off-by: WU CHIA CHUAN <chia.chuan.wu@intel.com> Signed-off-by: Ong Boon Leong <boon.leong.ong@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
* meta-isg: dpdk: rearrange common meta-data from dpdk_1.8.0.bb into dpdk.incOng Boon Leong2015-07-102-32/+24
| | | | | | | | Extract out common meta-data from dpdk_1.8.0.bb into dpdk.inc for better scalability into future dpdk. Signed-off-by: Ong Boon Leong <boon.leong.ong@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
* meta-isg: dpdk: intro recipe for DPDK v1.8.0Ong Boon Leong2015-07-101-0/+61
| | | | | | | | | | | | | This patch adds the support for DPDK v1.8.0 from dpdk.org. It introduces PACKAGECONFIG options for enabling Virtualization Technology and QuickAssiste Technology with DPDK. There is couple of additional DPDK Makefile & config patches to enable PACKAGECONFIG said above. Signed-off-by: Ong Boon Leong <boon.leong.ong@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
* meta-isg: dpdk v1.8: introduce target machine selection for DPDK.Ong Boon Leong2015-07-101-0/+48
| | | | | | | | | | | DPDK default config set the TARGET machine type to native which is incorrect. The SDK assumes that the DPDK package is built and installed natively. So, to support cross-compilation uses, we add DPDK_TARGET_MACH option here. This variable should be defined at either dpdk bb or bbappend file. Signed-off-by: Ong Boon Leong <boon.leong.ong@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
* meta-isg: dpdk v1.8: add app makefile patch to enable sysroot settingOng Boon Leong2015-07-101-0/+33
| | | | | | | | | | DPDK v1.8.0 app Makefile does not support "--sysroot=<path>" option in LDFLAGS because of Makefile internal logic that always add -Wl, before. This causes poky GNU linker search path issue for target machine sysroot usr/lib. Signed-off-by: Ong Boon Leong <boon.leong.ong@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
* meta-isg: dpdk: fix GCC compiler LDFLAG and CFLAG issueOng Boon Leong2015-07-101-2/+2
| | | | | | | | | DPDK v1.8.0 has some change made on app makefile that breaks dpdk.inc may on passing in EXTRA_CFLAGS AND EXTRA_LDFLAGS. So this patch re-tune the dpdk.inc to align to the change. Signed-off-by: Ong Boon Leong <boon.leong.ong@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
* meta-isg: dpdk v1.8: add patches for qat, vhost and libvirt PACKAGECONFIGOng Boon Leong2015-07-102-0/+87
| | | | | | | | Introduce two patches to enable DPDK config file to support PACKAGECONFIG options for QAT, vhost and libvirt. Signed-off-by: Ong Boon Leong <boon.leong.ong@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
* meta-isg: dpdk v1.8.0: add makefile patches to support split kernel outputOng Boon Leong2015-07-101-0/+52
| | | | | | | | Starting form YPv1.8.y onwards, the kernel build output is separately kept under work-shared. Signed-off-by: Ong Boon Leong <boon.leong.ong@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
* meta-isg: dpdk: add external kernel module build handling for tmp/work-sharedOng Boon Leong2015-07-101-0/+3
| | | | | | | | | | | | | | | | DPDK software builds external kernel modules igb_uio.ko, rte_kni.ko & etc that depend on the availability of kernel source. With splitting of kernel source and artifacts into separate fodlers under tmp/work-shared, we need to handle this by introducing do_configure[depends] += "virtual/kernel:do_shared_workdir" to ensure build dependency is satisfied. Refer to poky 46cdaf1 kernel: move source and build output to work-shared This patch also introduces RTE_KERNELDIR_OUT variable to be used to setup the kernel build artifact path. RTE_KERNELDIR remains as the kernel source path. Signed-off-by: Ong Boon Leong <boon.leong.ong@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
* meta-isg: dpdk: introduce ARCHDIR variable to dpdk.incOng Boon Leong2015-07-101-3/+3
| | | | | | | | | | Starting from DPDK v1.8 onwards, there is name change from include/arch to include/generic under build directory. So to cater for such change, we introduce ARCHDIR variable. This variable should be set under individual version of dpdk recipe. Signed-off-by: Ong Boon Leong <boon.leong.ong@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
* meta-isg: dpdk: improve software installation taskOng Boon Leong2015-07-101-57/+26
| | | | | | | | | | | | | | | | | do_install() has been non-scalable due to different DPDK SW releases offer increasingly more examples. So, this patch is intended to make the do_install() simplified by using regular expression technique to extract out executables name that are built. Tested this patch with DPDK v1.6.0r2 and v1.7.0 and the software packages look intact. Signed-off-by: Ong Boon Leong <boon.leong.ong@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> (cherry picked from commit a43871c39ae462647ebe58679b92cd34c8ae48a6) Signed-off-by: Ong Boon Leong <boon.leong.ong@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
* meta-isg: Add include file for DPDKvenkatasubramanian pattu2015-07-101-0/+138
| | | | | | | | | | | | | | | | | | | | Added include file dpdk.inc to share common functionality based on dpdk_1.6.0r2 Added a new variable EXAMPLE_BUILD_DIR. This points to apps build directory which is different in dpdk v1.6.0r2 and v1.7.0. Users of dpdk.inc have to define EXAMPLE_BUILD_DIR for the installation of example apps. This recipe is cherry-picked from branch dizzy and the commit ID: 1c825a06095178c0c51f28d5867549feac8a47f4:meta-intel/common: Add include file for DPDK Signed-off-by: venkatasubramanian pattu <venkatasubramanianx.pattu@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> (cherry picked from commit 578494c0c4715bb8d24972fa52850e89c36410a1) Signed-off-by: Ong Boon Leong <boon.leong.ong@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
* meta-isg: Making meta-isg as a layervenkatasubramanian pattu2015-07-101-0/+12
| | | | | | | | | | | This layer provides additional common recipes to be used by all IOTG maintained platforms. Signed-off-by: venkatasubramanian pattu <venkatasubramanianx.pattu@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> (cherry picked from commit 6a334428e1b92de2b6c322654ae6f64d3ff55ab6) Signed-off-by: Ong Boon Leong <boon.leong.ong@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
* meta-haswell-wc: Update the maintainer name in the README fileNg Wei Tee2015-03-131-1/+1
| | | | | | | | | Update README file to change "Ng Wei Tee" as maintainer for Haswell-walnut canyon. Signed-off-by: Ng Wei Tee <wei.tee.ng@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Darren Hart <dvhart@linux.intel.com>
* meta-haswell-wc: Remove the PRINC in formfactor0.0.bbappendNg Wei Tee2015-03-131-2/+0
| | | | | | | | Remove the PRINC := "${@int(PRINC) + 2}" command. Signed-off-by: Ng Wei Tee <wei.tee.ng@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Darren Hart <dvhart@linux.intel.com>
* meta-haswell-wc: Update the PREFERRED_VERSION of linux-yocto-3.10 to 3.14Ng Wei Tee2015-03-131-1/+1
| | | | | | | | | Update the PREFERRED_VERSION of linux-yocto-3.10 to 3.14 for haswell-walnut canyon. Signed-off-by: Ng Wei Tee <wei.tee.ng@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Darren Hart <dvhart@linux.intel.com>
* mohonpeak: change default linux-yocto from v3.10 to v3.14Ong Boon Leong2015-03-132-2/+2
| | | | | | | | | This patch changes the default linux-yocto selected for Mohon Peak platform to Linux-Yocto v3.14. Signed-off-by: Ong Boon Leong <boon.leong.ong@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Darren Hart <dvhart@linux.intel.com>
* meta-valleyisland: Update the PREFERRED_VERSION of linux-yocto-3.10 to 3.14Ng Wei Tee2015-02-272-2/+2
| | | | | | | | | Update the PREFERRED_VERSION of linux-yocto-3.10 to 3.14 for valleyisland-32 and valleyisland-64. Signed-off-by: Ng Wei Tee <wei.tee.ng@intel.com> Reviewed-by: Chang Rebecca Swee Fun <rebecca.swee.fun.chang@intel.com> Signed-off-by: Darren Hart <dvhart@linux.intel.com>
* meta-haswell-wc: use gstreamer-vaapi-1.0 directly instead of gst-va-intelRoss Burton2015-02-271-1/+1
| | | | | | | | | No need for a layer of indirection when that layer only has one option. Previously with EMGD there was a choice, but not anymore. Signed-off-by: Ross Burton <ross.burton@intel.com> Acked-by: Ong Boon Leong <boon.leong.ong@intel.com> Signed-off-by: Darren Hart <dvhart@linux.intel.com>
* meta-valleyisland: remove kernel 3.10 bbappendRoss Burton2015-02-201-36/+0
| | | | | | | Kernel 3.10 has been removed from oe-core so remove our bbappend. Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Darren Hart <dvhart@linux.intel.com>
* valleyisland: update README with latest informationChang Rebecca Swee Fun2014-11-261-5/+10
| | | | | | | | Added MinnowBoard MAX as one of the supported platforms, and updated the ISG BIOS version information. Signed-off-by: Chang Rebecca Swee Fun <rebecca.swee.fun.chang@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
* meta-valleyisland: Update linux-yocto v3.10.43 SRCREV to v3.10.59Ng, Wei Tee2014-11-181-6/+6
| | | | | | | | Use the latest HEADs of the git branches from the linux-yocto v3.10 kernel repository. Signed-off-by: Ng, Wei Tee <wei.tee.ng@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
* meta-valleyisland: Update linux-yocto v3.10 SRCREV to v3.10.43Chang Rebecca Swee Fun2014-09-081-12/+12
| | | | | | | | | Use the latest HEADs of the git branches from the linux-yocto v3.10 kernel repository. Signed-off-by: Chang Rebecca Swee Fun <rebecca.swee.fun.chang@intel.com> Acked-By: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* linux-yocto: Use _append when overrides are usedJosep Puigdemont2014-09-021-2/+2
| | | | | | | | | | Some modules in the KERNEL_MODULE_AUTOLOAD list were removed when including the meta-intel layer. It turns out the problem happens due to using the += operator together with machine overrides. Using _append_machine fixes this. Signed-off-by: Josep Puigdemont <josep.puigdemont@enea.com> Acked-By: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
* meta-mohonpeak: Fix README on building mohonpeak BSP layerChan Wei Sern2014-07-161-1/+0
| | | | | | | | | | By following this bblayer preparation instruction will cause bitbake to fail during parsing stage. So to fix this, need to remove the extra line of yocto/meta-intel/meta-isg. Signed-off-by: Chan Wei Sern <wei.sern.chan@intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com> Acked-By: Nitin A Kamble <nitin.a.kamble@intel.com>
* linux-yocto: Make KERNEL_MODULE_AUTOLOAD machine specificDarren Hart2014-06-261-1/+2
| | | | | | | | | BSP linux-yocto bbappend files should make all variable updates with machine-specific overrides. As it stands, building qemux86 with meta-intel in BBLAYERS will add uio and iwlwifi to KERNEL_MODULES_AUTOLOAD. This corrects that. Signed-off-by: Darren Hart <dvhart@linux.intel.com>