mirror of
git://git.yoctoproject.org/meta-intel
synced 2026-01-04 16:10:06 +00:00
Include changes that drop obsolete configs to get rid of audit warnings:
bae5cc4e bsp/romley: drop obsolete config
2e39f82d x86: update microcode configs
6894481e wifi: CONFIG_VENDOR_ATH must be build in
3a9f687c pm: drop obselete CONFIG_USB_SUSPEND
bb869e57 pm: change CONFIG_PM_RUNTIME to CONFIG_PM
49547fd6 i915: remove obselete CONFIG_DRM_I915_KMS
4b49aa8e i915: rename preliminary_hw_support to alpha_support
d6186c62 sound: fix CONFIG_SND_SST_MFLD_PLATFORM
d57f4ebf netfilter: drop CONFIG_NF_CONNTRACK_PROC_COMPAT
c8e3cf86 netfilter: remove obselete ULOG configs
13da6cb5 fs: drop old ext3 options
8e25da60 cgroups: remove obselete options
aa6a61d8 wifi: ATH_CARDS -> WLAN_VENDOR_ATH
4e32f99a intel: remove CONFIG_CPU_FREQ_TABLE
131df62c common-pc: remove obselete subsystem
0040deb2 bsp: don't include crypto.scc
3f94205d features/crypto: drop feature
e2951464 features/thermal: use the correct config name
5a09f42b features: drop obsolete configs
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
21 lines
709 B
BlitzBasic
21 lines
709 B
BlitzBasic
|
|
require linux-intel.inc
|
|
|
|
# Skip processing of this recipe if it is not explicitly specified as the
|
|
# PREFERRED_PROVIDER for virtual/kernel. This avoids errors when trying
|
|
# to build multiple virtual/kernel providers, e.g. as dependency of
|
|
# core-image-rt-sdk, core-image-rt.
|
|
python () {
|
|
if d.getVar("PREFERRED_PROVIDER_virtual/kernel") != "linux-intel-rt":
|
|
raise bb.parse.SkipPackage("Set PREFERRED_PROVIDER_virtual/kernel to linux-intel-rt to enable it")
|
|
}
|
|
|
|
KBRANCH = "4.9/yocto/base-rt"
|
|
KMETA_BRANCH = "yocto-4.9"
|
|
|
|
LINUX_VERSION ?= "4.9.84"
|
|
SRCREV_machine ?= "33b17c3a62dc470c849f85ce2a90cfa90e96bcf5"
|
|
SRCREV_meta ?= "bae5cc4e973f60baa35ed227ba0c3bdda4d16e87"
|
|
|
|
LINUX_KERNEL_TYPE = "preempt-rt"
|