poky/scripts/lib/bsp
Alejandro Hernandez f1fd97be55 yocto-bsp: Fix QEMUARM based bsps to not offer SMP support
The SMP kernel config presents issues on qemuarm because:

CONFIG_SMP=y
Dependencies Missing:
  - CPU_V6K or CPU_V7:
    These are selected by setting:
    CONFIG_ARCH_MULTI_V7=y
    or
    CONFIG_ARCH_MULTI_V6=y

But our QEMU + ARM BSPs are based on armv4/v5 hence they are
incompatible with CONFIG_SMP.

This patch fixes the script, and avoids offering SMP to the user
when the created BSP is based on QEMU + ARM.

[YOCTO #11426]

(From meta-yocto rev: d63aa4acd20b2aa022701289e9ab7be7f551b0b2)

Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2017-06-09 17:13:45 +01:00
..
substrate/target/arch yocto-bsp: Fix QEMUARM based bsps to not offer SMP support 2017-06-09 17:13:45 +01:00
__init__.py yocto-bsp-tools: add bsp library 2012-03-22 19:21:14 +00:00
engine.py yocto-bsp: Refactor script to use argparse instead of optparse 2016-07-07 13:38:13 +01:00
help.py scripts/lib/bsp/help.py: Changed help of yocto-bsp to match latest syntax 2016-07-07 13:38:13 +01:00
kernel.py yocto-bsp/yocto-kernel: update to work with the latest kern-tools 2016-08-18 09:27:54 +01:00
tags.py yocto-bsp: Add a processing pass to get rid of 'strange' filenames 2014-12-18 10:08:37 +00:00