diff options
author | Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> | 2017-07-06 21:56:55 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2017-07-12 14:09:17 -0400 |
commit | 74ba4393d89355b36662c206ff46157b54c4aa94 (patch) | |
tree | 23a5a15135ba8b0b1251aaa7fd5ca5bb6b15bded | |
parent | b17c0409f3fc8351fb506304bcbffa62a3be4383 (diff) | |
download | meta-ti-74ba4393d89355b36662c206ff46157b54c4aa94.tar.gz |
pktlib-rtos: Add support for c66x
Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r-- | recipes-bsp/pktlib/pktlib-rtos_git.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-bsp/pktlib/pktlib-rtos_git.bb b/recipes-bsp/pktlib/pktlib-rtos_git.bb index a7db4020..8d5747f4 100644 --- a/recipes-bsp/pktlib/pktlib-rtos_git.bb +++ b/recipes-bsp/pktlib/pktlib-rtos_git.bb | |||
@@ -1,9 +1,10 @@ | |||
1 | inherit ti-pdk | 1 | inherit ti-pdk |
2 | require pktlib.inc | 2 | require pktlib.inc |
3 | 3 | ||
4 | PR = "${INC_PR}.0" | 4 | PR = "${INC_PR}.1" |
5 | 5 | ||
6 | DEPENDS_append = " rm-lld-rtos \ | 6 | DEPENDS_append = " rm-lld-rtos \ |
7 | qmss-lld-rtos \ | 7 | qmss-lld-rtos \ |
8 | cppi-lld-rtos \ | 8 | cppi-lld-rtos \ |
9 | " | 9 | " |
10 | COMPATIBLE_MACHINE_append = "|c66x" | ||