mirror of
https://git.yoctoproject.org/meta-zephyr
synced 2026-01-29 21:58:41 +01:00
This commit restructures meta-zephyr into meta-zephyr-core and meta-zephyr-bsp. It moves machine definitions into meta-zephyr-bsp in preparation for adding the autogenerated zephyr machines. Signed-off-by: Eilís Ní Fhlannagáin <elizabeth.flanagan@huawei.com> Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com>
15 lines
407 B
Plaintext
15 lines
407 B
Plaintext
#@TYPE: Machine
|
|
#@NAME: intel-x86-64
|
|
#@DESCRIPTION: common MACHINE for 64-bit x86 boards. User must set ${ZEPHYR_BOARD}. By default is set to 'ech_crb' board.
|
|
|
|
require conf/machine/include/tune-corei7-common.inc
|
|
|
|
ARCH:intel-x86-64 = "x86"
|
|
|
|
# Supported Boards:
|
|
# ZEPHYR_BOARD ?= "acrn"
|
|
# ZEPHYR_BOARD ?= "acrn_ehl_crb"
|
|
# ZEPHYR_BOARD ?= "up_squared"
|
|
# ZEPHYR_BOARD ?= "ehl_crb_sbl"
|
|
ZEPHYR_BOARD ?= "ehl_crb"
|