1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-04-20 19:53:43 +00:00

openmp-rtos: require dsp machine and openmp distro features

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
This commit is contained in:
Denys Dmytriyenko
2020-04-08 03:12:25 +00:00
parent d17cefe483
commit 4562f87b12

View File

@@ -4,6 +4,11 @@ LICENSE = "BSD"
require recipes-ti/includes/ti-paths.inc
inherit features_check
REQUIRED_MACHINE_FEATURES = "dsp"
REQUIRED_DISTRO_FEATURES = "openmp"
PV = "2_06_03_00"
PR = "r0"