summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* CHANGELOG: Add major rocko changesCalifornia Sullivan2017-10-171-0/+44
| | | | | | | Adds entries for backport-iwlwifi, ixgbe, secureboot, Yocto Project compatibility, QAT, and DPDK. Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
* documentation: add Secure Boot informationCalifornia Sullivan2017-10-171-0/+38
| | | | Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
* linux-intel/4.9: Update kernel SRCREVsCalifornia Sullivan2017-10-132-2/+2
| | | | Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
* linux-intel: SRCREV updates for kernel and cacheSaul Wold2017-10-112-4/+4
| | | | | | | 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>
* ixgbevf: skip host depmodsweeaun2017-10-092-3/+36
| | | | | | | | 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>
* ixgbe: skip host depmodsweeaun2017-10-092-2/+35
| | | | | | | | 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>
* add .gitignoreMikko Ylinen2017-10-091-0/+6
| | | | | | | | | | | 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>
* backport-iwlwifi: Fix version check for Intel Production KernelSaul Wold2017-09-282-3/+96
| | | | | | | 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>
* linux-firmware: remove bbappendCalifornia Sullivan2017-09-281-23/+0
| | | | | | | | 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>
* backport-iwlwifi: comment about firmware requirementsCalifornia Sullivan2017-09-281-2/+10
| | | | | | | | 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>
* backport-iwlwifi: don't use AUTOREVCalifornia Sullivan2017-09-281-1/+1
| | | | | | | 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>
* meta-intel.inc: Use grub-efi for x32Saul Wold2017-09-271-0/+1
| | | | | | | | 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>
* meta-qat: Move to independant meta-intel-qat layerSaul Wold2017-09-2633-6842/+0
| | | | | | | | | | 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>
* meta-dpdk: Move to independant layerSaul Wold2017-09-2621-949/+0
| | | | | | | | 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>
* meta-*/layer.conf: Add LAYERDEPENDSSaul Wold2017-09-264-0/+8
| | | | | | This adds the missing LAYERDEPENDS as appropriate Signed-off-by: Saul Wold <sgw@linux.intel.com>
* linux-intel/4.9: Update both SRCREVsCalifornia Sullivan2017-09-262-4/+4
| | | | | | | | | | | | | | 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>
* README*: Updates pyro -> rockoSaul Wold2017-09-263-3/+3
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* lttng-modules: Add patch for API ChangeSaul Wold2017-09-262-0/+45
| | | | | | | 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>
* qat: Move BSP specific configurations from recipes to machine.confMark Hatle2017-09-254-3/+8
| | | | | | | | | | | | The COMPATIBLE_MACHINE entry for qat recipes is set to 'null'. This will prevent arbitrary machines from trying to use the qat functionality. A compatible MACHINE must define itself as such for the qat recipes. Embedding BSP specific knowledge into the recipe will cause the recipe to slowly get out of date. Signed-off-by: Mark Hatle <mark.hatle@windriver.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
* dpdk: Move BSP specific configurations from recipes to machine.confMark Hatle2017-09-253-12/+16
| | | | | | | | | | | | | The COMPATIBLE_MACHINE entry for dpdk recipes is set to 'null'. This will prevent arbitrary machines from trying to use the dpdk functionality. A compatible MACHINE must define itself as such for the dpdk recipes. Also the BSP aware target machine was similarly moved to the BSP. Embedding BSP specific knowledge into the recipe will cause the recipe to slowly get out of date. Signed-off-by: Mark Hatle <mark.hatle@windriver.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
* Move dpdk and qat components to meta-dpdk and meta-qatMark Hatle2017-09-2556-7/+261
| | | | | | | | | | | | | | | | | | meta-dpdk / meta-qat: * Move content from meta-intel/common * Create new basic README/LICENSE files from meta-intel * Create new layer.conf files * Fill out the maintainers files meta-intel: * update the maintainers files * bump the meta-intel layer version * add layer recommend No other content changes made in this commit. Signed-off-by: Mark Hatle <mark.hatle@windriver.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
* libyami: use git clone instead of unstable tarballRoss Burton2017-09-182-7/+7
| | | | | | | | | | | | | GitHub has confirmed that the /archive/ tarballs that are generated on demand from git tags are not persistant and can change over time. This is no longer an academic problem as this has been observed occuring. libyami doesn't have any official maintainer-generated tarballs, so switch to fetching over git. Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
* thermald: use git clone instead of unstable tarballRoss Burton2017-09-181-5/+3
| | | | | | | | | | | | | GitHub has confirmed that the /archive/ tarballs that are generated on demand from git tags are not persistant and can change over time. This is no longer an academic problem as this has been observed occuring. thermald doesn't have any official maintainer-generated tarballs, so switch to fetching over git. Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
* core-image-tiny: Provide a new image recipe for poky-tiny that boots from RAMAlejandro Hernandez2017-09-154-22/+40
| | | | | | | | This new image recipe creates an image from the artifacts obtained after building core-image-tiny-initramfs, it boots directly to a tiny rootfs provided by initrd Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com>
* linux-intel: Bump SRCREV - CVE-2017-1000251Saul Wold2017-09-152-4/+4
| | | | | | | Also includes: Audio Updates Signed-off-by: Saul Wold <sgw@linux.intel.com>
* linux-yocto/4.4: update to 4.4.87 and fix CVE-2017-1000251California Sullivan2017-09-153-15/+15
| | | | | | | | Includes stable updates from v4.4.77 to v4.4.87, and adds the fix to the recently disclosed Bluetooth vulnerability. Signed-off-by: California Sullivan <california.l.sullivan@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
* initramfs-live-install-efi bbappend: Fix Yocto Project compatibilityCalifornia Sullivan2017-09-121-1/+1
| | | | | | | | FILESEXTRAPATHS was being added to unconditionally. Use the intel-x86-common MACHINEOVERRIDE to fix the issue. Signed-off-by: California Sullivan <california.l.sullivan@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
* ovmf_%.bbappend: Fix Yocto Project compatibility issueCalifornia Sullivan2017-09-121-1/+1
| | | | | | | | FILESEXTRAPATHS was being added to unconditionally. Use the intel-x86-common MACHINEOVERRIDE instead. Signed-off-by: California Sullivan <california.l.sullivan@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
* cryptodev-module_%.bbappend: fix Yocto Project compatibility issueCalifornia Sullivan2017-09-121-1/+1
| | | | | | | | FILESEXTRAPATHS was being being added to globally. Fix by using the intel-x86-common MACHINEOVERRIDE. Signed-off-by: California Sullivan <california.l.sullivan@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
* formfactor_0.0.bbappend: fix Yocto Project compatibility issueCalifornia Sullivan2017-09-121-1/+1
| | | | | | | | FILESEXTRAPATHS was being set globally. Use the intel-x86-common MACHINEOVERRIDE to fix this issue. Signed-off-by: California Sullivan <california.l.sullivan@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
* systemd-boot: fix Yocto Project compatibility issueCalifornia Sullivan2017-09-121-3/+3
| | | | | | | | do_compile and do_deploy were being appended to unconditionally. Fix the issue by using the intel-x86-common MACHINEOVERRIDE. Signed-off-by: California Sullivan <california.l.sullivan@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
* linux-yocto: fix Yocto Project Compatibility issuesCalifornia Sullivan2017-09-127-7/+7
| | | | | | | | FILESEXTRAPATHS was being set globally for every linux-yocto recipe. Use the intel-x86-common MACHINEOVERRIDE on each to fix the issue. Signed-off-by: California Sullivan <california.l.sullivan@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
* linux-firware_%.bbappend: multiple fixesCalifornia Sullivan2017-09-121-5/+7
| | | | | | | | | | | | | | Fix yocto project compatibility issue: was using raw _appends, without a machineoverride. Fix not pinning to a specific commit ID. The firmware could be updated, which would change the hash and break the build temporarily. Fix naming. There are several similarly named firmware blobs (e.g., iwlwifi-8265-31) so not using the real name of the blob was confusing. Signed-off-by: California Sullivan <california.l.sullivan@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
* linux-intel: SRCREV Updates to 4.9.47Saul Wold2017-09-123-5/+5
| | | | | | | This updates the kernel cache srcrev to HEAD with a version update tag The RT kernel is updated to RT patch 4.9.47-rt37 Signed-off-by: Saul Wold <sgw@linux.intel.com>
* recipes-kernel/linux: Add linux-yocto 4.12 bbappendsCalifornia Sullivan2017-09-113-0/+53
| | | | | | | | | Like the last few releases, just float on OE-core's SRCREVs. There is no reason the linux-yocto 4.12 kernel shouldn't work on our hardware, and in my quick testing, it does. Signed-off-by: California Sullivan <california.l.sullivan@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
* dpdk: return 'default' instead of empty stringSaul Wold2017-09-081-1/+1
| | | | | | | | Since it's possible for other BSPs to also use the DPDK, this can allow that BSP to be repsonsible for handling it if there is a more optimized version. Signed-off-by: Saul Wold <sgw@linux.intel.com>
* intel-common-pkgarch: fix iwlwifi rename and add ixgbeSaul Wold2017-09-051-1/+3
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* rmc: Add -fno-stack-protectorKhem Raj2017-09-052-0/+2
| | | | | | | | | | Some toolchains may have configured itself with ssp in such cases just removing -fstack-protector-strong is not enough to disable ssp, additionally disabling it on cmdline is required too Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
* linux-intel.inc: remove iwlwifi depends and rms8.0-rocko-2.4_M3California Sullivan2017-09-011-8/+0
| | | | | | | | | | Now that the backport-iwlwifi packages play nicely with the normal modules we don't need to remove their files. Also we discovered that backport-iwlwifi breaks non-Intel wifi, so only have it as an option rather than the default. Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
* backport-iwlwifi: Add KERNEL_MODULE_PACKAGE_PREFIXCalifornia Sullivan2017-08-311-0/+3
| | | | | | This lets it live alongside regular kernel modules. Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
* iwlwifi: rename to backport-iwlwifiCalifornia Sullivan2017-08-313-0/+0
| | | | | | This is the proper name of the repo. Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
* ixgbe upgrade to version 5.1.3Syed Johan Arif Bin Syed Mohamad Fauzi2017-08-305-0/+182
| | | | | Signed-off-by: Syed Johan Arif Bin Syed Mohamad Fauzi <syed.johan.arif.syed.mohamad.fauzi@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
* linux-intel: Update both SRCREVsSaul Wold2017-08-302-4/+4
| | | | | | | | | | | | | | This updates the meta SRCREV to include the following fixes: 1341c53 Mikko Ylinen intel-common: disable ixgbe modules 6514df4 Mikko Ylinen ktypes/standard: enable CONFIG_CRYPTO_CCM and GCM ad71574 Mikko Ylinen skylake/audio: enable CONFIG_CRC8 to build soundwire driver 0dd1939 Bruce Ashfield wifi: drop BRCMFMAC_PROTO_MSGBUF, since it is selected And both the kernel SRCREV to included some patches including: core: x86/acpi: Restore the order of CPU IDs Signed-off-by: Saul Wold <sgw@linux.intel.com>
* linux-intel: blacklist snd-soc-skl moduleMikko Ylinen2017-08-301-0/+3
| | | | | | | | | | | | | | | | | | snd-soc-skl module init fails with an error: snd_soc_skl 0000:00:0e.0: ipc: set large config fail, err: -110 but the module remains loaded. An alternative driver 'snd-hda-intel' is also loaded but snd-soc-skl is "used". The end result is soundcards are missing (due to the failure) on, e.g., Intel 570x/Joule. As snd-soc-skl is known to be problematic, let's blacklist that and prefer snd-hda-intel to get audio working. Signed-off-by: Mikko Ylinen <mikko.ylinen@linux.intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
* Add secureboot selftestsCalifornia Sullivan2017-08-301-0/+176
| | | | | | | | | | | | | | | | | | | | | | | | | | This was based on the secureboot selftests in meta-refkit: https://github.com/intel/intel-iot-refkit/blob/3bf04941a3a150ed86d8ae61366ae3a19443a600/meta-refkit/lib/oeqa/selftest/cases/secureboot.py It had to be modified a bit to work in meta-intel, as we can't depend on efivar which resides in meta-openembedded. Instead, in order to test that secureboot is enabled, we first try to boot with an unsigned, then image signed with incorrect keys, and search for a "Security Violation" error message in each log. If the image booted successfully or that error did not occur, something went wrong and the third test becomes invalid. The third test is simply booting an image that is signed with the enrolled keys, getting to a login screen and running a simple command. Note that these tests can be quite time consuming, as we have to wait for the first two tests to timeout, and the timeout values have to be somewhat high as it sometimes takes a while for the ovmf firmware to come up. Original work by Mikko Ylinen and Patrick Ohly. Signed-off-by: California Sullivan <california.l.sullivan@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
* recipes-selftest: add images for use in secureboot selftestsCalifornia Sullivan2017-08-306-0/+118
| | | | | | | | | | | | This patch adds two image recipes and several keys for use in secureboot selftests. One image is an unsigned comboapp with a startup.nsh file calling bootx64.efi. The other is a comboapp image signed with the refkit keys by default. These are the same keys enrolled in the ovmf firmware. Also included is another set of keys to sign the image with that do not match the ovmf firmware's enrolled keys. Signed-off-by: California Sullivan <california.l.sullivan@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
* ovmf: add secureboot bits from refkitCalifornia Sullivan2017-08-303-0/+124
| | | | | | | | | | | This patch adds a couple secureboot elements to ovmf that originated from refkit. It includes a patch that adds a certificate to the ovmf's enrolled keys, and an image recipe which calls the enrollkeys app. Original work by Mikko Ylinen and Patrick Ohly. Signed-off-by: California Sullivan <california.l.sullivan@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
* linux-intel: Seperate SRC_URI into Kernel and ConfigSaul Wold2017-08-301-2/+7
| | | | | | | This allows for setting a different kernel config URI without having to completely reset the main SRC_URI for the kernel also. Signed-off-by: Saul Wold <sgw@linux.intel.com>
* lms: use sh instead of bash in notifyDesktop.shCalifornia Sullivan2017-08-231-1/+1
| | | | | | | | | | | | | | | | | | | | A recent update to OE-core revealed the missing runtime dependency: ERROR: lms8-8.0.0-7-r0 do_package_qa: QA Issue: /usr/bin/notifyDesktop.sh contained in package lms8 requires /bin/bash, but no providers found in RDEPENDS_lms8? [file-rdeps] But it turns out that notifyDesktop doesn't actually require bash: $ checkbashisms.pl notifyDesktop.sh could not find any possible bashisms in bash script notifyDesktop.sh So just change the shebang line to /bin/sh. Signed-off-by: California Sullivan <california.l.sullivan@intel.com> CC: mikko.ylinen@linux.intel.com CC: anand.vastrad@intel.com Signed-off-by: Saul Wold <sgw@linux.intel.com>
* linux-intel: Update SRCREVSaul Wold2017-08-233-3/+3
| | | | | | Fixes CVE-2017-1000112 Signed-off-by: Saul Wold <sgw@linux.intel.com>