diff options
| author | Nick Saulnier <nsaulnier@ti.com> | 2019-12-17 12:02:32 +0000 |
|---|---|---|
| committer | Denys Dmytriyenko <denys@ti.com> | 2019-12-18 04:16:12 +0000 |
| commit | 0b87f5b68dc8d4392279c753a8a7355986a13bdf (patch) | |
| tree | 351c297c61074ba114c5d79eb5143364f0583a8c /recipes-bsp/pru/pru-icss_git.bb | |
| parent | d04279e80009c645fec13ed2a3211c553720ee76 (diff) | |
| download | meta-ti-0b87f5b68dc8d4392279c753a8a7355986a13bdf.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>
Diffstat (limited to 'recipes-bsp/pru/pru-icss_git.bb')
| -rw-r--r-- | recipes-bsp/pru/pru-icss_git.bb | 7 |
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" | |||
| 2 | HOMEPAGE = "http://processors.wiki.ti.com/index.php/PRU-ICSS" | 2 | HOMEPAGE = "http://processors.wiki.ti.com/index.php/PRU-ICSS" |
| 3 | LICENSE = "BSD-3-Clause & GPL-2.0 & PD" | 3 | LICENSE = "BSD-3-Clause & GPL-2.0 & PD" |
| 4 | 4 | ||
| 5 | LIC_FILES_CHKSUM = "file://PRU-Package-v5.0-Manifest.html;md5=a86a37c8b6396ad0ad6ae752f1aa8fcc" | 5 | LIC_FILES_CHKSUM = "file://PRU-Package-v6.0-Manifest.html;md5=ea854230556f47609efdaedca174b44c" |
| 6 | 6 | ||
| 7 | inherit update-alternatives | 7 | inherit update-alternatives |
| 8 | 8 | ||
| 9 | BRANCH = "master" | 9 | BRANCH = "master" |
| 10 | SRC_URI = "git://git.ti.com/pru-software-support-package/pru-software-support-package.git;protocol=git;branch=${BRANCH}" | 10 | SRC_URI = "git://git.ti.com/pru-software-support-package/pru-software-support-package.git;protocol=git;branch=${BRANCH}" |
| 11 | SRCREV = "1ff0393b3b9454fe9c58399c1b5d2db511e8049c" | 11 | SRCREV = "ff252a5e174f1b6aa42931744939f20d25d8e070" |
| 12 | 12 | ||
| 13 | PV = "5.5.0" | 13 | PV = "5.6.0" |
| 14 | PR = "r1" | 14 | PR = "r1" |
| 15 | 15 | ||
| 16 | require recipes-ti/includes/ti-paths.inc | 16 | require recipes-ti/includes/ti-paths.inc |
| @@ -33,6 +33,7 @@ DEPENDS = "ti-cgt-pru-native" | |||
| 33 | S = "${WORKDIR}/git" | 33 | S = "${WORKDIR}/git" |
| 34 | 34 | ||
| 35 | export PRU_CGT = "${TI_CGT_PRU_INSTALL_DIR}" | 35 | export PRU_CGT = "${TI_CGT_PRU_INSTALL_DIR}" |
| 36 | export PRU_SSP = "${S}" | ||
| 36 | 37 | ||
| 37 | SUBDIRS = "examples pru_cape/pru_fw lib/src labs" | 38 | SUBDIRS = "examples pru_cape/pru_fw lib/src labs" |
| 38 | 39 | ||
