diff options
author | Denys Dmytriyenko <denys@ti.com> | 2016-10-25 08:31:47 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2016-10-25 18:53:25 -0400 |
commit | fd78bce5bad884974db369d8b156ea210ed6006b (patch) | |
tree | 95b847628a9a90566bcdc77a54ff9eeb2326cd6d /recipes-ti | |
parent | a5ff1c0717ba7c3c53bd72fbf2bcc18cf2798633 (diff) | |
download | meta-ti-fd78bce5bad884974db369d8b156ea210ed6006b.tar.gz |
conf/recipes: add k2g-ice machine and k2g SOC family
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-ti')
-rw-r--r-- | recipes-ti/ipc/ti-ipc.inc | 2 | ||||
-rw-r--r-- | recipes-ti/ipc/ti-ipc_git.bb | 2 | ||||
-rw-r--r-- | recipes-ti/openmp-rtos/openmp-rtos_git.bb | 6 |
3 files changed, 5 insertions, 5 deletions
diff --git a/recipes-ti/ipc/ti-ipc.inc b/recipes-ti/ipc/ti-ipc.inc index c6c09656..3ce02c4e 100644 --- a/recipes-ti/ipc/ti-ipc.inc +++ b/recipes-ti/ipc/ti-ipc.inc | |||
@@ -27,6 +27,6 @@ PLATFORM_dra7xx = "DRA7XX" | |||
27 | PLATFORM_k2hk-evm = "TCI6638" | 27 | PLATFORM_k2hk-evm = "TCI6638" |
28 | PLATFORM_k2l-evm = "TCI6630" | 28 | PLATFORM_k2l-evm = "TCI6630" |
29 | PLATFORM_k2e = "66AK2E" | 29 | PLATFORM_k2e = "66AK2E" |
30 | PLATFORM_k2g-evm = "66AK2G" | 30 | PLATFORM_k2g = "66AK2G" |
31 | 31 | ||
32 | ALT_PLATFORM_k2hk-evm = "TCI6636" | 32 | ALT_PLATFORM_k2hk-evm = "TCI6636" |
diff --git a/recipes-ti/ipc/ti-ipc_git.bb b/recipes-ti/ipc/ti-ipc_git.bb index 4cbc022f..cd844b43 100644 --- a/recipes-ti/ipc/ti-ipc_git.bb +++ b/recipes-ti/ipc/ti-ipc_git.bb | |||
@@ -17,7 +17,7 @@ DAEMON_dra7xx = "lad_dra7xx" | |||
17 | DAEMON_k2hk-evm = "lad_tci6638" | 17 | DAEMON_k2hk-evm = "lad_tci6638" |
18 | DAEMON_k2l-evm = "lad_tci6630" | 18 | DAEMON_k2l-evm = "lad_tci6630" |
19 | DAEMON_k2e = "lad_66ak2e" | 19 | DAEMON_k2e = "lad_66ak2e" |
20 | DAEMON_k2g-evm = "lad_66ak2g" | 20 | DAEMON_k2g = "lad_66ak2g" |
21 | 21 | ||
22 | inherit autotools-brokensep pkgconfig update-rc.d | 22 | inherit autotools-brokensep pkgconfig update-rc.d |
23 | 23 | ||
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 |