blob: 60326c0bc17cb005cd119a9c1db59924ac6e36e8 (
plain)
1
2
3
4
5
6
7
8
9
10
|
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"
|