blob: 7cd23ccdb7f223394cacd507decc07ecf11795df [file] [log] [blame]
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08001DISTRO = "xilinx-standalone"
2DISTRO_NAME = "Xilinx Standalone Distro"
3DISTRO_VERSION = "1.0"
4TARGET_VENDOR = "-xilinx"
5
6TCLIBC = "newlib"
7TCLIBCAPPEND =""
8
9# Change SDK name
10SDK_VERSION = "xilinx-standalone"
11
12require conf/distro/include/yocto-uninative.inc
13INHERIT += "uninative"