mirror of
https://git.yoctoproject.org/meta-zephyr
synced 2026-01-29 21:58:41 +01:00
zephyr-conf: various changes
Removed the need for "poky.conf", as a consequence some variables previously defined via poky.conf needed to be re-defined: TARGET_VENDOR, TCLIBCAPPEND Moved here default BOARD definitions. Defined DISTRO_VERSION. Signed-off-by: Juro Bystricky <juro.bystricky@intel.com>
This commit is contained in:
@@ -1,11 +1,19 @@
|
||||
require conf/distro/poky.conf
|
||||
|
||||
require conf/distro/machine/include/tune-cortexm3.inc
|
||||
|
||||
DISTRO = "zephyr"
|
||||
DISTRO_NAME = "Zephyr"
|
||||
DISTRO_VERSION = "1.0"
|
||||
|
||||
TARGET_VENDOR = "-yocto"
|
||||
|
||||
TCLIBC = "baremetal"
|
||||
TCLIBCAPPEND = ""
|
||||
|
||||
TEST_TARGET = "QemuTargetZephyr"
|
||||
TEST_SUITES = "zephyr"
|
||||
|
||||
DEFAULTTUNE_arm ?= "cortexm3"
|
||||
|
||||
BOARD_arm ?= "qemu_cortex_m3"
|
||||
BOARD_x86 ?= "qemu_x86"
|
||||
|
||||
Reference in New Issue
Block a user