All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-processsor-sdk] [PATCH] ti-pdk-build-rtos: updated the version to 1.0.0.6
@ 2017-09-19 20:49 Hongmei Gou
  2017-09-20 14:01 ` [EXTERNAL] " Jacob Stiffler
  0 siblings, 1 reply; 3+ messages in thread
From: Hongmei Gou @ 2017-09-19 20:49 UTC (permalink / raw)
  To: meta-arago; +Cc: Hongmei Gou

* Also added the pruss linker command files for linux user space

Signed-off-by: Hongmei Gou <a0271529@ti.com>
---
 recipes-ti/ti-pdk-build/ti-pdk-build-rtos_git.bb | 12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)

diff --git a/recipes-ti/ti-pdk-build/ti-pdk-build-rtos_git.bb b/recipes-ti/ti-pdk-build/ti-pdk-build-rtos_git.bb
index 0807983..b59f8ca 100644
--- a/recipes-ti/ti-pdk-build/ti-pdk-build-rtos_git.bb
+++ b/recipes-ti/ti-pdk-build/ti-pdk-build-rtos_git.bb
@@ -4,15 +4,15 @@ LIC_FILES_CHKSUM = "file://makerules/env.mk;beginline=1;endline=31;md5=10503e8de
 
 require recipes-ti/includes/ti-paths.inc
 
-PV = "01.00.00.05A"
+PV = "01.00.00.06"
 PR = "r0"
 
 PDK_BUILD_GIT_URI = "git://git.ti.com/keystone-rtos/processor-pdk-build.git"
 PDK_BUILD_GIT_PROTOCOL = "git"
 PDK_BUILD_GIT_BRANCH = "master"
 
-# Below Commit ID corresponds to "DEV.PDK_BUILD.01.00.00.05A"
-PDK_BUILD_SRCREV = "3a7a42bcd85388b24fe83401fb284ce22d7b2978"
+# Below Commit ID corresponds to "DEV.PDK_BUILD.01.00.00.06"
+PDK_BUILD_SRCREV = "67986fbcef0b37428587a3d50d68d81f935f0c30"
 
 BRANCH = "${PDK_BUILD_GIT_BRANCH}"
 SRC_URI = "${PDK_BUILD_GIT_URI};protocol=${PDK_BUILD_GIT_PROTOCOL};branch=${BRANCH}"
@@ -55,6 +55,7 @@ do_install_append_ti33x() {
     install -m 0755 pruss/lnk_a8_a9_a15_REV1.cmd ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/pruss
     install -m 0755 pruss/PRU0_REV1_to_ARM.cmd ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/pruss
     install -m 0755 pruss/PRU1_REV1_to_ARM.cmd ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/pruss
+    install -m 0755 pruss/lnk_a8_a9_a15_REV1_linux.cmd ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/pruss
     
 }
 
@@ -69,6 +70,7 @@ do_install_append_ti43x() {
     install -m 0755 pruss/lnk_a8_a9_a15_REV1.cmd ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/pruss
     install -m 0755 pruss/PRU0_REV1_to_ARM.cmd ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/pruss
     install -m 0755 pruss/PRU1_REV1_to_ARM.cmd ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/pruss
+    install -m 0755 pruss/lnk_a8_a9_a15_REV1_linux.cmd ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/pruss
     
 }
 
@@ -104,6 +106,9 @@ do_install_append_am57xx-evm() {
     install -m 0755 pruss/PRU0_REV2_to_C66.cmd ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/pruss
     install -m 0755 pruss/PRU1_REV2_to_ARM.cmd ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/pruss
     install -m 0755 pruss/PRU1_REV2_to_C66.cmd ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/pruss
+    install -m 0755 pruss/lnk_a8_a9_a15_REV1_linux.cmd ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/pruss
+    install -m 0755 pruss/lnk_a8_a9_a15_REV2_linux.cmd ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/pruss
+
 }
 
 do_install_append_am57xx-hs-evm() {
@@ -178,6 +183,7 @@ do_install_append_k2g() {
     install -m 0755 pruss/PRU0_REV2_to_C66.cmd ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/pruss
     install -m 0755 pruss/PRU1_REV2_to_ARM.cmd ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/pruss
     install -m 0755 pruss/PRU1_REV2_to_C66.cmd ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/pruss    
+    install -m 0755 pruss/lnk_a8_a9_a15_REV2_linux.cmd ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/pruss
 }
 
 FILES_${PN} += "${PDK_INSTALL_DIR_RECIPE}/packages/*"
-- 
1.9.1



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

* Re: [EXTERNAL] [meta-processsor-sdk] [PATCH] ti-pdk-build-rtos: updated the version to 1.0.0.6
  2017-09-19 20:49 [meta-processsor-sdk] [PATCH] ti-pdk-build-rtos: updated the version to 1.0.0.6 Hongmei Gou
@ 2017-09-20 14:01 ` Jacob Stiffler
  2017-09-20 18:04   ` Jacob Stiffler
  0 siblings, 1 reply; 3+ messages in thread
From: Jacob Stiffler @ 2017-09-20 14:01 UTC (permalink / raw)
  To: Hongmei Gou, meta-arago

Please provide the patch for meta-ti.


On 9/19/2017 4:49 PM, Hongmei Gou wrote:
> * Also added the pruss linker command files for linux user space
>
> Signed-off-by: Hongmei Gou <a0271529@ti.com>
> ---
>   recipes-ti/ti-pdk-build/ti-pdk-build-rtos_git.bb | 12 +++++++++---
>   1 file changed, 9 insertions(+), 3 deletions(-)
>
> diff --git a/recipes-ti/ti-pdk-build/ti-pdk-build-rtos_git.bb b/recipes-ti/ti-pdk-build/ti-pdk-build-rtos_git.bb
> index 0807983..b59f8ca 100644
> --- a/recipes-ti/ti-pdk-build/ti-pdk-build-rtos_git.bb
> +++ b/recipes-ti/ti-pdk-build/ti-pdk-build-rtos_git.bb
> @@ -4,15 +4,15 @@ LIC_FILES_CHKSUM = "file://makerules/env.mk;beginline=1;endline=31;md5=10503e8de
>   
>   require recipes-ti/includes/ti-paths.inc
>   
> -PV = "01.00.00.05A"
> +PV = "01.00.00.06"
>   PR = "r0"
>   
>   PDK_BUILD_GIT_URI = "git://git.ti.com/keystone-rtos/processor-pdk-build.git"
>   PDK_BUILD_GIT_PROTOCOL = "git"
>   PDK_BUILD_GIT_BRANCH = "master"
>   
> -# Below Commit ID corresponds to "DEV.PDK_BUILD.01.00.00.05A"
> -PDK_BUILD_SRCREV = "3a7a42bcd85388b24fe83401fb284ce22d7b2978"
> +# Below Commit ID corresponds to "DEV.PDK_BUILD.01.00.00.06"
> +PDK_BUILD_SRCREV = "67986fbcef0b37428587a3d50d68d81f935f0c30"
>   
>   BRANCH = "${PDK_BUILD_GIT_BRANCH}"
>   SRC_URI = "${PDK_BUILD_GIT_URI};protocol=${PDK_BUILD_GIT_PROTOCOL};branch=${BRANCH}"
> @@ -55,6 +55,7 @@ do_install_append_ti33x() {
>       install -m 0755 pruss/lnk_a8_a9_a15_REV1.cmd ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/pruss
>       install -m 0755 pruss/PRU0_REV1_to_ARM.cmd ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/pruss
>       install -m 0755 pruss/PRU1_REV1_to_ARM.cmd ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/pruss
> +    install -m 0755 pruss/lnk_a8_a9_a15_REV1_linux.cmd ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/pruss
>       
>   }
>   
> @@ -69,6 +70,7 @@ do_install_append_ti43x() {
>       install -m 0755 pruss/lnk_a8_a9_a15_REV1.cmd ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/pruss
>       install -m 0755 pruss/PRU0_REV1_to_ARM.cmd ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/pruss
>       install -m 0755 pruss/PRU1_REV1_to_ARM.cmd ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/pruss
> +    install -m 0755 pruss/lnk_a8_a9_a15_REV1_linux.cmd ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/pruss
>       
>   }
>   
> @@ -104,6 +106,9 @@ do_install_append_am57xx-evm() {
>       install -m 0755 pruss/PRU0_REV2_to_C66.cmd ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/pruss
>       install -m 0755 pruss/PRU1_REV2_to_ARM.cmd ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/pruss
>       install -m 0755 pruss/PRU1_REV2_to_C66.cmd ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/pruss
> +    install -m 0755 pruss/lnk_a8_a9_a15_REV1_linux.cmd ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/pruss
> +    install -m 0755 pruss/lnk_a8_a9_a15_REV2_linux.cmd ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/pruss
> +
>   }
>   
>   do_install_append_am57xx-hs-evm() {
> @@ -178,6 +183,7 @@ do_install_append_k2g() {
>       install -m 0755 pruss/PRU0_REV2_to_C66.cmd ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/pruss
>       install -m 0755 pruss/PRU1_REV2_to_ARM.cmd ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/pruss
>       install -m 0755 pruss/PRU1_REV2_to_C66.cmd ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/pruss
> +    install -m 0755 pruss/lnk_a8_a9_a15_REV2_linux.cmd ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/pruss
>   }
>   
>   FILES_${PN} += "${PDK_INSTALL_DIR_RECIPE}/packages/*"



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

* Re: [EXTERNAL] [meta-processsor-sdk] [PATCH] ti-pdk-build-rtos: updated the version to 1.0.0.6
  2017-09-20 14:01 ` [EXTERNAL] " Jacob Stiffler
@ 2017-09-20 18:04   ` Jacob Stiffler
  0 siblings, 0 replies; 3+ messages in thread
From: Jacob Stiffler @ 2017-09-20 18:04 UTC (permalink / raw)
  To: Hongmei Gou, meta-arago

Pushed. Please follow up by upstreaming to meta-ti.


On 9/20/2017 10:01 AM, Jacob Stiffler wrote:
> Please provide the patch for meta-ti.
>
>
> On 9/19/2017 4:49 PM, Hongmei Gou wrote:
>> * Also added the pruss linker command files for linux user space
>>
>> Signed-off-by: Hongmei Gou <a0271529@ti.com>
>> ---
>>   recipes-ti/ti-pdk-build/ti-pdk-build-rtos_git.bb | 12 +++++++++---
>>   1 file changed, 9 insertions(+), 3 deletions(-)
>>
>> diff --git a/recipes-ti/ti-pdk-build/ti-pdk-build-rtos_git.bb 
>> b/recipes-ti/ti-pdk-build/ti-pdk-build-rtos_git.bb
>> index 0807983..b59f8ca 100644
>> --- a/recipes-ti/ti-pdk-build/ti-pdk-build-rtos_git.bb
>> +++ b/recipes-ti/ti-pdk-build/ti-pdk-build-rtos_git.bb
>> @@ -4,15 +4,15 @@ LIC_FILES_CHKSUM = 
>> "file://makerules/env.mk;beginline=1;endline=31;md5=10503e8de
>>     require recipes-ti/includes/ti-paths.inc
>>   -PV = "01.00.00.05A"
>> +PV = "01.00.00.06"
>>   PR = "r0"
>>     PDK_BUILD_GIT_URI = 
>> "git://git.ti.com/keystone-rtos/processor-pdk-build.git"
>>   PDK_BUILD_GIT_PROTOCOL = "git"
>>   PDK_BUILD_GIT_BRANCH = "master"
>>   -# Below Commit ID corresponds to "DEV.PDK_BUILD.01.00.00.05A"
>> -PDK_BUILD_SRCREV = "3a7a42bcd85388b24fe83401fb284ce22d7b2978"
>> +# Below Commit ID corresponds to "DEV.PDK_BUILD.01.00.00.06"
>> +PDK_BUILD_SRCREV = "67986fbcef0b37428587a3d50d68d81f935f0c30"
>>     BRANCH = "${PDK_BUILD_GIT_BRANCH}"
>>   SRC_URI = 
>> "${PDK_BUILD_GIT_URI};protocol=${PDK_BUILD_GIT_PROTOCOL};branch=${BRANCH}"
>> @@ -55,6 +55,7 @@ do_install_append_ti33x() {
>>       install -m 0755 pruss/lnk_a8_a9_a15_REV1.cmd 
>> ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/pruss
>>       install -m 0755 pruss/PRU0_REV1_to_ARM.cmd 
>> ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/pruss
>>       install -m 0755 pruss/PRU1_REV1_to_ARM.cmd 
>> ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/pruss
>> +    install -m 0755 pruss/lnk_a8_a9_a15_REV1_linux.cmd 
>> ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/pruss
>>         }
>>   @@ -69,6 +70,7 @@ do_install_append_ti43x() {
>>       install -m 0755 pruss/lnk_a8_a9_a15_REV1.cmd 
>> ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/pruss
>>       install -m 0755 pruss/PRU0_REV1_to_ARM.cmd 
>> ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/pruss
>>       install -m 0755 pruss/PRU1_REV1_to_ARM.cmd 
>> ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/pruss
>> +    install -m 0755 pruss/lnk_a8_a9_a15_REV1_linux.cmd 
>> ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/pruss
>>         }
>>   @@ -104,6 +106,9 @@ do_install_append_am57xx-evm() {
>>       install -m 0755 pruss/PRU0_REV2_to_C66.cmd 
>> ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/pruss
>>       install -m 0755 pruss/PRU1_REV2_to_ARM.cmd 
>> ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/pruss
>>       install -m 0755 pruss/PRU1_REV2_to_C66.cmd 
>> ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/pruss
>> +    install -m 0755 pruss/lnk_a8_a9_a15_REV1_linux.cmd 
>> ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/pruss
>> +    install -m 0755 pruss/lnk_a8_a9_a15_REV2_linux.cmd 
>> ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/pruss
>> +
>>   }
>>     do_install_append_am57xx-hs-evm() {
>> @@ -178,6 +183,7 @@ do_install_append_k2g() {
>>       install -m 0755 pruss/PRU0_REV2_to_C66.cmd 
>> ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/pruss
>>       install -m 0755 pruss/PRU1_REV2_to_ARM.cmd 
>> ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/pruss
>>       install -m 0755 pruss/PRU1_REV2_to_C66.cmd 
>> ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/pruss
>> +    install -m 0755 pruss/lnk_a8_a9_a15_REV2_linux.cmd 
>> ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/pruss
>>   }
>>     FILES_${PN} += "${PDK_INSTALL_DIR_RECIPE}/packages/*"
>



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

end of thread, other threads:[~2017-09-20 18:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-09-19 20:49 [meta-processsor-sdk] [PATCH] ti-pdk-build-rtos: updated the version to 1.0.0.6 Hongmei Gou
2017-09-20 14:01 ` [EXTERNAL] " Jacob Stiffler
2017-09-20 18:04   ` Jacob Stiffler

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.