All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-ti][PATCH v3] pru-icss_git.bb: Update Manifest and PSSP commits
@ 2019-12-17  6:02 Nick Saulnier
  2019-12-17 17:15 ` Denys Dmytriyenko
  0 siblings, 1 reply; 3+ messages in thread
From: Nick Saulnier @ 2019-12-17  6:02 UTC (permalink / raw)
  To: meta-ti; +Cc: nsaulnier, denys, j-stiffler

- 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>
---
 recipes-bsp/pru/pru-icss_git.bb | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/recipes-bsp/pru/pru-icss_git.bb b/recipes-bsp/pru/pru-icss_git.bb
index 6508b6c2bcf3..88d28f37cc5b 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"
 HOMEPAGE = "http://processors.wiki.ti.com/index.php/PRU-ICSS"
 LICENSE = "BSD-3-Clause & GPL-2.0 & PD"
 
-LIC_FILES_CHKSUM = "file://PRU-Package-v5.0-Manifest.html;md5=a86a37c8b6396ad0ad6ae752f1aa8fcc"
+LIC_FILES_CHKSUM = "file://PRU-Package-v6.0-Manifest.html;md5=ea854230556f47609efdaedca174b44c"
 
 inherit update-alternatives
 
 BRANCH = "master"
 SRC_URI = "git://git.ti.com/pru-software-support-package/pru-software-support-package.git;protocol=git;branch=${BRANCH}"
-SRCREV = "1ff0393b3b9454fe9c58399c1b5d2db511e8049c"
+SRCREV = "ff252a5e174f1b6aa42931744939f20d25d8e070"
 
-PV = "5.5.0"
+PV = "5.6.0"
 PR = "r1"
 
 require recipes-ti/includes/ti-paths.inc
@@ -33,6 +33,7 @@ DEPENDS = "ti-cgt-pru-native"
 S = "${WORKDIR}/git"
 
 export PRU_CGT = "${TI_CGT_PRU_INSTALL_DIR}"
+export PRU_SSP = "${S}"
 
 SUBDIRS = "examples pru_cape/pru_fw lib/src labs"
 
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [meta-ti][PATCH v3] pru-icss_git.bb: Update Manifest and PSSP commits
  2019-12-17  6:02 [meta-ti][PATCH v3] pru-icss_git.bb: Update Manifest and PSSP commits Nick Saulnier
@ 2019-12-17 17:15 ` Denys Dmytriyenko
  2019-12-17 18:10   ` Nick Saulnier
  0 siblings, 1 reply; 3+ messages in thread
From: Denys Dmytriyenko @ 2019-12-17 17:15 UTC (permalink / raw)
  To: Saulnier, Nick, meta-ti; +Cc: Stiffler, Jacob

What's the change between v2 and v3? Please don't forget to mention changes between patch revisions.

> -----Original Message-----
> From: Saulnier, Nick
> Sent: Tuesday, December 17, 2019 1:03 AM
> To: meta-ti@yoctoproject.org
> Cc: Saulnier, Nick; Dmytriyenko, Denys; Stiffler, Jacob
> Subject: [meta-ti][PATCH v3] 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>
> ---
>  recipes-bsp/pru/pru-icss_git.bb | 7 ++++---
>  1 file changed, 4 insertions(+), 3 deletions(-)
> 
> diff --git a/recipes-bsp/pru/pru-icss_git.bb b/recipes-bsp/pru/pru-icss_git.bb
> index 6508b6c2bcf3..88d28f37cc5b 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"
>  HOMEPAGE = "http://processors.wiki.ti.com/index.php/PRU-ICSS"
>  LICENSE = "BSD-3-Clause & GPL-2.0 & PD"
> 
> -LIC_FILES_CHKSUM = "file://PRU-Package-v5.0-
> Manifest.html;md5=a86a37c8b6396ad0ad6ae752f1aa8fcc"
> +LIC_FILES_CHKSUM = "file://PRU-Package-v6.0-
> Manifest.html;md5=ea854230556f47609efdaedca174b44c"
> 
>  inherit update-alternatives
> 
>  BRANCH = "master"
>  SRC_URI = "git://git.ti.com/pru-software-support-package/pru-software-
> support-package.git;protocol=git;branch=${BRANCH}"
> -SRCREV = "1ff0393b3b9454fe9c58399c1b5d2db511e8049c"
> +SRCREV = "ff252a5e174f1b6aa42931744939f20d25d8e070"
> 
> -PV = "5.5.0"
> +PV = "5.6.0"
>  PR = "r1"
> 
>  require recipes-ti/includes/ti-paths.inc
> @@ -33,6 +33,7 @@ DEPENDS = "ti-cgt-pru-native"
>  S = "${WORKDIR}/git"
> 
>  export PRU_CGT = "${TI_CGT_PRU_INSTALL_DIR}"
> +export PRU_SSP = "${S}"
> 
>  SUBDIRS = "examples pru_cape/pru_fw lib/src labs"
> 
> --
> 2.17.1


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [meta-ti][PATCH v3] pru-icss_git.bb: Update Manifest and PSSP commits
  2019-12-17 17:15 ` Denys Dmytriyenko
@ 2019-12-17 18:10   ` Nick Saulnier
  0 siblings, 0 replies; 3+ messages in thread
From: Nick Saulnier @ 2019-12-17 18:10 UTC (permalink / raw)
  To: Dmytriyenko, Denys, meta-ti; +Cc: Stiffler, Jacob

Hello Denys,

Got it, will do that going forward.
V2: update makefiles in the PRU Software Support Repo labs folder, add PRU_PSSP variable to bitbake recipe
V3: renamed PRU_PSSP -> PRU_SSP in bitbake recipe

-----Original Message-----
From: Dmytriyenko, Denys 
Sent: Tuesday, December 17, 2019 11:16 AM
To: Saulnier, Nick; meta-ti@yoctoproject.org
Cc: Stiffler, Jacob
Subject: RE: [meta-ti][PATCH v3] pru-icss_git.bb: Update Manifest and PSSP commits

What's the change between v2 and v3? Please don't forget to mention changes between patch revisions.

> -----Original Message-----
> From: Saulnier, Nick
> Sent: Tuesday, December 17, 2019 1:03 AM
> To: meta-ti@yoctoproject.org
> Cc: Saulnier, Nick; Dmytriyenko, Denys; Stiffler, Jacob
> Subject: [meta-ti][PATCH v3] 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>
> ---
>  recipes-bsp/pru/pru-icss_git.bb | 7 ++++---
>  1 file changed, 4 insertions(+), 3 deletions(-)
> 
> diff --git a/recipes-bsp/pru/pru-icss_git.bb b/recipes-bsp/pru/pru-icss_git.bb
> index 6508b6c2bcf3..88d28f37cc5b 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"
>  HOMEPAGE = "http://processors.wiki.ti.com/index.php/PRU-ICSS"
>  LICENSE = "BSD-3-Clause & GPL-2.0 & PD"
> 
> -LIC_FILES_CHKSUM = "file://PRU-Package-v5.0-
> Manifest.html;md5=a86a37c8b6396ad0ad6ae752f1aa8fcc"
> +LIC_FILES_CHKSUM = "file://PRU-Package-v6.0-
> Manifest.html;md5=ea854230556f47609efdaedca174b44c"
> 
>  inherit update-alternatives
> 
>  BRANCH = "master"
>  SRC_URI = "git://git.ti.com/pru-software-support-package/pru-software-
> support-package.git;protocol=git;branch=${BRANCH}"
> -SRCREV = "1ff0393b3b9454fe9c58399c1b5d2db511e8049c"
> +SRCREV = "ff252a5e174f1b6aa42931744939f20d25d8e070"
> 
> -PV = "5.5.0"
> +PV = "5.6.0"
>  PR = "r1"
> 
>  require recipes-ti/includes/ti-paths.inc
> @@ -33,6 +33,7 @@ DEPENDS = "ti-cgt-pru-native"
>  S = "${WORKDIR}/git"
> 
>  export PRU_CGT = "${TI_CGT_PRU_INSTALL_DIR}"
> +export PRU_SSP = "${S}"
> 
>  SUBDIRS = "examples pru_cape/pru_fw lib/src labs"
> 
> --
> 2.17.1


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-12-17 18:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-17  6:02 [meta-ti][PATCH v3] pru-icss_git.bb: Update Manifest and PSSP commits Nick Saulnier
2019-12-17 17:15 ` Denys Dmytriyenko
2019-12-17 18:10   ` Nick Saulnier

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.