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:
Juro Bystricky
2016-12-28 11:49:22 -08:00
parent 274d4bce79
commit f7e9b19e1d

View File

@@ -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"