aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2017-07-05linux-yocto_4.1: use KERNEL_FEATURES for PWM in Leaf HilljethroChai, Chong Yi
Leaf Hill PWM kernel configuration is overwritten by intel_pwm feature. Introduce Leaf Hill PWM feature to take those configuration into final config. These PWM kernel configuration are required by DC-IRIS kernel driver in Leaf Hill platform. Signed-off-by: Chai, Chong Yi <chong.yi.chai@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2017-07-05linux_yocto_4.1: update machine and meta SRCREV to latestChai, Chong Yi
This updates machine SRCREV for Leaf Hill BSP and meta for corei7-64-intel-common to latest. Signed-off-by: Chai, Chong Yi <chong.yi.chai@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2017-02-28linux-yocto_4.1: bump up SRCREV for machine and meta to latestChai, Chong Yi
Signed-off-by: Chai, Chong Yi <chong.yi.chai@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2016-11-08linux-yocto_4.1: bump up machine branch source revision to latestRebecca Chang Swee Fun
Signed-off-by: Rebecca Chang Swee Fun <rebecca.swee.fun.chang@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2016-11-08linux-yocto_4.1: use BSP_SUBTYPE for BSP specific configurationRebecca Chang Swee Fun
Leaf Hill BSP has specific kernel configuration in yocto-kernel-cache for kernel v4.1. We found some issue where we can't overwrite the existing kernel configs in yocto-kernel-cache from developer's custom meta layer. Root cause analysis has shown that the usage of KERNEL_FEATURES in kernel recipes and local.conf to pick up BSP specific configs from kernel-meta is inappropriate. KERNEL_FEATURES should always and only used for adding configuration or features to the build. A new variable "BSP_SUBTYPE" has been created to resolve this issue. Suggested-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Rebecca Chang Swee Fun <rebecca.swee.fun.chang@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2016-09-21linux-yocto_4.1: include ssp audio configuration fragmentRebecca Chang Swee Fun
Leaf Hill BSP supports 2 types of audio configurations. By defaults, BSP will compiled legacy HD-Audio feature, users can set "AUDIO_FEATURES" in local.conf when they want Intel SSP Audio feature. Both audio features are unique and they are mutually exclusive. AUDIO_FEATURES = "ssp" in local.conf is up to users to turn on or off depends on their use cases. Signed-off-by: Rebecca Chang Swee Fun <rebecca.swee.fun.chang@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2016-09-21linux-yocto_4.1: update meta SRCREV to latestRebecca Chang Swee Fun
This update will include the following commits: 68b5089 bsp: leafhill: snd_ssp_intel: add ssp audio configuration fragment Signed-off-by: Rebecca Chang Swee Fun <rebecca.swee.fun.chang@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2016-09-16linux-yocto_4.1: use bb.utils.contains for KERNEL_FEATURES selectionRebecca Chang Swee Fun
Using bb.utils.contains() enable selection of source revision on machine branch, KBRANCH and KMACHINE in kernel recipe. leafhill is new bsp type setup in yocto-kernel-cache. This bsp will build kernel from standard/intel/4.1.27/leaf-hill with a fixed kernel base version of v4.1.27. This commit includes update on yocto-kernel-cache meta SRCREV. Signed-off-by: Rebecca Chang Swee Fun <rebecca.swee.fun.chang@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2016-09-16intel-corei7-64: add machine configurations specific to leafhill bspRebecca Chang Swee Fun
We would like to enable new BSP for Intel Atom E3900 SoC based platforms. This will help us to consolidate BSP into intel-common and we can use KERNEL_FEATURES to select target BSP to compile. Leaf Hill uses different serial console port setup. Hence this mechanism are in place to enable new bsp with existing machine configurations file. Signed-off-by: Rebecca Chang Swee Fun <rebecca.swee.fun.chang@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2016-06-28linux-yocto-tiny/4.1: Fix SRCREV overrideTom Zanussi
The SRCREV overrides for tiny were malformed - fix them so they actually make sense and take effect. Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
2016-06-24linux-yocto-tiny: Fix broken SRCREV specificationsTom Zanussi
linux-yocto-tiny uses hyphens rather than underscores between SRCREV and the machine or meta specification, preventing it from actually taking effect. Fix it by changing the hyphens to underscores. Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
2016-06-24intel-common-pkgarch: Set common PACKAGE_ARCH for linux-yocto-tinyTom Zanussi
The linux-yocto-tiny metadata assumes the common PACKAGE_ARCH but without this is actually machine-specific and broken. Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
2016-06-24linux-yocto-tiny/4.1: Switch to standard/tiny/intel/baseTom Zanussi
The dedicated standard tiny branch for Intel platforms has been renamed to standard/tiny/intel/base - update the 4.1 tiny kernel recipe accordingly. Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
2016-06-24linux-yocto-rt/4.1: Switch to standard/preempt-rt/intel/baseTom Zanussi
The dedicated standard rt branch for Intel platforms has been renamed to standard/preempt-rt/intel/base - update the 4.1 rt kernel recipe accordingly. Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
2016-06-24linux-yocto/4.1: Switch to standard/intel/baseTom Zanussi
The dedicated standard branch for Intel platforms has been renamed to standard/intel/base - update the 4.1 kernel recipe accordingly. Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
2016-05-06meta-valleyisland: Update machine SRCREVs to latest commitChai, Chong Yi
This patch update machine SRCREVs of linux yocto v3.14 for meta-valleyisland to latest commit to address SPI issue on initilization of full duplex transction. Signed-off-by: Chai, Chong Yi <chong.yi.chai@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2016-04-21meta-valleyisland: Update meta SRCREVs to latestChai, Chong Yi
This patch update meta SRCREVs to latest for fixing missing kernel config. Ethernet and dma controller kernel config are missing in the previous meta SRCREVs on linux-yocto v3.14. Signed-off-by: Chai, Chong Yi <chong.yi.chai@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2016-04-13meta-valleyisland: add linux-yocto 3.14 supportNg, Mei Yeen
This patch enables valleyisland platform with linux-yocto v3.14 with standard/valleyisland branch on meta-intel jethro. Signed-off-by: Ng, Mei Yeen <mei.yeen.ng@intel.com> Signed-off-by: Saul Wold <swold@swold-mobl2.jf.intel.com>
2016-03-30tlk: layer.conf: Add proper dependency and priorityOtavio Salvador
It is expected that every layer provides a priority and its dependencies. This includes the needed information in layer.conf. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2016-03-10linux-yocto/4.1: Update to Linux 4.1.18California Sullivan
This SRCREV update also includes the fix to CVE-2016-0728. An intermittent graphics bug that appears to be harmless besides spamming dmesg has been observed on this release, but it is very rare and no method to reproduce or patch to fix it has been found. Signed-off-by: California Sullivan <california.l.sullivan@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2016-02-29linux-yocto: Update 3.14 and 3.19 SRCREVs to latest stableCalifornia Sullivan
This includes the fix to CVE-2016-728. Signed-off-by: California Sullivan <california.l.sullivan@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2016-01-21meta-isg: dpdk v2.2.0: rename the patches usedRahul Kumar Gupta
This will rename the patches according to the dpdk version. modify the .inc and .bb according to modified name of patches. change the commit msg for patch: dpdk-2.2.0-add-sysroot-option-within-app-makefile.patch since it have mentioned the version not in use. Signed-off-by: Rahul Kumar Gupta <rahul.kumarxx.gupta@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2016-01-21meta-isg: dpdk: retire older ver v2.0.0 and v1.8.0Rahul Kumar Gupta
Removing the older version recipe dpdk v2.0.0 and dpdk v1.8.0 since newer version added so it is no longer required. Signed-off-by: Rahul Kumar Gupta <rahul.kumarxx.gupta@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2016-01-21meta-isg: dpdk: Upgrade DPDK v2.1.0 to DPDK v2.2.0Rahul Kumar Gupta
This will upgrade the recipe dpdk v2.1.0 to dpdk v2.2.0. The recipe is for platforms like grantley and crystalforest using the common BSP intel-corei7-64. Signed-off-by: Rahul Kumar Gupta <rahul.kumarxx.gupta@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2015-11-16linux-yocto_3.19: Update SRCREV for core BSPs4.0-jethro-2.0Saul Wold
This ensures that the CONFIG_PWM_LPSS_PLATFORM=m to baytrial.cfg which was missing and needed for the MinnowboardMax. This also adds the INTEL_THERMAL and CORETEMP configuration to prevent overheating for 3.19 it was already in 4.1 Signed-off-by: Saul Wold <sgw@linux.intel.com>
2015-11-16linux-yocto_4.1: Update SRCREV for core BSPsSaul Wold
This ensures that the CONFIG_PWM_LPSS_PLATFORM=m to baytrial.cfg which was missing and needed for the MinnowboardMax Signed-off-by: Saul Wold <sgw@linux.intel.com>
2015-11-16README: Updated for Quark X1000Kinsella, Ray
Added instructions on how to build/install for the Quark X1000. Signed-off-by: Ray Kinsella <ray.kinsella@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2015-11-13mkgalileodisk.wks: WiC image for Galileo Gen 1/2Kinsella, Ray
WiC script to create an EFI image for Galileo Gen 1/2. This differs from the reference EFI image that is shipped with Poky as follows. * Removed the swap partition. * Change to Kernel Cmd Line for Galileo, updating console etc. Signed-off-by: Ray Kinsella <ray.kinsella@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2015-11-02gstreamer-vaapi: Move SRC_CHKSUM from .inc to .bbSaul Wold
This allows for the .bb to be the only file that changes when updating package versions. Signed-off-by: Saul Wold <sgw@linux.intel.com>
2015-11-02linux-yocto: Update machine and meta SRCREVSaul Wold
Updating the META SRCREVs to make the nf_tables feature available. Add in preempt-rt kernel for quark (preliminary) Signed-off-by: Saul Wold <sgw@linux.intel.com>
2015-11-02intel-core2-32: fix SERIAL_CONSOLES lineSaul Wold
This should be SERIAL_CONSOLES with ; setting between baud and device. Signed-off-by: Saul Wold <sgw@linux.intel.com>
2015-10-27conf: Add a direct path to common recipesJoonas Lahtinen
By adding the direct path to recipes in common directories we allow upper layers to further extend the recipes. Without the patch the extending recipes look like this: require common/recipes-foo/bar/baz.inc With this patch the include can be written like in other layers: require recipes-foo/bar/baz.inc Signed-off-by: Joonas Lahtinen <joonas.lahtinen@linux.intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2015-10-26linux-yocto: Update machine and meta SRCREVSaul Wold
Updating the META SRCREVs to make the nf_tables feature available. Signed-off-by: Saul Wold <sgw@linux.intel.com>
2015-10-23libva-intel-driver: Fix timestamping issue for VC1/WMV VAAPI decode under ↵Azril Ahmad
BSW CHV Include the upstreamed patch to fix the timestamping issue that observed during the WMV/VC1 VAAPI decode under GStreamer on BSW CHV. The patch was imported from FreeDesktop VAAPI git server (git://anongit.freedesktop.org/vaapi/intel-driver) as of commit id 4307780b648245aba4ff338dcfe0172dec2e12e9 Signed-off-by: Azril Ahmad <mohd.azril.ahmad@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2015-10-19linux-yocto-4.1: Update SRCREV to include additional patchesSaul Wold
dbe692d Ville Syrjälä drm/i915: Fix the VBT child device parsing for BSW 52a4a9f Michel Thierry drm/i915/gen8: Initialize page tables a95cb62f Michel Thierry drm/i915: Remove unnecessary gen8_ppgtt_unmap_pages a24d98f Michel Thierry drm/i915: Remove _entry from PPGTT page structures a8abc11 Ville Syrjälä drm/i915: Only wait for required lanes in vlv_wait_port_ready() 8135418 Ville Syrjälä Revert drm/i915: Hack to tie both common lanes together on chv d660fc1 Ville Syrjälä drm/i915: Work around DISPLAY_PHY_CONTROL register corruption on CHV 0e797e9 Ville Syrjälä drm/i915: Implement chv display PHY lane stagger setup Signed-off-by: Saul Wold <sgw@linux.intel.com>
2015-10-19xorg-driver: remove duplicate files from oe-coreRoss Burton
These files are copies of files from oe-core, delete them as they are unused. Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2015-10-19meta-isg: dpdk: fix v1.8.0 build with kernel 4.1Anuj Mittal
Backported fixes from upstream dpdk sources to ensure dpdk 1.8.0 compiles against kernel 4.1. Signed-off-by: Anuj Mittal <anujx.mittal@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2015-10-19meta-isg: dpdk: fix v2.0.0 build with kernel 4.1Anuj Mittal
Backported fixes from upstream dpdk sources to ensure dpdk 2.0.0 compiles against kernel 4.1. Signed-off-by: Anuj Mittal <anujx.mittal@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2015-10-02linux-yocto/4.1: drm/i915 backportsSaul Wold
Updating the SRCREVs to integrate the following backports: 52a4a9f4a2b4 drm/i915/gen8: Initialize page tables a95cb62f8e85 drm/i915: Remove unnecessary gen8_ppgtt_unmap_pages a24d98fc488d drm/i915: Remove _entry from PPGTT page structures Signed-off-by: Saul Wold <sgw@linux.intel.com>
2015-10-02meta-mohonpeak: update the PREFERRED_VERSION of linux-yocto-3.14 to 4.1Wu Chia Chuan
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>
2015-10-02meta-crystalforest: update the PREFERRED_VERSION of linux-yocto-3.14 to 4.1Wu Chia Chuan
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>
2015-10-02meta-crystalforest: relocate meta-crystalforest layer into meta-isg layerWu Chia Chuan
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>
2015-10-02intel-quark-common: Add no-asm config to opensslSaul Wold
This causes the build to not use Assembly code which contains invalid CMOV instructions. Signed-off-by: Saul Wold <sgw@linux.intel.com>
2015-10-01linux-yocto-rt: Add preempt-rt kernel 4.1.8 versionSaul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2015-10-01linux-yocto: Update to 4.1.8 and include braswell patchesSaul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2015-09-29meta-intel: meta-romley BSP retirement from YP 2.0WU CHIA CHUAN
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>
2015-09-23linux-yocto-4.1:hid, bluetooth, aufs, yaffs2Saul Wold
Setting the SRCREVs to import the following changes in the 4.1 kernel tree: 79a31b9d23db hid-core: Avoid uninitialized buffer access 121593d3a0a4 aufs: call mutex.owner only when DEBUG_MUTEXES or MUTEX_SPIN_ON_OWNER is defined efa7952a190f Bluetooth: Delay check for conn->smp in smp_conn_security() 69428ec43bd9 cc2520: set the default fifo pin value from platform data ee0ddf37f3d6 fs/yaffs2: Fix a judgement logic for ACL operations fff29e47f5c4 yaffs2: remove read and write methods b3b9d030ad84 yaffs2: replace f_dentry to f_path.dentry This also address an issue with booting/installing to older Intel devices (emenlow) Signed-off-by: Saul Wold <sgw@linux.intel.com>
2015-09-21meta-isg: zlib-qat: add COMPATIBLE_MACHINEAnuj Mittal
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>
2015-09-21meta-isg: qat: add intel-corei7-64 COMPATIBLE_MACHINEAnuj Mittal
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>
2015-09-21meta-isg: qat: recipe for version 2.5.0-80Anuj Mittal
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>