[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: California Sullivan

[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 @@

[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.

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

2018-04-13 Thread Cal Sullivan
Upon further testing, this patch has introduced a kernel BUG and likely hang with the -rt version and will not be merged. The others are still good. --- Cal On 04/12/2018 04:24 PM, California Sullivan wrote: Update from v4.9.81 stable to v4.9.84 stable. Signed-off-by: California Sullivan

[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

[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