Re: [meta-intel] Atom E3826 storage that survives over reboot

2019-01-23 Thread California Sullivan
Its really grub vs systemd-boot in this case. systemd-boot is just a bootloader, and it can be used without systemd. Thanks, Cal On 1/23/19 3:28 AM, Teemu K wrote: On Tue, Jan 22, 2019 at 1:44 PM Mittal, Anuj wrote: -Original Message- From: meta-intel-boun...@yoctoproject.org [mai

[meta-intel] [PATCH] linux-intel/4.9: update to v4.9.84

2018-05-14 Thread California Sullivan
Also the preempt-rt kernel updates to the -rt62 patchset. Signed-off-by: California Sullivan --- recipes-kernel/linux/linux-intel-rt_4.9.bb | 4 ++-- recipes-kernel/linux/linux-intel_4.9.bb| 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/recipes-kernel/linux/linux

[meta-intel] [PATCH 1/2] linux-intel-rt/4.14: update to v4.14.34

2018-05-03 Thread California Sullivan
Also updates preempt-rt patchset to -rt27. Change from branch 4.14/yocto/base-rt to 4.14/base-rt. This is only cosmetic, the branches are exactly the same. Signed-off-by: California Sullivan (cherry picked from commit 85a301575da7e9b76815b363087d93fbbeb1f6e8) Signed-off-by: California Sullivan

[meta-intel] [PATCH 2/2] linux-intel/4.14: update to v4.14.35

2018-05-03 Thread California Sullivan
Also change from branch 4.14/yocto/base-rt to 4.14/base-rt. This is only cosmetic, the branches are exactly the same. Signed-off-by: California Sullivan (cherry picked from commit a82a0874d2149d720c9a39f333a1688d5bbe7a7c) Signed-off-by: California Sullivan --- common/recipes-kernel/linux/linux

[meta-intel] [PATCH 2/2] linux-intel/4.14: update to v4.14.35

2018-04-26 Thread California Sullivan
Also change from branch 4.14/yocto/base-rt to 4.14/base-rt. This is only cosmetic, the branches are exactly the same. Signed-off-by: California Sullivan --- recipes-kernel/linux/linux-intel_4.14.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes-kernel/linux

[meta-intel] [PATCH 1/2] linux-intel-rt/4.14: update to v4.14.34

2018-04-26 Thread California Sullivan
Also updates preempt-rt patchset to -rt27. Change from branch 4.14/yocto/base-rt to 4.14/base-rt. This is only cosmetic, the branches are exactly the same. Signed-off-by: California Sullivan --- recipes-kernel/linux/linux-intel-rt_4.14.bb | 6 +++--- 1 file changed, 3 insertions(+), 3

[meta-intel] [rocko][PATCH 2/4] wic: add systemd-bootdisk-microcode.wks

2018-04-17 Thread California Sullivan
Add wic kickstart file that includes microcode as an initrd for early update support. Signed-off-by: California Sullivan (cherry picked from commit 4471c6835a59d1e5c70f0ddcb27e1e9913273ff0) Signed-off-by: California Sullivan --- wic/systemd-bootdisk-microcode.wks | 13 + 1 file

[meta-intel] [rocko][PATCH 4/4] conf/machine/intel-corei7-64.conf: remove DPDK_TARGET_MACHINE

2018-04-17 Thread California Sullivan
"atm" wasn't a real target and breaks the dpdk build now that the TARGET_MACHINE selection is fixed. Just allow it to default since that's what it effectively got before. Signed-off-by: California Sullivan (cherry picked from commit d5699efd24fd6ac2476c0dbe1d733f40ea4

[meta-intel] [rocko][PATCH 3/4] conf/machine/intel-core*: use systemd-bootdisk-microcode.wks by default

2018-04-17 Thread California Sullivan
This allows early boot microcode updates by default. Since microcode is needed, we also add intel-microcode to WKS_FILE_DEPENDS. Signed-off-by: California Sullivan (cherry picked from commit e84508f1ba16a67455e336b6d8f16155299784b6) Signed-off-by: California Sullivan --- conf/machine/intel

[meta-intel] [rocko][PATCH 1/4] conf/machine/intel-*: remove do_image_wic depends

2018-04-17 Thread California Sullivan
From: Anuj Mittal These dependencies on native tools needed by wic images have already been added by image_types_wic bbclass. Appending here results in same dependencies being added twice. Signed-off-by: Anuj Mittal Signed-off-by: California Sullivan (cherry picked from commit

[meta-intel] [PATCH] conf/machine/intel-corei7-64.conf: remove DPDK_TARGET_MACHINE

2018-04-16 Thread California Sullivan
"atm" wasn't a real target and breaks the dpdk build now that the TARGET_MACHINE selection is fixed. Just allow it to default since that's what it effectively got before. Signed-off-by: California Sullivan --- Hi Kevin, Was wondering if this was alright or whether you

[meta-intel] [pyro][PATCH] linux-intel/4.9: Update to v4.9.81

2018-04-13 Thread California Sullivan
Brings in changes from linux-stable up to v4.9.81. Due to refactoring in later versions of the recipe, a clean backport isn't possible. Instead, just update to the same SRCREVs manually. Mirrors commit "e5e3fe42 linux-intel/4.9: Update to v4.9.81" upstream. Signed-off-by: Cali

[meta-intel] [PATCH] README: update bitbake and OE-core requirements

2018-04-13 Thread California Sullivan
OE-core sumo currently uses bitbake 1.37. Signed-off-by: California Sullivan --- README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index b6278770..ec1a5174 100644 --- a/README +++ b/README @@ -21,11 +21,11 @@ Dependencies This layer depends on

[meta-intel] [PATCH][rocko] README: update bitbake requirements

2018-04-13 Thread California Sullivan
Yocto 2.4.1 and 2.4.2 use this version. We should match that. Signed-off-by: California Sullivan --- This patch is going directly to rocko branch because master is updating to 1.37 and it would be silly to update the same field in two consecutive commits. README | 2 +- 1 file changed, 1

[meta-intel] [PATCH 2/2] conf/machine/intel-core*: use systemd-bootdisk-microcode.wks by default

2018-04-13 Thread California Sullivan
This allows early boot microcode updates by default. Since microcode is needed, we also add intel-microcode to WKS_FILE_DEPENDS. Signed-off-by: California Sullivan --- conf/machine/intel-core2-32.conf | 3 ++- conf/machine/intel-corei7-64.conf | 3 ++- 2 files changed, 4 insertions(+), 2

[meta-intel] [PATCH 1/2] wic: add systemd-bootdisk-microcode.wks

2018-04-13 Thread California Sullivan
Add wic kickstart file that includes microcode as an initrd for early update support. Signed-off-by: California Sullivan --- wic/systemd-bootdisk-microcode.wks | 13 + 1 file changed, 13 insertions(+) create mode 100644 wic/systemd-bootdisk-microcode.wks diff --git a/wic/systemd

[meta-intel] [rocko][PATCH 8/8] linux-intel-rt_4.14: update to latest 4.14.29 commit

2018-04-12 Thread California Sullivan
No stable update, but the following patches are applied: 12bddcf trusty: add RAX into clobber list of inline asm for ACRN e5e8760 trusty: Update macro SMC_FC_GET_WALL_SIZE from 12 to 20 4029aa7 Revert "REVERTME disable user mode non-root access to the eBPF JIT" Signed-off-by: Californi

[meta-intel] [rocko][PATCH 3/8] linux-intel_4.14: bump to v4.14.30

2018-04-12 Thread California Sullivan
Update SRCREVs from v4.14.26 to v4.14.30. Signed-off-by: California Sullivan (cherry picked from commit 134491faadd93bd9cf1e89d33d9665516dde6e0d) Signed-off-by: California Sullivan --- common/recipes-kernel/linux/linux-intel_4.14.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions

[meta-intel] [rocko][PATCH 6/8] linux-intel/4.9: update to v4.9.84

2018-04-12 Thread California Sullivan
Update from v4.9.81 stable to v4.9.84 stable. Signed-off-by: California Sullivan (cherry picked from commit 5d436f7feebff438c78bbf115bb7eeea85ca15e8) Signed-off-by: California Sullivan --- common/recipes-kernel/linux/linux-intel-rt_4.9.bb | 4 ++-- common/recipes-kernel/linux/linux-intel_4.9

[meta-intel] [rocko][PATCH 4/8] linux-intel-rt_4.14: bump to v4.14.29

2018-04-12 Thread California Sullivan
Update from v4.14.24 to v4.14.29. Signed-off-by: California Sullivan (cherry picked from commit 6bc21028a5eedf81dd560ff1579d56fafe55ad24) Signed-off-by: California Sullivan --- common/recipes-kernel/linux/linux-intel-rt_4.14.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff

[meta-intel] [rocko][PATCH 7/8] linux-yocto-4.14: update to v4.14.33

2018-04-12 Thread California Sullivan
Updates from v4.14.30 stable to v4.14.33 stable. Signed-off-by: California Sullivan (cherry picked from commit 1737197e0280477c866274343dfccc0cd3650e9b) Signed-off-by: California Sullivan --- common/recipes-kernel/linux/linux-intel_4.14.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions

[meta-intel] [rocko][PATCH 5/8] intel-microcode: update to version 20180312

2018-04-12 Thread California Sullivan
The LIC_FILES_CHKSUM also needed to be updated, as the copyright added the year 2018. Signed-off-by: California Sullivan (cherry-picked from commit 43444c01b9eabbb474edbff42ee7120ca8c3a159) Signed-off-by: California Sullivan --- .../{intel-microcode_20171117.bb => intel-microcode_20180312

[meta-intel] [rocko][PATCH 2/8] linux-intel-rt_4.14: update to v4.14.24

2018-04-12 Thread California Sullivan
This update brings in changes from v4.14.19 up to v4.14.24. Signed-off-by: California Sullivan (cherry picked from commit 11c2d33606669ab77467c040b5f45a6e3e188dd8) Signed-off-by: California Sullivan --- common/recipes-kernel/linux/linux-intel-rt_4.14.bb | 4 ++-- 1 file changed, 2 insertions

[meta-intel] [rocko][PATCH 0/8] backports for rocko

2018-04-12 Thread California Sullivan
Kernel + microcode updates for rocko branch. Note that the final three patches assume no additional changes are needed before merging to master. California Sullivan (8): linux-intel_4.14: update to v4.14.26 linux-intel-rt_4.14: update to v4.14.24 linux-intel_4.14: bump to v4.14.30 linux

[meta-intel] [rocko][PATCH 1/8] linux-intel_4.14: update to v4.14.26

2018-04-12 Thread California Sullivan
This update brings in changes from v4.14.19 up to v4.14.26. Signed-off-by: California Sullivan (cherry picked from commit c074fbeeb63b8159a5c5a208db2e90372183d561) Signed-off-by: California Sullivan --- common/recipes-kernel/linux/linux-intel_4.14.bb | 4 ++-- 1 file changed, 2 insertions

[meta-intel] [PATCH 3/3] linux-intel-rt_4.14: update to latest 4.14.29 commit

2018-04-12 Thread California Sullivan
No stable update, but the following patches are applied: 12bddcf trusty: add RAX into clobber list of inline asm for ACRN e5e8760 trusty: Update macro SMC_FC_GET_WALL_SIZE from 12 to 20 4029aa7 Revert "REVERTME disable user mode non-root access to the eBPF JIT" Signed-off-by: Californi

[meta-intel] [PATCH 1/3] linux-intel/4.9: update to v4.9.84

2018-04-12 Thread California Sullivan
Update from v4.9.81 stable to v4.9.84 stable. Signed-off-by: California Sullivan --- recipes-kernel/linux/linux-intel-rt_4.9.bb | 4 ++-- recipes-kernel/linux/linux-intel_4.9.bb| 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/recipes-kernel/linux/linux-intel-rt_4.9

[meta-intel] [PATCH 2/3] linux-yocto-4.14: update to v4.14.33

2018-04-12 Thread California Sullivan
Updates from v4.14.30 stable to v4.14.33 stable. Signed-off-by: California Sullivan --- recipes-kernel/linux/linux-intel_4.14.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-kernel/linux/linux-intel_4.14.bb b/recipes-kernel/linux/linux-intel_4.14.bb index

[meta-intel] [meta-dpdk][PATCH] dpdk: remove dpdk-16.04-Fix-for-misleading-indentation-error.patch

2018-04-09 Thread California Sullivan
Upstream fixed the misleading indentation so this patch is no longer necessary. Signed-off-by: California Sullivan --- recipes-extended/dpdk/dpdk.inc | 1 - ...6.04-Fix-for-misleading-indentation-error.patch | 54 -- 2 files changed, 55 deletions

[meta-intel] [PATCH 1/2] ixgbe: update to v5.3.6

2018-04-06 Thread California Sullivan
Also remove the python snippet limiting it to pre-4.14 kernels, as the new version is compatible. Signed-off-by: California Sullivan --- recipes-kernel/intel-ethernet/ixgbe.bb | 15 +++ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/recipes-kernel/intel-ethernet

[meta-intel] [PATCH 2/2] ixgbevf: update to v4.3.4

2018-04-06 Thread California Sullivan
Also remove the python snippet limiting it to pre-4.14 kernels, as the new version is compatible. Signed-off-by: California Sullivan --- recipes-kernel/intel-ethernet/ixgbevf.bb | 15 +++ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/recipes-kernel/intel-ethernet

[meta-intel] [PATCH 1/5] recipes-kernel/linux: add meta-intel-compat-kernel.inc file

2018-04-06 Thread California Sullivan
These are common settings for any meta-intel compatible kernel. It sets things like COMPATIBLE_MACHINE, default module autoload settings, the correct KMACHINE for the chosen MACHINE, and adds any KERNEL_FEATURES that have been added to KERNEL_FEATURES_INTEL_COMMON. Signed-off-by: California

[meta-intel] [PATCH 3/5] linux-yocto/4.14: add bbappends

2018-04-06 Thread California Sullivan
Add meta-intel-compat-kernel.inc, which sets the necessary fields. Like the previous two releases, we will be floating on OE-core's SRCREVs, with linux-intel being the well-tested kernel. Signed-off-by: California Sullivan --- recipes-kernel/linux/linux-yocto-rt_4.14.bbappend | 1 + re

[meta-intel] [PATCH 4/5] linux-yocto/4.15: add bbappends

2018-04-06 Thread California Sullivan
Add meta-intel-compat-kernel.inc, which sets the necessary fields. Like the previous two releases, we will be floating on OE-core's SRCREVs, with linux-intel being the well-tested kernel. Signed-off-by: California Sullivan --- recipes-kernel/linux/linux-yocto-rt_4.15.bbappend | 1 + re

[meta-intel] [PATCH 2/5] linux-yocto/4.12: use meta-intel-compat-kernel.inc instead

2018-04-06 Thread California Sullivan
This sets all the necessary variables. The -rt kernel gains some AUTOLOAD settings, which is fine and should have been the case in the first place. Signed-off-by: California Sullivan --- recipes-kernel/linux/linux-yocto-rt_4.12.bbappend | 10 +- recipes-kernel/linux/linux-yocto_4.12

[meta-intel] [PATCH 5/5] linux-intel.inc: use meta-intel-compat-kernel.inc

2018-04-06 Thread California Sullivan
And simplify the recipe a bit. Signed-off-by: California Sullivan --- recipes-kernel/linux/linux-intel.inc | 17 +++-- 1 file changed, 3 insertions(+), 14 deletions(-) diff --git a/recipes-kernel/linux/linux-intel.inc b/recipes-kernel/linux/linux-intel.inc index 0b9e617a..2525c70d

[meta-intel] [PATCH] layer.conf: update LAYERSERIES_COMPAT variable

2018-04-06 Thread California Sullivan
We are compatible with sumo and no longer compatible with rocko. Signed-off-by: California Sullivan --- conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/layer.conf b/conf/layer.conf index 2063112a..29a0f389 100644 --- a/conf/layer.conf +++ b/conf

[meta-intel] [PATCH 1/2] intel-common-pkgarch.inc: add to MACHINEOVERRIDES in machine confs instead

2018-04-05 Thread California Sullivan
This provides a stable override to anything that inherits those MACHINE conf files. One example where this was problematic previously is with x32 support. Signed-off-by: California Sullivan --- This patch could use a review to make sure I'm not overlooking anything. The only time th

[meta-intel] [PATCH 2/2] linux-yocto_%.bbappend: remove

2018-04-05 Thread California Sullivan
This was a workaround to the x32 configuration getting a different MACHINEOVERRIDES than the normal intel-corei7-64 setup. With the MACHINEOVERRIDES setting moved to the machine conf, this is no longer necessary. Signed-off-by: California Sullivan --- recipes-kernel/linux/linux-yocto_%.bbappend

[meta-intel] [meta-dpdk][PATCH v2] dpdk.inc: fix missing numa.h by disabling NUMA options by default

2018-04-03 Thread California Sullivan
Otherwise we get this: | dpdk-18.02/lib/librte_eal/linuxapp/eal/eal_memory.c:27:10: fatal error: numa.h: No such file or directory | #include | ^~~~ | compilation terminated. Use PACKAGECONFIG to optionally enable the numa option. Signed-off-by: California Sullivan --- v2

[meta-intel] [meta-dpdk][PATCH] dpdk.inc: fix missing numa.h by disabling NUMA options by default

2018-03-30 Thread California Sullivan
Otherwise we get this: | dpdk-18.02/lib/librte_eal/linuxapp/eal/eal_memory.c:27:10: fatal error: numa.h: No such file or directory | #include | ^~~~ | compilation terminated. Signed-off-by: California Sullivan --- Based on top of Awais's patch "dpdk: upgrade to 18.02&

[meta-intel] [PATCH 1/2] linux-intel_4.14: bump to v4.14.30

2018-03-29 Thread California Sullivan
Update SRCREVs from v4.14.26 to v4.14.30. Signed-off-by: California Sullivan --- recipes-kernel/linux/linux-intel_4.14.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-kernel/linux/linux-intel_4.14.bb b/recipes-kernel/linux/linux-intel_4.14.bb index b4588d9d

[meta-intel] [PATCH 2/2] linux-intel-rt_4.14: bump to v4.14.29

2018-03-29 Thread California Sullivan
Update from v4.14.24 to v4.14.29. Signed-off-by: California Sullivan --- recipes-kernel/linux/linux-intel-rt_4.14.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-kernel/linux/linux-intel-rt_4.14.bb b/recipes-kernel/linux/linux-intel-rt_4.14.bb index 0e62a433

[meta-intel] [PATCH v2 3/3] rmc-db: also install to /boot/

2018-03-27 Thread California Sullivan
With the EFI image enhancements, installing to boot allows us to easily use RMC with the new wic images. Signed-off-by: California Sullivan --- * v2 change: install depends on generate_rmc_db A clean build on the AB revealed this missing dependency. recipes-bsp/rmc/rmc-db.bb | 13

[meta-intel] [PATCH] efilinux: remove

2018-03-22 Thread California Sullivan
The code hasn't been touched for over 4 years. Its also unlikely to have been used much if at all considering our previous lack of EFI boot partition support. Signed-off-by: California Sullivan --- conf/include/maintainers.inc | 1 - ...-Disable-address-of-packed-m

[meta-intel] [PATCH 3/3] rmc-db: also install to /boot/

2018-03-22 Thread California Sullivan
With the EFI image enhancements, installing to boot allows us to easily use RMC with the new wic images. Signed-off-by: California Sullivan --- recipes-bsp/rmc/rmc-db.bb | 13 + 1 file changed, 13 insertions(+) diff --git a/recipes-bsp/rmc/rmc-db.bb b/recipes-bsp/rmc/rmc-db.bb

[meta-intel] [PATCH 2/3] systemd-boot/rmc-boot.inc: make it work with EFI image enhancements

2018-03-22 Thread California Sullivan
wks.in file, where previously it couldn't work with wic at all. Signed-off-by: California Sullivan --- recipes-bsp/systemd-boot/systemd-boot/rmc-boot.inc | 15 +++ 1 file changed, 15 insertions(+) diff --git a/recipes-bsp/systemd-boot/systemd-boot/rmc-boot.inc b/recipes-bsp/systemd

[meta-intel] [PATCH 1/3] systemd-boot/rmc-boot.inc: update to work with v237 and meson

2018-03-22 Thread California Sullivan
Don't commit pin, we can maintain these patches OK for now * EXTRA_OEMAKE -> EXTRA_OEMESON, and removed some superfluous options Signed-off-by: California Sullivan --- ...evert-sd-boot-stub-Obtain-PE-section-offs.patch | 46 ...Link-RMC-library-into-bootloader-and-st

[meta-intel] [PATCH 2/2] linux-intel-rt_4.14: update to v4.14.24.

2018-03-15 Thread California Sullivan
This update brings in changes from v4.14.19 up to v4.14.24. Signed-off-by: California Sullivan --- recipes-kernel/linux/linux-intel-rt_4.14.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-kernel/linux/linux-intel-rt_4.14.bb b/recipes-kernel/linux/linux-intel

[meta-intel] [PATCH 1/2] linux-intel_4.14: update to v4.14.26

2018-03-15 Thread California Sullivan
This update brings in changes from v4.14.19 up to v4.14.26. Signed-off-by: California Sullivan --- recipes-kernel/linux/linux-intel_4.14.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-kernel/linux/linux-intel_4.14.bb b/recipes-kernel/linux/linux-intel_4.14

[meta-intel] [PATCH] intel-microcode: update to version 20180312

2018-03-14 Thread California Sullivan
The LIC_FILES_CHKSUM also needed to be updated, as the copyright added the year 2018. Signed-off-by: California Sullivan --- .../{intel-microcode_20171117.bb => intel-microcode_20180312.bb} | 9 - 1 file changed, 4 insertions(+), 5 deletions(-) rename recipes-core/microcode/{in

[meta-intel] [PATCH] Revert "conf: override WKS_FILE_DEPENDS for intel machines"

2018-03-06 Thread California Sullivan
This reverts commit ab858eb989071f10f6a3796b200c6c61d42ee082. This caused no bootloader to appear in the boot partition if WKS_FILE was changed manually. Furthermore, wic wouldn't error, it would just silently ignore the missing binary. Signed-off-by: California Sullivan --- conf/machine/

[meta-intel] [rocko][PATCH] linux-intel/4.9: Update to v4.9.81

2018-02-22 Thread California Sullivan
Brings in changes from linux-stable up to v4.9.81. Signed-off-by: California Sullivan (cherry picked from commit e5e3fe42c5a0ebd6d21e1a7acb2725afd8d7693c) Signed-off-by: California Sullivan --- common/recipes-kernel/linux/linux-intel-rt_4.9.bb | 4 ++-- common/recipes-kernel/linux/linux

[meta-intel] [PATCH] linux-intel/4.9: Update to v4.9.81

2018-02-22 Thread California Sullivan
Brings in changes from linux-stable up to v4.9.81. Signed-off-by: California Sullivan --- recipes-kernel/linux/linux-intel-rt_4.9.bb | 4 ++-- recipes-kernel/linux/linux-intel_4.9.bb| 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/recipes-kernel/linux/linux-intel

[meta-intel] [pyro][PATCH 3/3] linux-intel/4.9: Update to v4.9.77

2018-02-16 Thread California Sullivan
This comprises of a kernel update from v4.9.56 to v4.9.77. Due to refactoring in later versions of the recipe, a clean backport isn't possible. Instead, just update to the same SRCREVs manually. Signed-off-by: California Sullivan --- common/recipes-kernel/linux/linux-intel-rt_4.9.b

[meta-intel] [pyro][PATCH 1/3] linux-yocto/4.4: Update to v4.4.113

2018-02-16 Thread California Sullivan
Brings in changes from stable up to v4.4.113. Signed-off-by: California Sullivan [Fixed location and for quark] (commit 63421485e6b407097f0e5739145ee78555db011a upstream) Signed-off-by: California Sullivan --- .../recipes-kernel/linux/linux-yocto-rt_4.4.bbappend | 6 +++--- .../recipes

[meta-intel] [pyro][PATCH 2/3] linux-yocto/4.1: update to v4.1.49

2018-02-16 Thread California Sullivan
Brings in stable updates up to v4.1.49. Signed-off-by: California Sullivan --- common/recipes-kernel/linux/linux-yocto-rt_4.1.bbappend | 6 +++--- common/recipes-kernel/linux/linux-yocto-tiny_4.1.bbappend | 6 +++--- common/recipes-kernel/linux/linux-yocto_4.1.bbappend | 6 +++--- 3

[meta-intel] [rocko][PATCH 2/2] linux-intel/4.14: Update to v4.14.18

2018-02-15 Thread California Sullivan
Pull in changes up to v4.14.18 from linux-stable. Also, linux-intel-rt is upgraded to the rt15 patchset. Signed-off-by: California Sullivan (cherry picked from commit a6a0dbc65eb418082b858e259253ee56be9503cf) Signed-off-by: California Sullivan --- common/recipes-kernel/linux/linux-intel

[meta-intel] [rocko][PATCH 1/2] linux-intel/4.14: change KBRANCH to 4.14 and update SRCREVs

2018-02-15 Thread California Sullivan
A named branch has now been created, so use that instead of master. Also update the cache SRCREV. No functional changes to the generated config, but the cache has been refactored to not reference unsupported platforms. Signed-off-by: California Sullivan (cherry picked from commit

[meta-intel] [PATCH 2/2] linux-intel/4.14: Update to v4.14.18

2018-02-14 Thread California Sullivan
Pull in changes up to v4.14.18 from linux-stable. Also, linux-intel-rt is upgraded to the rt15 patchset. Signed-off-by: California Sullivan --- recipes-kernel/linux/linux-intel-rt_4.14.bb | 4 ++-- recipes-kernel/linux/linux-intel_4.14.bb| 4 ++-- 2 files changed, 4 insertions(+), 4

[meta-intel] [PATCH 1/2] linux-intel/4.14: change KBRANCH to 4.14 and update SRCREVs

2018-02-14 Thread California Sullivan
A named branch has now been created, so use that instead of master. Also update the cache SRCREV. No functional changes to the generated config, but the cache has been refactored to not reference unsupported platforms. Signed-off-by: California Sullivan --- recipes-kernel/linux/linux-intel

[meta-intel] [PATCH] linux-yocto: remove 4.4, 4.9, and 4.10 bbappends

2018-02-06 Thread California Sullivan
These have been removed from OE-core. Signed-off-by: California Sullivan --- recipes-kernel/linux/linux-yocto-rt_4.10.bbappend | 9 -- recipes-kernel/linux/linux-yocto-rt_4.4.bbappend | 25 recipes-kernel/linux/linux-yocto-rt_4.9.bbappend | 9 -- .../linux/linux

[meta-intel] [PATCH] linux-intel/4.14: Update to v4.14.15

2018-02-01 Thread California Sullivan
-off-by: California Sullivan [Fixed location] (commit 83e1ac29b7dfc2c1df3d7c24bf2acef070531ae9 upstream) Signed-off-by: California Sullivan --- common/recipes-kernel/linux/linux-intel-rt_4.14.bb | 4 ++-- common/recipes-kernel/linux/linux-intel_4.14.bb| 4 ++-- 2 files changed, 4 insertions

[meta-intel] [PATCH] linux-intel/4.14: Update to v4.14.15

2018-01-31 Thread California Sullivan
-off-by: California Sullivan --- recipes-kernel/linux/linux-intel-rt_4.14.bb | 4 ++-- recipes-kernel/linux/linux-intel_4.14.bb| 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/recipes-kernel/linux/linux-intel-rt_4.14.bb b/recipes-kernel/linux/linux-intel-rt_4.14.bb

[meta-intel] [rocko][PATCH] linux-yocto/4.4: Update to v4.4.113

2018-01-30 Thread California Sullivan
Brings in changes from stable up to v4.4.113. Signed-off-by: California Sullivan [Fixed location and for quark] (commit 63421485e6b407097f0e5739145ee78555db011a upstream) Signed-off-by: California Sullivan --- .../recipes-kernel/linux/linux-yocto-rt_4.4.bbappend | 6 +++--- .../recipes

[meta-intel] [rocko][PATCH] Revert "intel-microcode: update to 20180108"

2018-01-30 Thread California Sullivan
This reverts commit d36765e74b07817e03fde2c7ee8fd0cb26d1c1a5. Its recommended that rollout of this microcode update is suspended. See here: https://newsroom.intel.com/news/root-cause-of-reboot-issue-identified-updated-guidance-for-customers-and-partners/ Signed-off-by: California Sullivan

[meta-intel] [PATCH] Revert "intel-microcode: update to 20180108"

2018-01-30 Thread California Sullivan
This reverts commit 7969d8e442bdefd8036a334ca9d9ce133272399b. Its recommended that rollout of this microcode update is suspended. See here: https://newsroom.intel.com/news/root-cause-of-reboot-issue-identified-updated-guidance-for-customers-and-partners/ Signed-off-by: California Sullivan

[meta-intel] [PATCH] linux-yocto/4.4: Update to v4.4.113

2018-01-29 Thread California Sullivan
Brings in changes from stable up to v4.4.113. Signed-off-by: California Sullivan --- recipes-kernel/linux/linux-yocto-rt_4.4.bbappend | 6 +++--- recipes-kernel/linux/linux-yocto-tiny_4.4.bbappend | 12 ++-- recipes-kernel/linux/linux-yocto_4.4.bbappend | 6 +++--- 3 files

[meta-intel] [PATCH] meta-intel.inc: use linux-intel instead of linux-yocto in -lsb

2018-01-29 Thread California Sullivan
Previously the ltsi kernel was 4.4, requiring us to use linux-yocto. It has since moved to 4.9, allowing us to use linux-intel. Signed-off-by: California Sullivan --- conf/machine/include/meta-intel.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/machine/include

[meta-intel] [rocko][PATCH] meta-intel.inc: set default version linux-intel-rt to 4.9

2018-01-29 Thread California Sullivan
Backporting the 4.14 kernel caused the default to change because we hadn't set it anywhere. This is a rocko-only change because the default preferred version is correct in master. Signed-off-by: California Sullivan --- conf/machine/include/meta-intel.inc | 1 + 1 file changed, 1 inse

[meta-intel] [rocko][PATCH 3/3] linux-intel/4.9: update to v4.9.77

2018-01-26 Thread California Sullivan
No cache changes at this time, only a stable update. Signed-off-by: California Sullivan [Fixed location] (commit 8315e1dc39433a09c622b442aedc32b343bcc9fd upstream) Signed-off-by: California Sullivan --- common/recipes-kernel/linux/linux-intel-rt_4.9.bb | 4 ++-- common/recipes-kernel/linux

[meta-intel] [rocko][PATCH 2/3] linux-intel/4.14: add preempt-rt recipe

2018-01-26 Thread California Sullivan
Adds the 4.14.12 kernel with the rt10 patches applied. Signed-off-by: California Sullivan [Fixed location] (commit f3f1be4f5af99dd76566871fa989fabc4f6b037e upstream) Signed-off-by: California Sullivan --- common/recipes-kernel/linux/linux-intel-rt_4.14.bb | 24 ++ 1 file

[meta-intel] [rocko][PATCH 1/3] linux-intel/4.14: update to v4.14.14

2018-01-26 Thread California Sullivan
No cache changes at this time, just a stable update. Signed-off-by: California Sullivan [Fixed location] (commit af420750a3098b38959dac59c08a56c22941ca2e upstream) Signed-off-by: California Sullivan --- common/recipes-kernel/linux/linux-intel_4.14.bb | 4 ++-- 1 file changed, 2 insertions

[meta-intel] [PATCH 1/2] linux-intel: fix menuconfig when host lacks ncurses

2018-01-25 Thread California Sullivan
linux-yocto has been carrying this patch for years. It allows the kernel to link with a non-host ncurses. This patch is needed for all linux-intel kernels, and that area of code is rarely changed, so maintenance of the patch should be minimal. Signed-off-by: California Sullivan --- recipes

[meta-intel] [PATCH 2/2] linux-intel/4.9: update to v4.9.77

2018-01-25 Thread California Sullivan
No cache changes at this time, only a stable update. Signed-off-by: California Sullivan --- recipes-kernel/linux/linux-intel-rt_4.9.bb | 4 ++-- recipes-kernel/linux/linux-intel_4.9.bb| 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/recipes-kernel/linux/linux-intel

[meta-intel] [PATCH 1/2] linux-intel/4.14: update to v4.14.14

2018-01-23 Thread California Sullivan
No cache changes at this time, just a stable update. Signed-off-by: California Sullivan --- recipes-kernel/linux/linux-intel_4.14.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-kernel/linux/linux-intel_4.14.bb b/recipes-kernel/linux/linux-intel_4.14.bb index

[meta-intel] [PATCH 2/2] linux-intel/4.14: add preempt-rt recipe

2018-01-23 Thread California Sullivan
Adds the 4.14.12 kernel with the rt10 patches applied. Signed-off-by: California Sullivan --- recipes-kernel/linux/linux-intel-rt_4.14.bb | 24 1 file changed, 24 insertions(+) create mode 100644 recipes-kernel/linux/linux-intel-rt_4.14.bb diff --git a/recipes-kernel

[meta-intel] [PATCH 3/3] meta-intel.inc: set default EFI_PROVIDER to systemd-boot

2018-01-23 Thread California Sullivan
RMC is confusing as a default because it is only supported by legacy (iso, hddimg) image types. Its also not being actively maintained, causing it to lag behind in updates (currently against systemd-boot v232 instead of v234). Signed-off-by: California Sullivan --- conf/machine/include/meta

[meta-intel] [PATCH 2/3] systemd-boot: move systemd-boot.inc into base bbappend

2018-01-23 Thread California Sullivan
VIDER. Signed-off-by: California Sullivan --- recipes-bsp/systemd-boot/systemd-boot/rmc-boot.inc | 1 - recipes-bsp/systemd-boot/systemd-boot/systemd-boot.inc | 6 -- recipes-bsp/systemd-boot/systemd-boot_%.bbappend | 7 ++- 3 files changed, 6 insertions(+), 8 deletions(-) delete

[meta-intel] [PATCH 1/3] systemd-boot: move commit pinning to rmc-boot.inc

2018-01-23 Thread California Sullivan
systemd-boot shouldn't be stuck on a certain commit just because RMC is. This effectively upgrades our systemd-boot version from v232 to v234. We also get to drop a patch that was accepted upstream. Signed-off-by: California Sullivan --- recipes-bsp/systemd-boot/systemd-boot/rmc-boo

[meta-intel] [PATCH][rocko] core-image-minimal-initramfs.bbappend: Add missing install module

2018-01-22 Thread California Sullivan
This allows installation when booting in legacy mode. Fixes [YOCTO #12346]. Signed-off-by: California Sullivan (cherry picked from commit a129e6a1c8a25ca5c7dcc079fe2ea80f21320e5f) Signed-off-by: California Sullivan --- common/recipes-core/images/core-image-minimal-initramfs.bbappend | 2 +- 1

[meta-intel] [pyro][PATCH] linux-intel/4.9: Update SRC_URI to use new git repository

2018-01-19 Thread California Sullivan
We have moved from a single linux-intel-4.9 repo to a linux-intel-lts repo that will contain all LTS branches. Commit IDs remain the same. Signed-off-by: California Sullivan --- common/recipes-kernel/linux/linux-intel-rt_4.9.bb | 4 ++-- common/recipes-kernel/linux/linux-intel_4.9.bb| 4

[meta-intel] [rocko][PATCH 6/7] linux-intel/4.14: mirror new dependencies added to linux-yocto-dev

2018-01-18 Thread California Sullivan
: California Sullivan [Fixed location] (commit a8d53e85bb00549fb5ce71970f482c0e080b3a13 upstream) Signed-off-by: California Sullivan --- common/recipes-kernel/linux/linux-intel_4.14.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/common/recipes-kernel/linux/linux-intel_4.14.bb b/common/recipes

[meta-intel] [rocko][PATCH 7/7] linux-intel/4.14: Update to v4.14.12

2018-01-18 Thread California Sullivan
This brings in the changes up to v4.14.12 from linux-stable. Signed-off-by: California Sullivan [Fixed location] (commit d8b1a9e77e3dd5a7a6d39cdd0410cb08712895b4 upstream) Signed-off-by: California Sullivan --- common/recipes-kernel/linux/linux-intel_4.14.bb | 4 ++-- 1 file changed, 2

[meta-intel] [rocko][PATCH 3/7] intel-microcode: Update to 20171117

2018-01-18 Thread California Sullivan
From: Saul Wold This update contains ... No Actual license change, just date. Signed-off-by: Saul Wold [Fixed location] (commit a1ce6f4bfbc4710b81125ee861b9d5152793cdb1 upstream) Signed-off-by: California Sullivan --- .../{intel-microcode_20170707.bb => intel-microcode_20171117.bb}

[meta-intel] [rocko][PATCH 5/7] linux-intel/4.14: use master cache until named branch available

2018-01-18 Thread California Sullivan
ernet 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 [Fixed location] (commit 5e02959f5cb81784b08cb7e4e027c058089c1ee7 upstream) Signed-off-by: Calif

[meta-intel] [rocko][PATCH 4/7] intel-microcode: update to 20180108

2018-01-18 Thread California Sullivan
From: Juro Bystricky Signed-off-by: Juro Bystricky Signed-off-by: California Sullivan [Fixed location] (commit 7969d8e442bdefd8036a334ca9d9ce133272399b upstream) Signed-off-by: California Sullivan --- .../{intel-microcode_20171117.bb => intel-microcode_20180108.bb} | 8 1 f

[meta-intel] [rocko][PATCH 1/7] linux-intel/4.9: Update cache and source SRCREVs

2018-01-18 Thread California 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 (cherry picked from commit 2821e296a32e524d1fb4319d13a447d6ff6028e0) Signed-off-by

[meta-intel] [rocko][PATCH 2/7] linux-intel/4.9: update to v4.9.76

2018-01-18 Thread California 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 (cherry

[meta-intel] [PATCH] intel-gpu-tools: backport patch fixing 32-bit builds

2018-01-18 Thread California Sullivan
ing' was here | static inline char *igt_x86_features_to_string(unsigned features, char *line) I unfortunately missed this before merging the upgrade. Signed-off-by: California Sullivan --- Hi Anuj, I see there is a 1.21 release of this package, but the 2017 Q3 graphics stack release states

[meta-intel] [PATCH] core-image-minimal-initramfs.bbappend: Add missing install module

2018-01-16 Thread California Sullivan
This allows installation when booting in legacy mode. Fixes [YOCTO #12346]. Signed-off-by: California Sullivan --- recipes-core/images/core-image-minimal-initramfs.bbappend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-core/images/core-image-minimal

[meta-intel] [PATCH 2/3] linux-intel/4.14: mirror new dependencies added to linux-yocto-dev

2018-01-16 Thread California Sullivan
: California Sullivan --- recipes-kernel/linux/linux-intel_4.14.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes-kernel/linux/linux-intel_4.14.bb b/recipes-kernel/linux/linux-intel_4.14.bb index 0d5dbdde..5c904798 100644 --- a/recipes-kernel/linux/linux-intel_4.14.bb +++ b/recipes-kernel

[meta-intel] [PATCH 1/3] linux-intel/4.14: use master cache until named branch available

2018-01-16 Thread California Sullivan
ernet 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 --- recipes-kernel/linux/linux-intel_4.14.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 dele

[meta-intel] [PATCH 3/3] linux-intel/4.14: Update to v4.14.12

2018-01-16 Thread California Sullivan
This brings in the changes up to v4.14.12 from linux-stable. Signed-off-by: California Sullivan --- recipes-kernel/linux/linux-intel_4.14.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-kernel/linux/linux-intel_4.14.bb b/recipes-kernel/linux/linux-intel_4.14

[meta-intel] [PATCH 2/2] maintainers.inc: update recipes for new maintainers

2018-01-16 Thread California 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 --- conf/include/maintainers.inc | 34 +- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/conf

[meta-intel] [PATCH 1/2] MAINTAINERS: update to current project maintainers

2018-01-16 Thread California Sullivan
Signed-off-by: California Sullivan --- MAINTAINERS | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/MAINTAINERS b/MAINTAINERS index a45da80b..a76f1a3b 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -28,5 +28,8 @@ Maintainers List (try to look for most precise areas first

[meta-intel] [PATCH 1/1] linux-intel/4.9: update to v4.9.76

2018-01-12 Thread California 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

[meta-intel] [PATCH] linux-intel/4.14: Update to v4.14.12

2018-01-08 Thread California Sullivan
Signed-off-by: California Sullivan --- Note: testing is still pending, but sending this to the mailing list early in the interest of time. recipes-kernel/linux/linux-intel_4.14.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes-kernel/linux/linux-intel_4.14.bb

[meta-intel] [rocko] [PATCH 1/4] linux-intel: Update 4.9 SRCREV and refactor

2017-12-20 Thread California Sullivan
: California Sullivan (cherry picked from commit 8d37591e1186dcfbf679c1db660d6f9ffa41bb39) Signed-off-by: California Sullivan --- common/recipes-kernel/linux/linux-intel-rt_4.9.bb | 9 ++--- common/recipes-kernel/linux/linux-intel.inc | 6 ++ common/recipes-kernel/linux/linux-intel_4.9

[meta-intel] [rocko] [PATCH 2/4] linux-intel_4.14: Add latest LTS kernel

2017-12-20 Thread California Sullivan
From: Saul 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 Signed-off-by: California Sullivan (cherry picked from

  1   2   3   >