diff options
Diffstat (limited to 'recipes-ti')
-rw-r--r-- | recipes-ti/ipc/ti-ipc-rtos_3.35.01.07.bb | 8 | ||||
-rw-r--r-- | recipes-ti/ipc/ti-ipc-rtos_3.36.01.11.bb | 8 | ||||
-rw-r--r-- | recipes-ti/ipc/ti-ipc_git.bb | 8 |
3 files changed, 12 insertions, 12 deletions
diff --git a/recipes-ti/ipc/ti-ipc-rtos_3.35.01.07.bb b/recipes-ti/ipc/ti-ipc-rtos_3.35.01.07.bb deleted file mode 100644 index 4c67c6e3..00000000 --- a/recipes-ti/ipc/ti-ipc-rtos_3.35.01.07.bb +++ /dev/null | |||
@@ -1,8 +0,0 @@ | |||
1 | require ti-ipc-rtos.inc | ||
2 | |||
3 | PV = "3_35_01_07" | ||
4 | |||
5 | LIC_FILES_CHKSUM = "file://${S}/ipc-linux.mak;beginline=1;endline=30;md5=7b327f9b710fd7c95e545b91cec79255" | ||
6 | |||
7 | SRC_URI[ipczip.md5sum] = "9e62e35b8c2d44b1ac5f7ad9554b1a34" | ||
8 | SRC_URI[ipczip.sha256sum] = "006ac780ded0a5fa843397bbde0cb597338dc521544121f697c2efdd80f86314" | ||
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 new file mode 100644 index 00000000..07a81363 --- /dev/null +++ b/recipes-ti/ipc/ti-ipc-rtos_3.36.01.11.bb | |||
@@ -0,0 +1,8 @@ | |||
1 | require ti-ipc-rtos.inc | ||
2 | |||
3 | PV = "3_36_01_11" | ||
4 | |||
5 | LIC_FILES_CHKSUM = "file://${S}/ipc-linux.mak;beginline=1;endline=30;md5=7b327f9b710fd7c95e545b91cec79255" | ||
6 | |||
7 | SRC_URI[ipczip.md5sum] = "560a75d6291ba1467ab9e328b3f7b995" | ||
8 | SRC_URI[ipczip.sha256sum] = "ccf339a976a313c9f12cbdd91e74e7e0bc36507086b0cf077a344dcd79b9b273" | ||
diff --git a/recipes-ti/ipc/ti-ipc_git.bb b/recipes-ti/ipc/ti-ipc_git.bb index bb2c3c9f..5f0b8db0 100644 --- a/recipes-ti/ipc/ti-ipc_git.bb +++ b/recipes-ti/ipc/ti-ipc_git.bb | |||
@@ -6,14 +6,14 @@ LIC_FILES_CHKSUM = "file://${S}/ipc-linux.mak;beginline=1;endline=30;md5=7b327f9 | |||
6 | 6 | ||
7 | DEPENDS += "virtual/kernel" | 7 | DEPENDS += "virtual/kernel" |
8 | 8 | ||
9 | PV = "3.35.01.07" | 9 | PV = "3.36.01.11" |
10 | 10 | ||
11 | BRANCH = "master" | 11 | BRANCH = "3.36" |
12 | SRC_URI = "git://git.ti.com/ipc/ipcdev.git;protocol=git;branch=${BRANCH} \ | 12 | SRC_URI = "git://git.ti.com/ipc/ipcdev.git;protocol=git;branch=${BRANCH} \ |
13 | file://tiipclad-daemon.sh \ | 13 | file://tiipclad-daemon.sh \ |
14 | " | 14 | " |
15 | # Commit corresponds to 3.35.01.07 | 15 | # Commit corresponds to 3.36.01.11 |
16 | SRCREV = "358d966c9f5973faf9ab71fb1d7dfe5d3e08a8dc" | 16 | SRCREV = "2a4256289d462d93a7e00a6ffb10bd46081a9500" |
17 | 17 | ||
18 | S = "${WORKDIR}/git" | 18 | S = "${WORKDIR}/git" |
19 | 19 | ||