diff options
author | Jacob Stiffler <j-stiffler@ti.com> | 2015-06-05 16:56:29 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2015-06-05 10:17:40 -0400 |
commit | 147aeb445c891b70dd468dee00420a22e26a58e4 (patch) | |
tree | 2d1396f5b770d869e92d76e6b6c547426695408a /recipes-ti/ipc | |
parent | edbe41e86b62377c18cc68647c808e4dd269bdfb (diff) | |
download | meta-ti-147aeb445c891b70dd468dee00420a22e26a58e4.tar.gz |
rtos-recipes: Add files to ${PN}-dev instead of ${PN}.
* These packages only contain firmware development files.
Signed-off-by: Jacob Stiffler <j-stiffler@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-ti/ipc')
-rw-r--r-- | recipes-ti/ipc/ti-ipc-rtos.inc | 3 | ||||
-rw-r--r-- | recipes-ti/ipc/ti-ipc-rtos_3.36.01.11.bb | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/recipes-ti/ipc/ti-ipc-rtos.inc b/recipes-ti/ipc/ti-ipc-rtos.inc index fe179f5a..d14c7567 100644 --- a/recipes-ti/ipc/ti-ipc-rtos.inc +++ b/recipes-ti/ipc/ti-ipc-rtos.inc | |||
@@ -15,4 +15,5 @@ do_install() { | |||
15 | cp -pPrf ${S}/* ${D}${IPC_INSTALL_DIR_RECIPE} | 15 | cp -pPrf ${S}/* ${D}${IPC_INSTALL_DIR_RECIPE} |
16 | } | 16 | } |
17 | 17 | ||
18 | FILES_${PN} += "${IPC_INSTALL_DIR_RECIPE}" | 18 | ALLOW_EMPTY_${PN} = "1" |
19 | FILES_${PN}-dev += "${IPC_INSTALL_DIR_RECIPE}" | ||
diff --git a/recipes-ti/ipc/ti-ipc-rtos_3.36.01.11.bb b/recipes-ti/ipc/ti-ipc-rtos_3.36.01.11.bb index 07a81363..e3f64b74 100644 --- a/recipes-ti/ipc/ti-ipc-rtos_3.36.01.11.bb +++ b/recipes-ti/ipc/ti-ipc-rtos_3.36.01.11.bb | |||
@@ -1,6 +1,7 @@ | |||
1 | require ti-ipc-rtos.inc | 1 | require ti-ipc-rtos.inc |
2 | 2 | ||
3 | PV = "3_36_01_11" | 3 | PV = "3_36_01_11" |
4 | PR = "r1" | ||
4 | 5 | ||
5 | LIC_FILES_CHKSUM = "file://${S}/ipc-linux.mak;beginline=1;endline=30;md5=7b327f9b710fd7c95e545b91cec79255" | 6 | LIC_FILES_CHKSUM = "file://${S}/ipc-linux.mak;beginline=1;endline=30;md5=7b327f9b710fd7c95e545b91cec79255" |
6 | 7 | ||