diff options
author | Denys Dmytriyenko <denys@konsulko.com> | 2022-02-22 04:13:45 +0000 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2022-02-22 12:01:38 -0600 |
commit | 20f3191aeb592dd889eeaf96a31526297de95306 (patch) | |
tree | aec879b9855ff8a54df171ee808e30ac26f1c80b /meta-ti-bsp/recipes-ti/ipc/ti-ipc.inc | |
parent | bea4fd2c401af05b866bd6af1c4e501d31b7b420 (diff) | |
download | meta-ti-20f3191aeb592dd889eeaf96a31526297de95306.tar.gz |
meta-ti: create a sub-layer meta-ti-bsp from existing content
Extra sub-layers will be created next and relevant content moved across them.
Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'meta-ti-bsp/recipes-ti/ipc/ti-ipc.inc')
-rw-r--r-- | meta-ti-bsp/recipes-ti/ipc/ti-ipc.inc | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/meta-ti-bsp/recipes-ti/ipc/ti-ipc.inc b/meta-ti-bsp/recipes-ti/ipc/ti-ipc.inc new file mode 100644 index 00000000..34278d4b --- /dev/null +++ b/meta-ti-bsp/recipes-ti/ipc/ti-ipc.inc | |||
@@ -0,0 +1,20 @@ | |||
1 | DESCRIPTION = "TI Inter Process Communication (IPC) Mechanisms (for Uni- and Multi- Processor Configurations)" | ||
2 | HOMEPAGE="http://processors.wiki.ti.com/index.php/Category:IPC" | ||
3 | |||
4 | LICENSE = "BSD" | ||
5 | LIC_FILES_CHKSUM = "file://${S}/ipc-linux.mak;beginline=1;endline=30;md5=7b327f9b710fd7c95e545b91cec79255" | ||
6 | |||
7 | TI_IPC_GIT_URI = "git://git.ti.com/ipc/ipcdev.git" | ||
8 | TI_IPC_GIT_PROTOCOL = "git" | ||
9 | TI_IPC_GIT_BRANCH = "master" | ||
10 | |||
11 | #Corresponds to 3.51.00.00A | ||
12 | TI_IPC_SRCREV = "7a6e343a208d2849139b7272a67abc01db806e00" | ||
13 | |||
14 | BRANCH = "${TI_IPC_GIT_BRANCH}" | ||
15 | SRC_URI = "${TI_IPC_GIT_URI};protocol=${TI_IPC_GIT_PROTOCOL};branch=${BRANCH};name=ipcdev" | ||
16 | SRCREV = "${TI_IPC_SRCREV}" | ||
17 | |||
18 | CFLAGS += "-fcommon" | ||
19 | |||
20 | S = "${WORKDIR}/git" | ||