1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-30 00:20:08 +00:00

linux-yocto/4.9: Intel-quark: Add intel-quark-preempt-rt bsp configuration

While there are intel-quark configurations for the KTYPEs standard and
tiny in bsp/intel-common, there's none for the preempt-rt KTYPE.
Trying to build preempt-rt enabled kernels such as linux-yocto-rt for
intel-quark yields a .config having a potentially misconfigured
architecture. More importantly, however, preempt-rt related CONFIG
options are not enabled. Hence, a build of, e.g., linux-yocto-rt, does
not result in a preempt-rt enabled kernel.

(From OE-Core rev: bf822184419592bb680fa6886c0d18f105857f0e)

Signed-off-by: Christian Storm <christian.storm@siemens.com>
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Bruce Ashfield
2017-02-14 16:14:19 -05:00
committed by Richard Purdie
parent 315e8835ec
commit 3c3cba24bd
3 changed files with 3 additions and 3 deletions
@@ -10,7 +10,7 @@ KMETA = "kernel-meta"
KCONF_BSP_AUDIT_LEVEL = "2"
SRCREV_machine ?= "c85c54f5bf53b98afe8105e91bffcdb6c60afe8f"
SRCREV_meta ?= "8d1042fc4b23d184688b0e6931dd4e7ff4807273"
SRCREV_meta ?= "f9cb76e24e3a73b8eda70ea9bd91ba5a52711521"
PV = "${LINUX_VERSION}+git${SRCPV}"