Re: [meta-arago] [EXTERNAL] [meta-processor-sdk][master][PATCH] dra7xx: pdk: updating build install step

2018-03-07 Thread Stiffler, Jacob
Pushed.

> -Original Message-
> From: Molfetta, Stephen
> Sent: Wednesday, March 07, 2018 10:12 AM
> To: Stiffler, Jacob; meta-arago@arago-project.org
> Subject: RE: [meta-arago] [EXTERNAL] [meta-processor-
> sdk][master][PATCH] dra7xx: pdk: updating build install step
> 
> Can we expedite this review/merge, Jake?  This is a blocking item.
> 
> -Original Message-
> From: meta-arago-boun...@arago-project.org [mailto:meta-arago-
> boun...@arago-project.org] On Behalf Of Molfetta, Stephen
> Sent: Tuesday, March 06, 2018 4:58 PM
> To: Stiffler, Jacob; meta-arago@arago-project.org
> Subject: Re: [meta-arago] [EXTERNAL] [meta-processor-
> sdk][master][PATCH] dra7xx: pdk: updating build install step
> 
> Is there any chance this gets reviewed/merged today?  This is an urgent fix
> needed.
> 
> -Original Message-
> From: meta-arago-boun...@arago-project.org [mailto:meta-arago-
> boun...@arago-project.org] On Behalf Of Molfetta, Stephen
> Sent: Tuesday, March 06, 2018 12:37 PM
> To: Stiffler, Jacob; meta-arago@arago-project.org
> Subject: Re: [meta-arago] [EXTERNAL] [meta-processor-
> sdk][master][PATCH] dra7xx: pdk: updating build install step
> 
> The files are already present in the current commit ID.  We just need the
> recipe update to pull in these files.  Only if we change the recipe to use the
> 'make install' will we need to bump the commit ID.
> 
> -Original Message-
> From: Stiffler, Jacob
> Sent: Tuesday, March 06, 2018 12:23 PM
> To: Molfetta, Stephen; meta-arago@arago-project.org
> Subject: Re: [EXTERNAL] [meta-arago] [meta-processor-
> sdk][master][PATCH] dra7xx: pdk: updating build install step
> 
> Does this require a commit ID bump?
> 
> 
> On 3/6/2018 12:19 PM, Stephen Molfetta wrote:
> > DRA7xx PDK introduced a new build-related file and needs to install
> > this file into the package location
> > ---
> >   recipes-ti/ti-pdk-build/ti-pdk-build-rtos_git.bb | 5 +++--
> >   1 file changed, 3 insertions(+), 2 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 b028e8c..3e8157d 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
> > @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM =
> "file://makerules/env.mk;beginline=1;endline=31;md5=10503e8de
> >   require recipes-ti/includes/ti-paths.inc
> >
> >   PV = "01.00.00.08"
> > -PR = "r0"
> > +PR = "r1"
> >
> >   PDK_BUILD_GIT_URI = "git://git.ti.com/keystone-rtos/processor-pdk-
> build.git"
> >   PDK_BUILD_GIT_PROTOCOL = "git"
> > @@ -153,6 +153,7 @@ do_install_append_am57xx-hs-evm() {
> >   }
> >
> >   do_install_append_dra7xx() {
> > +install -d ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/dra7xx
> >   install -d ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/tda2xx
> >   install -d ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/tda3xx
> >   install -d
> > ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/tda2ex
> > @@ -165,6 +166,7 @@ do_install_append_dra7xx() {
> >   install -m 0755 makerules/rules_arp32.mk
> ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/makerules
> >   install -m 0755 makerules/rules_ti_cgt_arm.mk
> > ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/makerules
> >
> > +install -m 0755 dra7xx/linkcmd.xdt
> > + ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/dra7xx
> >   install -m 0755 tda2xx/config_tda2xx.bld
> ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/tda2xx
> >   install -m 0755 tda2xx/config_tda2xx_a15.bld
> ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/tda2xx
> >   install -m 0755 tda2xx/config_tda2xx_c66.bld
> > ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/tda2xx
> > @@ -175,7 +177,6 @@ do_install_append_dra7xx() {
> >   install -m 0755 tda2ex/config_tda2ex_a15.bld
> ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/tda2ex
> >   install -m 0755 tda2ex/config_tda2ex_c66.bld
> ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/tda2ex
> >   install -m 0755 tda2ex/mem_segment_definition_1024mb_bios.xs
> > ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/tda2ex
> > -
> >   }
> >
> >   do_install_append_keystone() {
> 
> ___
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
> ___
> meta-arago mailing list
> meta-arago@arago-project.org
> http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
___
meta-arago mailing list
meta-arago@arago-project.org
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


Re: [meta-arago] [EXTERNAL] [meta-processor-sdk][master][PATCH] dra7xx: pdk: updating build install step

2018-03-07 Thread Molfetta, Stephen
Can we expedite this review/merge, Jake?  This is a blocking item.

-Original Message-
From: meta-arago-boun...@arago-project.org 
[mailto:meta-arago-boun...@arago-project.org] On Behalf Of Molfetta, Stephen
Sent: Tuesday, March 06, 2018 4:58 PM
To: Stiffler, Jacob; meta-arago@arago-project.org
Subject: Re: [meta-arago] [EXTERNAL] [meta-processor-sdk][master][PATCH] 
dra7xx: pdk: updating build install step

Is there any chance this gets reviewed/merged today?  This is an urgent fix 
needed.

-Original Message-
From: meta-arago-boun...@arago-project.org 
[mailto:meta-arago-boun...@arago-project.org] On Behalf Of Molfetta, Stephen
Sent: Tuesday, March 06, 2018 12:37 PM
To: Stiffler, Jacob; meta-arago@arago-project.org
Subject: Re: [meta-arago] [EXTERNAL] [meta-processor-sdk][master][PATCH] 
dra7xx: pdk: updating build install step

The files are already present in the current commit ID.  We just need the 
recipe update to pull in these files.  Only if we change the recipe to use the 
'make install' will we need to bump the commit ID.

-Original Message-
From: Stiffler, Jacob
Sent: Tuesday, March 06, 2018 12:23 PM
To: Molfetta, Stephen; meta-arago@arago-project.org
Subject: Re: [EXTERNAL] [meta-arago] [meta-processor-sdk][master][PATCH] 
dra7xx: pdk: updating build install step

Does this require a commit ID bump?


On 3/6/2018 12:19 PM, Stephen Molfetta wrote:
> DRA7xx PDK introduced a new build-related file and needs to install 
> this file into the package location
> ---
>   recipes-ti/ti-pdk-build/ti-pdk-build-rtos_git.bb | 5 +++--
>   1 file changed, 3 insertions(+), 2 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 b028e8c..3e8157d 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
> @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = 
> "file://makerules/env.mk;beginline=1;endline=31;md5=10503e8de
>   require recipes-ti/includes/ti-paths.inc
>   
>   PV = "01.00.00.08"
> -PR = "r0"
> +PR = "r1"
>   
>   PDK_BUILD_GIT_URI = "git://git.ti.com/keystone-rtos/processor-pdk-build.git"
>   PDK_BUILD_GIT_PROTOCOL = "git"
> @@ -153,6 +153,7 @@ do_install_append_am57xx-hs-evm() {
>   }
>   
>   do_install_append_dra7xx() {
> +install -d ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/dra7xx
>   install -d ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/tda2xx
>   install -d ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/tda3xx
>   install -d
> ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/tda2ex
> @@ -165,6 +166,7 @@ do_install_append_dra7xx() {
>   install -m 0755 makerules/rules_arp32.mk 
> ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/makerules
>   install -m 0755 makerules/rules_ti_cgt_arm.mk 
> ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/makerules
>   
> +install -m 0755 dra7xx/linkcmd.xdt 
> + ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/dra7xx
>   install -m 0755 tda2xx/config_tda2xx.bld 
> ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/tda2xx
>   install -m 0755 tda2xx/config_tda2xx_a15.bld 
> ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/tda2xx
>   install -m 0755 tda2xx/config_tda2xx_c66.bld 
> ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/tda2xx
> @@ -175,7 +177,6 @@ do_install_append_dra7xx() {
>   install -m 0755 tda2ex/config_tda2ex_a15.bld 
> ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/tda2ex
>   install -m 0755 tda2ex/config_tda2ex_c66.bld 
> ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/tda2ex
>   install -m 0755 tda2ex/mem_segment_definition_1024mb_bios.xs
> ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/tda2ex
> -
>   }
>   
>   do_install_append_keystone() {

___
meta-arago mailing list
meta-arago@arago-project.org
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
___
meta-arago mailing list
meta-arago@arago-project.org
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
___
meta-arago mailing list
meta-arago@arago-project.org
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


Re: [meta-arago] [EXTERNAL] [meta-processor-sdk][master][PATCH] dra7xx: pdk: updating build install step

2018-03-06 Thread Molfetta, Stephen
Is there any chance this gets reviewed/merged today?  This is an urgent fix 
needed.

-Original Message-
From: meta-arago-boun...@arago-project.org 
[mailto:meta-arago-boun...@arago-project.org] On Behalf Of Molfetta, Stephen
Sent: Tuesday, March 06, 2018 12:37 PM
To: Stiffler, Jacob; meta-arago@arago-project.org
Subject: Re: [meta-arago] [EXTERNAL] [meta-processor-sdk][master][PATCH] 
dra7xx: pdk: updating build install step

The files are already present in the current commit ID.  We just need the 
recipe update to pull in these files.  Only if we change the recipe to use the 
'make install' will we need to bump the commit ID.

-Original Message-
From: Stiffler, Jacob
Sent: Tuesday, March 06, 2018 12:23 PM
To: Molfetta, Stephen; meta-arago@arago-project.org
Subject: Re: [EXTERNAL] [meta-arago] [meta-processor-sdk][master][PATCH] 
dra7xx: pdk: updating build install step

Does this require a commit ID bump?


On 3/6/2018 12:19 PM, Stephen Molfetta wrote:
> DRA7xx PDK introduced a new build-related file and needs to install 
> this file into the package location
> ---
>   recipes-ti/ti-pdk-build/ti-pdk-build-rtos_git.bb | 5 +++--
>   1 file changed, 3 insertions(+), 2 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 b028e8c..3e8157d 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
> @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = 
> "file://makerules/env.mk;beginline=1;endline=31;md5=10503e8de
>   require recipes-ti/includes/ti-paths.inc
>   
>   PV = "01.00.00.08"
> -PR = "r0"
> +PR = "r1"
>   
>   PDK_BUILD_GIT_URI = "git://git.ti.com/keystone-rtos/processor-pdk-build.git"
>   PDK_BUILD_GIT_PROTOCOL = "git"
> @@ -153,6 +153,7 @@ do_install_append_am57xx-hs-evm() {
>   }
>   
>   do_install_append_dra7xx() {
> +install -d ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/dra7xx
>   install -d ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/tda2xx
>   install -d ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/tda3xx
>   install -d
> ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/tda2ex
> @@ -165,6 +166,7 @@ do_install_append_dra7xx() {
>   install -m 0755 makerules/rules_arp32.mk 
> ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/makerules
>   install -m 0755 makerules/rules_ti_cgt_arm.mk 
> ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/makerules
>   
> +install -m 0755 dra7xx/linkcmd.xdt 
> + ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/dra7xx
>   install -m 0755 tda2xx/config_tda2xx.bld 
> ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/tda2xx
>   install -m 0755 tda2xx/config_tda2xx_a15.bld 
> ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/tda2xx
>   install -m 0755 tda2xx/config_tda2xx_c66.bld 
> ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/tda2xx
> @@ -175,7 +177,6 @@ do_install_append_dra7xx() {
>   install -m 0755 tda2ex/config_tda2ex_a15.bld 
> ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/tda2ex
>   install -m 0755 tda2ex/config_tda2ex_c66.bld 
> ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/tda2ex
>   install -m 0755 tda2ex/mem_segment_definition_1024mb_bios.xs
> ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/tda2ex
> -
>   }
>   
>   do_install_append_keystone() {

___
meta-arago mailing list
meta-arago@arago-project.org
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
___
meta-arago mailing list
meta-arago@arago-project.org
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


Re: [meta-arago] [EXTERNAL] [meta-processor-sdk][master][PATCH] dra7xx: pdk: updating build install step

2018-03-06 Thread Molfetta, Stephen
The files are already present in the current commit ID.  We just need the 
recipe update to pull in these files.  Only if we change the recipe to use the 
'make install' will we need to bump the commit ID.

-Original Message-
From: Stiffler, Jacob 
Sent: Tuesday, March 06, 2018 12:23 PM
To: Molfetta, Stephen; meta-arago@arago-project.org
Subject: Re: [EXTERNAL] [meta-arago] [meta-processor-sdk][master][PATCH] 
dra7xx: pdk: updating build install step

Does this require a commit ID bump?


On 3/6/2018 12:19 PM, Stephen Molfetta wrote:
> DRA7xx PDK introduced a new build-related file and needs to install 
> this file into the package location
> ---
>   recipes-ti/ti-pdk-build/ti-pdk-build-rtos_git.bb | 5 +++--
>   1 file changed, 3 insertions(+), 2 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 b028e8c..3e8157d 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
> @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = 
> "file://makerules/env.mk;beginline=1;endline=31;md5=10503e8de
>   require recipes-ti/includes/ti-paths.inc
>   
>   PV = "01.00.00.08"
> -PR = "r0"
> +PR = "r1"
>   
>   PDK_BUILD_GIT_URI = "git://git.ti.com/keystone-rtos/processor-pdk-build.git"
>   PDK_BUILD_GIT_PROTOCOL = "git"
> @@ -153,6 +153,7 @@ do_install_append_am57xx-hs-evm() {
>   }
>   
>   do_install_append_dra7xx() {
> +install -d ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/dra7xx
>   install -d ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/tda2xx
>   install -d ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/tda3xx
>   install -d 
> ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/tda2ex
> @@ -165,6 +166,7 @@ do_install_append_dra7xx() {
>   install -m 0755 makerules/rules_arp32.mk 
> ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/makerules
>   install -m 0755 makerules/rules_ti_cgt_arm.mk 
> ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/makerules
>   
> +install -m 0755 dra7xx/linkcmd.xdt 
> + ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/dra7xx
>   install -m 0755 tda2xx/config_tda2xx.bld 
> ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/tda2xx
>   install -m 0755 tda2xx/config_tda2xx_a15.bld 
> ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/tda2xx
>   install -m 0755 tda2xx/config_tda2xx_c66.bld 
> ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/tda2xx
> @@ -175,7 +177,6 @@ do_install_append_dra7xx() {
>   install -m 0755 tda2ex/config_tda2ex_a15.bld 
> ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/tda2ex
>   install -m 0755 tda2ex/config_tda2ex_c66.bld 
> ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/tda2ex
>   install -m 0755 tda2ex/mem_segment_definition_1024mb_bios.xs 
> ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/tda2ex
> -
>   }
>   
>   do_install_append_keystone() {

___
meta-arago mailing list
meta-arago@arago-project.org
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago


Re: [meta-arago] [EXTERNAL] [meta-processor-sdk][master][PATCH] dra7xx: pdk: updating build install step

2018-03-06 Thread Jacob Stiffler

Does this require a commit ID bump?


On 3/6/2018 12:19 PM, Stephen Molfetta wrote:

DRA7xx PDK introduced a new build-related file and needs to install
this file into the package location
---
  recipes-ti/ti-pdk-build/ti-pdk-build-rtos_git.bb | 5 +++--
  1 file changed, 3 insertions(+), 2 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 b028e8c..3e8157d 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
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = 
"file://makerules/env.mk;beginline=1;endline=31;md5=10503e8de
  require recipes-ti/includes/ti-paths.inc
  
  PV = "01.00.00.08"

-PR = "r0"
+PR = "r1"
  
  PDK_BUILD_GIT_URI = "git://git.ti.com/keystone-rtos/processor-pdk-build.git"

  PDK_BUILD_GIT_PROTOCOL = "git"
@@ -153,6 +153,7 @@ do_install_append_am57xx-hs-evm() {
  }
  
  do_install_append_dra7xx() {

+install -d ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/dra7xx
  install -d ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/tda2xx
  install -d ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/tda3xx
  install -d ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/tda2ex
@@ -165,6 +166,7 @@ do_install_append_dra7xx() {
  install -m 0755 makerules/rules_arp32.mk 
${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/makerules
  install -m 0755 makerules/rules_ti_cgt_arm.mk 
${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/makerules
  
+install -m 0755 dra7xx/linkcmd.xdt ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/dra7xx

  install -m 0755 tda2xx/config_tda2xx.bld 
${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/tda2xx
  install -m 0755 tda2xx/config_tda2xx_a15.bld 
${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/tda2xx
  install -m 0755 tda2xx/config_tda2xx_c66.bld 
${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/tda2xx
@@ -175,7 +177,6 @@ do_install_append_dra7xx() {
  install -m 0755 tda2ex/config_tda2ex_a15.bld 
${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/tda2ex
  install -m 0755 tda2ex/config_tda2ex_c66.bld 
${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/tda2ex
  install -m 0755 tda2ex/mem_segment_definition_1024mb_bios.xs 
${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/build/tda2ex
-
  }
  
  do_install_append_keystone() {


___
meta-arago mailing list
meta-arago@arago-project.org
http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago