summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick Saulnier <nsaulnier@ti.com>2019-12-17 12:02:32 +0000
committerDenys Dmytriyenko <denys@ti.com>2019-12-17 17:19:11 +0000
commit5c2075f59cd89709a71e0968ead8e45f1b236421 (patch)
tree97c872a19f9d6b655ed5ceb1724ff396214666ff
parentff61d7fbe8739cb50154b0264284540966951b8f (diff)
downloadmeta-ti-5c2075f59cd89709a71e0968ead8e45f1b236421.tar.gz
pru-icss_git.bb: Update Manifest and PSSP commits
- Updated the Software Manifest from 5.0 -> 6.0 to account for new processors, etc. - Updated to PRU Software Support Package v5.6.0 updated manifest added PRU Getting Started Labs improved several examples Signed-off-by: Nick Saulnier <nsaulnier@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--recipes-bsp/pru/pru-icss_git.bb7
1 files changed, 4 insertions, 3 deletions
diff --git a/recipes-bsp/pru/pru-icss_git.bb b/recipes-bsp/pru/pru-icss_git.bb
index 6508b6c2..88d28f37 100644
--- a/recipes-bsp/pru/pru-icss_git.bb
+++ b/recipes-bsp/pru/pru-icss_git.bb
@@ -2,15 +2,15 @@ DESCRIPTION = "Programmable Real-time Unit Software Package"
2HOMEPAGE = "http://processors.wiki.ti.com/index.php/PRU-ICSS" 2HOMEPAGE = "http://processors.wiki.ti.com/index.php/PRU-ICSS"
3LICENSE = "BSD-3-Clause & GPL-2.0 & PD" 3LICENSE = "BSD-3-Clause & GPL-2.0 & PD"
4 4
5LIC_FILES_CHKSUM = "file://PRU-Package-v5.0-Manifest.html;md5=a86a37c8b6396ad0ad6ae752f1aa8fcc" 5LIC_FILES_CHKSUM = "file://PRU-Package-v6.0-Manifest.html;md5=ea854230556f47609efdaedca174b44c"
6 6
7inherit update-alternatives 7inherit update-alternatives
8 8
9BRANCH = "master" 9BRANCH = "master"
10SRC_URI = "git://git.ti.com/pru-software-support-package/pru-software-support-package.git;protocol=git;branch=${BRANCH}" 10SRC_URI = "git://git.ti.com/pru-software-support-package/pru-software-support-package.git;protocol=git;branch=${BRANCH}"
11SRCREV = "1ff0393b3b9454fe9c58399c1b5d2db511e8049c" 11SRCREV = "ff252a5e174f1b6aa42931744939f20d25d8e070"
12 12
13PV = "5.5.0" 13PV = "5.6.0"
14PR = "r1" 14PR = "r1"
15 15
16require recipes-ti/includes/ti-paths.inc 16require recipes-ti/includes/ti-paths.inc
@@ -33,6 +33,7 @@ DEPENDS = "ti-cgt-pru-native"
33S = "${WORKDIR}/git" 33S = "${WORKDIR}/git"
34 34
35export PRU_CGT = "${TI_CGT_PRU_INSTALL_DIR}" 35export PRU_CGT = "${TI_CGT_PRU_INSTALL_DIR}"
36export PRU_SSP = "${S}"
36 37
37SUBDIRS = "examples pru_cape/pru_fw lib/src labs" 38SUBDIRS = "examples pru_cape/pru_fw lib/src labs"
38 39