Include changes that drop obsolete configs and reduce conflicts:
5c089e91 features/thermal: use the correct config name
580b72ac features/crypto: drop feature
c43c9e19 kver: bump to v4.14.67
7f3eea0b features/media: drop obsolete config
26aa829b features/soc/baytrail: fix conflict with configs
998a9153 features: drop obsolete configs
2fe11da3 fragments: drop obsolete configs
a4b2d369 dmm.cfg: Change dm-multipath from built-in kernel module to LKM
07ce8f9a bsp: Add tiny config entries for intel-x86
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
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 <california.l.sullivan@intel.com>
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 <california.l.sullivan@intel.com>
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 <california.l.sullivan@intel.com>
Update both recipes to v4.14.15, linux-intel-rt from v4.14.12 and
linux-intel from v4.14.14.
Note that the linux-intel-rt kernel branch had to be rebased, causing
the recipe to point to invalid commit IDs. It was a one-time error that
caused the need to rebase and should not occur again.
Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
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>
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>
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>
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>