diff options
Diffstat (limited to 'recipes-ti/openmp-rtos/openmp-rtos_git.bb')
-rw-r--r-- | recipes-ti/openmp-rtos/openmp-rtos_git.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-ti/openmp-rtos/openmp-rtos_git.bb b/recipes-ti/openmp-rtos/openmp-rtos_git.bb index ace73199..104ccde1 100644 --- a/recipes-ti/openmp-rtos/openmp-rtos_git.bb +++ b/recipes-ti/openmp-rtos/openmp-rtos_git.bb | |||
@@ -43,13 +43,13 @@ export BUILD_K2G = "0" | |||
43 | 43 | ||
44 | BUILD_K2H_keystone = "1" | 44 | BUILD_K2H_keystone = "1" |
45 | BUILD_AM572_omap-a15 = "1" | 45 | BUILD_AM572_omap-a15 = "1" |
46 | BUILD_K2H_k2g-evm = "0" | 46 | BUILD_K2H_k2g = "0" |
47 | BUILD_K2G_k2g-evm = "1" | 47 | BUILD_K2G_k2g = "1" |
48 | 48 | ||
49 | RELEASE_TARGET = "" | 49 | RELEASE_TARGET = "" |
50 | RELEASE_TARGET_keystone = "k2x" | 50 | RELEASE_TARGET_keystone = "k2x" |
51 | RELEASE_TARGET_omap-a15 = "am57xx" | 51 | RELEASE_TARGET_omap-a15 = "am57xx" |
52 | RELEASE_TARGET_k2g-evm = "k2g" | 52 | RELEASE_TARGET_k2g = "k2g" |
53 | 53 | ||
54 | do_compile() { | 54 | do_compile() { |
55 | make -f utils/product/Makefile .zipfile | 55 | make -f utils/product/Makefile .zipfile |