aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2018-01-16maintainers.inc: update recipes for new maintainersCalifornia Sullivan
Anuj gets video related pieces. Stephano gets RMC and poky-tiny related pieces. Cal picks up other small pieces. Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
2018-01-16MAINTAINERS: update to current project maintainersCalifornia Sullivan
Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
2018-01-16linux-intel/4.14: Update to v4.14.12California Sullivan
This brings in the changes up to v4.14.12 from linux-stable. Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
2018-01-16linux-intel/4.14: mirror new dependencies added to linux-yocto-devCalifornia Sullivan
These new dependencies are needed for some configurations. elfutils-native is required for CONFIG_UNWINDER_ORC (disabled by default for now due to out-of-tree module complications). openssl-native and util-linux-native are required for some certificate processing options. Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
2018-01-16linux-intel/4.14: use master cache until named branch availableCalifornia Sullivan
It wasn't appropriate to use the 4.9 cache for 4.14. This also brings in the following relevant commits: * b6b5ac8d x86-64: disable orc by default * 82743ab8 common-pc*.scc: Add igb to common-pc drivers * 6bcc7298 features/i915/i915.cfg: compile i915 as a module This adds Intel gigabit Ethernet drivers, fixes the i915 firmware load issue, and fixes an lttng-modules compilation failure with the new kernel due to the new CONFIG_UNWINDER_ORC=y default. Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
2018-01-16linux-intel/4.9: update to v4.9.76California Sullivan
This brings in the changes up to v4.9.76 from linux-stable. Also update the cache, bringing in the following relevant config changes: * 3e7fedea common-pc*.scc: Add igb to common-pc drivers * 4341ae3a features/i915/i915.cfg: compile i915 as a module Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
2018-01-12intel-microcode: update to 20180108Juro Bystricky
Signed-off-by: Juro Bystricky <juro.bystricky@intel.com> Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
2018-01-08meta-intel.inc: Update linux-intel PREFERRED_VERSION to 4.14California Sullivan
This is the newest LTS kernel, and will be the preferred kernel going for this release. Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
2017-12-20ixgbe*: skip package if using 4.14 kernelCalifornia Sullivan
No stable release supports 4.14 or newer yet. Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
2017-12-18linux-intel/4.14: Fix 32-bit perf issueCalifornia Sullivan
Perf fails to compile for 32-bit without this patch. I have requested for Bruce to submit it upstream. Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
2017-12-18linux-intel/4.9: Update cache and source SRCREVsCalifornia Sullivan
Trusty and USB fixes in source. Compile i915 as module in cache. This makes sure that the video drivers and firmware are available at the same time, fixing firmware load issues. Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
2017-12-08Galileo: Remove remaining bits from RMC and WIC directorySaul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
2017-12-08README: Remove Quark referencesSaul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
2017-12-08intel-quark: Remove MACHINE configuration for QuarkSaul Wold
As the Quark machine has been EOL'ed at the end of 2017, remove this machine type from the 2018 planned release of meta-intel Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
2017-12-08qemuboot-intel: Remove quark referencesSaul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
2017-12-08core-image-tiny: Remove Quark reference and WKS fileSaul Wold
Since Quark is getting depercated remove reference and WKS file Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
2017-12-08linux-*: remove quark references from kernelSaul Wold
This is an early step to removing the meta-quark machine type, as the Quark processor has been EOL'ed by Intel, this release will remove it from the kernel recipes Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
2017-12-07linux-intel_4.14: Add latest LTS kernelSaul Wold
This commit adds the 4.14.0-LTS kernel, but does not change the PREFERRED_VERSION. This will be updated later, to use this kernel set PREFERRED_VERSION in your local.conf or distro.conf files Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
2017-12-07linux-intel: Update 4.9 SRCREV and refactorSaul Wold
This has a SRCREV update to bring linux-intel to HEAD with some audio and pnp patches. The refactor moves the selection of branch to the versioned recipe so we can have a shared linux-intel-lts repo with multiple LTS version branches. Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
2017-11-28linux-intel.inc: set COMPATIBLE_MACHINE defaultCalifornia Sullivan
Non-Intel* machines did not get COMPATIBLE_MACHINE set at all, allowing the package to be built when it probably shouldn't have been. For example, it would be built when the MACHINE was set to qemux86. This caused lttng-modules to fail because lttng-modules only gets patched for our kernel when an Intel MACHINE was being used in order to maintain Yocto Project Compatibility status. By setting the default it fails when an invalid MACHINE is used. Note that while qemux86 is not a compatible MACHINE, the kernel itself does have the necessary components to run under qemu. Also change the COMPATIBLE_MACHINE overrides to use the x86-intel-common override instead of machine-specific overrides since they all have the same value. [YOCTO #12278]. Signed-off-by: California Sullivan <california.l.sullivan@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2017-11-22linux-intel/4.9: update SRCREVs for v4.9.61California Sullivan
Signed-off-by: California Sullivan <california.l.sullivan@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2017-11-21intel-microcode: Update to 20171117Saul Wold
This update contains ... No Actual license change, just date. Signed-off-by: Saul Wold <sgw@linux.intel.com>
2017-11-20meta-intel: Reorganize the layout to remove commonSaul Wold
Remove the concept of the common directory and move all the recipes-* dirs to the top level as a normal layer would be. layer.conf is updated appropriately Signed-off-by: Saul Wold <sgw@linux.intel.com>
2017-11-17uefi-comboapp.bbclass: install files under pseudoPatrick Ohly
do_uefiapp_deploy copies files into the /boot directory of the rootfs and thus, like do_rootfs, should run under pseudo so that the files end up being owned by root. This did not trigger the uid leak check, perhaps because the task runs later. For some (still unknown reason), sometimes the installed files did end up being owned by root, which tripped up a swupd test because the system update randomly included unexpected changes to bootx64.efi or rmc.db. With this change, they are owned by root consistently. Signed-off-by: Patrick Ohly <patrick.ohly@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2017-11-07MAINTAINERS: Update for the removal of meta-tlkSaul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2017-11-01layer.conf: Bump Layer due to removal of meta-tlk8.0-rocko-2.4Saul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2017-11-01meta-tlk: Move to standalone layerSaul Wold
meta-tlk gets moved to a standalone layer since it's can't be properly made Yocto Project Compatible, move it out of meta-intel to allow meta-intel to be fully Compatible. Signed-off-by: Saul Wold <sgw@linux.intel.com>
2017-10-26lttng-modules: Fix SRC_URI for Yocto Layer CompatibilitySaul Wold
Adding the special override limits the impact of the append to just when we are building for meta-intel machines Signed-off-by: Saul Wold <sgw@linux.intel.com>
2017-10-20Revert "linux-intel: blacklist snd-soc-skl module"California Sullivan
This reverts commit 075b81ae1bcc6bb3ebfee4015294e3b8a4ba22da. The audio backports in "c27cfdc linux-intel/4.9: Update kernel SRCREVs" fixed the broken snd_soc_skl module, fixing the issue this was working around. Signed-off-by: California Sullivan <california.l.sullivan@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2017-10-19maintainers: Update with available team membersSaul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2017-10-17lttng-modules: also apply patch if linux-intel-rt is preferred kernelCalifornia Sullivan
We never hit this because we're usually only building core-image-rt with the -rt kernel. Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
2017-10-17linux-intel/4.9: Update kernel SRCREVs for v4.9.56California Sullivan
This patch incorporates changes from v4.9.48 to v4.9.56 of the stable branch. Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
2017-10-17CHANGELOG: Add major rocko changesCalifornia Sullivan
Adds entries for backport-iwlwifi, ixgbe, secureboot, Yocto Project compatibility, QAT, and DPDK. Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
2017-10-17documentation: add Secure Boot informationCalifornia Sullivan
Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
2017-10-13linux-intel/4.9: Update kernel SRCREVsCalifornia Sullivan
Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
2017-10-11linux-intel: SRCREV updates for kernel and cacheSaul Wold
This updates the kernel to address an issue with x86-32 and adds some kernel common-pc changes. Signed-off-by: Saul Wold <sgw@linux.intel.com>
2017-10-09ixgbevf: skip host depmodsweeaun
Depmod during do_install is irrelevant when cross-compiling. Remove the depmod steps during do_install. Signed-off-by: sweeaun <swee.aun.khor@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2017-10-09ixgbe: skip host depmodsweeaun
Depmod during do_install is irrelevant when cross-compiling. Remove the depmod steps during do_install. Signed-off-by: sweeaun <swee.aun.khor@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2017-10-09add .gitignoreMikko Ylinen
oe-selftest leaves python bytecode around for the selftests it has found making git status dirty. Add .gitignore that hides those files from git. While we're at it, ignore some other common patterns too. Signed-off-by: Mikko Ylinen <mikko.ylinen@linux.intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2017-09-28backport-iwlwifi: Fix version check for Intel Production KernelSaul Wold
This patch is only used with the Intel Production kernel as it has a back port of the HRTimer code which iwlwifi uses so modify the kernel version check. Signed-off-by: Saul Wold <sgw@linux.intel.com>
2017-09-28linux-firmware: remove bbappendCalifornia Sullivan
With the SRCREV bump in OE-core, all the firmware bits we need are already included so we don't need this anymore. Signed-off-by: California Sullivan <california.l.sullivan@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2017-09-28backport-iwlwifi: comment about firmware requirementsCalifornia Sullivan
Its important to keep backport-iwlwifi in sync with the proper firmware, otherwise it may stop working with no immediately obvious cause. Signed-off-by: California Sullivan <california.l.sullivan@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2017-09-28backport-iwlwifi: don't use AUTOREVCalifornia Sullivan
Instead, pin to the latest commit in the release branch. Signed-off-by: California Sullivan <california.l.sullivan@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2017-09-27meta-intel.inc: Use grub-efi for x32Saul Wold
Use the new x86-x32 override to set the EFI_PROVIDER to grub-efi which can build without any external libraries, thus just build in 64bit mode without x32 libraries. Signed-off-by: Saul Wold <sgw@linux.intel.com>
2017-09-26meta-qat: Move to independant meta-intel-qat layerSaul Wold
The Quick Assist Software is specific to certain Intel hardware and not needed by all, it should be a standalone additional software layer and not part of the core Intel (meta-intel) BSP. This is done in part for better Yocto Project Layer Compatibility Signed-off-by: Saul Wold <sgw@linux.intel.com>
2017-09-26meta-dpdk: Move to independant layerSaul Wold
DPDK is now a Linux Foundation project and as such not completely Intel based, therefore move this to it's own layer so that others can use. Signed-off-by: Saul Wold <sgw@linux.intel.com>
2017-09-26meta-*/layer.conf: Add LAYERDEPENDSSaul Wold
This adds the missing LAYERDEPENDS as appropriate Signed-off-by: Saul Wold <sgw@linux.intel.com>
2017-09-26linux-intel/4.9: Update both SRCREVsCalifornia Sullivan
linux-intel change summary: * Revert "x86/acpi: Restore the order of CPU IDs" * Bluetooth driver fix * DRM update yocto-kernel-cache change summary: * Fix warnings with core2-32 * Add BRCFMAC_PCIE to support some broadcomm wifi drivers Signed-off-by: California Sullivan <california.l.sullivan@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
2017-09-26README*: Updates pyro -> rockoSaul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2017-09-26lttng-modules: Add patch for API ChangeSaul Wold
There was a patch back-ported into the linux-intel kernel that also requires a patch to lttng-modules for the updated API. Signed-off-by: Saul Wold <sgw@linux.intel.com>