Yocto Poky Linux (pyro) build warnings

Steve Pavao
Steve Pavao New Member Posts: 1
When I try to build Yocto Poky Linux for Up Board with all repos in their 'pyro' stable release branches, I get the troublesome warnings listed at the end of this email.

May I ignore these warnings, or even better, if there's someone who knows how to alleviate this problem, it sure would be nice if the BSP layer(s) for meta-up-board and/or meta-intel could be tweak to avoid this issue altogether. pyro branch is supposed to be a stable release branch for all supported targets.

Thanks in advance for any ideas you may have.

- Steve

----

parallels@ubuntu:/data/development/lfs/yocto/build/spark/up-board$ bitbake upboard-image-sato
Parsing recipes: 100% |#################################################################################################################| Time: 0:00:40
Parsing of 1839 .bb files complete (0 cached, 1839 parsed). 2596 targets, 166 skipped, 0 masked, 0 errors.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION = "1.34.0"
BUILD_SYS = "x86_64-linux"
NATIVELSBSTRING = "ubuntu-16.04"
TARGET_SYS = "x86_64-poky-linux"
MACHINE = "up-board"
DISTRO = "poky"
DISTRO_VERSION = "2.3.2"
TUNE_FEATURES = "m64 corei7"
TARGET_FPU = ""
meta
meta-poky
meta-yocto-bsp = "pyro:2021e95bcd986e5bcfe457da5c3e16d60241d050"
meta-oe
meta-python
meta-multimedia
meta-filesystems = "pyro:dfbdd28d206a74bf264c2f7ee0f7b3e5af587796"
meta-intel = "pyro:4cd63f57820ce0e4ebd598251d3a13b5a4b9b791"
meta-up-board = "pyro:fde6a73a3b95e6aa873952399ec9420b6eda3160"
meta-korg-spark = "develop:055559668aab94d39096358eb5a52938713378d6"

Initialising tasks: 100% |##############################################################################################################| Time: 0:00:12
NOTE: Executing SetScene Tasks
NOTE: Executing RunQueue Tasks
WARNING: linux-intel-4.9.56+gitAUTOINC+cdbd35c54b_e8405acd54-r0.1 do_kernel_configcheck: [kernel config]: specified values did not make it into the kernel's final configuration:

CONFIG_SERIAL_8250_LPSS
Config: CONFIG_SERIAL_8250_LPSS
From: /data/development/lfs/yocto/build/spark/up-board/tmp/work-shared/up-board/kernel-source/.kernel-meta/configs/standard/intel/standard/up-board/up-board.cfg
Requested value: # CONFIG_SERIAL_8250_LPSS is not set
Actual value: CONFIG_SERIAL_8250_LPSS=y

Config 'SERIAL_8250_LPSS' has the following conditionals:
SERIAL_8250 && PCI && (X86 || COMPILE_TEST) (value: "y")
SERIAL_8250 && PCI && (X86 || COMPILE_TEST) && EXPERT (value: "n")
Dependency values are:
X86 [y] SERIAL_8250_DMA [y] PCI [y] SERIAL_8250 [y] COMPILE_TEST [n] X86_INTEL_LPSS [y] EXPERT [n]

CONFIG_SERIAL_8250_MID
Config: CONFIG_SERIAL_8250_MID
From: /data/development/lfs/yocto/build/spark/up-board/tmp/work-shared/up-board/kernel-source/.kernel-meta/configs/standard/intel/standard/up-board/up-board.cfg
Requested value: # CONFIG_SERIAL_8250_MID is not set
Actual value: CONFIG_SERIAL_8250_MID=y

Config 'SERIAL_8250_MID' has the following conditionals:
SERIAL_8250 && PCI && (X86 || COMPILE_TEST) (value: "y")
SERIAL_8250 && PCI && (X86 || COMPILE_TEST) && EXPERT (value: "n")
Dependency values are:
PCI [y] SERIAL_8250 [y] X86_INTEL_MID [n] X86 [y] COMPILE_TEST [n] EXPERT [n] SERIAL_8250_DMA [y]

Comments