diff options
author | Denys Dmytriyenko <denys@ti.com> | 2020-04-08 03:12:25 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2020-04-08 18:26:21 +0000 |
commit | 4562f87b128f45ec58c4940f0c1e3d91295476fb (patch) | |
tree | 15c3b6ff8ea4242c9a3654a601c97c08794bf630 /recipes-ti/openmp-rtos | |
parent | d17cefe48364f38d5cd49cf2d55a1570a87b7b99 (diff) | |
download | meta-ti-4562f87b128f45ec58c4940f0c1e3d91295476fb.tar.gz |
openmp-rtos: require dsp machine and openmp distro features
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-ti/openmp-rtos')
-rw-r--r-- | recipes-ti/openmp-rtos/openmp-rtos_git.bb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/recipes-ti/openmp-rtos/openmp-rtos_git.bb b/recipes-ti/openmp-rtos/openmp-rtos_git.bb index 67d9edf5..0c93f354 100644 --- a/recipes-ti/openmp-rtos/openmp-rtos_git.bb +++ b/recipes-ti/openmp-rtos/openmp-rtos_git.bb | |||
@@ -4,6 +4,11 @@ LICENSE = "BSD" | |||
4 | 4 | ||
5 | require recipes-ti/includes/ti-paths.inc | 5 | require recipes-ti/includes/ti-paths.inc |
6 | 6 | ||
7 | inherit features_check | ||
8 | |||
9 | REQUIRED_MACHINE_FEATURES = "dsp" | ||
10 | REQUIRED_DISTRO_FEATURES = "openmp" | ||
11 | |||
7 | PV = "2_06_03_00" | 12 | PV = "2_06_03_00" |
8 | PR = "r0" | 13 | PR = "r0" |
9 | 14 | ||