summaryrefslogtreecommitdiffstats
path: root/recipes-ti
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2016-10-25 08:31:47 +0000
committerDenys Dmytriyenko <denys@ti.com>2016-10-25 18:53:25 -0400
commitfd78bce5bad884974db369d8b156ea210ed6006b (patch)
tree95b847628a9a90566bcdc77a54ff9eeb2326cd6d /recipes-ti
parenta5ff1c0717ba7c3c53bd72fbf2bcc18cf2798633 (diff)
downloadmeta-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.inc2
-rw-r--r--recipes-ti/ipc/ti-ipc_git.bb2
-rw-r--r--recipes-ti/openmp-rtos/openmp-rtos_git.bb6
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"
27PLATFORM_k2hk-evm = "TCI6638" 27PLATFORM_k2hk-evm = "TCI6638"
28PLATFORM_k2l-evm = "TCI6630" 28PLATFORM_k2l-evm = "TCI6630"
29PLATFORM_k2e = "66AK2E" 29PLATFORM_k2e = "66AK2E"
30PLATFORM_k2g-evm = "66AK2G" 30PLATFORM_k2g = "66AK2G"
31 31
32ALT_PLATFORM_k2hk-evm = "TCI6636" 32ALT_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"
17DAEMON_k2hk-evm = "lad_tci6638" 17DAEMON_k2hk-evm = "lad_tci6638"
18DAEMON_k2l-evm = "lad_tci6630" 18DAEMON_k2l-evm = "lad_tci6630"
19DAEMON_k2e = "lad_66ak2e" 19DAEMON_k2e = "lad_66ak2e"
20DAEMON_k2g-evm = "lad_66ak2g" 20DAEMON_k2g = "lad_66ak2g"
21 21
22inherit autotools-brokensep pkgconfig update-rc.d 22inherit 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
44BUILD_K2H_keystone = "1" 44BUILD_K2H_keystone = "1"
45BUILD_AM572_omap-a15 = "1" 45BUILD_AM572_omap-a15 = "1"
46BUILD_K2H_k2g-evm = "0" 46BUILD_K2H_k2g = "0"
47BUILD_K2G_k2g-evm = "1" 47BUILD_K2G_k2g = "1"
48 48
49RELEASE_TARGET = "" 49RELEASE_TARGET = ""
50RELEASE_TARGET_keystone = "k2x" 50RELEASE_TARGET_keystone = "k2x"
51RELEASE_TARGET_omap-a15 = "am57xx" 51RELEASE_TARGET_omap-a15 = "am57xx"
52RELEASE_TARGET_k2g-evm = "k2g" 52RELEASE_TARGET_k2g = "k2g"
53 53
54do_compile() { 54do_compile() {
55 make -f utils/product/Makefile .zipfile 55 make -f utils/product/Makefile .zipfile