blob: 7461a0377aaf17fc6c96075fbe523bce6fc5617d (
plain)
1
2
3
4
5
6
7
8
9
10
|
FILE_PR = "r0"
TOOLCHAIN_HOST_TASK = "task-slugos-toolchain-host"
# TBD: need to determine minimal library set to provide;
# uncomment next line and bump PR when this is done.
#TOOLCHAIN_TARGET_TASK = "task-slugos-toolchain-target"
require meta-toolchain.bb
SDK_SUFFIX = "toolchain-slugos"
|