Re: [meta-ti] [EXTERNAL] [rocko/master][PATCH] ti-ndk: Correcting the SRC_URI link

2019-03-05 Thread Stiffler, Jacob
Denys,

Please apply to rocko.

- Jake

> -Original Message-
> From: meta-ti-boun...@yoctoproject.org [mailto:meta-ti-
> boun...@yoctoproject.org] On Behalf Of Radhakrishnan, Mahesh
> Sent: Monday, March 04, 2019 5:19 PM
> To: meta-ti@yoctoproject.org
> Subject: [EXTERNAL] [meta-ti] [rocko/master][PATCH] ti-ndk: Correcting the
> SRC_URI link
> 
> Signed-off-by: Mahesh Radhakrishnan 
> ---
>  recipes-ti/ndk/ti-ndk.inc | 3 +--
>  1 file changed, 1 insertion(+), 2 deletions(-)
> 
> diff --git a/recipes-ti/ndk/ti-ndk.inc b/recipes-ti/ndk/ti-ndk.inc
> index dfb09de..9afde31 100644
> --- a/recipes-ti/ndk/ti-ndk.inc
> +++ b/recipes-ti/ndk/ti-ndk.inc
> @@ -6,8 +6,7 @@ LICENSE = "BSD"
>  require recipes-ti/includes/ti-paths.inc
> 
>  S = "${WORKDIR}/ndk_${PV}"
> -
> -SRC_URI = "http://software-
> dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/ndk/${PV}/exports/n
> dk_${PV}.zip;name=ndkzip"
> +SRC_URI = "http://software-
> dl.ti.com/targetcontent/ndk/${PV}/exports/ndk_${PV}.zip;name=ndkzip"
> 
>  do_install() {
>  CP_ARGS="-Prf --preserve=mode,timestamps --no-preserve=ownership"
> --
> 1.9.1
> 
> --
> ___
> meta-ti mailing list
> meta-ti@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti
-- 
___
meta-ti mailing list
meta-ti@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-ti


Re: [meta-ti] [EXTERNAL] [rocko/master][PATCH] uart-lld-rtos: Updating checksum file & dependency for ti33x

2019-02-20 Thread Stiffler, Jacob
Ping.

> -Original Message-
> From: meta-ti-boun...@yoctoproject.org [mailto:meta-ti-
> boun...@yoctoproject.org] On Behalf Of Stiffler, Jacob
> Sent: Thursday, February 14, 2019 12:54 PM
> To: Radhakrishnan, Mahesh; meta-ti@yoctoproject.org
> Subject: Re: [meta-ti] [EXTERNAL] [rocko/master][PATCH] uart-lld-rtos:
> Updating checksum file & dependency for ti33x
> 
> ACK
> 
> 
> Acked-by: Jacob Stiffler 
> 
> 
> On 2/14/2019 11:53 AM, Mahesh Radhakrishnan wrote:
> > Signed-off-by: Mahesh Radhakrishnan 
> > ---
> >   recipes-bsp/uart-lld/uart-lld-rtos_git.bb | 12 
> >   1 file changed, 8 insertions(+), 4 deletions(-)
> >
> > diff --git a/recipes-bsp/uart-lld/uart-lld-rtos_git.bb b/recipes-bsp/uart-
> lld/uart-lld-rtos_git.bb
> > index 0dceecb..be1f8c8 100644
> > --- a/recipes-bsp/uart-lld/uart-lld-rtos_git.bb
> > +++ b/recipes-bsp/uart-lld/uart-lld-rtos_git.bb
> > @@ -4,7 +4,7 @@ DESCRIPTION = "TI RTOS low level driver for Universal
> Asynchronous Receiver/Tran
> >   inherit ti-pdk
> >
> >   LICENSE = "BSD-3-Clause"
> > -LIC_FILES_CHKSUM =
> "file://UART.h;beginline=1;endline=31;md5=8580f9c5c0de8d5d13518cf18a01
> 22b8"
> > +LIC_FILES_CHKSUM =
> "file://COPYING.txt;beginline=1;endline=31;md5=94b6a199da1caf777f6756c
> b70aca4a7"
> >
> >   COMPATIBLE_MACHINE = "ti33x|ti43x|omap-
> a15|keystone|omapl1|c66x|k3"
> >   PACKAGE_ARCH = "${MACHINE_ARCH}"
> > @@ -14,19 +14,21 @@ UART_LLD_GIT_PROTOCOL = "git"
> >   UART_LLD_GIT_BRANCH = "master"
> >
> >   # Below commit ID corresponds to "DEV.UART_LLD.01.00.00.13"
> > -UART_LLD_SRCREV = "3af02f4c4e4d5fe126d49076d343f41ea3878106"
> > +UART_LLD_SRCREV = "f9298edb5a39bd72f256b53a0b63c6c019cdedce"
> >
> >   BRANCH = "${UART_LLD_GIT_BRANCH}"
> >   SRC_URI =
> "${UART_LLD_GIT_URI};protocol=${UART_LLD_GIT_PROTOCOL};branch=${BR
> ANCH}"
> >
> >   SRCREV = "${UART_LLD_SRCREV}"
> >   PV = "01.00.00.13"
> > -PR = "r0"
> > +PR = "r1"
> >
> >   DEPENDS_append = " edma3-lld-rtos \
> >  osal-rtos \
> >   "
> > -DEPENDS_append_ti33x = " starterware-rtos"
> > +DEPENDS_append_ti33x = " starterware-rtos \
> > + pruss-lld-rtos \
> > +"
> >   DEPENDS_append_ti43x = " starterware-rtos"
> >
> >   DEPENDS_remove_k3 = "edma3-lld-rtos "
> > @@ -43,3 +45,5 @@ XDCPATH_append =
> ";${EDMA3_LLD_INSTALL_DIR}/packages"
> >
> >   # HTML doc link params
> >   PDK_COMP_LINK_TEXT = "UART LLD"
> > +
> > +INSANE_SKIP_${PN} = "arch"
> --
> ___
> meta-ti mailing list
> meta-ti@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti
-- 
___
meta-ti mailing list
meta-ti@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-ti


Re: [meta-ti] [EXTERNAL] [PATCH v2] dsplib/mathlib: do not install/deploy .metadata

2018-10-01 Thread Stiffler, Jacob
Denys,

Can you please backport this to the ti2018.03 branch?

Thank you,
Jake

> -Original Message-
> From: meta-ti-boun...@yoctoproject.org [mailto:meta-ti-
> boun...@yoctoproject.org] On Behalf Of Xu, Jianzhong
> Sent: Friday, September 28, 2018 2:05 PM
> To: meta-ti@yoctoproject.org
> Subject: [EXTERNAL] [meta-ti] [PATCH v2] dsplib/mathlib: do not
> install/deploy .metadata
> 
> dsplib/mathlib: do not install/deploy .metadata
> 
> Do not install/deploy .metadata folder for dsplib and mathlib packages.
> This folder prevents CCS from finding and installing dsplib and mathlib.
> 
> Signed-off-by: Jianzhong Xu 
> ---
> Changes from previous version:
> * Log has been modified to better reflect code change.
> ---
> ---
>  recipes-ti/dsplib/dsplib.inc   | 2 --
>  recipes-ti/mathlib/mathlib.inc | 2 --
>  2 files changed, 4 deletions(-)
> 
> diff --git a/recipes-ti/dsplib/dsplib.inc b/recipes-ti/dsplib/dsplib.inc
> index 7180c4a..f369679 100644
> --- a/recipes-ti/dsplib/dsplib.inc
> +++ b/recipes-ti/dsplib/dsplib.inc
> @@ -49,7 +49,6 @@ do_install() {
> 
>   find -name "${DSPLIB_PACKAGE_NAME}.zip" -exec unzip -o {} -d
> ${D}${DSPLIB_INSTALL_DIR_RECIPE} \;
>   mv ${D}${DSPLIB_INSTALL_DIR_RECIPE}/dsplib/*
> ${D}${DSPLIB_INSTALL_DIR_RECIPE}
> - mv ${D}${DSPLIB_INSTALL_DIR_RECIPE}/dsplib/.metadata
> ${D}${DSPLIB_INSTALL_DIR_RECIPE}
>   rm -r ${D}${DSPLIB_INSTALL_DIR_RECIPE}/dsplib
>  }
> 
> @@ -62,7 +61,6 @@ do_deploy() {
>   # and place the zip file in ${DEPLOYDIR}
>   mkdir ./${DSPLIB_PACKAGE_NAME}
>   cp -r ${D}${DSPLIB_INSTALL_DIR_RECIPE}/*
> ./${DSPLIB_PACKAGE_NAME}
> - cp -r ${D}${DSPLIB_INSTALL_DIR_RECIPE}/.metadata
> ./${DSPLIB_PACKAGE_NAME}
>   zip -9 -y -r -q ${DEPLOYDIR}/${DSPLIB_PACKAGE_NAME}.zip
> ./${DSPLIB_PACKAGE_NAME}
>   rm -r ./${DSPLIB_PACKAGE_NAME}
>  }
> diff --git a/recipes-ti/mathlib/mathlib.inc b/recipes-ti/mathlib/mathlib.inc
> index 3e981e4..6aea085 100644
> --- a/recipes-ti/mathlib/mathlib.inc
> +++ b/recipes-ti/mathlib/mathlib.inc
> @@ -48,7 +48,6 @@ do_install() {
> 
>   find -name "${MATHLIB_PACKAGE_NAME}.zip" -exec unzip -o {} -d
> ${D}${MATHLIB_INSTALL_DIR_RECIPE} \;
>   mv ${D}${MATHLIB_INSTALL_DIR_RECIPE}/mathlib/*
> ${D}${MATHLIB_INSTALL_DIR_RECIPE}
> - mv ${D}${MATHLIB_INSTALL_DIR_RECIPE}/mathlib/.metadata
> ${D}${MATHLIB_INSTALL_DIR_RECIPE}
>   rm -r ${D}${MATHLIB_INSTALL_DIR_RECIPE}/mathlib
>  }
> 
> @@ -61,7 +60,6 @@ do_deploy() {
>   # and place the zip file in ${DEPLOYDIR}
>   mkdir ./${MATHLIB_PACKAGE_NAME}
>   cp -r ${D}${MATHLIB_INSTALL_DIR_RECIPE}/*
> ./${MATHLIB_PACKAGE_NAME}
> - cp -r ${D}${MATHLIB_INSTALL_DIR_RECIPE}/.metadata
> ./${MATHLIB_PACKAGE_NAME}
>   zip -9 -y -r -q ${DEPLOYDIR}/${MATHLIB_PACKAGE_NAME}.zip
> ./${MATHLIB_PACKAGE_NAME}
>   rm -r ./${MATHLIB_PACKAGE_NAME}
>  }
> --
> 1.9.1
> 
> --
> ___
> meta-ti mailing list
> meta-ti@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti
-- 
___
meta-ti mailing list
meta-ti@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-ti


Re: [meta-ti] [EXTERNAL] [rocko/master][PATCH v3 00/29] RTOS patches(V3) for Procsdk 5.1 release

2018-10-01 Thread Stiffler, Jacob
Denys,

Can you please backport this set along with ti-pdk.bbclass patch to ti2018.03?

Thank you,
Jake

> -Original Message-
> From: meta-ti-boun...@yoctoproject.org [mailto:meta-ti-
> boun...@yoctoproject.org] On Behalf Of Radhakrishnan, Mahesh
> Sent: Friday, September 28, 2018 12:26 PM
> To: meta-ti@yoctoproject.org
> Subject: [EXTERNAL] [meta-ti] [rocko/master][PATCH v3 00/29] RTOS
> patches(V3) for Procsdk 5.1 release
> 
> This is the version 3 of the RTOS patches with the following differences
> from v2
> 1) ti-pdk.bbclass patch is removed as the changes on the v1/v2 patches are
> not needed.
> Hence this patchset contains only 29 patches (the v1/v2 had 30 patches in
> them)
> 2) board-rtos: Corrected the DEPENDS_append_am65xx -->
> DEPENDS_append_k3 as per review comments
> 3) mcasp-lld-rtos & pcie-lld-rtos: Mentioned the LIC checksum change
> details (due to copyright header) in the commit description
> 4) Used -M01 -C01 option while sending the patches to highlight the
> renaming of ti-ndk_2.xxx -> ti-ndk_3.xx
> 
> 
> Mahesh Radhakrishnan (29):
>   common-csl-ip: Update to version 03.03.00.12
>   osal: SRCREV update to 01.00.00.12.r1
>   ti-pdk-build: Update to version 01.00.00.10A
>   uart-lld-rtos: Update to version 01.00.00.12
>   board-rtos: Update to version 01.00.10.02 and added support to k3
>   i2c-lld-rtos: Update to version 01.00.00.02 and added support to k3
>   gpio-lld-rtos: Update to version 01.00.00.12 and added support to k3
>   icss-emac-lld: Update to version 01.00.00.13
>   emac-lld-rtos:Update to version 01.00.03.12A and added support to k3
>   starterware: Update to version 02.01.01.08
>   mmcsd-lld-rtos: Update to version 01.00.00.13 and added k3 support
>   mcasp-lld-rtos: Update to 01.00.00.11A and add support to k3
>   fatfs-rtos: Update to version 01.00.00.11 & added k3 support
>   mcbsp-lld-rtos: Update to version 01.00.00.11A
>   pa-lld: Update to version 03.00.02.07
>   pm-lld-rtos: Update to version 01.08.00.19 and k3 support
>   udma-lld-rtos: Added support for udma-lld on rtos  (initial version)
>   spi-lld-rtos: Update to version 01.00.00.12A and added k3 support
>   pcie-lld-rtos: Update to version 02.03.00.01 and added k3 support
>   pruss-lld: pruss-lld-rtos: Update to version 01.00.00.11 and added k3
> support for rtos
>   sa-lld: sa-lld-rtos: Updated to version 04.00.00.00A, added k3 support
> and makefile build for k3
>   transport-rtos: nimu-rtos: Updated to version 01.00.00.13 & added k3
> support
>   sciclient-rtos: SRCREV update
>   usb-lld-rtos: update to versin 01.00.00.15A and added k3 support
>   profiling-rtos: Update to version 01.00.00.07 and added k3 support
>   vps-lld-rtos: Updated to version 01.00.01.13
>   ti-ndk: Upgrading to 3.40.01.01
>   ti-ns: Adding support for TI network services
>   cmb-addon: Update to version 01.01.00.02
> 
>  recipes-bsp/board-rtos/board-rtos_git.bb   | 15 +++--
>  recipes-bsp/cmb-addon/cmb-addon-rtos_git.bb|  6 +-
>  recipes-bsp/common-csl-ip/common-csl-ip.inc|  7 +-
>  recipes-bsp/emac-lld/emac-lld-rtos_git.bb  | 11 ++--
>  recipes-bsp/fatfs-rtos/fatfs-rtos_git.bb   |  8 +--
>  recipes-bsp/gpio-lld/gpio-lld-rtos_git.bb  |  8 +--
>  recipes-bsp/i2c-lld/i2c-lld-rtos_git.bb|  8 +--
>  recipes-bsp/icss-emac-lld/icss-emac-lld.inc|  2 +-
>  recipes-bsp/mcasp-lld/mcasp-lld-rtos_git.bb| 15 +++--
>  recipes-bsp/mcbsp-lld/mcbsp-lld-rtos_git.bb|  6 +-
>  recipes-bsp/mmcsd-lld/mmcsd-lld-rtos_git.bb|  9 +--
>  recipes-bsp/osal/osal.inc  |  4 +-
>  recipes-bsp/pa-lld/pa-lld.inc  |  6 +-
>  recipes-bsp/pcie-lld/pcie-lld-rtos_git.bb  | 13 ++--
>  recipes-bsp/pm-lld/pm-lld-rtos_git.bb  | 30 +
>  recipes-bsp/pruss-lld/pruss-lld-rtos_git.bb|  1 +
>  recipes-bsp/pruss-lld/pruss-lld.inc|  6 +-
>  recipes-bsp/sa-lld/sa-lld-rtos_git.bb  | 14 +++-
>  recipes-bsp/sa-lld/sa-lld.inc  |  6 +-
>  recipes-bsp/sciclient/sciclient-rtos_git.bb|  6 +-
>  recipes-bsp/spi-lld/spi-lld-rtos_git.bb| 12 ++--
>  recipes-bsp/starterware/starterware.inc|  6 +-
>  recipes-bsp/transport-rtos/nimu-rtos_git.bb|  3 +-
>  recipes-bsp/transport-rtos/transport.inc   |  6 +-
>  recipes-bsp/uart-lld/uart-lld-rtos_git.bb  | 11 ++--
>  .../udma-lld-rtos_git.bb}  | 75 
> +-
>  recipes-bsp/usb-lld/usb-lld-rtos_git.bb|  8 +--
>  recipes-bsp/utils-rtos/profiling-rtos_git.bb   |  8 +--
>  recipes-bsp/vps-lld/vps-lld-rtos_git.bb|  6 +-
>  recipes-ti/includes/ti-paths.inc   |  2 +
>  .../{ti-ndk_2.26.00.08.bb => ti-ndk_3.40.01.01.bb} |  8 +--
>  .../ti-pdk-build-rtos_git.bb => ns/ti-ns.inc}  | 48 --
>  .../ti-ns_2.40.01.02.bb}   | 11 ++--
>  

Re: [meta-ti] [EXTERNAL] [PATCH 3/3 v2] Added DSPLIB recipe to build DSPLIB from source. Updated includes/ti-paths.inc for MATHLIB and DSPLIB.

2018-09-13 Thread Stiffler, Jacob
That will work as c66x is a subset of the keystone SOC family.

I just don't think that specifying COMPATIBLE_MACHINE is necessary as these 
packages are independent of the architecture that is running Linux.

And due to this, we should also remove the 'PACKAGE_ARCH = ${MACHINE_ARCH}"' as 
there is no difference between the resulting packages for any machine.

IMHO, COMPATIBLE_MACHINE has been overused and it creates more problems that it 
solves.

- Jake

From: Xu, Jianzhong
Sent: Thursday, September 13, 2018 11:45 AM
To: Dmytriyenko, Denys; Stiffler, Jacob
Cc: meta-ti@yoctoproject.org
Subject: Re: [meta-ti] [EXTERNAL] [PATCH 3/3 v2] Added DSPLIB recipe to build 
DSPLIB from source. Updated includes/ti-paths.inc for MATHLIB and DSPLIB.


Denys,



Would the following fix the problems you've seen:

COMPATIBLE_MACHINE = "omap-a15|keystone"

This was in DSPLIB recipes before.



Thanks,

Jianzhong


From: Dmytriyenko, Denys
Sent: Thursday, September 13, 2018 11:26:45 AM
To: Stiffler, Jacob
Cc: Xu, Jianzhong; meta-ti@yoctoproject.org
Subject: Re: [meta-ti] [EXTERNAL] [PATCH 3/3 v2] Added DSPLIB recipe to build 
DSPLIB from source. Updated includes/ti-paths.inc for MATHLIB and DSPLIB.

On Thu, Sep 13, 2018 at 07:26:12AM -0400, Jacob Stiffler wrote:
>
>
> On 9/12/2018 6:52 PM, Denys Dmytriyenko wrote:
> >Same for dra7xx-evm...
> >
> >
> >On Wed, Sep 12, 2018 at 04:37:48PM -0400, Dmytriyenko, Denys wrote:
> >>And it crashed and burned right away:
> >>
> >>ERROR: Nothing PROVIDES 'dsplib-c66x' (but 
> >>/OE/arago-rocko-next-build/sources/meta-arago/meta-arago-extras/recipes-apps/video-analytics-demo/qt-opencv-opencl-opengl-multithreaded_git.bb
> >> DEPENDS on or otherwise requires it)
> >>dsplib-c66x was skipped: incompatible with machine am57xx-hs-evm (not in 
> >>COMPATIBLE_MACHINE)
> >>NOTE: Runtime target 'qt-opencv-opencl-opengl-multithreaded-src' is 
> >>unbuildable, removing...
> >>
> >>Jake,
> >>
> >>Did you tested it on am57xx-hs-evm?
>
> I had only built for am57xx-evm as there are no machine overrides in these
> recipes because they are DSP architecture-specific.
>
> Looks like we should change "COMPATIBLE_MACHINE" to, at the very least,
> include what was there before (omap-a15|keystone). But as these are specific
> to the DSP architecture, should COMPATIBLE_MACHINE even be necessary?

Either way should be fine. Currently those patches break too many platforms -
dra7 GP and both am5/dra7 HS.


> >>Denys
> >>
> >>
> >>>-Original Message-
> >>>From: Denys Dmytriyenko [mailto:de...@ti.com]
> >>>Sent: Wednesday, September 12, 2018 4:21 PM
> >>>To: Xu, Jianzhong
> >>>Cc: Stiffler, Jacob; meta-ti@yoctoproject.org
> >>>Subject: Re: [meta-ti] [EXTERNAL] [PATCH 3/3 v2] Added DSPLIB recipe to 
> >>>build
> >>>DSPLIB from source. Updated includes/ti-paths.inc for MATHLIB and DSPLIB.
> >>>
> >>>Thanks, merged into rocko-next for testing.
> >>>
> >>>There were lots of small non-critical things I had to fix, like 
> >>>whitespaces,
> >>>indentation, etc. But the biggest one is that you have to follow 
> >>>OpenEmbedded
> >>>Commit Message Guidelines:
> >>>
> >>>https://www.openembedded.org/wiki/Commit_Patch_Message_Guidelines
> >>>
> >>>
> >>>On Wed, Sep 12, 2018 at 03:40:42PM -0400, Xu, Jianzhong wrote:
> >>>>Denys,
> >>>>
> >>>>
> >>>>
> >>>>You're right. The versioning was inconsistent. Please use
> >>>>[EXTERNAL,3/3,v2] and newer versions of [EXTERNAL,2/3], 
> >>>> [EXTERNAL,1/3].
> >>>>The latter two should have had v2 in it. Please see highlights below.
> >>>>
> >>>>
> >>>>
> >>>>
> >>>> ++
> >>>>|[EXTERNAL,3/3,v2] Added DSPLIB recipe to   |  |
> >>>> ||   |
> >>>>|build DSPLIB from source. Updated  |2018-09-06|Jianzhong 
> >>>> Xu||New|
> >>>>|includes/ti-paths.inc for MATHLIB and  |  |
> >>>> ||   |
> >>>>|DSPLIB.|  |
> >>>> ||   |
> >>>>
> >>>> |---+--+++---|
> >>>>|[

Re: [meta-ti] [EXTERNAL] [rocko/master][PATCH] ti-pdk-build: New DEV.PDK_BUILD.01.00.00.08F

2018-06-18 Thread Stiffler, Jacob
Please add this to the ti2018.01 branch.

Acked-by: Jacob Stiffler 

> -Original Message-
> From: meta-ti-boun...@yoctoproject.org [mailto:meta-ti-
> boun...@yoctoproject.org] On Behalf Of Senicic, Djordje
> Sent: Sunday, June 17, 2018 3:24 PM
> To: meta-ti@yoctoproject.org
> Cc: Senicic, Djordje; Senicic, Djordje
> Subject: [EXTERNAL] [meta-ti] [rocko/master][PATCH] ti-pdk-build: New
> DEV.PDK_BUILD.01.00.00.08F
> 
> * Enhancements for semi-hosting support
> * Add TDA2x cascade board support
> * Adding arp32 makefile
> * Add McBSP component
> * mmwvedfp migration
> 
> Signed-off-by: Djordje Senicic 
> ---
>  recipes-ti/ti-pdk-build/ti-pdk-build-rtos_git.bb | 6 +++---
>  1 file changed, 3 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 0f60714..e81f6e8 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.08E"
> +PV = "01.00.00.08F"
>  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.08E"
> -PDK_BUILD_SRCREV = "9622a097c143188cab74b8827461eafdf54f8ed9"
> +# Below Commit ID corresponds to "DEV.PDK_BUILD.01.00.00.08F"
> +PDK_BUILD_SRCREV = "4d41f3540af5850f1c7f57afcb8a7b4610cfc8f0"
> 
>  BRANCH = "${PDK_BUILD_GIT_BRANCH}"
>  SRC_URI = "\
> --
> 1.9.1
> 
> --
> ___
> meta-ti mailing list
> meta-ti@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti
-- 
___
meta-ti mailing list
meta-ti@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-ti


Re: [meta-ti] wget fetch issue with ti-cgt-pru_2.1.5.bb

2018-04-23 Thread Stiffler, Jacob
Brad,

On my home machine. I was able to recreate this with wget, but I was able to 
download through other methods. I am not sure what may be happening.

I was able to download through a browser (chrome), and I was able to download 
with "curl" using the following command:

$ curl -L 
http://software-dl.ti.com/codegen/esd/cgt_public_sw/PRU/2.2.1/ti_cgt_pru_2.2.1_linux_installer_x86.bin
 > ti_cgt_pru_2.2.1_linux_installer_x86.bin
  % Total% Received % Xferd  Average Speed   TimeTime Time  Current
 Dload  Upload   Total   SpentLeft  Speed
100   382  100   3820 0   2239  0 --:--:-- --:--:-- --:--:--  2247
  0 00 00 0  0  0 --:--:-- --:--:-- --:--:-- 0
100   318  100   3180 0848  0 --:--:-- --:--:-- --:--:--   848
100 17.0M  100 17.0M0 0  4040k  0  0:00:04  0:00:04 --:--:-- 4517k

$ file ti_cgt_pru_2.2.1_linux_installer_x86.bin
ti_cgt_pru_2.2.1_linux_installer_x86.bin: ELF 32-bit LSB  executable, Intel 
80386, version 1 (GNU/Linux), statically linked, stripped

- Jake

From: meta-ti-boun...@yoctoproject.org 
[mailto:meta-ti-boun...@yoctoproject.org] On Behalf Of Griffis, Brad
Sent: Monday, April 23, 2018 12:51 PM
To: meta-ti@yoctoproject.org
Subject: [EXTERNAL] [meta-ti] wget fetch issue with ti-cgt-pru_2.1.5.bb

Recipe: meta-ti/recipes-ti/devtools/ti-cgt-pru_2.1.5.bb
Issue summary: fetch of ti_cgt_pru_2.2.1_linux_installer_x86.bin results in 403 
forbidden error

In the rocko branch, I see we're building PRU source code from source.  I 
wanted to report a fetch issue.  This was reported to me by a customer and I 
have independently confirmed I see the same behavior.

I can see the issue very easily just by doing a wget:

brad@brad-XPS-15-9560:~$ wget 
http://software-dl.ti.com/codegen/esd/cgt_public_sw/PRU/2.2.1/ti_cgt_pru_2.2.1_linux_installer_x86.bin
--2018-04-23 11:48:42--  
http://software-dl.ti.com/codegen/esd/cgt_public_sw/PRU/2.2.1/ti_cgt_pru_2.2.1_linux_installer_x86.bin
Resolving software-dl.ti.com (software-dl.ti.com)... 23.209.190.17
Connecting to software-dl.ti.com (software-dl.ti.com)|23.209.190.17|:80... 
connected.
HTTP request sent, awaiting response... 302 Moved Temporarily
Location: 
https://www.ti.com/general/docs/licreg/anonymousproddownload.tsp?downloadPage=true=http://software-dl.ti.com/codegen/esd/cgt_public_sw/PRU/2.2.1/ti_cgt_pru_2.2.1_linux_installer_x86.bin
 [following]
--2018-04-23 11:48:42--  
https://www.ti.com/general/docs/licreg/anonymousproddownload.tsp?downloadPage=true=http://software-dl.ti.com/codegen/esd/cgt_public_sw/PRU/2.2.1/ti_cgt_pru_2.2.1_linux_installer_x86.bin
Resolving www.ti.com (www.ti.com)... 
23.34.71.13, 2600:1407:21:281::b48, 2600:1407:21:285::b48
Connecting to www.ti.com 
(www.ti.com)|23.34.71.13|:443... connected.
HTTP request sent, awaiting response... 302 Moved Temporarily
Location: 
http://software-dl.ti.com/codegen/esd/cgt_public_sw/PRU/2.2.1/ti_cgt_pru_2.2.1_linux_installer_x86.bin?tracked=1
 [following]
--2018-04-23 11:48:42--  
http://software-dl.ti.com/codegen/esd/cgt_public_sw/PRU/2.2.1/ti_cgt_pru_2.2.1_linux_installer_x86.bin?tracked=1
Connecting to software-dl.ti.com (software-dl.ti.com)|23.209.190.17|:80... 
connected.
HTTP request sent, awaiting response... 403 Forbidden
2018-04-23 11:48:42 ERROR 403: Forbidden.

The above console snippet comes from my home PC where there is no 
firewall/proxy to complicate things.  There seems to be a fundamental issue 
being able to fetch this file.  Interestingly, if I run the command from inside 
the TI firewall it works ok.

Best regards,
Brad

---

Brad Griffis
TI Digital Field Applications
Member Group Technical Staff (MGTS)
Schaumburg, IL
Office: 847-517-4699

[cid:image001.jpg@01D3DB04.5E41A970]

-- 
___
meta-ti mailing list
meta-ti@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-ti


Re: [meta-ti] [EXTERNAL] Re: [rocko/master][PATCH 00/23] TI RTOS Updates

2018-04-16 Thread Stiffler, Jacob


> -Original Message-
> From: meta-ti-boun...@yoctoproject.org [mailto:meta-ti-
> boun...@yoctoproject.org] On Behalf Of Stiffler, Jacob
> Sent: Monday, April 16, 2018 4:12 PM
> To: Dmytriyenko, Denys
> Cc: meta-ti@yoctoproject.org
> Subject: [EXTERNAL] Re: [meta-ti] [rocko/master][PATCH 00/23] TI RTOS
> Updates
> 
> 
> 
> > -Original Message-
> > From: Dmytriyenko, Denys
> > Sent: Monday, April 16, 2018 4:02 PM
> > To: Stiffler, Jacob
> > Cc: meta-ti@yoctoproject.org
> > Subject: Re: [meta-ti] [rocko/master][PATCH 00/23] TI RTOS Updates
> >
> > How severe are the issues? I was planning on pulling them into
> > rocko-next tonight, but if there was breakage, the set won't get
> > merged to rocko anyway.
> > So, if you already have fixes, you can re-spin and resubmit the entire
> series.
> > If the issues are minor, it's up to you - you can wait until the set
> > is merged to rocko and then follow up with your fixes on top...
> >
> 
> It is nothing that will break linux targets, and the fixes are only to add a
> missing dependency for traceframework and nimu-rtos.
> 

Traceframework-rtos cannot be fixed yet as it is missing a dependent recipe. So 
it is only a minor fix to transport-rtos. 

Would you prefer the whole patch set, or just a single v2?

> 
> I'll just send out the set again to get it in.
> 
> >
> > On Mon, Apr 16, 2018 at 03:53:48PM -0400, Stiffler, Jacob wrote:
> > >Denys,
> > >
> > >Will you be applying these soon? I have some fixes for issues exposed
> by
> > >the migration to rocko.
> > >
> > >Thanks,
> > >Jake
> > >
> > >> -Original Message-
> > >> From: Dmytriyenko, Denys
> > >> Sent: Friday, April 13, 2018 2:24 PM
> > >> To: Stiffler, Jacob
> > >> Cc: meta-ti@yoctoproject.org
> > >> Subject: Re: [meta-ti] [rocko/master][PATCH 00/23] TI RTOS Updates
> > >>
> > >> Thanks Jake and Mahesh! I'll merge the series to rocko-next and give
> it
> > >a try.
> > >>
> > >>
> > >> On Fri, Apr 13, 2018 at 01:01:56PM -0400, Jacob Stiffler wrote:
> > >> >
> > >> > Mahesh Radhakrishnan (23):
> > >> >   common-csl-ip: Updating to version 03.03.00.10
> > >> >   emac-lld-rtos: Updating to version 01.00.03.10A
> > >> >   edma3-lld:Updating to version 02.12.05.30C
> > >> >   fatfs-rtos: Updating to version 01.00.00.09
> > >> >   gpio-lld-rtos: Updating to version 01.00.00.10
> > >> >   i2c-lld-rtos: Updating to version 01.00.00.10 & dependency 
> > > updates
> > >> >   icss-emac-lld: Updating to version 01.00.00.11B
> > >> >   mcasp-lld-rtos: Update to version 01.01.00.09
> > >> >   mcbsp-lld-rtos:Updating to version 01.00.00.09
> > >> >   mmcsd-lld-rtos: Update to version 01.00.00.11
> > >> >   pcie-lld-rtos: Update to version 02.02.00.12
> > >> >   pruss-lld: Updating to version 01.00.00.09A
> > >> >   pm-lld-rtos: Updating to version 01.04.00.04 & 01.08.00.17 for
> > >> > am57xx/dra7xx
> > >> >   sa-lld: Updating to version 03.00.00.20
> > >> >   serdes-diag-rtos: Update to version 01.00.00.10
> > >> >   spi-lld-rtos: Update to version 01.00.00.10A
> > >> >   uart-lld-rtos: Updating to version 01.00.00.10A
> > >> >   usb-lld-rtos: Update to version 01.00.00.13
> > >> >   board-rtos: Updating to version 01.00.10.00A
> > >> >   transport-rtos: Udpate to version 1.0.0.11A
> > >> >   osal: Update to version 01.00.00.10A
> > >> >   starterware:starterware-rtos: Udpate to version 02.01.01.06C & 
> > > rtos
> > >> > updates
> > >> >   ti-pdk-build-rtos: Updating to version 01.00.00.08E which uses
> make
> > >> > install internally
> > >> >
> > >> >  recipes-bsp/board-rtos/board-rtos_git.bb   |  13 +-
> > >> >  .../common-csl-ip/common-csl-ip-rtos_git.bb|   2 +-
> > >> >  recipes-bsp/common-csl-ip/common-csl-ip.inc|   6 +-
> > >> >  recipes-bsp/edma3-lld/edma3-lld.inc|   6 +-
> > >> >  recipes-bsp/emac-lld/emac-lld-rtos_git.bb  |  

Re: [meta-ti] [rocko/master][PATCH 00/23] TI RTOS Updates

2018-04-16 Thread Stiffler, Jacob


> -Original Message-
> From: Dmytriyenko, Denys
> Sent: Monday, April 16, 2018 4:02 PM
> To: Stiffler, Jacob
> Cc: meta-ti@yoctoproject.org
> Subject: Re: [meta-ti] [rocko/master][PATCH 00/23] TI RTOS Updates
> 
> How severe are the issues? I was planning on pulling them into rocko-next
> tonight, but if there was breakage, the set won't get merged to rocko
> anyway.
> So, if you already have fixes, you can re-spin and resubmit the entire series.
> If the issues are minor, it's up to you - you can wait until the set is 
> merged to
> rocko and then follow up with your fixes on top...
> 

It is nothing that will break linux targets, and the fixes are only to add a 
missing dependency for traceframework and nimu-rtos. 

I'll just send out the set again to get it in.

> 
> On Mon, Apr 16, 2018 at 03:53:48PM -0400, Stiffler, Jacob wrote:
> >Denys,
> >
> >Will you be applying these soon? I have some fixes for issues exposed by
> >the migration to rocko.
> >
> >Thanks,
> >Jake
> >
> >> -Original Message-
> >> From: Dmytriyenko, Denys
> >> Sent: Friday, April 13, 2018 2:24 PM
> >> To: Stiffler, Jacob
> >> Cc: meta-ti@yoctoproject.org
> >> Subject: Re: [meta-ti] [rocko/master][PATCH 00/23] TI RTOS Updates
> >>
> >> Thanks Jake and Mahesh! I'll merge the series to rocko-next and give it
> >a try.
> >>
> >>
> >> On Fri, Apr 13, 2018 at 01:01:56PM -0400, Jacob Stiffler wrote:
> >> >
> >> > Mahesh Radhakrishnan (23):
> >> >   common-csl-ip: Updating to version 03.03.00.10
> >> >   emac-lld-rtos: Updating to version 01.00.03.10A
> >> >   edma3-lld:Updating to version 02.12.05.30C
> >> >   fatfs-rtos: Updating to version 01.00.00.09
> >> >   gpio-lld-rtos: Updating to version 01.00.00.10
> >> >   i2c-lld-rtos: Updating to version 01.00.00.10 & dependency updates
> >> >   icss-emac-lld: Updating to version 01.00.00.11B
> >> >   mcasp-lld-rtos: Update to version 01.01.00.09
> >> >   mcbsp-lld-rtos:Updating to version 01.00.00.09
> >> >   mmcsd-lld-rtos: Update to version 01.00.00.11
> >> >   pcie-lld-rtos: Update to version 02.02.00.12
> >> >   pruss-lld: Updating to version 01.00.00.09A
> >> >   pm-lld-rtos: Updating to version 01.04.00.04 & 01.08.00.17 for
> >> > am57xx/dra7xx
> >> >   sa-lld: Updating to version 03.00.00.20
> >> >   serdes-diag-rtos: Update to version 01.00.00.10
> >> >   spi-lld-rtos: Update to version 01.00.00.10A
> >> >   uart-lld-rtos: Updating to version 01.00.00.10A
> >> >   usb-lld-rtos: Update to version 01.00.00.13
> >> >   board-rtos: Updating to version 01.00.10.00A
> >> >   transport-rtos: Udpate to version 1.0.0.11A
> >> >   osal: Update to version 01.00.00.10A
> >> >   starterware:starterware-rtos: Udpate to version 02.01.01.06C & rtos
> >> > updates
> >> >   ti-pdk-build-rtos: Updating to version 01.00.00.08E which uses make
> >> > install internally
> >> >
> >> >  recipes-bsp/board-rtos/board-rtos_git.bb   |  13 +-
> >> >  .../common-csl-ip/common-csl-ip-rtos_git.bb|   2 +-
> >> >  recipes-bsp/common-csl-ip/common-csl-ip.inc|   6 +-
> >> >  recipes-bsp/edma3-lld/edma3-lld.inc|   6 +-
> >> >  recipes-bsp/emac-lld/emac-lld-rtos_git.bb  |   6 +-
> >> >  recipes-bsp/fatfs-rtos/fatfs-rtos_git.bb   |   6 +-
> >> >  recipes-bsp/gpio-lld/gpio-lld-rtos_git.bb  |   6 +-
> >> >  recipes-bsp/i2c-lld/i2c-lld-rtos_git.bb|  12 +-
> >> >  recipes-bsp/icss-emac-lld/icss-emac-lld.inc|   6 +-
> >> >  recipes-bsp/mcasp-lld/mcasp-lld-rtos_git.bb|   6 +-
> >> >  recipes-bsp/mcbsp-lld/mcbsp-lld-rtos_git.bb|   6 +-
> >> >  recipes-bsp/mmcsd-lld/mmcsd-lld-rtos_git.bb|   6 +-
> >> >  recipes-bsp/osal/osal.inc  |   6 +-
> >> >  recipes-bsp/pcie-lld/pcie-lld-rtos_git.bb  |   6 +-
> >> >  recipes-bsp/pm-lld/pm-lld-rtos_git.bb  |  12 +-
> >> >  recipes-bsp/pruss-lld/pruss-lld.inc|   6 +-
> >> >  recipes-

Re: [meta-ti] [rocko/master][PATCH 00/23] TI RTOS Updates

2018-04-16 Thread Stiffler, Jacob
Denys,

Will you be applying these soon? I have some fixes for issues exposed by the 
migration to rocko.

Thanks,
Jake

> -Original Message-
> From: Dmytriyenko, Denys
> Sent: Friday, April 13, 2018 2:24 PM
> To: Stiffler, Jacob
> Cc: meta-ti@yoctoproject.org
> Subject: Re: [meta-ti] [rocko/master][PATCH 00/23] TI RTOS Updates
> 
> Thanks Jake and Mahesh! I'll merge the series to rocko-next and give it a try.
> 
> 
> On Fri, Apr 13, 2018 at 01:01:56PM -0400, Jacob Stiffler wrote:
> >
> > Mahesh Radhakrishnan (23):
> >   common-csl-ip: Updating to version 03.03.00.10
> >   emac-lld-rtos: Updating to version 01.00.03.10A
> >   edma3-lld:Updating to version 02.12.05.30C
> >   fatfs-rtos: Updating to version 01.00.00.09
> >   gpio-lld-rtos: Updating to version 01.00.00.10
> >   i2c-lld-rtos: Updating to version 01.00.00.10 & dependency updates
> >   icss-emac-lld: Updating to version 01.00.00.11B
> >   mcasp-lld-rtos: Update to version 01.01.00.09
> >   mcbsp-lld-rtos:Updating to version 01.00.00.09
> >   mmcsd-lld-rtos: Update to version 01.00.00.11
> >   pcie-lld-rtos: Update to version 02.02.00.12
> >   pruss-lld: Updating to version 01.00.00.09A
> >   pm-lld-rtos: Updating to version 01.04.00.04 & 01.08.00.17 for
> > am57xx/dra7xx
> >   sa-lld: Updating to version 03.00.00.20
> >   serdes-diag-rtos: Update to version 01.00.00.10
> >   spi-lld-rtos: Update to version 01.00.00.10A
> >   uart-lld-rtos: Updating to version 01.00.00.10A
> >   usb-lld-rtos: Update to version 01.00.00.13
> >   board-rtos: Updating to version 01.00.10.00A
> >   transport-rtos: Udpate to version 1.0.0.11A
> >   osal: Update to version 01.00.00.10A
> >   starterware:starterware-rtos: Udpate to version 02.01.01.06C & rtos
> > updates
> >   ti-pdk-build-rtos: Updating to version 01.00.00.08E which uses make
> > install internally
> >
> >  recipes-bsp/board-rtos/board-rtos_git.bb   |  13 +-
> >  .../common-csl-ip/common-csl-ip-rtos_git.bb|   2 +-
> >  recipes-bsp/common-csl-ip/common-csl-ip.inc|   6 +-
> >  recipes-bsp/edma3-lld/edma3-lld.inc|   6 +-
> >  recipes-bsp/emac-lld/emac-lld-rtos_git.bb  |   6 +-
> >  recipes-bsp/fatfs-rtos/fatfs-rtos_git.bb   |   6 +-
> >  recipes-bsp/gpio-lld/gpio-lld-rtos_git.bb  |   6 +-
> >  recipes-bsp/i2c-lld/i2c-lld-rtos_git.bb|  12 +-
> >  recipes-bsp/icss-emac-lld/icss-emac-lld.inc|   6 +-
> >  recipes-bsp/mcasp-lld/mcasp-lld-rtos_git.bb|   6 +-
> >  recipes-bsp/mcbsp-lld/mcbsp-lld-rtos_git.bb|   6 +-
> >  recipes-bsp/mmcsd-lld/mmcsd-lld-rtos_git.bb|   6 +-
> >  recipes-bsp/osal/osal.inc  |   6 +-
> >  recipes-bsp/pcie-lld/pcie-lld-rtos_git.bb  |   6 +-
> >  recipes-bsp/pm-lld/pm-lld-rtos_git.bb  |  12 +-
> >  recipes-bsp/pruss-lld/pruss-lld.inc|   6 +-
> >  recipes-bsp/sa-lld/sa-lld.inc  |   6 +-
> >  recipes-bsp/serdes-diag/serdes-diag-rtos_git.bb|   6 +-
> >  recipes-bsp/spi-lld/spi-lld-rtos_git.bb|   6 +-
> >  recipes-bsp/starterware/starterware-rtos_git.bb|   7 +-
> >  recipes-bsp/starterware/starterware.inc|   6 +-
> >  recipes-bsp/transport-rtos/bmet-eth-rtos_git.bb|   2 +-
> >  recipes-bsp/transport-rtos/nimu-icss-rtos_git.bb   |   2 +-
> >  recipes-bsp/transport-rtos/nimu-rtos_git.bb|   2 +-
> >  recipes-bsp/transport-rtos/transport.inc   |   6 +-
> >  recipes-bsp/uart-lld/uart-lld-rtos_git.bb  |   6 +-
> >  recipes-bsp/usb-lld/usb-lld-rtos_git.bb|   6 +-
> >  recipes-ti/ti-pdk-build/ti-pdk-build-rtos_git.bb   | 199 
> > +
> >  28 files changed, 97 insertions(+), 268 deletions(-)
> >
> > --
> > 2.7.4
> >
> > --
> > ___
> > meta-ti mailing list
> > meta-ti@yoctoproject.org
> > https://lists.yoctoproject.org/listinfo/meta-ti
-- 
___
meta-ti mailing list
meta-ti@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-ti


Re: [meta-ti] [PATCH] dra7xx-evm.conf: removing am57xx SOCS from PDK

2018-01-25 Thread Stiffler, Jacob


> -Original Message-
> From: Dmytriyenko, Denys
> Sent: Thursday, January 25, 2018 2:15 PM
> To: Molfetta, Stephen
> Cc: Stiffler, Jacob; meta-ti@yoctoproject.org
> Subject: Re: [meta-ti] [PATCH] dra7xx-evm.conf: removing am57xx SOCS
> from PDK
> 
> Jake?
>

I would like to run a test build to make sure nothing else fails. I will try to 
provide an update tomorrow.
 
> 
> On Wed, Jan 24, 2018 at 08:16:51AM -0500, Molfetta, Stephen wrote:
> >Yes, please merge into morty.
> >
> >Agreed on where PDK SOCs ought to be set, but I'm not sure whether this
> >will break am57xx builds right now and will let Jake comment further.
> >
> >Thanks,
> >Stephen
> >
> >-Original Message-
> >From: Dmytriyenko, Denys
> >Sent: Tuesday, January 23, 2018 4:16 PM
> >To: Molfetta, Stephen; Stiffler, Jacob
> >Cc: meta-ti@yoctoproject.org
> >Subject: Re: [meta-ti] [PATCH] dra7xx-evm.conf: removing am57xx SOCS
> from
> >PDK
> >
> >I assume, you want this merged into morty too, correct?
> >
> >This change is fine with me, but I'd go even further and move setting
> >initial TI_PDK_LIMIT_SOCS from omap-a15.inc into am57xx-evm.conf
> >
> >Jake,
> >
> >Do you have any comments?
> >
> >On Mon, Jan 22, 2018 at 02:15:48PM -0600, Stephen Molfetta wrote:
> >> opencl-monitor does not distinguish between dra7xx and am57xx
> devices,
> >> treating both as the same and attempting to build for am57xx
> regardless.
> >> However, this is dependent on common-csl-ip-rtos, a component of
> PDK,
> >> which in general does handle these devices differently.  The definition
> >> of am57xx SOCs in the PDK list from omap-15.conf gets inherited by
> >> dra7xx-evm.conf, thereby creating a rule that all dra7xx PDK recipes
> >> must build am57xx libraries. This results in a dra7xx image which is
> >> much larger than necessary, and more severely, creates an artifical
> >> dependency link between these two devices and introduces build
> failures
> >> for various PDK recipes.
> >>
> >> Instead, we now override the PDK SOC definition in dra7xx-evm.conf,
> and
> >> only in the CSL RTOS recipe do we append the am57xx SOCS for dra7xx-
> evm
> >> machine build.  This allows for opencl-monitor to build successfully 
> > for
> >> dra7xx while preventing any other PDK recipes from attempting to build
> >> libraries for am57xx devices.
> >>
> >> This is a workaround that must stay in place until opencl build can
> >> properly comprehend am57xx and dra7xx independently, and/or omap-
> a15
> >> is not implied to be synonymous with am57xx in various recipes.
> >>
> >> Signed-off-by: Stephen Molfetta <sjmolfe...@ti.com>
> >> ---
> >>  conf/machine/dra7xx-evm.conf| 2 +-
> >>  recipes-bsp/common-csl-ip/common-csl-ip-rtos_git.bb | 5 -
> >>  2 files changed, 5 insertions(+), 2 deletions(-)
> >>
> >> diff --git a/conf/machine/dra7xx-evm.conf b/conf/machine/dra7xx-
> evm.conf
> >> index 91afd85..7db9ff6 100644
> >> --- a/conf/machine/dra7xx-evm.conf
> >> +++ b/conf/machine/dra7xx-evm.conf
> >> @@ -40,4 +40,4 @@ UBINIZE_ARGS = "-m 2048 -p 128KiB -s 512 -O 2048"
> >>
> >>  # Set the list of device targets for ti-pdk class recipes
> >>  TI_PDK_LIMIT_BOARDS = "evmDRA72x evmDRA75x evmDRA78x"
> >> -TI_PDK_LIMIT_SOCS_append = " dra72x dra75x dra78x"
> >> +TI_PDK_LIMIT_SOCS = "dra72x dra75x dra78x"
> >> diff --git a/recipes-bsp/common-csl-ip/common-csl-ip-rtos_git.bb
> >b/recipes-bsp/common-csl-ip/common-csl-ip-rtos_git.bb
> >> index f4496b9..100d2f4 100644
> >> --- a/recipes-bsp/common-csl-ip/common-csl-ip-rtos_git.bb
> >> +++ b/recipes-bsp/common-csl-ip/common-csl-ip-rtos_git.bb
> >> @@ -1,5 +1,5 @@
> >>  require common-csl-ip.inc
> >> -PR = "${INC_PR}.5"
> >> +PR = "${INC_PR}.6"
> >>
> >>  PACKAGE_ARCH = "${MACHINE_ARCH}"
> >>  COMPATIBLE_MACHINE_append = "|c66x"
> >> @@ -16,3 +16,6 @@ export DEST_ROOT="${S}"
> >>
> >>  # HTML doc link params
> >>  PDK_COMP_LINK_TEXT = "CSL-Chip Support Library"
> >> +
> >> +# Workaround: dra7xx build requires am57xx CSL libraries for
> >opencl-monitor
> >> +TI_PDK_LIMIT_SOCS_append_dra7xx = " am571x am572x"
> >> --
> >> 2.7.4
> >>
> >> --
> >> ___
> >> meta-ti mailing list
> >> meta-ti@yoctoproject.org
> >> https://lists.yoctoproject.org/listinfo/meta-ti
-- 
___
meta-ti mailing list
meta-ti@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-ti


Re: [meta-ti] [EXTERNAL] Re: [morty][PATCH v3] ti-xdctools: extend to native and nativesdk

2017-12-21 Thread Stiffler, Jacob
ACK

Acked-by: Jacob Stiffler 

> -Original Message-
> From: meta-ti-boun...@yoctoproject.org [mailto:meta-ti-
> boun...@yoctoproject.org] On Behalf Of Dmytriyenko, Denys
> Sent: Thursday, December 21, 2017 12:13 PM
> To: meta-ti@yoctoproject.org
> Cc: Mertz, Timothy
> Subject: [EXTERNAL] Re: [meta-ti] [morty][PATCH v3] ti-xdctools: extend to
> native and nativesdk
> 
> Are there any objections to this change? If not, I'll merge this soon to morty
> and, with some modifications, to rocko and master. Thanks.
> 
> 
> On Sat, Dec 16, 2017 at 01:06:15PM -0500, Denys Dmytriyenko wrote:
> > From: "Mertz, Timothy" 
> >
> > ti-xdctools should be a native recipe as it more accurately reflects how
> > it is supposed to be used. In addition, this allows it to be built as
> > nativesdk and included in SDK image tools
> >
> > Signed-off-by: "Mertz, Timothy" 
> > Signed-off-by: Joshua Watt 
> > Signed-off-by: Denys Dmytriyenko 
> > ---
> > v3 - fix ipumm-fw build by passing native sysroot of xdctools
> >
> >  classes/ti-pdk.bbclass| 2 +-
> >  recipes-bsp/dspdce-fw/dspdce-fw_git.bb| 2 +-
> >  recipes-bsp/edma3-lld/edma3-lld-rtos_git.bb   | 2 +-
> >  recipes-bsp/ipumm-fw/ipumm-fw_git.bb  | 4 +++-
> >  recipes-devtools/gdbc6x/gdbserver-c6x_git.bb  | 2 +-
> >  recipes-ti/c6accel/ti-c6accel.inc | 2 +-
> >  recipes-ti/codec-engine/ti-codec-engine.inc   | 2 +-
> >  recipes-ti/codec-engine/ti-codecs-omap3530_4.00.00.00.bb  | 2 +-
> >  recipes-ti/devtools/ti-xdctools_3.50.03.33.bb | 4 
> >  recipes-ti/dmai/ti-dmai.inc   | 2 +-
> >  recipes-ti/dsplink/ti-dsplink.inc | 2 +-
> >  recipes-ti/includes/ti-paths.inc  | 2 +-
> >  recipes-ti/ipc/ti-ipc-examples-linux_git.bb   | 2 +-
> >  recipes-ti/ipc/ti-ipc-examples_git.bb | 2 +-
> >  recipes-ti/ipc/ti-ipc-rtos_git.bb | 2 +-
> >  recipes-ti/local-power-manager/ti-local-power-manager.inc | 2 +-
> >  recipes-ti/openmp-rtos/openmp-rtos_git.bb | 2 +-
> >  recipes-ti/syslink/ti-syslink.inc | 2 +-
> >  18 files changed, 23 insertions(+), 17 deletions(-)
> >
> > diff --git a/classes/ti-pdk.bbclass b/classes/ti-pdk.bbclass
> > index f876802..b84b161 100644
> > --- a/classes/ti-pdk.bbclass
> > +++ b/classes/ti-pdk.bbclass
> > @@ -3,7 +3,7 @@ require recipes-ti/includes/ti-staging.inc
> >
> >  inherit perlnative
> >
> > -DEPENDS = "ti-xdctools ti-cg-xml-native ti-sysbios common-csl-ip-rtos
> libxml-simple-perl-native gcc-arm-none-eabi-native ti-cgt6x-native ti-cgt-
> pru-native ti-pdk-build-rtos"
> > +DEPENDS = "ti-xdctools-native ti-cg-xml-native ti-sysbios common-csl-ip-
> rtos libxml-simple-perl-native gcc-arm-none-eabi-native ti-cgt6x-native ti-
> cgt-pru-native ti-pdk-build-rtos"
> >
> >  DEPENDS_append_omap-a15 = " ti-cgt-arm-native"
> >  DEPENDS_remove_ti33x = "ti-cgt6x-native"
> > diff --git a/recipes-bsp/dspdce-fw/dspdce-fw_git.bb b/recipes-
> bsp/dspdce-fw/dspdce-fw_git.bb
> > index 2bada7b..2756c2d 100644
> > --- a/recipes-bsp/dspdce-fw/dspdce-fw_git.bb
> > +++ b/recipes-bsp/dspdce-fw/dspdce-fw_git.bb
> > @@ -17,7 +17,7 @@ require recipes-ti/includes/ti-paths.inc
> >  PR = "r4"
> >  inherit update-alternatives
> >
> > -DEPENDS = "ti-xdctools ti-sysbios ti-codec-engine ti-framework-
> components ti-xdais ti-ipc-rtos ti-osal ti-cgt6x-native"
> > +DEPENDS = "ti-xdctools-native ti-sysbios ti-codec-engine ti-framework-
> components ti-xdais ti-ipc-rtos ti-osal ti-cgt6x-native"
> >
> >  export HWVERSION = "ES10"
> >  export BIOSTOOLSROOT = "${STAGING_DIR_TARGET}/usr/share/ti"
> > diff --git a/recipes-bsp/edma3-lld/edma3-lld-rtos_git.bb b/recipes-
> bsp/edma3-lld/edma3-lld-rtos_git.bb
> > index 08ab4ec..f7bc0b1 100644
> > --- a/recipes-bsp/edma3-lld/edma3-lld-rtos_git.bb
> > +++ b/recipes-bsp/edma3-lld/edma3-lld-rtos_git.bb
> > @@ -3,7 +3,7 @@ require recipes-ti/includes/ti-paths.inc
> >
> >  PR = "${INC_PR}.1"
> >
> > -DEPENDS = "ti-sysbios ti-xdctools gcc-arm-none-eabi-native ti-cgt-arm-
> native ti-cgt6x-native"
> > +DEPENDS = "ti-sysbios ti-xdctools-native gcc-arm-none-eabi-native ti-cgt-
> arm-native ti-cgt6x-native"
> >
> >  COMPATIBLE_MACHINE = "ti33x|ti43x|omap-a15|keystone"
> >  PACKAGE_ARCH = "${MACHINE_ARCH}"
> > diff --git a/recipes-bsp/ipumm-fw/ipumm-fw_git.bb b/recipes-
> bsp/ipumm-fw/ipumm-fw_git.bb
> > index 633cb13..7a06e43 100644
> > --- a/recipes-bsp/ipumm-fw/ipumm-fw_git.bb
> > +++ b/recipes-bsp/ipumm-fw/ipumm-fw_git.bb
> > @@ -28,7 +28,7 @@ require recipes-ti/includes/ti-paths.inc
> >
> >  inherit update-alternatives
> >
> > -DEPENDS = "ti-xdctools ti-sysbios ti-codec-engine ti-framework-
> components ti-xdais ti-cgt-arm-native 

Re: [meta-ti] [PATCH 2/2] openmp-rto: bump SRCREV to version 2.6.1.0

2017-06-15 Thread Stiffler, Jacob
NAK... typo in the commit message (s/rto:/rtos:/)

> -Original Message-
> From: Stiffler, Jacob
> Sent: Thursday, June 15, 2017 11:53 AM
> To: meta-ti@yoctoproject.org
> Cc: Stiffler, Jacob
> Subject: [PATCH 2/2] openmp-rto: bump SRCREV to version 2.6.1.0
> 
> Signed-off-by: Jacob Stiffler <j-stiff...@ti.com>
> ---
>  recipes-ti/openmp-rtos/openmp-rtos_git.bb | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/recipes-ti/openmp-rtos/openmp-rtos_git.bb b/recipes-
> ti/openmp-rtos/openmp-rtos_git.bb
> index 3ec3aff..4fede03 100644
> --- a/recipes-ti/openmp-rtos/openmp-rtos_git.bb
> +++ b/recipes-ti/openmp-rtos/openmp-rtos_git.bb
> @@ -4,7 +4,7 @@ LICENSE = "BSD"
> 
>  require recipes-ti/includes/ti-paths.inc
> 
> -PV = "2_06_00_00"
> +PV = "2_06_01_00"
>  PR = "r0"
> 
>  OPENMP_RTOS_GIT_URI = "git://git.ti.com/openmp/ti-openmp-dsp-
> runtime.git"
> @@ -15,7 +15,7 @@ BRANCH = "${OPENMP_RTOS_GIT_BRANCH}"
>  SRC_URI =
> "${OPENMP_RTOS_GIT_URI};protocol=${OPENMP_RTOS_GIT_PROTOCOL};br
> anch=${BRANCH} \  "
> 
> -SRCREV = "a9aae66f792e999dafbd2e0bd834f98122398c4c"
> +SRCREV = "bb04bfcb184e313300b95cd42089654da5c2706b"
> 
>  LIC_FILES_CHKSUM =
> "file://docs/license/omp_manifest_template.html;md5=61a6972303c0447b
> 7c056195d7ebafee"
> 
> --
> 2.7.4

-- 
___
meta-ti mailing list
meta-ti@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-ti


Re: [meta-ti] [morty/master][PATCH] omapl138, omapl1: add "omapl1" SOC family as superset of omapl138

2017-06-13 Thread Stiffler, Jacob
ACK

Acked-by: Jacob Stiffler 

> -Original Message-
> From: meta-ti-boun...@yoctoproject.org [mailto:meta-ti-
> boun...@yoctoproject.org] On Behalf Of Dmytriyenko, Denys
> Sent: Tuesday, June 13, 2017 2:48 PM
> To: meta-ti@yoctoproject.org
> Subject: [meta-ti] [morty/master][PATCH] omapl138, omapl1: add "omapl1"
> SOC family as superset of omapl138
> 
> Signed-off-by: Denys Dmytriyenko 
> ---
>  conf/machine/include/{omapl138.inc => omapl1.inc} | 2 +-
>  conf/machine/include/omapl138.inc | 4 ++--
>  2 files changed, 3 insertions(+), 3 deletions(-)
>  copy conf/machine/include/{omapl138.inc => omapl1.inc} (64%)
> 
> diff --git a/conf/machine/include/omapl138.inc
> b/conf/machine/include/omapl1.inc
> similarity index 64%
> copy from conf/machine/include/omapl138.inc
> copy to conf/machine/include/omapl1.inc
> index 1949642..fb10af0 100644
> --- a/conf/machine/include/omapl138.inc
> +++ b/conf/machine/include/omapl1.inc
> @@ -1,2 +1,2 @@
> -SOC_FAMILY = "omapl138"
> +SOC_FAMILY = "omapl1"
>  require conf/machine/include/soc-family.inc
> diff --git a/conf/machine/include/omapl138.inc
> b/conf/machine/include/omapl138.inc
> index 1949642..931995f 100644
> --- a/conf/machine/include/omapl138.inc
> +++ b/conf/machine/include/omapl138.inc
> @@ -1,2 +1,2 @@
> -SOC_FAMILY = "omapl138"
> -require conf/machine/include/soc-family.inc
> +require conf/machine/include/omapl1.inc
> +SOC_FAMILY_append = ":omapl138"
> --
> 2.7.4
> 
> --
> ___
> meta-ti mailing list
> meta-ti@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti
-- 
___
meta-ti mailing list
meta-ti@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-ti


Re: [meta-ti] [PATCH v2] starterware-rtos: added recipe for RTOS starterware

2017-06-13 Thread Stiffler, Jacob
Ivan,

This looks good, but it fails to build for me do to stripping issues.

It appears that there are private changes to the "ti-staging" file which should 
resolve this. Can you upstream these changes?

- Jake

> -Original Message-
> From: meta-ti-boun...@yoctoproject.org [mailto:meta-ti-
> boun...@yoctoproject.org] On Behalf Of Pang, Ivan
> Sent: Tuesday, June 13, 2017 12:33 AM
> To: Sobota, Justin; Dmytriyenko, Denys
> Cc: meta-ti@yoctoproject.org
> Subject: Re: [meta-ti] [PATCH v2] starterware-rtos: added recipe for RTOS
> starterware
> 
> Justin,
> 
> The commit ID was the latest available at the time I submitted the patch.
> Checking the repository right now, I see there are 2 new commits made in
> the past week. They are not on git.ti.com yet - I will double-check with the
> developer regarding that.
> So it looks like I'll have to submit a v3 or another patch on top.
> 
> Ivan
> 
> -Original Message-
> From: Sobota, Justin
> Sent: Monday, June 12, 2017 10:26 PM
> To: Dmytriyenko, Denys; Pang, Ivan
> Cc: meta-ti@yoctoproject.org
> Subject: RE: [meta-ti] [PATCH v2] starterware-rtos: added recipe for RTOS
> starterware
> 
> Ivan,
> 
> Did you verify the commit ID is locked for the upcoming release before
> upstreaming this?  You'll have to upstream another patch soon if not.
> 
> Justin
> 
> -Original Message-
> From: meta-ti-boun...@yoctoproject.org [mailto:meta-ti-
> boun...@yoctoproject.org] On Behalf Of Dmytriyenko, Denys
> Sent: Monday, June 12, 2017 9:56 PM
> To: Pang, Ivan
> Cc: meta-ti@yoctoproject.org
> Subject: Re: [meta-ti] [PATCH v2] starterware-rtos: added recipe for RTOS
> starterware
> 
> Jake,
> 
> Do you have any comments?
> 
> 
> On Mon, Jun 05, 2017 at 01:09:40PM -0500, Ivan Pang wrote:
> > Signed-off-by: Ivan Pang 
> > ---
> >  recipes-bsp/starterware/starterware-rtos_git.bb | 46
> > +
> >  1 file changed, 46 insertions(+)
> >  create mode 100644 recipes-bsp/starterware/starterware-rtos_git.bb
> >
> > diff --git a/recipes-bsp/starterware/starterware-rtos_git.bb
> > b/recipes-bsp/starterware/starterware-rtos_git.bb
> > new file mode 100644
> > index 000..3fbe763
> > --- /dev/null
> > +++ b/recipes-bsp/starterware/starterware-rtos_git.bb
> > @@ -0,0 +1,46 @@
> > +LICENSE = "BSD-3-Clause"
> > +LIC_FILES_CHKSUM =
> "file://Makefile;beginline=1;endline=35;md5=286cbb5dce3e348294b6b025cf
> f969b3"
> > +
> > +COMPATIBLE_MACHINE = "ti33x|ti43x"
> > +DEPENDS = "gcc-arm-none-eabi-native"
> > +
> > +require recipes-ti/includes/ti-staging.inc
> > +require recipes-ti/includes/ti-paths.inc
> > +
> > +PACKAGE_ARCH = "${MACHINE_ARCH}"
> > +
> > +STARTERWARE_GIT_URI = "git://git.ti.com/keystone-rtos/starterware.git"
> > +STARTERWARE_GIT_PROTOCOL = "git"
> > +STARTERWARE_GIT_BRANCH = "master"
> > +
> > +# Below commit ID corresponds to
> "DEV.STARTERWARE.PROCSDK.02.01.01.02A"
> > +STARTERWARE_SRCREV = "d648ffc46a3508802ec5d4f70f3d0e8f970ce1fa"
> > +
> > +BRANCH = "${STARTERWARE_GIT_BRANCH}"
> > +SRC_URI =
> "${STARTERWARE_GIT_URI};protocol=${STARTERWARE_GIT_PROTOCOL};bra
> nch=${BRANCH}"
> > +
> > +SRCREV = "${STARTERWARE_SRCREV}"
> > +PV = "02.01.01.02A"
> > +PR = "r0"
> > +
> > +S = "${WORKDIR}/git"
> > +
> > +PARTNO_ti33x = "am335x"
> > +PARTNO_ti43x = "am437x"
> > +
> > +export TOOLCHAIN_PATH_A8 = "${GCC_ARM_NONE_TOOLCHAIN}"
> > +export TOOLCHAIN_PATH_A9 = "${GCC_ARM_NONE_TOOLCHAIN}"
> > +
> > +do_compile() {
> > +cd build
> > +./release_${PARTNO}.sh
> > +}
> > +
> > +do_install() {
> > +install -d ${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/starterware
> > +find -name "*.tar" -exec tar xf {} --no-same-owner -C
> > +${D}${PDK_INSTALL_DIR_RECIPE}/packages/ti/starterware \; }
> > +
> > +FILES_${PN} += "${PDK_INSTALL_DIR_RECIPE}/packages"
> > +
> > +INSANE_SKIP_${PN} = "arch staticdev"
> > --
> > 1.9.1
> >
> > --
> > ___
> > meta-ti mailing list
> > meta-ti@yoctoproject.org
> > https://lists.yoctoproject.org/listinfo/meta-ti
> --
> ___
> meta-ti mailing list
> meta-ti@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti
> --
> ___
> meta-ti mailing list
> meta-ti@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti
-- 
___
meta-ti mailing list
meta-ti@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-ti


Re: [meta-ti] [morty/master][PATCH] conf/machine: bump Keystone max_leb_cnt by 10% to fit debug images

2017-03-03 Thread Stiffler, Jacob


> -Original Message-
> From: meta-ti-boun...@yoctoproject.org [mailto:meta-ti-
> boun...@yoctoproject.org] On Behalf Of Dmytriyenko, Denys
> Sent: Thursday, March 02, 2017 6:17 PM
> To: meta-ti@yoctoproject.org
> Subject: [meta-ti] [morty/master][PATCH] conf/machine: bump Keystone
> max_leb_cnt by 10% to fit debug images

If I recall correctly, these sizes are the maximum they can be to fit the UBIFS 
image into the NAND. 

The tisdk-server-extra-rootfs-image was created to produce images which exceed 
the limitations of the board.

> 
> Signed-off-by: Denys Dmytriyenko 
> ---
>  conf/machine/k2e-evm.conf  | 2 +-
>  conf/machine/k2g-evm.conf  | 2 +-
>  conf/machine/k2hk-evm.conf | 2 +-
>  conf/machine/k2l-evm.conf  | 2 +-
>  4 files changed, 4 insertions(+), 4 deletions(-)
> 
> diff --git a/conf/machine/k2e-evm.conf b/conf/machine/k2e-evm.conf
> index 95b0e42..bb6b5fb 100644
> --- a/conf/machine/k2e-evm.conf
> +++ b/conf/machine/k2e-evm.conf
> @@ -24,7 +24,7 @@ SYSVINIT_ENABLED_GETTYS = ""
>  # UBI: logical eraseblock size:126976 bytes
>  # from ubiattach stdout:
>  # UBI device number 0, total 3856 LEBs
> -MKUBIFS_ARGS = "-F -m 2048 -e 126976 -c 4000"
> +MKUBIFS_ARGS = "-F -m 2048 -e 126976 -c 4400"
> 
>  # do ubiattach /dev/ubi_ctrl -m 4
>  # from dmesg:
> diff --git a/conf/machine/k2g-evm.conf b/conf/machine/k2g-evm.conf
> index 458dfe4..997406b 100644
> --- a/conf/machine/k2g-evm.conf
> +++ b/conf/machine/k2g-evm.conf
> @@ -26,7 +26,7 @@ SYSVINIT_ENABLED_GETTYS = ""
>  # UBI: logical eraseblock size:253952 bytes
>  # from ubiattach stdout:
>  # UBI device number 0, total 1926 LEBs
> -MKUBIFS_ARGS = "-F -m 4096 -e 253952 -c 2000"
> +MKUBIFS_ARGS = "-F -m 4096 -e 253952 -c 2200"
> 
>  # do ubiattach /dev/ubi_ctrl -m 4
>  # from dmesg:
> diff --git a/conf/machine/k2hk-evm.conf b/conf/machine/k2hk-evm.conf
> index 6adb016..88d1608 100644
> --- a/conf/machine/k2hk-evm.conf
> +++ b/conf/machine/k2hk-evm.conf
> @@ -24,7 +24,7 @@ SYSVINIT_ENABLED_GETTYS = ""
>  # UBI: logical eraseblock size:126976 bytes
>  # from ubiattach stdout:
>  # UBI device number 0, total 3856 LEBs
> -MKUBIFS_ARGS = "-F -m 2048 -e 126976 -c 4000"
> +MKUBIFS_ARGS = "-F -m 2048 -e 126976 -c 4400"
> 
>  # do ubiattach /dev/ubi_ctrl -m 4
>  # from dmesg:
> diff --git a/conf/machine/k2l-evm.conf b/conf/machine/k2l-evm.conf
> index b4721d0..9b00a20 100644
> --- a/conf/machine/k2l-evm.conf
> +++ b/conf/machine/k2l-evm.conf
> @@ -24,7 +24,7 @@ SYSVINIT_ENABLED_GETTYS = ""
>  # UBI: logical eraseblock size:253952 bytes
>  # from ubiattach stdout:
>  # UBI device number 0, total 1926 LEBs
> -MKUBIFS_ARGS = "-F -m 4096 -e 253952 -c 2000"
> +MKUBIFS_ARGS = "-F -m 4096 -e 253952 -c 2200"
> 
>  # do ubiattach /dev/ubi_ctrl -m 4
>  # from dmesg:
> --
> 2.7.4
> 
> --
> ___
> meta-ti mailing list
> meta-ti@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti
-- 
___
meta-ti mailing list
meta-ti@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-ti


Re: [meta-ti] [PATCH] ti-sgx-ddk-km: remove dependency between user-mode and kernel-mode builds

2016-10-31 Thread Stiffler, Jacob


> -Original Message-
> From: meta-ti-boun...@yoctoproject.org [mailto:meta-ti-
> boun...@yoctoproject.org] On Behalf Of Dmytriyenko, Denys
> Sent: Tuesday, October 25, 2016 2:13 PM
> To: Balagopalakrishnan, Anand
> Cc: meta-ti@yoctoproject.org
> Subject: Re: [meta-ti] [PATCH] ti-sgx-ddk-km: remove dependency between
> user-mode and kernel-mode builds
> 
> Anand,
> 
> am57xx-evm is now breaking with this at do_compile():
> 
> /bin/sh: eurasiacon/binary2_omap_linux_release/target/install.sh: No such
> file or directory
> 

I am also seeing this issue. However, it does not appear to be specific to 
am57xx-evm, but intermittent for all machines.

> --
> Denys
> 
> 
> On Thu, Oct 13, 2016 at 06:08:06PM +0530, Anand Balagopalakrishnan wrote:
> > Signed-off-by: Anand Balagopalakrishnan 
> > ---
> >  recipes-bsp/powervr-drivers/ti-sgx-ddk-km_1.14.3699939.bb | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/recipes-bsp/powervr-drivers/ti-sgx-ddk-km_1.14.3699939.bb
> b/recipes-bsp/powervr-drivers/ti-sgx-ddk-km_1.14.3699939.bb
> > index 7007c20..d0e9206 100644
> > --- a/recipes-bsp/powervr-drivers/ti-sgx-ddk-km_1.14.3699939.bb
> > +++ b/recipes-bsp/powervr-drivers/ti-sgx-ddk-km_1.14.3699939.bb
> > @@ -25,7 +25,7 @@ BRANCH = "ti-img-sgx/${PV}/k4.4"
> >  SRC_URI = "git://git.ti.com/graphics/omap5-sgx-ddk-
> linux.git;protocol=git;branch=${BRANCH}"
> >  S = "${WORKDIR}/git"
> >
> > -SRCREV = "a5a0fe1799cabfa1278321b667263cf3fa2cf32f"
> > +SRCREV = "e68719ba7c54602c710b6615cd665f5b7f47f85e"
> >
> >  TARGET_PRODUCT_omap-a15 = "jacinto6evm"
> >  TARGET_PRODUCT_ti33x = "ti335x"
> > --
> > 1.9.1
> >
> > --
> > ___
> > meta-ti mailing list
> > meta-ti@yoctoproject.org
> > https://lists.yoctoproject.org/listinfo/meta-ti
> --
> ___
> meta-ti mailing list
> meta-ti@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti
-- 
___
meta-ti mailing list
meta-ti@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-ti


Re: [meta-ti] [master/krogoth][PATCH v3] common-csl-ip: Move to new make infrastructure & Bump version

2016-06-29 Thread Stiffler, Jacob
Tested-by: Jacob Stiffler 

> -Original Message-
> From: meta-ti-boun...@yoctoproject.org [mailto:meta-ti-
> boun...@yoctoproject.org] On Behalf Of Sobota, Justin
> Sent: Wednesday, June 29, 2016 2:57 PM
> To: meta-ti@yoctoproject.org
> Subject: [meta-ti] [master/krogoth][PATCH v3] common-csl-ip: Move to new
> make infrastructure & Bump version
> 
> Signed-off-by: Justin Sobota 
> ---
>  .../common-csl-ip/common-csl-ip-rtos_git.bb|   28 
> +---
>  recipes-bsp/common-csl-ip/common-csl-ip.inc|6 ++---
>  2 files changed, 15 insertions(+), 19 deletions(-)
> 
> diff --git a/recipes-bsp/common-csl-ip/common-csl-ip-rtos_git.bb
> b/recipes-bsp/common-csl-ip/common-csl-ip-rtos_git.bb
> index 43ea2ed..877b230 100644
> --- a/recipes-bsp/common-csl-ip/common-csl-ip-rtos_git.bb
> +++ b/recipes-bsp/common-csl-ip/common-csl-ip-rtos_git.bb
> @@ -1,5 +1,5 @@
>  require common-csl-ip.inc
> -PR = "${INC_PR}.2"
> +PR = "${INC_PR}.3"
> 
>  PACKAGE_ARCH = "${MACHINE_ARCH}"
> 
> @@ -7,20 +7,16 @@ inherit ti-pdk
> 
>  DEPENDS_remove = "${PN}"
> 
> -XDCARGS_ti33x = "am335x"
> -XDCARGS_ti43x = "am437x"
> -XDCARGS_omap-a15 = "am571x am572x"
> -XDCARGS_k2hk-evm = "k2h k2k"
> -XDCARGS_k2l-evm = "k2l"
> -XDCARGS_k2e-evm = "k2e"
> -XDCARGS_k2g-evm = "k2g"
> +# Build with make instead of XDC
> +XDCMAKE = "0"
> 
> -do_configure_append() {
> -# Create empty makefile
> -# If libraries are supported for this device, then this will be 
> overwritten
> -cat > ${BUILD_DIR}/makefile << __EOF__
> -# Nothing to do
> -all:
> +LIMSOCS_ti33x = "am335x"
> +LIMSOCS_ti43x = "am437x"
> +LIMSOCS_omap-a15 = "am571x am572x"
> +LIMSOCS_k2hk-evm = "k2h k2k"
> +LIMSOCS_k2l-evm = "k2l"
> +LIMSOCS_k2e-evm = "k2e"
> +LIMSOCS_k2g-evm = "k2g"
> 
> -__EOF__
> -}
> +export PDK_CSL_ROOT_PATH ="${WORKDIR}/build"
> +export DEST_ROOT="${S}"
> diff --git a/recipes-bsp/common-csl-ip/common-csl-ip.inc b/recipes-
> bsp/common-csl-ip/common-csl-ip.inc
> index 70d963b..77dfd1b 100644
> --- a/recipes-bsp/common-csl-ip/common-csl-ip.inc
> +++ b/recipes-bsp/common-csl-ip/common-csl-ip.inc
> @@ -4,7 +4,7 @@ LIC_FILES_CHKSUM =
> "file://COPYING.txt;md5=5857833e20836213677fac33f9aded21"
> 
>  COMPATIBLE_MACHINE = "keystone|dra7xx"
> 
> -PV = "3.3.0.2C"
> +PV = "3.3.0.3C"
>  INC_PR = "r0"
> 
>  CSL_GIT_URI = "git://git.ti.com/keystone-rtos/common-csl-ip.git"
> @@ -12,8 +12,8 @@ CSL_GIT_PROTOCOL ="git"
>  CSL_GIT_BRANCH = "master"
>  CSL_GIT_DESTSUFFIX = "git"
> 
> -# commit ID corresponds to DEV.CSL_PROCESSOR-SDK.03.03.00.02C
> -CSL_SRCREV = "dc8aac00e86cd434865d750666ac551f2e238263"
> +# Below commit ID corresponds to "DEV.CSL_PROCESSOR-
> SDK.03.03.00.03C"
> +CSL_SRCREV = "ccd8dc29a5edce1a4d6409cb06b460bec6d3ecac"
> 
>  BRANCH="${CSL_GIT_BRANCH}"
>  SRC_URI =
> "${CSL_GIT_URI};protocol=${CSL_GIT_PROTOCOL};branch=${BRANCH};destsu
> ffix=${CSL_GIT_DESTSUFFIX}"
> --
> 1.7.10.4
> 
> --
> ___
> meta-ti mailing list
> meta-ti@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti
-- 
___
meta-ti mailing list
meta-ti@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-ti


Re: [meta-ti] [PATCH] k2g-evm: add opencl feature

2016-05-23 Thread Stiffler, Jacob


> -Original Message-
> From: Dmytriyenko, Denys
> Sent: Monday, May 23, 2016 1:01 PM
> To: Stiffler, Jacob
> Cc: meta-ti@yoctoproject.org
> Subject: Re: [meta-ti] [PATCH] k2g-evm: add opencl feature
> 
> Jake,
> 
> Is everything else ready for k2g? It wasn't enabled previously in our
> packagegroups, hence I didn't add machine feature for it here.
>

Yes, everything else is ready. Support for k2g came in very close to the 
2015.03 release, so the packagegroup additions were not upstreamed at that 
time. 

- Jake

> --
> Denys
> 
> 
> On Mon, May 23, 2016 at 12:16:28PM -0400, Jacob Stiffler wrote:
> > Signed-off-by: Jacob Stiffler <j-stiff...@ti.com>
> > ---
> >  conf/machine/k2g-evm.conf | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/conf/machine/k2g-evm.conf b/conf/machine/k2g-evm.conf
> > index 125a949..860324c 100644
> > --- a/conf/machine/k2g-evm.conf
> > +++ b/conf/machine/k2g-evm.conf
> > @@ -4,7 +4,7 @@
> >
> >  require conf/machine/include/keystone.inc
> >
> > -MACHINE_FEATURES += "alsa"
> > +MACHINE_FEATURES += "alsa opencl"
> >
> >  UBOOT_MACHINE = "k2g_evm_config"
> >
> > --
> > 2.7.4
> >
> > --
> > ___
> > meta-ti mailing list
> > meta-ti@yoctoproject.org
> > https://lists.yoctoproject.org/listinfo/meta-ti
-- 
___
meta-ti mailing list
meta-ti@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-ti


Re: [meta-ti] [PATCH] ti-ipc-rtos: Update to include examples and documentation with the package

2016-05-13 Thread Stiffler, Jacob


> -Original Message-
> From: meta-ti-boun...@yoctoproject.org [mailto:meta-ti-
> boun...@yoctoproject.org] On Behalf Of Dmytriyenko, Denys
> Sent: Friday, May 13, 2016 2:57 PM
> To: Nelson, Sam
> Cc: meta-ti@yoctoproject.org
> Subject: Re: [meta-ti] [PATCH] ti-ipc-rtos: Update to include examples and
> documentation with the package
> 
> Sam,
> 
> Is this v2? You didn't specify changes since v1, so I would have to dig out
> the previous submission and check that past comments were addressed.
> 
> Jake,
> 
> Do you have any comments here?
> 
> 
> On Wed, May 11, 2016 at 02:00:39PM -0400, Sam Nelson wrote:
> > Updated to new version 3.42.01.03
> > Added procedures and source urls for adding examples and
> documentation
> > into src package.
> > Added dependency on doxygen for document creation
> > Added big endian c66 targets
> > Updated uniform formatting
> >
> > Signed-off-by: Sam Nelson 
> > ---
> >  recipes-ti/ipc/ti-ipc-rtos_git.bb | 119
> --
> >  recipes-ti/ipc/ti-ipc.inc |   6 +-
> >  2 files changed, 104 insertions(+), 21 deletions(-)
> >
> > diff --git a/recipes-ti/ipc/ti-ipc-rtos_git.bb b/recipes-ti/ipc/ti-ipc-
> rtos_git.bb
> > index 4c0fc74..8fb448f 100644
> > --- a/recipes-ti/ipc/ti-ipc-rtos_git.bb
> > +++ b/recipes-ti/ipc/ti-ipc-rtos_git.bb
> > @@ -2,9 +2,44 @@ require recipes-ti/includes/ti-paths.inc
> >  require recipes-ti/includes/ti-staging.inc
> >  require ti-ipc.inc
> >
> > -PR = "${INC_PR}.4"
> > +TI_IPC_EXAMPLES_GIT_URI = "git://git.ti.com/ipc/ipc-examples.git"
> > +TI_IPC_EXAMPLES_DEST_SUFFIX = "git/ipc-examples"
> > +TI_IPC_EXAMPLES_GIT_PROTOCOL = "git"
> > +TI_IPC_EXAMPLES_GIT_BRANCH = "master"
> > +TI_IPC_EXAMPLES_NAME = "ipc-examples"
> >
> > -DEPENDS = "ti-xdctools ti-sysbios"
> > +SRC_URI += "${TI_IPC_EXAMPLES_GIT_URI};\
> > +destsuffix=${TI_IPC_EXAMPLES_DEST_SUFFIX};\
> > +protocol=${TI_IPC_EXAMPLES_GIT_PROTOCOL};\
> > +branch=${TI_IPC_EXAMPLES_GIT_BRANCH};\
> > +name=${TI_IPC_EXAMPLES_NAME}"
> > +
> > +TI_IPC_METADATA_GIT_URI = "git://git.ti.com/ipc/ipc-metadata.git"
> > +TI_IPC_METADATA_DEST_SUFFIX = "git/ipc-metadata"
> > +TI_IPC_METADATA_GIT_PROTOCOL = "git"
> > +TI_IPC_METADATA_GIT_BRANCH = "master"
> > +TI_IPC_METADATA_NAME = "ipc-metadata"
> > +
> > +SRC_URI += "${TI_IPC_METADATA_GIT_URI};\
> > +destsuffix=${TI_IPC_METADATA_DEST_SUFFIX};\
> > +protocol=${TI_IPC_METADATA_GIT_PROTOCOL};\
> > +branch=${TI_IPC_METADATA_GIT_BRANCH};\
> > +name=${TI_IPC_METADATA_NAME}"
> > +
> > +# Corresponds to tag: 3.42.01.03
> > +SRCREV_ipc-examples = "bd4f28bd46467553e6610629ff13b4b5b3ba3af0"
> > +
> > +# Corresponds to tag: 3.42.01.03
> > +SRCREV_ipc-metadata = "4d01fe4a7c41d2ce76a62b4325e66753d59b298c"
> > +
> > +SRCREV_FORMAT = "ipc-metadata_ipc-examples"

I'm not sure about this SRCREV_FORMAT. Should it also contain the main ipc git 
SRCREV? And is this needed if SRCPV is not in the PV?

> > +
> > +S_ipc-examples = "${WORKDIR}/git/ipc-examples"
> > +S_ipc-metadata = "${WORKDIR}/git/ipc-metadata"
> > +
> > +PR = "${INC_PR}.0"
> > +
> > +DEPENDS = "ti-xdctools ti-sysbios doxygen-native"
> >  DEPENDS_append_keystone = " ti-cgt6x-native \
> >  gcc-arm-none-eabi-native \
> >  "
> > @@ -12,6 +47,8 @@ DEPENDS_append_omap-a15 = " ti-cgt6x-native \
> >  ti-ccsv6-native \
> >  gcc-arm-none-eabi-native \
> >  "
> > +DEPENDS_append_c66x = " ti-cgt6x-native \
> > +"

These c66x machines have not yet been accepted into meta-ti.

> >
> >  PACKAGES =+ "${PN}-fw"
> >  FILES_${PN}-fw = "${base_libdir}/firmware/*"
> > @@ -26,6 +63,7 @@ IPC_TARGETS = ""
> >  IPC_TARGETS_omap-a15 = "\
> >  gnu.targets.arm.A15F="${GCC_ARM_NONE_TOOLCHAIN}" \
> >  ti.targets.elf.C66="${STAGING_DIR_NATIVE}/usr/share/ti/cgt-c6x" \
> > +
> ti.targets.elf.C66_big_endian="${STAGING_DIR_NATIVE}/usr/share/ti/cgt-
> c6x" \
> >  ti.targets.arm.elf.M4="${M4_TOOLCHAIN_INSTALL_DIR}" \
> >  ti.targets.arm.elf.M4F="${M4_TOOLCHAIN_INSTALL_DIR}" \
> >  "
> > @@ -33,18 +71,66 @@ IPC_TARGETS_omap-a15 = "\
> >  IPC_TARGETS_keystone = " \
> >  gnu.targets.arm.A15F="${GCC_ARM_NONE_TOOLCHAIN}" \
> >  ti.targets.elf.C66="${STAGING_DIR_NATIVE}/usr/share/ti/cgt-c6x" \
> > +
> ti.targets.elf.C66_big_endian="${STAGING_DIR_NATIVE}/usr/share/ti/cgt-
> c6x" \
> > +"
> > +
> > +IPC_TARGETS_c66x = " \
> > +ti.targets.elf.C66="${STAGING_DIR_NATIVE}/usr/share/ti/cgt-c6x" \
> > +
> ti.targets.elf.C66_big_endian="${STAGING_DIR_NATIVE}/usr/share/ti/cgt-
> c6x" \
> >  "
> >
> >  EXTRA_OEMAKE = "\
> >  PLATFORM=${PLATFORM} \
> >  XDC_INSTALL_DIR="${XDC_INSTALL_DIR}" \
> >  BIOS_INSTALL_DIR="${SYSBIOS_INSTALL_DIR}" \
> > -${IPC_TARGETS} -f ipc-bios.mak\
> > +${IPC_TARGETS} \
> >  "
> >
> > +RELEASE_TYPE = "GA"
> > +RELEASE_SUFFIX = ""
> > +
> > +SRCIPK_SRC_DIR = "${D}${IPC_INSTALL_DIR_RECIPE}"
> > +SRCIPK_INSTALL_DIR = "ipc_${@'${PV}'.replace('.',
> 

Re: [meta-ti] [fido][PATCH] omap5-sgx-ddk-um-linux: Add DEPENDS based on REDEPENDS

2016-05-09 Thread Stiffler, Jacob


> -Original Message-
> From: Dmytriyenko, Denys
> Sent: Monday, May 09, 2016 12:59 PM
> To: Stiffler, Jacob
> Cc: meta-ti@yoctoproject.org
> Subject: Re: [meta-ti] [fido][PATCH] omap5-sgx-ddk-um-linux: Add DEPENDS
> based on REDEPENDS
> 
> Looks fine. What about master?
> 

I am checking the patch right now.

> 
> On Mon, May 09, 2016 at 12:33:50PM -0400, Jacob Stiffler wrote:
> > * The omap5-sgx-ddk-um-linux recipe installs pre-built libraries
> > * Because of this, the dependencies are given as RDEPENDS as they are
> >   not needed for building the recipe
> > * However, this may break recipes which depend on
> >   omap5-sgx-ddk-um-linux, as the omap5-sgx-ddk-um-linux dependencies
> >   may not yet be populated in the sysroot.
> > * This resolves the break in the dependency chain by translating the
> >   RDEPENDS into a list of DEPENDS
> >
> > Signed-off-by: Jacob Stiffler <j-stiff...@ti.com>
> > ---
> >  recipes-graphics/libgles/omap5-sgx-ddk-um-linux_1.14.3699939.bb | 3 ++-
> >  1 file changed, 2 insertions(+), 1 deletion(-)
> >
> > diff --git a/recipes-graphics/libgles/omap5-sgx-ddk-um-
> linux_1.14.3699939.bb b/recipes-graphics/libgles/omap5-sgx-ddk-um-
> linux_1.14.3699939.bb
> > index a79c61f..a4a00b9 100644
> > --- a/recipes-graphics/libgles/omap5-sgx-ddk-um-linux_1.14.3699939.bb
> > +++ b/recipes-graphics/libgles/omap5-sgx-ddk-um-linux_1.14.3699939.bb
> > @@ -19,9 +19,10 @@ INITSCRIPT_PARAMS = "defaults 8"
> >
> >  inherit update-rc.d
> >
> > -PR = "r8"
> > +PR = "r9"
> >  PROVIDES += "virtual/egl virtual/libgles1 virtual/libgles2"
> >
> > +DEPENDS += "libdrm udev libgbm wayland libffi"
> >  RDEPENDS_${PN} += "libdrm libudev libgbm wayland libffi libdrm-omap"
> >
> >  RREPLACES_${PN} = "libegl libgles1 libgles2"
> > --
> > 2.7.4
> >
> > --
> > ___
> > meta-ti mailing list
> > meta-ti@yoctoproject.org
> > https://lists.yoctoproject.org/listinfo/meta-ti
-- 
___
meta-ti mailing list
meta-ti@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-ti


Re: [meta-ti] Sam Nelson : cmem: Update to new eng version 4.11.00.00_eng

2016-05-02 Thread Stiffler, Jacob
Denys,

Now that the build issue with CMEM has been resolved, will you be reverting the 
hacks to remove everything that depended on CMEM?

Thank you,
Jake

> -Original Message-
> From: meta-ti-boun...@yoctoproject.org [mailto:meta-ti-
> boun...@yoctoproject.org] On Behalf Of Arago Project git
> Sent: Thursday, April 28, 2016 3:01 PM
> To: meta-ti@yoctoproject.org
> Subject: [meta-ti] Sam Nelson : cmem: Update to new eng version
> 4.11.00.00_eng
> 
> Module: meta-ti
> Branch: master
> Commit: 257a370e7aec4a8954e79697deafec2cd7c2301d
> URL:http://arago-project.org/git/meta-
> ti.git?a=commit;h=257a370e7aec4a8954e79697deafec2cd7c2301d
> 
> Author: Sam Nelson 
> Date:   Thu Apr 28 00:19:45 2016 +
> 
> cmem: Update to new eng version 4.11.00.00_eng
> 
> Resolves issues with kernel version 4.4
> 
> Signed-off-by: Sam Nelson 
> Signed-off-by: Denys Dmytriyenko 
> 
> ---
> 
>  recipes-bsp/cmem/cmem.inc |6 +++---
>  1 files changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/recipes-bsp/cmem/cmem.inc b/recipes-bsp/cmem/cmem.inc
> index 19d333c..413f925 100644
> --- a/recipes-bsp/cmem/cmem.inc
> +++ b/recipes-bsp/cmem/cmem.inc
> @@ -4,10 +4,10 @@ LICENSE = "GPLv2"
>  LIC_FILES_CHKSUM =
> "file://include/ti/cmem.h;beginline=1;endline=30;md5=9b745e2765a6ba8a6
> 36c91aed4b02ac1"
> 
>  BRANCH ?= "lu-next"
> -# This corresponds to version 4.10.02.05_eng -SRCREV =
> "8df44102413c2d653341c5b7e6caee882e206d8c"
> +# This corresponds to version 4.11.00.00_eng SRCREV =
> +"852e97b5584cbdb6aa0fdef02a7c4e245409bcb6"
> 
> -PV = "4.10.02.05+git${SRCPV}"
> +PV = "4.11.00.00+git${SRCPV}"
> 
>  SRC_URI = "git://git.ti.com/ipc/ludev.git;protocol=git;branch=${BRANCH}"
> 
> 
> --
> ___
> meta-ti mailing list
> meta-ti@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti
-- 
___
meta-ti mailing list
meta-ti@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-ti


Re: [meta-ti] [PATCH] gdbc6x: Bump SRCREV so that all machines use same branch

2016-03-22 Thread Stiffler, Jacob
I almost missed this one, but this is needed for the latest OpenCL.

- Jake

> -Original Message-
> From: Stiffler, Jacob
> Sent: Tuesday, March 22, 2016 3:19 PM
> To: meta-ti@yoctoproject.org
> Cc: Stiffler, Jacob
> Subject: [PATCH] gdbc6x: Bump SRCREV so that all machines use same
> branch
> 
> Signed-off-by: Jacob Stiffler <j-stiff...@ti.com>
> ---
>  recipes-devtools/gdbc6x/gdbc6x.inc | 8 ++--
>  1 file changed, 2 insertions(+), 6 deletions(-)
> 
> diff --git a/recipes-devtools/gdbc6x/gdbc6x.inc b/recipes-
> devtools/gdbc6x/gdbc6x.inc
> index 4513a91..4d77117 100644
> --- a/recipes-devtools/gdbc6x/gdbc6x.inc
> +++ b/recipes-devtools/gdbc6x/gdbc6x.inc
> @@ -1,13 +1,9 @@
>  # This corresponds to version 1.1.0
> -SRCREV = "1ab06f8bcfe7540754558bac331a0312c4b59142"
> -SRCREV_keystone = "913f18db6325e08f634be6dda91f57fb0ec8c838"
> +SRCREV = "653f7d0a345bede0542326090b622b885545c712"
> 
>  PV = "1.1.0"
> -INC_PR = "r1"
> +INC_PR = "r2"
> 
>  SRC_URI = "git://git.ti.com/sdo-
> emu/gdbc6x.git;protocol=git;branch=${BRANCH}"
> 
>  BRANCH = "master"
> -BRANCH_keystone = "k2h"
> -
> -PACKAGE_ARCH = "${MACHINE_ARCH}"
> --
> 1.9.1

-- 
___
meta-ti mailing list
meta-ti@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-ti


Re: [meta-ti] [PATCH] multiprocmgr: Update to new verison 3.0.1.0

2016-03-04 Thread Stiffler, Jacob
The SRCREV was removed by this patch!

> -Original Message-
> From: meta-ti-boun...@yoctoproject.org [mailto:meta-ti-
> boun...@yoctoproject.org] On Behalf Of Nelson, Sam
> Sent: Thursday, March 03, 2016 5:52 PM
> To: meta-ti@yoctoproject.org
> Subject: [meta-ti] [PATCH] multiprocmgr: Update to new verison 3.0.1.0
> 
> Signed-off-by: Sam Nelson 
> 
> ---
> Note:
> The changes in this version needs corresponding
> change in kernel version and hence need to be
> coordinated
> 
> ---
> ---
>  recipes-ti/multiprocmgr/multiprocmgr.inc | 8 
>  1 file changed, 4 insertions(+), 4 deletions(-)
> 
> diff --git a/recipes-ti/multiprocmgr/multiprocmgr.inc b/recipes-
> ti/multiprocmgr/multiprocmgr.inc
> index 122ac0f..915ac7a 100644
> --- a/recipes-ti/multiprocmgr/multiprocmgr.inc
> +++ b/recipes-ti/multiprocmgr/multiprocmgr.inc
> @@ -8,11 +8,11 @@ MULTIPROCMGR_GIT_URI = "git://git.ti.com/keystone-
> linux/multi-proc-manager.git"
>  MULTIPROCMGR_GIT_PROTOCOL = "git"
>  MULTIPROCMGR_GIT_BRANCH = "master"
> 
> -# The following commits correspond to DEV.MPM-3.00.00.02
> -MULTIPROCMGR_SRCREV = "319c6cfe15054df08eb70cbedc99a88dd5a06cda"
> +# The following commits correspond to DEV.MPM-3.00.01.00
> +MULTIPROCMGR_SRCREV = ""



> 
> -PV = "3.0.0.2"
> -INC_PR = "r2"
> +PV = "3.0.1.0"
> +INC_PR = "r0"
> 
>  BRANCH = "${MULTIPROCMGR_GIT_BRANCH}"
>  SRC_URI =
> "${MULTIPROCMGR_GIT_URI};protocol=${MULTIPROCMGR_GIT_PROTOCOL};
> branch=${BRANCH}"
> --
> 1.9.1
> 
> --
> ___
> meta-ti mailing list
> meta-ti@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti
-- 
___
meta-ti mailing list
meta-ti@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-ti


Re: [meta-ti] [PATCH] omap3-sgx-modules: Install via the kernel's modules_install target.

2015-03-30 Thread Stiffler, Jacob
 If you want the standard module installation, then move any additional 
 variables to EXTRA_OEMAKE and drop do_install completely.

I want the standard installation, but the sources do not seem to provide the 
standard method for this. The issue with these sources is that they provide the 
standard target to build the modules, but there is no target to install them. 
Because of this, I am overriding the install stage.


-Original Message-
From: Dmytriyenko, Denys 
Sent: Monday, March 30, 2015 10:09 AM
To: Stiffler, Jacob
Cc: meta-ti@yoctoproject.org
Subject: Re: [meta-ti] [PATCH] omap3-sgx-modules: Install via the kernel's 
modules_install target.

On Mon, Mar 30, 2015 at 07:41:49AM -0400, Jacob Stiffler wrote:
 * This allows the modules to have a consistent installation structure
   when directly building from source.
 * Previously, these modules would be manualy installed to appears as
   in-tree modules.
 
 Signed-off-by: Jacob Stiffler j-stiff...@ti.com
 ---
  .../omap3-sgx-modules_4.05.00.03.bb|   13 ++---
  .../omap3-sgx-modules_4.09.00.01.bb|   13 ++---
  .../omap3-sgx-modules_5.01.01.01.bb|   14 ++
  .../omap3-sgx-modules_5.01.01.02.bb|   14 ++
  4 files changed, 8 insertions(+), 46 deletions(-)
 
 diff --git 
 a/recipes-bsp/powervr-drivers/omap3-sgx-modules_4.05.00.03.bb 
 b/recipes-bsp/powervr-drivers/omap3-sgx-modules_4.05.00.03.bb
 index bd476f0..a54a643 100644
 --- a/recipes-bsp/powervr-drivers/omap3-sgx-modules_4.05.00.03.bb
 +++ b/recipes-bsp/powervr-drivers/omap3-sgx-modules_4.05.00.03.bb
 @@ -10,7 +10,7 @@ BINFILE := Graphics_SDK_setuplinux_${SGXPV}.bin
  
  inherit module
  
 -MACHINE_KERNEL_PR_append = b
 +MACHINE_KERNEL_PR_append = c
  PR = ${MACHINE_KERNEL_PR}
  
  DEFAULT_PREFERENCE_omap3 = 99
 @@ -32,17 +32,8 @@ TI_PLATFORM_ti814x = ti81xx
  TI_PLATFORM_ti816x = ti81xx
  TI_PLATFORM_ti33x = ti335x
  
 -MODULESLOCATION_omap3 = dc_omapfb3_linux
 -MODULESLOCATION_ti814x = dc_ti81xx_linux
 -MODULESLOCATION_ti816x = dc_ti81xx_linux
 -MODULESLOCATION_ti33x = dc_ti335x_linux
 -
  MAKE_TARGETS =  BUILD=${PVRBUILD} TI_PLATFORM=${TI_PLATFORM}
  
  do_install() {
 - mkdir -p ${D}/lib/modules/${KERNEL_VERSION}/kernel/drivers/gpu/pvr
 - cp ${S}/pvrsrvkm.ko \
 -${S}/services4/3rdparty/${MODULESLOCATION}/omaplfb.ko  \
 -${S}/services4/3rdparty/bufferclass_ti/bufferclass_ti.ko \
 -${D}/lib/modules/${KERNEL_VERSION}/kernel/drivers/gpu/pvr
 +make -C ${STAGING_KERNEL_DIR} SUBDIRS=${B} INSTALL_MOD_PATH=${D} 
 + PREFIX=${STAGING_DIR_HOST} modules_install

If you want the standard module installation, then move any additional 
variables to EXTRA_OEMAKE and drop do_install completely.


  }
 diff --git a/recipes-bsp/powervr-drivers/omap3-sgx-modules_4.09.00.01.bb 
 b/recipes-bsp/powervr-drivers/omap3-sgx-modules_4.09.00.01.bb
 index 4b97bbc..cd6dbe4 100644
 --- a/recipes-bsp/powervr-drivers/omap3-sgx-modules_4.09.00.01.bb
 +++ b/recipes-bsp/powervr-drivers/omap3-sgx-modules_4.09.00.01.bb
 @@ -10,7 +10,7 @@ IMGPV = 1.9.2188537
  
  inherit module
  
 -MACHINE_KERNEL_PR_append = c
 +MACHINE_KERNEL_PR_append = d
  PR = ${MACHINE_KERNEL_PR}
  
  DEFAULT_PREFERENCE = -1
 @@ -44,19 +44,10 @@ TI_PLATFORM_ti814x = ti81xx
  TI_PLATFORM_ti816x = ti81xx
  TI_PLATFORM_ti33x = ti335x
  
 -MODULESLOCATION_omap3 = dc_omapfb3_linux
 -MODULESLOCATION_ti814x = dc_ti81xx_linux
 -MODULESLOCATION_ti816x = dc_ti81xx_linux
 -MODULESLOCATION_ti33x = dc_ti335x_linux
 -
  MAKE_TARGETS =  BUILD=${PVRBUILD} TI_PLATFORM=${TI_PLATFORM} SUPPORT_XORG=0
  
  MAKE_TARGETS_append_ti33x =  PM_RUNTIME=1
  
  do_install() {
 -mkdir -p ${D}/lib/modules/${KERNEL_VERSION}/kernel/drivers/gpu/pvr
 -cp  ${S}/pvrsrvkm.ko \
 -${S}/services4/3rdparty/${MODULESLOCATION}/omaplfb.ko  \
 -${S}/services4/3rdparty/bufferclass_ti/bufferclass_ti.ko \
 -${D}/lib/modules/${KERNEL_VERSION}/kernel/drivers/gpu/pvr
 +make -C ${STAGING_KERNEL_DIR} SUBDIRS=${B} INSTALL_MOD_PATH=${D} 
 PREFIX=${STAGING_DIR_HOST} modules_install
  }
 diff --git a/recipes-bsp/powervr-drivers/omap3-sgx-modules_5.01.01.01.bb 
 b/recipes-bsp/powervr-drivers/omap3-sgx-modules_5.01.01.01.bb
 index a1d95bf..1ac60da 100644
 --- a/recipes-bsp/powervr-drivers/omap3-sgx-modules_5.01.01.01.bb
 +++ b/recipes-bsp/powervr-drivers/omap3-sgx-modules_5.01.01.01.bb
 @@ -10,7 +10,7 @@ IMGPV = 1.10.2359475
  
  inherit module
  
 -MACHINE_KERNEL_PR_append = c
 +MACHINE_KERNEL_PR_append = d
  PR = ${MACHINE_KERNEL_PR}
  
  BINFILE_HARDFP = Graphics_SDK_setuplinux_hardfp_${SGXPV}.bin
 @@ -55,18 +55,8 @@ TI_PLATFORM_ti816x = ti81xx
  TI_PLATFORM_ti33x = ti335x
  TI_PLATFORM_ti43x = ti43xx
  
 -MODULESLOCATION_omap3 = dc_omapfb3_linux
 -MODULESLOCATION_ti814x = dc_ti81xx_linux
 -MODULESLOCATION_ti816x = dc_ti81xx_linux
 -MODULESLOCATION_ti33x = dc_ti335x_linux
 -MODULESLOCATION_ti43x = dc_ti43xx_linux
 -
  MAKE_TARGETS =  BUILD

Re: [meta-ti] [PATCH] sitara-linux-ti-staging: Update commit to fix touchscreen issues on AM335x SK

2015-03-04 Thread Stiffler, Jacob
Not all of these fixes are in main linux-ti-staging. We plan on releasing 
Processor SDK 1.0 for am335x and am437x soon and it has been decided to use the 
same kernel as was released with AMSDK 8.0. 

BTW, this update is present in meta-ti-amsdk, but has not yet been upstreamed 
to meta-ti.


-Original Message-
From: Dmytriyenko, Denys 
Sent: Wednesday, March 04, 2015 9:52 AM
To: Stiffler, Jacob
Cc: meta-ti@yoctoproject.org
Subject: Re: [meta-ti] [PATCH] sitara-linux-ti-staging: Update commit to fix 
touchscreen issues on AM335x SK

BTW, is this fix in main linux-ti-staging?


On Wed, Mar 04, 2015 at 06:55:20AM -0500, Jacob Stiffler wrote:
 Signed-off-by: Jacob Stiffler j-stiff...@ti.com
 ---
  .../linux/sitara-linux-ti-staging_3.14.bb  |4 ++--
  1 file changed, 2 insertions(+), 2 deletions(-)
 
 diff --git a/recipes-kernel/linux/sitara-linux-ti-staging_3.14.bb 
 b/recipes-kernel/linux/sitara-linux-ti-staging_3.14.bb
 index 8cd2c3f..31c1223 100644
 --- a/recipes-kernel/linux/sitara-linux-ti-staging_3.14.bb
 +++ b/recipes-kernel/linux/sitara-linux-ti-staging_3.14.bb
 @@ -35,11 +35,11 @@ S = ${WORKDIR}/git
  
  BRANCH = sitara-ti-linux-3.14.y
  
 -SRCREV = 99b50bfb0f3fb0e43de31a6735989d31660b0835
 +SRCREV = 2489c022b2932432606f897741a71b712e6dbe77
  PV = 3.14.26
  
  # Append to the MACHINE_KERNEL_PR so that a new SRCREV will cause a 
 rebuild -MACHINE_KERNEL_PR_append = g+gitr${SRCPV}
 +MACHINE_KERNEL_PR_append = h+gitr${SRCPV}
  PR = ${MACHINE_KERNEL_PR}
  
  MULTI_CONFIG_BASE_SUFFIX = 
 --
 1.7.9.5
 
 --
 ___
 meta-ti mailing list
 meta-ti@yoctoproject.org
 https://lists.yoctoproject.org/listinfo/meta-ti
-- 
___
meta-ti mailing list
meta-ti@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-ti


Re: [meta-ti] [RFC PATCH 1/6] opencl: Add common file specifying opencl sources and version.

2015-03-03 Thread Stiffler, Jacob
There are shared sources within these repos, but not every recipe requires all 
of the sources.

As for the circular patch dependencies: Would it make sense to separate the 
opengl headers into a separate recipe, and keep that one self-contained? Also, 
I plan on upstreaming the opencl-examples patch, so this will not be required, 
thus removing the circular dependency with patch 5.



-Original Message-
From: Cooper Jr., Franklin 
Sent: Thursday, February 26, 2015 8:57 AM
To: Stiffler, Jacob; meta-ti@yoctoproject.org
Subject: RE: [meta-ti] [RFC PATCH 1/6] opencl: Add common file specifying 
opencl sources and version.

This shouldn't be the first patch in your patchset.

You depend on files from patch 2 and 5. But those patches also depend on patch 
1 for the .inc.

I guess I can kind of understand the logic but to have 6 different sources in a 
single inc file that is partially reused by several different recipes doesn't 
seem right to me...

 -Original Message-
 From: meta-ti-boun...@yoctoproject.org [mailto:meta-ti- 
 boun...@yoctoproject.org] On Behalf Of Stiffler, Jacob
 Sent: Thursday, February 26, 2015 7:34 AM
 To: meta-ti@yoctoproject.org
 Subject: [meta-ti] [RFC PATCH 1/6] opencl: Add common file specifying 
 opencl sources and version.
 
 * opencl consists of multiple packages, so use this file for
   shared information.
 
 Signed-off-by: Jacob Stiffler j-stiff...@ti.com
 ---
  recipes-ti/ocl/ocl.inc |   64
 
  1 file changed, 64 insertions(+)
  create mode 100644 recipes-ti/ocl/ocl.inc
 
 diff --git a/recipes-ti/ocl/ocl.inc b/recipes-ti/ocl/ocl.inc new file 
 mode 100644 index 000..71965e2
 --- /dev/null
 +++ b/recipes-ti/ocl/ocl.inc
 @@ -0,0 +1,64 @@
 +PV = 1.1.0
 +
 +LIC_FILES_CHKSUM =
 file://../debian/copyright;md5=d3795e71443db61e7c9677a97fa3aac4
 +
 +FILESEXTRAPATHS_prepend := ${THISDIR}/ocl:
 +
 +BRANCH_OCL = master
 +BRANCH_OPENCL = master
 +BRANCH_BUILTINS = master
 +BRANCH_MONITOR = master
 +BRANCH_LIBM = master
 +BRANCH_EXAMPLES = master
 +
 +DESTSUFFIX_OCL = git
 +DESTSUFFIX_OPENCL = git/opencl
 +DESTSUFFIX_BUILTINS = git/opencl_builtins
 +DESTSUFFIX_MONITOR = git/opencl_monitor
 +DESTSUFFIX_LIBM = git/open_libm
 +DESTSUFFIX_EXAMPLES = git/opencl_examples
 +
 +SRC_URI_BASE = git://gitorious.design.ti.com/ocl
 +
 +SRC_URI_OCL =
 ${SRC_URI_BASE}/ocl.git;protocol=git;branch=${BRANCH_OCL};name=ocl;d
 estsuffix=${DESTSUFFIX_OCL}
 +SRC_URI_OPENCL =
 ${SRC_URI_BASE}/opencl.git;protocol=git;branch=${BRANCH_OPENCL};nam
 e=opencl;destsuffix=${DESTSUFFIX_OPENCL}
 +SRC_URI_BUILTINS =
 ${SRC_URI_BASE}/opencl_builtins.git;protocol=git;branch=${BRANCH_BUIL
 TINS};name=opencl_builtins;destsuffix=${DESTSUFFIX_BUILTINS}
 +SRC_URI_MONITOR =
 ${SRC_URI_BASE}/opencl_monitor_vayu.git;protocol=git;branch=${BRANC
 H_MONITOR};name=opencl_monitor;destsuffix=${DESTSUFFIX_MONITOR}
 +SRC_URI_MONITOR_IMAGE = http://udb0866934.am.dhcp.ti.com/mcsdk-
 8.x/yocto-tmp/opencl_monitor-vayu-0.12.0-
 1.tar.gz;name=ocl_monitor_image
 +SRC_URI_LIBM =
 ${SRC_URI_BASE}/open_libm.git;protocol=git;branch=${BRANCH_LIBM};na
 me=open_libm;destsuffix=${DESTSUFFIX_LIBM}
 +SRC_URI_EXAMPLES =
 ${SRC_URI_BASE}/opencl_examples.git;protocol=git;branch=${BRANCH_EX
 AMPLES};name=opencl_examples;destsuffix=${DESTSUFFIX_EXAMPLES}
 +
 +SRCREV_ocl = 730e6c85e55770969489e4079f7b9a7071e6c8cf
 +SRCREV_opencl = d00eb494d52fbe07f419bff8f21ab28c05c494b6
 +SRCREV_opencl_builtins = c410a457c55973f8a5e572978c0581c42608c96c
 +SRCREV_opencl_monitor = a1fbe457f3fcfc9b087c91cfe9036cf700f1b187
 +SRCREV_open_libm = 4f391bd2ff68a78eae3a91ba606bb86c616d3d55
 +SRCREV_opencl_examples =
 cba1bc746597a38827cab7d7e9fd9864229e298e
 +SRC_URI[ocl_monitor_image.md5sum] =
 b013b26d1809fb43893d3fbb286b0cba
 +SRC_URI[ocl_monitor_image.sha256sum] =
 5084679ab4eefa851c8bbfe95168fd82e2ff3aaea3a1cc800da04dfac1603367
 +
 +OPENGL_HEADERS =  \
 +file://GL/gl.h \
 +file://GL/gl_mangle.h \
 +file://GL/glext.h \
 +file://GL/glx.h \
 +file://GL/glx_mangle.h \
 +file://GL/glxext.h \
 +file://GL/osmesa.h \
 +file://GL/wglext.h \
 +file://GL/wmesa.h \
 +file://GL/internal/dri_interface.h \ 
 +
 +OPENCL_PATCHES =  \
 +
 +
 +MONITOR_PATCHES =  \
 +
 +
 +EXAMPLES_PATCHES =  \
 +file://0001-Add-larger-sets-and-display-size-information.patch \ 
 +
 +SRC_URI = ${SRC_URI_OCL}
 +
 --
 1.7.9.5
 
 --
 ___
 meta-ti mailing list
 meta-ti@yoctoproject.org
 https://lists.yoctoproject.org/listinfo/meta-ti
-- 
___
meta-ti mailing list
meta-ti@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-ti


Re: [meta-ti] [RFC PATCH 4/6] opencl-monitor: OpenCL firmware which runs on the accelerators.

2015-03-03 Thread Stiffler, Jacob
Except for some source dependencies between the opencl library and clocl (which 
use the same source repo), the libraries and headers are sufficient. However, 
some of these headers are internal, and also, the opencl build does not look 
for these headers on the standard paths.

-Original Message-
From: Cooper Jr., Franklin 
Sent: Thursday, February 26, 2015 8:53 AM
To: Stiffler, Jacob; meta-ti@yoctoproject.org
Subject: RE: [meta-ti] [RFC PATCH 4/6] opencl-monitor: OpenCL firmware which 
runs on the accelerators.

Why do you need to repeatedly include the same sources in various recipes?
Are you rebuilding the same software over and over again? If not then why 
aren't the headers and libraries sufficient.


 -Original Message-
 From: meta-ti-boun...@yoctoproject.org [mailto:meta-ti- 
 boun...@yoctoproject.org] On Behalf Of Stiffler, Jacob
 Sent: Thursday, February 26, 2015 7:34 AM
 To: meta-ti@yoctoproject.org
 Subject: [meta-ti] [RFC PATCH 4/6] opencl-monitor: OpenCL firmware 
 which runs on the accelerators.
 
 Signed-off-by: Jacob Stiffler j-stiff...@ti.com
 ---
  recipes-ti/ocl/opencl-monitor_git.bb |   41
 ++
  1 file changed, 41 insertions(+)
  create mode 100644 recipes-ti/ocl/opencl-monitor_git.bb
 
 diff --git a/recipes-ti/ocl/opencl-monitor_git.bb 
 b/recipes-ti/ocl/opencl- monitor_git.bb new file mode 100644 index 
 000..54b3f45
 --- /dev/null
 +++ b/recipes-ti/ocl/opencl-monitor_git.bb
 @@ -0,0 +1,41 @@
 +DESCRIPTION = TI OpenCL
 +HOMEPAGE = https://gitorious.design.ti.com/ocl;
 +LICENSE = BSD
 +
 +include ocl.inc
 +
 +inherit cmake
 +
 +COMPATIBLE_MACHINE = dra7xx
 +PACKAGE_ARCH = ${MACHINE_ARCH}
 +
 +SRC_URI_append =  \
 +${SRC_URI_OPENCL} \
 +${SRC_URI_MONITOR} \
 +${SRC_URI_BUILTINS} \
 +${SRC_URI_LIBM} \
 +${SRC_URI_MONITOR_IMAGE} \
 +${MONITOR_PATCHES} \
 +${OPENCL_PATCHES} \
 +${OPENGL_HEADERS} \
 +
 +
 +S = ${WORKDIR}/git/opencl_monitor
 +
 +
 +do_compile_append() {
 +cp -rv ${WORKDIR}/opencl_monitor-vayu-0.12.0/* ${S}/ }
 +
 +do_install_append() {
 +cp -v ${D}${datadir}/ti/opencl/dsp0.out ${D}${datadir}/ti/opencl/dsp.out
 +cp -v ${D}${datadir}/ti/opencl/dsp0.syms
 +${D}${datadir}/ti/opencl/dsp.syms }
 +
 +FILES_${PN} +=  \
 +${datadir}/ti/opencl/* \
 +${base_libdir}/firmware/* \
 +
 +
 +INSANE_SKIP_${PN} = arch
 +
 --
 1.7.9.5
 
 --
 ___
 meta-ti mailing list
 meta-ti@yoctoproject.org
 https://lists.yoctoproject.org/listinfo/meta-ti
-- 
___
meta-ti mailing list
meta-ti@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-ti


Re: [meta-ti] [RFC PATCH 4/6] opencl-monitor: OpenCL firmware which runs on the accelerators.

2015-03-03 Thread Stiffler, Jacob
I've seen conflicting suggestions about manually setting the PR = r0. I can 
add this, but how should this interact with the .inc file? I assume that either 
the inc file or bb recipe should append a value, so should the recipe make the 
append?



-Original Message-
From: Cooper Jr., Franklin 
Sent: Thursday, February 26, 2015 10:17 AM
To: Dmytriyenko, Denys
Cc: Stiffler, Jacob; meta-ti@yoctoproject.org
Subject: RE: [meta-ti] [RFC PATCH 4/6] opencl-monitor: OpenCL firmware which 
runs on the accelerators.



 -Original Message-
 From: Dmytriyenko, Denys
 Sent: Thursday, February 26, 2015 9:17 AM
 To: Cooper Jr., Franklin
 Cc: Stiffler, Jacob; meta-ti@yoctoproject.org
 Subject: Re: [meta-ti] [RFC PATCH 4/6] opencl-monitor: OpenCL firmware 
 which runs on the accelerators.
 
 On Thu, Feb 26, 2015 at 02:02:22PM +, Cooper Jr., Franklin wrote:
  Mesa as a whole as a MIT license based on the recipe. Looking at the 
  license for those headers your using they are also using a MIT 
  license. So this program should have a BSD and MIT license.
  Also your missing a PR which I think Denys still wants to include 
  for package upgrading purposes. But it's up to him.
 
 But this one is not an upgrade, so not sure why do you need a PR?
[Franklin] Without a PR people tend to forget to bump it.
 
 
   -Original Message-
   From: meta-ti-boun...@yoctoproject.org [mailto:meta-ti- 
   boun...@yoctoproject.org] On Behalf Of Stiffler, Jacob
   Sent: Thursday, February 26, 2015 7:34 AM
   To: meta-ti@yoctoproject.org
   Subject: [meta-ti] [RFC PATCH 4/6] opencl-monitor: OpenCL firmware 
   which runs on the accelerators.
  
   Signed-off-by: Jacob Stiffler j-stiff...@ti.com
   ---
recipes-ti/ocl/opencl-monitor_git.bb |   41
   ++
1 file changed, 41 insertions(+)
create mode 100644 recipes-ti/ocl/opencl-monitor_git.bb
  
   diff --git a/recipes-ti/ocl/opencl-monitor_git.bb
   b/recipes-ti/ocl/opencl- monitor_git.bb new file mode 100644 index
   000..54b3f45
   --- /dev/null
   +++ b/recipes-ti/ocl/opencl-monitor_git.bb
   @@ -0,0 +1,41 @@
   +DESCRIPTION = TI OpenCL
   +HOMEPAGE = https://gitorious.design.ti.com/ocl;
   +LICENSE = BSD
   +
   +include ocl.inc
   +
   +inherit cmake
   +
   +COMPATIBLE_MACHINE = dra7xx
   +PACKAGE_ARCH = ${MACHINE_ARCH}
   +
   +SRC_URI_append =  \
   +${SRC_URI_OPENCL} \
   +${SRC_URI_MONITOR} \
   +${SRC_URI_BUILTINS} \
   +${SRC_URI_LIBM} \
   +${SRC_URI_MONITOR_IMAGE} \
   +${MONITOR_PATCHES} \
   +${OPENCL_PATCHES} \
   +${OPENGL_HEADERS} \
   +
   +
   +S = ${WORKDIR}/git/opencl_monitor
   +
   +
   +do_compile_append() {
   +cp -rv ${WORKDIR}/opencl_monitor-vayu-0.12.0/* ${S}/ }
   +
   +do_install_append() {
   +cp -v ${D}${datadir}/ti/opencl/dsp0.out
 ${D}${datadir}/ti/opencl/dsp.out
   +cp -v ${D}${datadir}/ti/opencl/dsp0.syms
   +${D}${datadir}/ti/opencl/dsp.syms }
   +
   +FILES_${PN} +=  \
   +${datadir}/ti/opencl/* \
   +${base_libdir}/firmware/* \
   +
   +
   +INSANE_SKIP_${PN} = arch
   +
   --
   1.7.9.5
  
   --
   ___
   meta-ti mailing list
   meta-ti@yoctoproject.org
   https://lists.yoctoproject.org/listinfo/meta-ti
  --
  ___
  meta-ti mailing list
  meta-ti@yoctoproject.org
  https://lists.yoctoproject.org/listinfo/meta-ti
-- 
___
meta-ti mailing list
meta-ti@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-ti


Re: [meta-ti] [PATCH v2 2/2] ti-cgt6x: Add verion 8.0.0

2015-02-24 Thread Stiffler, Jacob
Completely overlooked those...

I found the anonymous function you mentioned. How can this be modified to check 
for the target class?

Thanks,
Jake

-Original Message-
From: Dmytriyenko, Denys 
Sent: Monday, February 23, 2015 4:15 PM
To: Stiffler, Jacob
Cc: meta-ti@yoctoproject.org
Subject: Re: [meta-ti] [PATCH v2 2/2] ti-cgt6x: Add verion 8.0.0

What about the rest of the comments?


On Mon, Feb 23, 2015 at 10:42:52AM -0500, Stiffler, Jacob wrote:
 This is the license string given by the OSRB. I will submit a v3 replacing 
 'and' with ''.
 
 -Original Message-
 From: Dmytriyenko, Denys 
 Sent: Friday, February 20, 2015 12:25 PM
 To: Stiffler, Jacob
 Cc: meta-ti@yoctoproject.org
 Subject: Re: [meta-ti] [PATCH v2 2/2] ti-cgt6x: Add verion 8.0.0
 
 On Thu, Feb 05, 2015 at 10:28:29AM -0500, Jacob Stiffler wrote:
  * Supports native and nativesdk classes as well as target.
  
  Signed-off-by: Jacob Stiffler j-stiff...@ti.com
  ---
   recipes-ti/devtools/ti-cgt6x_8.0.0.bb |   88 
  +
   1 file changed, 88 insertions(+)
   create mode 100644 recipes-ti/devtools/ti-cgt6x_8.0.0.bb
  
  diff --git a/recipes-ti/devtools/ti-cgt6x_8.0.0.bb 
  b/recipes-ti/devtools/ti-cgt6x_8.0.0.bb
  new file mode 100644
  index 000..c56a629
  --- /dev/null
  +++ b/recipes-ti/devtools/ti-cgt6x_8.0.0.bb
  @@ -0,0 +1,88 @@
  +DESCRIPTION = TI DSP Code Generation Tools
  +HOMEPAGE = 
  https://www-a.ti.com/downloads/sds_support/TICodegenerationTools/download.htm;
  +LICENSE = TI TSPA with portions under Thai Open Source Software Center  
  BSD-3-Clause  BSL-1.0  Hewlett-Packard  AFL-3.0 and MIT and BSD-2-Clause 
  and Public Domain and other similar
 
 ^^^ This is a very strange license. Have you consulted with OSRB? Should 
 and 
 be replaced with  at the end?
 
 
  +
  +LIC_FILES_CHKSUM = 
  file://ti-cgt-c6000_${PV}/LICENSE.txt;md5=b6311962635a4f15630e36ec2d875eca
  +LIC_FILES_CHKSUM_class-target = 
  file://usr/share/doc/ti/cgt-c6x/LICENSE.txt;md5=b6311962635a4f15630e36ec2d875eca
  +
  +PE = 1
  +
  +require ../includes/ti-unpack.inc
  +
  +BINFILE = ti_cgt_c6000_${PV}_linux_installer_x86.bin
  +BINFILE_NAME = cgt6x_x86_installer
  +TI_BIN_UNPK_ARGS = --prefix ${S}
  +TI_BIN_UNPK_CMDS = 
  +
  +BINFILE_class-target = 
  ti_cgt_c6000_${PV}_armlinuxa8hf_busybox_installer.sh
  +BINFILE_NAME_class-target = cgt6x_arm_installer
 
 Now, since target portion is very ARM specific, would be nice to add this:
 
 COMPATIBLE_HOST_class-target = arm.*-linux
 
 Also, you may want to copy the anonymous function that checks for hardfp from 
 libgles recipes. You might want to modify it to only check the target case 
 though, to not block native and nativesdk cases... Let me know if you have 
 any issues here.
 
 
  +SRC_URI = 
  http://software-dl.ti.com/codegen/esd/cgt_public_sw/C6000/Production/${PV}/${BINFILE};name=${BINFILE_NAME};
  +
  +SRC_URI[cgt6x_x86_installer.md5sum] = ff83845672090bf0a669bba7b0cadf56
  +SRC_URI[cgt6x_x86_installer.sha256sum] = 
  297f77a00b211b3c4afa23afe7319e98b2400b5d2eb0f8c8cfe3ef7d7aa4d709
  +
  +SRC_URI[cgt6x_arm_installer.md5sum] = 13961e5a1da4c310ea8c8707ab981fff
  +SRC_URI[cgt6x_arm_installer.sha256sum] = 
  cb24ae05baffbd44d6dedba68743be09fd883e04403e069c437c486533d8fffb
  +
  +do_install() {
  +install -d ${D}${bindir}
  +for binfile in ${S}/ti-cgt-c6000_${PV}/bin/*; do
  +install -m 755 ${binfile} ${D}${bindir}
  +done
  +
  +install -d ${D}${datadir}/ti/cgt-c6x/include
  +for includefile in ${S}/ti-cgt-c6000_${PV}/include/*; do
  +install -m 644 ${includefile} ${D}${datadir}/ti/cgt-c6x/include
  +done
  +
  +install -d ${D}${datadir}/ti/cgt-c6x/lib
  +for libfile in ${S}/ti-cgt-c6000_${PV}/lib/*.a; do
  +install -m 644 ${libfile} ${D}${datadir}/ti/cgt-c6x/lib
  +done
  +
  +for libfile in ${S}/ti-cgt-c6000_${PV}/lib/*.cmd; do
  +install -m 644 ${libfile} ${D}${datadir}/ti/cgt-c6x/lib
  +done
  +
  +for libfile in ${S}/ti-cgt-c6000_${PV}/lib/*.lib; do
  +install -m 644 ${libfile} ${D}${datadir}/ti/cgt-c6x/lib
  +done
  +
  +install -d ${D}${datadir}/ti/cgt-c6x/lib/src
  +for srcfile in ${S}/ti-cgt-c6000_${PV}/lib/src/*; do
  +install -m 644 ${srcfile} ${D}${datadir}/ti/cgt-c6x/lib/src
  +done
  +
  +install -d ${D}${datadir}/man/man1
  +for manfile in ${S}/ti-cgt-c6000_${PV}/man/man1/*; do
  +install -m 644 ${manfile} ${D}${datadir}/man/man1
  +done
  +
  +install -d ${D}${datadir}/doc/ti/cgt-c6x
  +for docfile in ${S}/ti-cgt-c6000_${PV}/*.txt; do
  +install -m 644 ${docfile} ${D}${datadir}/doc/ti/cgt-c6x
  +done
  +
  +for docfile in ${S}/ti-cgt-c6000_${PV}/*.htm; do
  +install -m 644 ${docfile} ${D}${datadir}/doc/ti/cgt-c6x
  +done
  +
  +for docfile in ${S}/ti-cgt-c6000_${PV}/*.spdx; do
  +install -m 644 ${docfile} ${D}${datadir}/doc/ti/cgt-c6x
  +done
  +
  +for docfile

Re: [meta-ti] [PATCH v2 2/2] ti-cgt6x: Add verion 8.0.0

2015-02-23 Thread Stiffler, Jacob
This is the license string given by the OSRB. I will submit a v3 replacing 
'and' with ''.

-Original Message-
From: Dmytriyenko, Denys 
Sent: Friday, February 20, 2015 12:25 PM
To: Stiffler, Jacob
Cc: meta-ti@yoctoproject.org
Subject: Re: [meta-ti] [PATCH v2 2/2] ti-cgt6x: Add verion 8.0.0

On Thu, Feb 05, 2015 at 10:28:29AM -0500, Jacob Stiffler wrote:
 * Supports native and nativesdk classes as well as target.
 
 Signed-off-by: Jacob Stiffler j-stiff...@ti.com
 ---
  recipes-ti/devtools/ti-cgt6x_8.0.0.bb |   88 
 +
  1 file changed, 88 insertions(+)
  create mode 100644 recipes-ti/devtools/ti-cgt6x_8.0.0.bb
 
 diff --git a/recipes-ti/devtools/ti-cgt6x_8.0.0.bb 
 b/recipes-ti/devtools/ti-cgt6x_8.0.0.bb
 new file mode 100644
 index 000..c56a629
 --- /dev/null
 +++ b/recipes-ti/devtools/ti-cgt6x_8.0.0.bb
 @@ -0,0 +1,88 @@
 +DESCRIPTION = TI DSP Code Generation Tools
 +HOMEPAGE = 
 https://www-a.ti.com/downloads/sds_support/TICodegenerationTools/download.htm;
 +LICENSE = TI TSPA with portions under Thai Open Source Software Center  
 BSD-3-Clause  BSL-1.0  Hewlett-Packard  AFL-3.0 and MIT and BSD-2-Clause 
 and Public Domain and other similar

^^^ This is a very strange license. Have you consulted with OSRB? Should and 
be replaced with  at the end?


 +
 +LIC_FILES_CHKSUM = 
 file://ti-cgt-c6000_${PV}/LICENSE.txt;md5=b6311962635a4f15630e36ec2d875eca
 +LIC_FILES_CHKSUM_class-target = 
 file://usr/share/doc/ti/cgt-c6x/LICENSE.txt;md5=b6311962635a4f15630e36ec2d875eca
 +
 +PE = 1
 +
 +require ../includes/ti-unpack.inc
 +
 +BINFILE = ti_cgt_c6000_${PV}_linux_installer_x86.bin
 +BINFILE_NAME = cgt6x_x86_installer
 +TI_BIN_UNPK_ARGS = --prefix ${S}
 +TI_BIN_UNPK_CMDS = 
 +
 +BINFILE_class-target = ti_cgt_c6000_${PV}_armlinuxa8hf_busybox_installer.sh
 +BINFILE_NAME_class-target = cgt6x_arm_installer

Now, since target portion is very ARM specific, would be nice to add this:

COMPATIBLE_HOST_class-target = arm.*-linux

Also, you may want to copy the anonymous function that checks for hardfp from 
libgles recipes. You might want to modify it to only check the target case 
though, to not block native and nativesdk cases... Let me know if you have any 
issues here.


 +SRC_URI = 
 http://software-dl.ti.com/codegen/esd/cgt_public_sw/C6000/Production/${PV}/${BINFILE};name=${BINFILE_NAME};
 +
 +SRC_URI[cgt6x_x86_installer.md5sum] = ff83845672090bf0a669bba7b0cadf56
 +SRC_URI[cgt6x_x86_installer.sha256sum] = 
 297f77a00b211b3c4afa23afe7319e98b2400b5d2eb0f8c8cfe3ef7d7aa4d709
 +
 +SRC_URI[cgt6x_arm_installer.md5sum] = 13961e5a1da4c310ea8c8707ab981fff
 +SRC_URI[cgt6x_arm_installer.sha256sum] = 
 cb24ae05baffbd44d6dedba68743be09fd883e04403e069c437c486533d8fffb
 +
 +do_install() {
 +install -d ${D}${bindir}
 +for binfile in ${S}/ti-cgt-c6000_${PV}/bin/*; do
 +install -m 755 ${binfile} ${D}${bindir}
 +done
 +
 +install -d ${D}${datadir}/ti/cgt-c6x/include
 +for includefile in ${S}/ti-cgt-c6000_${PV}/include/*; do
 +install -m 644 ${includefile} ${D}${datadir}/ti/cgt-c6x/include
 +done
 +
 +install -d ${D}${datadir}/ti/cgt-c6x/lib
 +for libfile in ${S}/ti-cgt-c6000_${PV}/lib/*.a; do
 +install -m 644 ${libfile} ${D}${datadir}/ti/cgt-c6x/lib
 +done
 +
 +for libfile in ${S}/ti-cgt-c6000_${PV}/lib/*.cmd; do
 +install -m 644 ${libfile} ${D}${datadir}/ti/cgt-c6x/lib
 +done
 +
 +for libfile in ${S}/ti-cgt-c6000_${PV}/lib/*.lib; do
 +install -m 644 ${libfile} ${D}${datadir}/ti/cgt-c6x/lib
 +done
 +
 +install -d ${D}${datadir}/ti/cgt-c6x/lib/src
 +for srcfile in ${S}/ti-cgt-c6000_${PV}/lib/src/*; do
 +install -m 644 ${srcfile} ${D}${datadir}/ti/cgt-c6x/lib/src
 +done
 +
 +install -d ${D}${datadir}/man/man1
 +for manfile in ${S}/ti-cgt-c6000_${PV}/man/man1/*; do
 +install -m 644 ${manfile} ${D}${datadir}/man/man1
 +done
 +
 +install -d ${D}${datadir}/doc/ti/cgt-c6x
 +for docfile in ${S}/ti-cgt-c6000_${PV}/*.txt; do
 +install -m 644 ${docfile} ${D}${datadir}/doc/ti/cgt-c6x
 +done
 +
 +for docfile in ${S}/ti-cgt-c6000_${PV}/*.htm; do
 +install -m 644 ${docfile} ${D}${datadir}/doc/ti/cgt-c6x
 +done
 +
 +for docfile in ${S}/ti-cgt-c6000_${PV}/*.spdx; do
 +install -m 644 ${docfile} ${D}${datadir}/doc/ti/cgt-c6x
 +done
 +
 +for docfile in ${S}/ti-cgt-c6000_${PV}/doc/*; do
 +install -m 644 ${docfile} ${D}${datadir}/doc/ti/cgt-c6x
 +done
 +
 +}
 +
 +do_install_class-target() {
 +${WORKDIR}/${BINFILE} --prefix ${D} }
 +
 +FILES_${PN} += ${datadir}/ti/*
 +
 +BBCLASSEXTEND = native nativesdk
 +
 --
 1.7.9.5
 
 --
 ___
 meta-ti mailing list
 meta-ti@yoctoproject.org
 https://lists.yoctoproject.org/listinfo/meta-ti
-- 
___
meta-ti mailing list
meta-ti@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-ti


Re: [meta-ti] [PATCH v2 1/2] ti-eula-unpack: Add support for general binary installers.

2015-02-20 Thread Stiffler, Jacob
I tried a variety of -Mxx options, but none seemed to work.

Here is the manual diff between the renamed file (ti-eula-unpack.inc -- 
ti-unpack.inc) :


$ diff recipes-ti/includes/ti-eula-unpack.inc recipes-ti/includes/ti-unpack.inc
2c2
 # the http and display EULA.
---
 # the http.
4a5
 #  TI_BIN_UNPK_ARGS   - contains the arguments to be passed to the bin file.
40a42,45
 # Get unpack args
 arg_string = bb.data.getVar('TI_BIN_UNPK_ARGS', localdata)
 arg_string = bb.data.expand(arg_string, localdata)

49c54
 filename = HOME=%s ./%s --mode console % (workdir, binfile)
---
 filename = HOME=%s ./%s %s % (workdir, binfile, arg_string)



Thanks,
Jake 

-Original Message-
From: meta-ti-boun...@yoctoproject.org 
[mailto:meta-ti-boun...@yoctoproject.org] On Behalf Of Stiffler, Jacob
Sent: Friday, February 20, 2015 10:14 AM
To: Dmytriyenko, Denys
Cc: meta-ti@yoctoproject.org
Subject: Re: [meta-ti] [PATCH v2 1/2] ti-eula-unpack: Add support for general 
binary installers.

I had used the -M option. I will try with -Mxx.

-Original Message-
From: Dmytriyenko, Denys
Sent: Thursday, February 19, 2015 9:59 PM
To: Stiffler, Jacob
Cc: meta-ti@yoctoproject.org
Subject: Re: [meta-ti] [PATCH v2 1/2] ti-eula-unpack: Add support for general 
binary installers.

Jake,

Can you generate this patch with -M or -Mxx where xx is the percentage of 
similarities between the 2 files? I'm suspecting it will be much easier to 
review the patch...

--
Denys


On Thu, Feb 05, 2015 at 10:28:28AM -0500, Jacob Stiffler wrote:
 * ti-unpack.inc has been created to allow support for general binary
   installers by creating a variable which is used to pass arbitrary
   arguments to the executable.
 * ti-eula-unpack.inc sets the default arguments to retain support for
   recipes which still use this feature.
 
 Signed-off-by: Jacob Stiffler j-stiff...@ti.com
 ---
  recipes-ti/includes/ti-eula-unpack.inc |   67 +-
  recipes-ti/includes/ti-unpack.inc  |   83 
 
  2 files changed, 85 insertions(+), 65 deletions(-)  create mode 
 100644 recipes-ti/includes/ti-unpack.inc
 
 diff --git a/recipes-ti/includes/ti-eula-unpack.inc 
 b/recipes-ti/includes/ti-eula-unpack.inc
 index aee88f1..912cd18 100644
 --- a/recipes-ti/includes/ti-eula-unpack.inc
 +++ b/recipes-ti/includes/ti-eula-unpack.inc
 @@ -9,70 +9,7 @@
  #  TI_BIN_UNPK_WDEXT  - This variable extends workdir path, if user wants to 
 put
  #   the output in some internal directory
  
 -python do_unpack () {
 -bb.build.exec_func('base_do_unpack', d)
 -bb.build.exec_func('ti_bin_do_unpack', d)
 -}
 +require ../includes/ti-unpack.inc
  
 -TI_BIN_UNPK_WDEXT ?= 
 -python ti_bin_do_unpack() {
 -
 -import os
 -
 -# InstallJammer requires 32bit version of glibc
 -lib32path = '/lib'
 -if os.path.exists('/lib64') and (os.path.islink('/lib64') or 
 os.path.islink('/lib') or os.path.exists('/lib32')):
 -lib32path = '/lib32'
 -if not os.path.exists('%s/libc.so.6' % lib32path):
 -bb.warn(TI installer requires 32bit glibc libraries for proper 
 operation\nrun 'yum install glibc.i686' on Fedora or 'apt-get install 
 ia32-libs' on Ubuntu/Debian)
 -
 -localdata = bb.data.createCopy(d)
 -bb.data.update_data(localdata)
 -
 -binfile  = bb.data.getVar('BINFILE', localdata)
 -binfile  = bb.data.expand(binfile, localdata)
 -
 -# Change to the working directory
 -save_cwd = os.getcwd()
 -workdir  = bb.data.getVar('WORKDIR', localdata)
 -workdir  = bb.data.expand(workdir, localdata)
 -os.chdir(workdir)
 -
 -# Get unpack commands
 -cmd_string = bb.data.getVar('TI_BIN_UNPK_CMDS', localdata)
 -cmd_list = cmd_string.split( : )
 -
 -# Make the InstallJammer binary executable so we can run it
 -os.chmod(binfile, 0755)
 -
 -# Run the InstallJammer binary and accept the EULA
 -filename = HOME=%s ./%s --mode console % (workdir, binfile)
 -
 -# Test executable by printing installer version or help screen 
 (--version currently broken for some installers) 
 -# - this is currently broken in some IJ installers - comment out for now
 -#if os.system(filename +  --version) != 0:
 -#   print ERROR: ti-eula-unpack: failed to execute binary installer
 -#   raise bb.build.FuncFailed()
 - 
 -f = os.popen(filename,'w')
 -for cmd in cmd_list:
 -if cmd == workdir:
 -wdext = bb.data.getVar('TI_BIN_UNPK_WDEXT', localdata)
 -wdext = bb.data.expand(wdext, localdata)
 -cmd = workdir+wdext
 -f.write(cmd+'\n');
 -f.close()
 -
 -# Expand the tarball that was created if required
 -tarfile  = bb.data.getVar('TARFILE', localdata)
 -if bool(tarfile) == True:
 -tarfile  = bb.data.expand(tarfile, localdata)
 -tcmd = 'tar x --no-same-owner -f %s -C %s' % (tarfile, workdir)
 -if os.system(tcmd) != 0

Re: [meta-ti] [PATCH v2 1/2] ti-eula-unpack: Add support for general binary installers.

2015-02-20 Thread Stiffler, Jacob
I had used the -M option. I will try with -Mxx.

-Original Message-
From: Dmytriyenko, Denys 
Sent: Thursday, February 19, 2015 9:59 PM
To: Stiffler, Jacob
Cc: meta-ti@yoctoproject.org
Subject: Re: [meta-ti] [PATCH v2 1/2] ti-eula-unpack: Add support for general 
binary installers.

Jake,

Can you generate this patch with -M or -Mxx where xx is the percentage of 
similarities between the 2 files? I'm suspecting it will be much easier to 
review the patch...

--
Denys


On Thu, Feb 05, 2015 at 10:28:28AM -0500, Jacob Stiffler wrote:
 * ti-unpack.inc has been created to allow support for general binary
   installers by creating a variable which is used to pass arbitrary
   arguments to the executable.
 * ti-eula-unpack.inc sets the default arguments to retain support for
   recipes which still use this feature.
 
 Signed-off-by: Jacob Stiffler j-stiff...@ti.com
 ---
  recipes-ti/includes/ti-eula-unpack.inc |   67 +-
  recipes-ti/includes/ti-unpack.inc  |   83 
 
  2 files changed, 85 insertions(+), 65 deletions(-)
  create mode 100644 recipes-ti/includes/ti-unpack.inc
 
 diff --git a/recipes-ti/includes/ti-eula-unpack.inc 
 b/recipes-ti/includes/ti-eula-unpack.inc
 index aee88f1..912cd18 100644
 --- a/recipes-ti/includes/ti-eula-unpack.inc
 +++ b/recipes-ti/includes/ti-eula-unpack.inc
 @@ -9,70 +9,7 @@
  #  TI_BIN_UNPK_WDEXT  - This variable extends workdir path, if user wants to 
 put
  #   the output in some internal directory
  
 -python do_unpack () {
 -bb.build.exec_func('base_do_unpack', d)
 -bb.build.exec_func('ti_bin_do_unpack', d)
 -}
 +require ../includes/ti-unpack.inc
  
 -TI_BIN_UNPK_WDEXT ?= 
 -python ti_bin_do_unpack() {
 -
 -import os
 -
 -# InstallJammer requires 32bit version of glibc
 -lib32path = '/lib'
 -if os.path.exists('/lib64') and (os.path.islink('/lib64') or 
 os.path.islink('/lib') or os.path.exists('/lib32')):
 -lib32path = '/lib32'
 -if not os.path.exists('%s/libc.so.6' % lib32path):
 -bb.warn(TI installer requires 32bit glibc libraries for proper 
 operation\nrun 'yum install glibc.i686' on Fedora or 'apt-get install 
 ia32-libs' on Ubuntu/Debian)
 -
 -localdata = bb.data.createCopy(d)
 -bb.data.update_data(localdata)
 -
 -binfile  = bb.data.getVar('BINFILE', localdata)
 -binfile  = bb.data.expand(binfile, localdata)
 -
 -# Change to the working directory
 -save_cwd = os.getcwd()
 -workdir  = bb.data.getVar('WORKDIR', localdata)
 -workdir  = bb.data.expand(workdir, localdata)
 -os.chdir(workdir)
 -
 -# Get unpack commands
 -cmd_string = bb.data.getVar('TI_BIN_UNPK_CMDS', localdata)
 -cmd_list = cmd_string.split( : )
 -
 -# Make the InstallJammer binary executable so we can run it
 -os.chmod(binfile, 0755)
 -
 -# Run the InstallJammer binary and accept the EULA
 -filename = HOME=%s ./%s --mode console % (workdir, binfile)
 -
 -# Test executable by printing installer version or help screen 
 (--version currently broken for some installers) 
 -# - this is currently broken in some IJ installers - comment out for now
 -#if os.system(filename +  --version) != 0:
 -#   print ERROR: ti-eula-unpack: failed to execute binary installer
 -#   raise bb.build.FuncFailed()
 - 
 -f = os.popen(filename,'w')
 -for cmd in cmd_list:
 -if cmd == workdir:
 -wdext = bb.data.getVar('TI_BIN_UNPK_WDEXT', localdata)
 -wdext = bb.data.expand(wdext, localdata)
 -cmd = workdir+wdext
 -f.write(cmd+'\n');
 -f.close()
 -
 -# Expand the tarball that was created if required
 -tarfile  = bb.data.getVar('TARFILE', localdata)
 -if bool(tarfile) == True:
 -tarfile  = bb.data.expand(tarfile, localdata)
 -tcmd = 'tar x --no-same-owner -f %s -C %s' % (tarfile, workdir)
 -if os.system(tcmd) != 0:
 -print ERROR: ti-eula-unpack: failed to extract tarfile
 -raise bb.build.FuncFailed()
 -
 -# Return to the previous directory
 -os.chdir(save_cwd)
 -}
 +TI_BIN_UNPK_ARGS = --mode console
  
 diff --git a/recipes-ti/includes/ti-unpack.inc 
 b/recipes-ti/includes/ti-unpack.inc
 new file mode 100644
 index 000..c19c78c
 --- /dev/null
 +++ b/recipes-ti/includes/ti-unpack.inc
 @@ -0,0 +1,83 @@
 +# This file defines function used for unpacking the .bin file downloaded over
 +# the http.
 +#  BINFILE - name of the install jammer .bin file
 +#  TARFILE - name of the tar file inside the install jammer
 +#  TI_BIN_UNPK_ARGS   - contains the arguments to be passed to the bin file.
 +#  TI_BIN_UNPK_CMDS   - contains list of commands separated with colon to be 
 +#   passed while unpacking the bin file. The keyword 
 +#   workdir expands to WORKDIR and commands are appendded
 +#   with '\n'. Eg. TI_BIN_UNPK_CMDS=Y:Y: qY:workdir

Re: [meta-ti] [daisy][PATCH v2] dra7xx: add mmip to MACHINE_FEATURES

2014-10-30 Thread Stiffler, Jacob
ping

-Original Message-
From: meta-ti-boun...@yoctoproject.org 
[mailto:meta-ti-boun...@yoctoproject.org] On Behalf Of Stiffler, Jacob
Sent: Monday, October 13, 2014 8:16 AM
To: Dmytriyenko, Denys
Cc: meta-ti@yoctoproject.org
Subject: Re: [meta-ti] [daisy][PATCH v2] dra7xx: add mmip to MACHINE_FEATURES

Denys,

What is the error you see? And what are you building?

I have not seen any issues when building for arago-amsdk-image


- Jake

-Original Message-
From: Dmytriyenko, Denys 
Sent: Friday, October 10, 2014 3:15 PM
To: Stiffler, Jacob
Cc: meta-ti@yoctoproject.org
Subject: Re: [meta-ti] [daisy][PATCH v2] dra7xx: add mmip to MACHINE_FEATURES

Unofrtunately, I spent my time fixing the devkit and toolchain issues, so I 
don't have much time to look into this one. It is failing in devkit packaging 
step due to conflicts between different variants of gstreamer. I'll probably 
revert this change for now and will deal with it when I'm back. Jake, let me 
know if you have a fix for it before that. Thanks.

-- 
Denys


On Wed, Oct 08, 2014 at 11:13:16PM -0400, Denys Dmytriyenko wrote:
 Ah, this causes some grief to dra7xx and am57x builds due to gstreamer 
 conflicts. I guess we need to play with preferred provider settings some 
 more. 
 I'll look into it tomorrow...
 
 
 On Wed, Oct 08, 2014 at 08:10:44AM -0400, Jacob Stiffler wrote:
  Signed-off-by: Jacob Stiffler j-stiff...@ti.com
  ---
   conf/machine/include/dra7xx.inc |2 +-
   1 file changed, 1 insertion(+), 1 deletion(-)
  
  diff --git a/conf/machine/include/dra7xx.inc 
  b/conf/machine/include/dra7xx.inc
  index 857e1b3..a7c8782 100644
  --- a/conf/machine/include/dra7xx.inc
  +++ b/conf/machine/include/dra7xx.inc
  @@ -1,4 +1,4 @@
   require conf/machine/include/omap-a15.inc
   SOC_FAMILY_append = :dra7xx
   
  -MACHINE_FEATURES += pci
  +MACHINE_FEATURES += pci mmip
  -- 
  1.7.9.5
  
  -- 
  ___
  meta-ti mailing list
  meta-ti@yoctoproject.org
  https://lists.yoctoproject.org/listinfo/meta-ti
 -- 
 ___
 meta-ti mailing list
 meta-ti@yoctoproject.org
 https://lists.yoctoproject.org/listinfo/meta-ti
-- 
___
meta-ti mailing list
meta-ti@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-ti
-- 
___
meta-ti mailing list
meta-ti@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-ti


Re: [meta-ti] Karthik Ramanan : dspdce-fw: Updated dspdce firmware for latest IPC version

2014-10-29 Thread Stiffler, Jacob
Karthik,

What is the version of IPC with which this fw and the ipumm-fw is built?

Thank you,
Jake

-Original Message-
From: meta-ti-boun...@yoctoproject.org 
[mailto:meta-ti-boun...@yoctoproject.org] On Behalf Of Arago Project git
Sent: Monday, October 27, 2014 10:04 PM
To: meta-ti@yoctoproject.org
Subject: [meta-ti] Karthik Ramanan : dspdce-fw: Updated dspdce firmware for 
latest IPC version

Module: meta-ti
Branch: daisy
Commit: 19c88084c2818e30907d8a10fe24f9f87b59430a
URL:
http://arago-project.org/git/meta-ti.git?a=commit;h=19c88084c2818e30907d8a10fe24f9f87b59430a

Author: Karthik Ramanan a0393...@ti.com
Date:   Mon Oct 27 14:41:20 2014 +

dspdce-fw: Updated dspdce firmware for latest IPC version

Signed-off-by: Karthik Ramanan a0393...@ti.com
Signed-off-by: Denys Dmytriyenko de...@ti.com

---

 ...ce-fw_1.00.00.02.bb = dspdce-fw_1.00.00.04.bb} |   12 +++-
 1 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/recipes-bsp/dspdce-fw/dspdce-fw_1.00.00.02.bb 
b/recipes-bsp/dspdce-fw/dspdce-fw_1.00.00.04.bb
similarity index 52%
rename from recipes-bsp/dspdce-fw/dspdce-fw_1.00.00.02.bb
rename to recipes-bsp/dspdce-fw/dspdce-fw_1.00.00.04.bb
index 69e9814..d8d5b01 100644
--- a/recipes-bsp/dspdce-fw/dspdce-fw_1.00.00.02.bb
+++ b/recipes-bsp/dspdce-fw/dspdce-fw_1.00.00.04.bb
@@ -1,16 +1,16 @@
-DESCRIPTION = Firmware for DSP 
+DESCRIPTION = Firmware for DSP for an example application called 
copycodectest
 LICENSE = TI-TSPA
-LIC_FILES_CHKSUM = 
file://DSPDCE-${PV}-Manifest.doc;md5=587a7b9fdd99f98fbe99af4a4ba3362a
+LIC_FILES_CHKSUM = 
file://DSPDCE-${PV}-Manifest.doc;md5=b8feda5a3ed8197d05993c0d0ff5590e
 
 COMPATIBLE_MACHINE = dra7xx-evm
 PACKAGE_ARCH = ${MACHINE_ARCH}
 
-SRC_URI = 
http://downloads.ti.com/dsps/dsps_public_sw/glsdk/dspdce/1_00_00_02/exports/dspdce-${MACHINE}-1.00.00.02.tar.gz;protocol=http;
+SRC_URI = 
http://downloads.ti.com/dsps/dsps_public_sw/glsdk/dspdce/1_00_00_04/exports/dspdce-${MACHINE}-1.00.00.04.tar.gz;protocol=ftp;
 
 S = ${WORKDIR}/dspdce-${MACHINE}-${PV}
 
-SRC_URI[md5sum] = df19baf16f828b5d32b4eed50f0364f5
-SRC_URI[sha256sum] = 
0c0f34674110d1ef0300b61b572a326daffb95a31cc9d45888b2e50a83c6f555
+SRC_URI[md5sum] = 72722b12e90c26a85f7f1b56d749cad0
+SRC_URI[sha256sum] = 
64057db41dbee5a992db88129a9154f27c67cfbba8efdc0f09b7de38df4d58eb
 
 TARGET = dra7-dsp1-fw.xe66
 
@@ -22,3 +22,5 @@ do_install() {
 FILES_${PN} += ${base_libdir}/firmware/${TARGET}
 
 INSANE_SKIP_${PN} = arch
+
+PR = r1

-- 
___
meta-ti mailing list
meta-ti@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-ti
-- 
___
meta-ti mailing list
meta-ti@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-ti


Re: [meta-ti] [daisy][PATCH v2] dra7xx: add mmip to MACHINE_FEATURES

2014-10-13 Thread Stiffler, Jacob
Denys,

What is the error you see? And what are you building?

I have not seen any issues when building for arago-amsdk-image


- Jake

-Original Message-
From: Dmytriyenko, Denys 
Sent: Friday, October 10, 2014 3:15 PM
To: Stiffler, Jacob
Cc: meta-ti@yoctoproject.org
Subject: Re: [meta-ti] [daisy][PATCH v2] dra7xx: add mmip to MACHINE_FEATURES

Unofrtunately, I spent my time fixing the devkit and toolchain issues, so I 
don't have much time to look into this one. It is failing in devkit packaging 
step due to conflicts between different variants of gstreamer. I'll probably 
revert this change for now and will deal with it when I'm back. Jake, let me 
know if you have a fix for it before that. Thanks.

-- 
Denys


On Wed, Oct 08, 2014 at 11:13:16PM -0400, Denys Dmytriyenko wrote:
 Ah, this causes some grief to dra7xx and am57x builds due to gstreamer 
 conflicts. I guess we need to play with preferred provider settings some 
 more. 
 I'll look into it tomorrow...
 
 
 On Wed, Oct 08, 2014 at 08:10:44AM -0400, Jacob Stiffler wrote:
  Signed-off-by: Jacob Stiffler j-stiff...@ti.com
  ---
   conf/machine/include/dra7xx.inc |2 +-
   1 file changed, 1 insertion(+), 1 deletion(-)
  
  diff --git a/conf/machine/include/dra7xx.inc 
  b/conf/machine/include/dra7xx.inc
  index 857e1b3..a7c8782 100644
  --- a/conf/machine/include/dra7xx.inc
  +++ b/conf/machine/include/dra7xx.inc
  @@ -1,4 +1,4 @@
   require conf/machine/include/omap-a15.inc
   SOC_FAMILY_append = :dra7xx
   
  -MACHINE_FEATURES += pci
  +MACHINE_FEATURES += pci mmip
  -- 
  1.7.9.5
  
  -- 
  ___
  meta-ti mailing list
  meta-ti@yoctoproject.org
  https://lists.yoctoproject.org/listinfo/meta-ti
 -- 
 ___
 meta-ti mailing list
 meta-ti@yoctoproject.org
 https://lists.yoctoproject.org/listinfo/meta-ti
-- 
___
meta-ti mailing list
meta-ti@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-ti


Re: [meta-ti] [daisy][PATCH v3] ti-ipc: Upgrade to IPC 3.30.00.09

2014-10-08 Thread Stiffler, Jacob
Denys,

Specifying the smtp server was indeed the trick.

Thanks,
Jake

-Original Message-
From: Dmytriyenko, Denys 
Sent: Wednesday, October 08, 2014 1:59 PM
To: Stiffler, Jacob
Cc: meta-ti@yoctoproject.org
Subject: Re: [meta-ti] [daisy][PATCH v3] ti-ipc: Upgrade to IPC 3.30.00.09

Jake,

Thanks, I pushed your patches.

What was the trick to resolve posting patches to the list - was it specifying 
smtp server?

Also, please check at the end of this patch for a small nitpick...

Thanks.

--
Denys


On Wed, Oct 08, 2014 at 08:06:20AM -0400, Jacob Stiffler wrote:
 * Added new recipe for latest IPC
 * Removed older recipe versions
 * Latest recipe points to IPC 3.30.00.09
 
 Signed-off-by: Jacob Stiffler j-stiff...@ti.com
 ---
  ...nstallation-prefix-feature-to-products.ma.patch |   38 --
  recipes-ti/ipc/ti-ipc/ipc.pc   |8 
  recipes-ti/ipc/ti-ipc_1.24.00.16.bb|   41 
 
  recipes-ti/ipc/ti-ipc_3.00.00.bb   |7 
  recipes-ti/ipc/ti-ipc_3.21.00.07.bb|4 --
  recipes-ti/ipc/{ti-ipc.inc = ti-ipc_git.bb}   |   26 +++--
  6 files changed, 15 insertions(+), 109 deletions(-)
  delete mode 100644 
 recipes-ti/ipc/ti-ipc/0002-ipc-Added-installation-prefix-feature-to-products.ma.patch
  delete mode 100644 recipes-ti/ipc/ti-ipc/ipc.pc
  delete mode 100644 recipes-ti/ipc/ti-ipc_1.24.00.16.bb
  delete mode 100644 recipes-ti/ipc/ti-ipc_3.00.00.bb
  delete mode 100644 recipes-ti/ipc/ti-ipc_3.21.00.07.bb
  rename recipes-ti/ipc/{ti-ipc.inc = ti-ipc_git.bb} (75%)
 
 diff --git 
 a/recipes-ti/ipc/ti-ipc/0002-ipc-Added-installation-prefix-feature-to-products.ma.patch
  
 b/recipes-ti/ipc/ti-ipc/0002-ipc-Added-installation-prefix-feature-to-products.ma.patch
 deleted file mode 100644
 index 58d77c7..000
 --- 
 a/recipes-ti/ipc/ti-ipc/0002-ipc-Added-installation-prefix-feature-to-products.ma.patch
 +++ /dev/null
 @@ -1,38 +0,0 @@
 -From 26d09063063593aec760151393226b96bc7ab9f8 Mon Sep 17 00:00:00 2001
 -From: Mrinmayee Hingolikar mrinma...@ti.com
 -Date: Thu, 5 Sep 2013 17:01:15 +0530
 -Subject: [PATCH] ipc: Added installation prefix feature to products.mak
 -
 -Signed-off-by: Mrinmayee Hingolikar mrinma...@ti.com
 
 - ipc-linux.mak |1 +
 - products.mak  |1 +
 - 2 files changed, 2 insertions(+)
 -
 -diff --git a/ipc-linux.mak b/ipc-linux.mak
 -index 788a5a2..01579e4 100644
  a/ipc-linux.mak
 -+++ b/ipc-linux.mak
 -@@ -38,6 +38,7 @@ include products.mak
 - config:
 - @echo Configuring Linux Ipc ...
 - ./configure --host=$(TOOLCHAIN_LONGNAME) \
 -+--prefix=$(PREFIX) \
 - CC=$(TOOLCHAIN_PREFIX)gcc \
 - PLATFORM=$(PLATFORM) \
 - CMEM_INSTALL_DIR=$(CMEM_INSTALL_DIR) \
 -diff --git a/products.mak b/products.mak
 -index e418d2f..4578a1e 100644
  a/products.mak
 -+++ b/products.mak
 -@@ -55,6 +55,7 @@ PLATFORM ?=
 - TOOLCHAIN_LONGNAME = arm-none-linux-gnueabi
 - TOOLCHAIN_INSTALL_DIR = $(DEPOT)/_your_arm_code_gen_install_
 - TOOLCHAIN_PREFIX = $(TOOLCHAIN_INSTALL_DIR)/bin/$(TOOLCHAIN_LONGNAME)-
 -+PREFIX = /usr/local
 - 
 - # Optional: Path to Linux Kernel - needed to build the MmRpc user libraries
 - # (for devices that support it)
 --- 
 -1.7.9.5
 -
 diff --git a/recipes-ti/ipc/ti-ipc/ipc.pc b/recipes-ti/ipc/ti-ipc/ipc.pc
 deleted file mode 100644
 index 1a8c52d..000
 --- a/recipes-ti/ipc/ti-ipc/ipc.pc
 +++ /dev/null
 @@ -1,8 +0,0 @@
 -prefix=/../../ipc_@VERSION@
 -includedir=${prefix}/ti/ipc
 -
 -Name: TI IPC
 -Description: TI ARM-DSP IPC (Inter Processor Communication) 
 -Version: @VERSION@
 -Requires: 
 -Cflags: -I${includedir}
 diff --git a/recipes-ti/ipc/ti-ipc_1.24.00.16.bb 
 b/recipes-ti/ipc/ti-ipc_1.24.00.16.bb
 deleted file mode 100644
 index 420d0f7..000
 --- a/recipes-ti/ipc/ti-ipc_1.24.00.16.bb
 +++ /dev/null
 @@ -1,41 +0,0 @@
 -DESCRIPTION = TI Inter Process Ccommunication (IPC) Mechanisms (for Uni- 
 and Multi- Processor Configurations)
 -HOMEPAGE = 
 http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/ipc/index.html;
 -SECTION = devel
 -LICENSE = BSD 
 -LIC_FILES_CHKSUM = 
 file://ipc_${PV}_manifest.html;md5=573f5a5c0448d28bf8db35f438244d7f
 -
 -
 -require ../includes/ti-paths.inc
 -require ../includes/ti-staging.inc
 -require ../includes/ti-eula-unpack.inc
 -
 -PV = 1_24_00_16
 -
 -S = ${WORKDIR}/ipc_${PV}
 -
 -SRC_URI = 
 http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/ipc/${PV}/exports/ipc_setuplinux_${PV}.bin;name=ipcbin
  \
 -   file://ipc.pc
 -
 -DEPENDS = ti-sysbios ti-cgt6x ti-xdctools
 -
 -BINFILE=ipc_setuplinux_${PV}.bin
 -TI_BIN_UNPK_CMDS=Y: q:workdir:Y
 -
 -do_configure() {
 -sed -i -e s:@VERSION@:${PV}:g ${WORKDIR}/ipc.pc
 -
 -cp ${WORKDIR}/ipc.pc ${S}
 -}
 -
 -do_install() {
 -install -d ${D}${IPC_INSTALL_DIR_RECIPE}
 -cp -pPrf ${S}/* ${D}${IPC_INSTALL_DIR_RECIPE}
 -   
 -install -d ${D}/${libdir}/pkgconfig

Re: [meta-ti] [daisy][PATCH v2] ti-ipc: Upgrade to IPC 3.30.00.09

2014-10-02 Thread Stiffler, Jacob
I am not sure what is happening. I am using the same procedure as with patches 
sent to the meta-arago list, which works fine.

I am using the git-send-email format suggested on 
(http://www.openembedded.org/wiki/How_to_submit_a_patch_to_OpenEmbedded): 

$ git send-email --to=email_addr --confirm=always -M -1


- Jake


-Original Message-
From: Dmytriyenko, Denys 
Sent: Wednesday, October 01, 2014 4:41 PM
To: Stiffler, Jacob
Cc: meta-ti@yoctoproject.org
Subject: Re: [meta-ti] [daisy][PATCH v2] ti-ipc: Upgrade to IPC 3.30.00.09

Jake,

Why are you patches not being sent to meta-ti list? Do you get any error 
messages? I assume you are sending them with git-send-email?

--
Denys


On Wed, Oct 01, 2014 at 01:35:20PM +, Stiffler, Jacob wrote:
 ping
 
 -Original Message-
 From: Stiffler, Jacob 
 Sent: Wednesday, October 01, 2014 9:15 AM
 To: meta-ti@yoctoproject.org
 Cc: Stiffler, Jacob
 Subject: [daisy][PATCH v2] ti-ipc: Upgrade to IPC 3.30.00.09
 
 * Added new recipe for latest IPC
 * Removed older recipe versions
 * Latest recipe points to IPC 3.30.00.09
 
 Signed-off-by: Jacob Stiffler j-stiff...@ti.com
 ---
  ...nstallation-prefix-feature-to-products.ma.patch |   38 --
  recipes-ti/ipc/ti-ipc/ipc.pc   |8 
  recipes-ti/ipc/ti-ipc_1.24.00.16.bb|   41 
 
  recipes-ti/ipc/ti-ipc_3.00.00.bb   |7 
  recipes-ti/ipc/ti-ipc_3.21.00.07.bb|4 --
  recipes-ti/ipc/{ti-ipc.inc = ti-ipc_git.bb}   |   26 +++--
  6 files changed, 15 insertions(+), 109 deletions(-)  delete mode 100644 
 recipes-ti/ipc/ti-ipc/0002-ipc-Added-installation-prefix-feature-to-products.ma.patch
  delete mode 100644 recipes-ti/ipc/ti-ipc/ipc.pc  delete mode 100644 
 recipes-ti/ipc/ti-ipc_1.24.00.16.bb
  delete mode 100644 recipes-ti/ipc/ti-ipc_3.00.00.bb  delete mode 100644 
 recipes-ti/ipc/ti-ipc_3.21.00.07.bb
  rename recipes-ti/ipc/{ti-ipc.inc = ti-ipc_git.bb} (75%)
 
 diff --git 
 a/recipes-ti/ipc/ti-ipc/0002-ipc-Added-installation-prefix-feature-to-products.ma.patch
  
 b/recipes-ti/ipc/ti-ipc/0002-ipc-Added-installation-prefix-feature-to-products.ma.patch
 deleted file mode 100644
 index 58d77c7..000
 --- 
 a/recipes-ti/ipc/ti-ipc/0002-ipc-Added-installation-prefix-feature-to-products.ma.patch
 +++ /dev/null
 @@ -1,38 +0,0 @@
 -From 26d09063063593aec760151393226b96bc7ab9f8 Mon Sep 17 00:00:00 2001
 -From: Mrinmayee Hingolikar mrinma...@ti.com
 -Date: Thu, 5 Sep 2013 17:01:15 +0530
 -Subject: [PATCH] ipc: Added installation prefix feature to products.mak
 -
 -Signed-off-by: Mrinmayee Hingolikar mrinma...@ti.com
 
 - ipc-linux.mak |1 +
 - products.mak  |1 +
 - 2 files changed, 2 insertions(+)
 -
 -diff --git a/ipc-linux.mak b/ipc-linux.mak -index 788a5a2..01579e4 100644
  a/ipc-linux.mak
 -+++ b/ipc-linux.mak
 -@@ -38,6 +38,7 @@ include products.mak
 - config:
 - @echo Configuring Linux Ipc ...
 - ./configure --host=$(TOOLCHAIN_LONGNAME) \
 -+--prefix=$(PREFIX) \
 - CC=$(TOOLCHAIN_PREFIX)gcc \
 - PLATFORM=$(PLATFORM) \
 - CMEM_INSTALL_DIR=$(CMEM_INSTALL_DIR) \
 -diff --git a/products.mak b/products.mak -index e418d2f..4578a1e 100644
  a/products.mak
 -+++ b/products.mak
 -@@ -55,6 +55,7 @@ PLATFORM ?=
 - TOOLCHAIN_LONGNAME = arm-none-linux-gnueabi
 - TOOLCHAIN_INSTALL_DIR = $(DEPOT)/_your_arm_code_gen_install_
 - TOOLCHAIN_PREFIX = $(TOOLCHAIN_INSTALL_DIR)/bin/$(TOOLCHAIN_LONGNAME)-
 -+PREFIX = /usr/local
 -
 - # Optional: Path to Linux Kernel - needed to build the MmRpc user libraries
 - # (for devices that support it)
 ---
 -1.7.9.5
 -
 diff --git a/recipes-ti/ipc/ti-ipc/ipc.pc b/recipes-ti/ipc/ti-ipc/ipc.pc 
 deleted file mode 100644 index 1a8c52d..000
 --- a/recipes-ti/ipc/ti-ipc/ipc.pc
 +++ /dev/null
 @@ -1,8 +0,0 @@
 -prefix=/../../ipc_@VERSION@
 -includedir=${prefix}/ti/ipc
 -
 -Name: TI IPC
 -Description: TI ARM-DSP IPC (Inter Processor Communication)
 -Version: @VERSION@
 -Requires: 
 -Cflags: -I${includedir}
 diff --git a/recipes-ti/ipc/ti-ipc_1.24.00.16.bb 
 b/recipes-ti/ipc/ti-ipc_1.24.00.16.bb
 deleted file mode 100644
 index 420d0f7..000
 --- a/recipes-ti/ipc/ti-ipc_1.24.00.16.bb
 +++ /dev/null
 @@ -1,41 +0,0 @@
 -DESCRIPTION = TI Inter Process Ccommunication (IPC) Mechanisms (for Uni- 
 and Multi- Processor Configurations)
 -HOMEPAGE = 
 http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/ipc/index.html;
 -SECTION = devel
 -LICENSE = BSD 
 -LIC_FILES_CHKSUM = 
 file://ipc_${PV}_manifest.html;md5=573f5a5c0448d28bf8db35f438244d7f
 -
 -
 -require ../includes/ti-paths.inc
 -require ../includes/ti-staging.inc
 -require ../includes/ti-eula-unpack.inc
 -
 -PV = 1_24_00_16
 -
 -S = ${WORKDIR}/ipc_${PV}
 -
 -SRC_URI = 
 http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/ipc/${PV}/exports/ipc_setuplinux_${PV}.bin;name=ipcbin
  \
 -   file://ipc.pc
 -
 -DEPENDS

Re: [meta-ti] [daisy][PATCH] ti-ipc: Upgraded to IPC 3.30.00.06_eng

2014-10-01 Thread Stiffler, Jacob
Yes, I will submit a v2 sometime today.

-Original Message-
From: meta-ti-boun...@yoctoproject.org 
[mailto:meta-ti-boun...@yoctoproject.org] On Behalf Of Dmytriyenko, Denys
Sent: Tuesday, September 30, 2014 5:08 PM
To: R, Karthik
Cc: meta-ti@yoctoproject.org
Subject: Re: [meta-ti] [daisy][PATCH] ti-ipc: Upgraded to IPC 3.30.00.06_eng

Jake,

Ping, will you be updating it to 3.30.00.09?


On Wed, Sep 24, 2014 at 11:48:52AM -0400, Denys Dmytriyenko wrote:
 On Wed, Sep 24, 2014 at 08:44:41PM +0530, Karthik Ramanan wrote:
  Two points:
  
  * GA version 3.30.00.09 is available.
  
  * It may not be applicable to this patch, but making an assumption 
  about every component being on the latest IPC and removing the older 
  recipes may not be a good idea.
 
 The second point would require a bigger discussion, but basically we'd 
 like to consolidate ipc versions at least in master for 3.14 kernel. 
 For now we can keep older specific versions in Dora and Dylan for GL 
 and MC variants on 3.12 and 3.10 kernels...
 
 
  On 24-Sep-14 8:12 PM, Stiffler, Jacob wrote:
  ping
  
  -Original Message-
  From: Stiffler, Jacob
  Sent: Monday, September 15, 2014 8:30 AM
  To: meta-ti@yoctoproject.org
  Cc: Stiffler, Jacob
  Subject: [daisy][PATCH] ti-ipc: Upgraded to IPC 3.30.00.06_eng
  
  * Added new recipe for latest IPC
  * Removed older recipe versions
  * Latest recipe points to IPC 3.30.00.06_eng
  
  Signed-off-by: Jacob Stiffler j-stiff...@ti.com
  ---
...nstallation-prefix-feature-to-products.ma.patch |   38 
   --
recipes-ti/ipc/ti-ipc/ipc.pc   |8 
recipes-ti/ipc/ti-ipc_1.24.00.16.bb|   41 
   
recipes-ti/ipc/ti-ipc_3.00.00.bb   |7 
recipes-ti/ipc/ti-ipc_3.21.00.07.bb|4 --
recipes-ti/ipc/{ti-ipc.inc = ti-ipc_git.bb}   |   26 +++--
6 files changed, 15 insertions(+), 109 deletions(-)  delete mode 
  100644 
  recipes-ti/ipc/ti-ipc/0002-ipc-Added-installation-prefix-feature-to
  -products.ma.patch
delete mode 100644 recipes-ti/ipc/ti-ipc/ipc.pc  delete mode 
  100644 recipes-ti/ipc/ti-ipc_1.24.00.16.bb
delete mode 100644 recipes-ti/ipc/ti-ipc_3.00.00.bb  delete mode 
  100644 recipes-ti/ipc/ti-ipc_3.21.00.07.bb
rename recipes-ti/ipc/{ti-ipc.inc = ti-ipc_git.bb} (75%)
  
  diff --git 
  a/recipes-ti/ipc/ti-ipc/0002-ipc-Added-installation-prefix-feature-
  to-products.ma.patch 
  b/recipes-ti/ipc/ti-ipc/0002-ipc-Added-installation-prefix-feature-
  to-products.ma.patch
  deleted file mode 100644
  index 58d77c7..000
  --- 
  a/recipes-ti/ipc/ti-ipc/0002-ipc-Added-installation-prefix-feature-
  to-products.ma.patch
  +++ /dev/null
  @@ -1,38 +0,0 @@
  -From 26d09063063593aec760151393226b96bc7ab9f8 Mon Sep 17 00:00:00 
  2001
  -From: Mrinmayee Hingolikar mrinma...@ti.com
  -Date: Thu, 5 Sep 2013 17:01:15 +0530
  -Subject: [PATCH] ipc: Added installation prefix feature to 
  products.mak
  -
  -Signed-off-by: Mrinmayee Hingolikar mrinma...@ti.com
  
  - ipc-linux.mak |1 +
  - products.mak  |1 +
  - 2 files changed, 2 insertions(+)
  -
  -diff --git a/ipc-linux.mak b/ipc-linux.mak -index 788a5a2..01579e4 
  100644
   a/ipc-linux.mak
  -+++ b/ipc-linux.mak
  -@@ -38,6 +38,7 @@ include products.mak
  - config:
  -  @echo Configuring Linux Ipc ...
  -  ./configure --host=$(TOOLCHAIN_LONGNAME) \
  -+--prefix=$(PREFIX) \
  - CC=$(TOOLCHAIN_PREFIX)gcc \
  - PLATFORM=$(PLATFORM) \
  - CMEM_INSTALL_DIR=$(CMEM_INSTALL_DIR) \
  -diff --git a/products.mak b/products.mak -index e418d2f..4578a1e 
  100644
   a/products.mak
  -+++ b/products.mak
  -@@ -55,6 +55,7 @@ PLATFORM ?=
  - TOOLCHAIN_LONGNAME = arm-none-linux-gnueabi
  - TOOLCHAIN_INSTALL_DIR = $(DEPOT)/_your_arm_code_gen_install_
  - TOOLCHAIN_PREFIX = 
  $(TOOLCHAIN_INSTALL_DIR)/bin/$(TOOLCHAIN_LONGNAME)-
  -+PREFIX = /usr/local
  -
  - # Optional: Path to Linux Kernel - needed to build the MmRpc user 
  libraries
  - # (for devices that support it)
  ---
  -1.7.9.5
  -
  diff --git a/recipes-ti/ipc/ti-ipc/ipc.pc 
  b/recipes-ti/ipc/ti-ipc/ipc.pc deleted file mode 100644 index 
  1a8c52d..000
  --- a/recipes-ti/ipc/ti-ipc/ipc.pc
  +++ /dev/null
  @@ -1,8 +0,0 @@
  -prefix=/../../ipc_@VERSION@
  -includedir=${prefix}/ti/ipc
  -
  -Name: TI IPC
  -Description: TI ARM-DSP IPC (Inter Processor Communication)
  -Version: @VERSION@
  -Requires:
  -Cflags: -I${includedir}
  diff --git a/recipes-ti/ipc/ti-ipc_1.24.00.16.bb 
  b/recipes-ti/ipc/ti-ipc_1.24.00.16.bb
  deleted file mode 100644
  index 420d0f7..000
  --- a/recipes-ti/ipc/ti-ipc_1.24.00.16.bb
  +++ /dev/null
  @@ -1,41 +0,0 @@
  -DESCRIPTION = TI Inter Process Ccommunication (IPC) Mechanisms (for Uni- 
  and Multi- Processor Configurations)
  -HOMEPAGE = 
  http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/ipc/index.html;
  -SECTION

Re: [meta-ti] [daisy][PATCH v2] ti-ipc: Upgrade to IPC 3.30.00.09

2014-10-01 Thread Stiffler, Jacob
ping

-Original Message-
From: Stiffler, Jacob 
Sent: Wednesday, October 01, 2014 9:15 AM
To: meta-ti@yoctoproject.org
Cc: Stiffler, Jacob
Subject: [daisy][PATCH v2] ti-ipc: Upgrade to IPC 3.30.00.09

* Added new recipe for latest IPC
* Removed older recipe versions
* Latest recipe points to IPC 3.30.00.09

Signed-off-by: Jacob Stiffler j-stiff...@ti.com
---
 ...nstallation-prefix-feature-to-products.ma.patch |   38 --
 recipes-ti/ipc/ti-ipc/ipc.pc   |8 
 recipes-ti/ipc/ti-ipc_1.24.00.16.bb|   41 
 recipes-ti/ipc/ti-ipc_3.00.00.bb   |7 
 recipes-ti/ipc/ti-ipc_3.21.00.07.bb|4 --
 recipes-ti/ipc/{ti-ipc.inc = ti-ipc_git.bb}   |   26 +++--
 6 files changed, 15 insertions(+), 109 deletions(-)  delete mode 100644 
recipes-ti/ipc/ti-ipc/0002-ipc-Added-installation-prefix-feature-to-products.ma.patch
 delete mode 100644 recipes-ti/ipc/ti-ipc/ipc.pc  delete mode 100644 
recipes-ti/ipc/ti-ipc_1.24.00.16.bb
 delete mode 100644 recipes-ti/ipc/ti-ipc_3.00.00.bb  delete mode 100644 
recipes-ti/ipc/ti-ipc_3.21.00.07.bb
 rename recipes-ti/ipc/{ti-ipc.inc = ti-ipc_git.bb} (75%)

diff --git 
a/recipes-ti/ipc/ti-ipc/0002-ipc-Added-installation-prefix-feature-to-products.ma.patch
 
b/recipes-ti/ipc/ti-ipc/0002-ipc-Added-installation-prefix-feature-to-products.ma.patch
deleted file mode 100644
index 58d77c7..000
--- 
a/recipes-ti/ipc/ti-ipc/0002-ipc-Added-installation-prefix-feature-to-products.ma.patch
+++ /dev/null
@@ -1,38 +0,0 @@
-From 26d09063063593aec760151393226b96bc7ab9f8 Mon Sep 17 00:00:00 2001
-From: Mrinmayee Hingolikar mrinma...@ti.com
-Date: Thu, 5 Sep 2013 17:01:15 +0530
-Subject: [PATCH] ipc: Added installation prefix feature to products.mak
-
-Signed-off-by: Mrinmayee Hingolikar mrinma...@ti.com

- ipc-linux.mak |1 +
- products.mak  |1 +
- 2 files changed, 2 insertions(+)
-
-diff --git a/ipc-linux.mak b/ipc-linux.mak -index 788a5a2..01579e4 100644
 a/ipc-linux.mak
-+++ b/ipc-linux.mak
-@@ -38,6 +38,7 @@ include products.mak
- config:
-   @echo Configuring Linux Ipc ...
-   ./configure --host=$(TOOLCHAIN_LONGNAME) \
-+--prefix=$(PREFIX) \
- CC=$(TOOLCHAIN_PREFIX)gcc \
- PLATFORM=$(PLATFORM) \
- CMEM_INSTALL_DIR=$(CMEM_INSTALL_DIR) \
-diff --git a/products.mak b/products.mak -index e418d2f..4578a1e 100644
 a/products.mak
-+++ b/products.mak
-@@ -55,6 +55,7 @@ PLATFORM ?=
- TOOLCHAIN_LONGNAME = arm-none-linux-gnueabi
- TOOLCHAIN_INSTALL_DIR = $(DEPOT)/_your_arm_code_gen_install_
- TOOLCHAIN_PREFIX = $(TOOLCHAIN_INSTALL_DIR)/bin/$(TOOLCHAIN_LONGNAME)-
-+PREFIX = /usr/local
-
- # Optional: Path to Linux Kernel - needed to build the MmRpc user libraries
- # (for devices that support it)
---
-1.7.9.5
-
diff --git a/recipes-ti/ipc/ti-ipc/ipc.pc b/recipes-ti/ipc/ti-ipc/ipc.pc 
deleted file mode 100644 index 1a8c52d..000
--- a/recipes-ti/ipc/ti-ipc/ipc.pc
+++ /dev/null
@@ -1,8 +0,0 @@
-prefix=/../../ipc_@VERSION@
-includedir=${prefix}/ti/ipc
-
-Name: TI IPC
-Description: TI ARM-DSP IPC (Inter Processor Communication)
-Version: @VERSION@
-Requires: 
-Cflags: -I${includedir}
diff --git a/recipes-ti/ipc/ti-ipc_1.24.00.16.bb 
b/recipes-ti/ipc/ti-ipc_1.24.00.16.bb
deleted file mode 100644
index 420d0f7..000
--- a/recipes-ti/ipc/ti-ipc_1.24.00.16.bb
+++ /dev/null
@@ -1,41 +0,0 @@
-DESCRIPTION = TI Inter Process Ccommunication (IPC) Mechanisms (for Uni- and 
Multi- Processor Configurations)
-HOMEPAGE = 
http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/ipc/index.html;
-SECTION = devel
-LICENSE = BSD 
-LIC_FILES_CHKSUM = 
file://ipc_${PV}_manifest.html;md5=573f5a5c0448d28bf8db35f438244d7f
-
-
-require ../includes/ti-paths.inc
-require ../includes/ti-staging.inc
-require ../includes/ti-eula-unpack.inc
-
-PV = 1_24_00_16
-
-S = ${WORKDIR}/ipc_${PV}
-
-SRC_URI = 
http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/ipc/${PV}/exports/ipc_setuplinux_${PV}.bin;name=ipcbin
 \
-   file://ipc.pc
-
-DEPENDS = ti-sysbios ti-cgt6x ti-xdctools
-
-BINFILE=ipc_setuplinux_${PV}.bin
-TI_BIN_UNPK_CMDS=Y: q:workdir:Y
-
-do_configure() {
-sed -i -e s:@VERSION@:${PV}:g ${WORKDIR}/ipc.pc
-
-cp ${WORKDIR}/ipc.pc ${S}
-}
-
-do_install() {
-install -d ${D}${IPC_INSTALL_DIR_RECIPE}
-cp -pPrf ${S}/* ${D}${IPC_INSTALL_DIR_RECIPE}
-   
-install -d ${D}/${libdir}/pkgconfig
-install ${S}/ipc.pc ${D}/${libdir}/pkgconfig/
-}
-
-FILES_${PN}-dev = ${libdir}/*
-
-SRC_URI[ipcbin.md5sum] = d2f7cc82310d555ca039dcd353bd94c5
-SRC_URI[ipcbin.sha256sum] = 
96df7835e920c7dabcd63d30ec8bc2aea7cd0c6197c9fb9ca0f8a9b681aa5396
diff --git a/recipes-ti/ipc/ti-ipc_3.00.00.bb b/recipes-ti/ipc/ti-ipc_3.00.00.bb
deleted file mode 100644
index a6922c0..000
--- a/recipes-ti/ipc/ti-ipc_3.00.00.bb
+++ /dev/null
@@ -1,7 +0,0 @@
-require ti-ipc.inc
-
-# For this version of IPC the PLATFORM

Re: [meta-ti] [daisy][PATCH] ti-ipc: Upgraded to IPC 3.30.00.06_eng

2014-09-24 Thread Stiffler, Jacob
ping

-Original Message-
From: Stiffler, Jacob 
Sent: Monday, September 15, 2014 8:30 AM
To: meta-ti@yoctoproject.org
Cc: Stiffler, Jacob
Subject: [daisy][PATCH] ti-ipc: Upgraded to IPC 3.30.00.06_eng

* Added new recipe for latest IPC
* Removed older recipe versions
* Latest recipe points to IPC 3.30.00.06_eng

Signed-off-by: Jacob Stiffler j-stiff...@ti.com
---
 ...nstallation-prefix-feature-to-products.ma.patch |   38 --
 recipes-ti/ipc/ti-ipc/ipc.pc   |8 
 recipes-ti/ipc/ti-ipc_1.24.00.16.bb|   41 
 recipes-ti/ipc/ti-ipc_3.00.00.bb   |7 
 recipes-ti/ipc/ti-ipc_3.21.00.07.bb|4 --
 recipes-ti/ipc/{ti-ipc.inc = ti-ipc_git.bb}   |   26 +++--
 6 files changed, 15 insertions(+), 109 deletions(-)  delete mode 100644 
recipes-ti/ipc/ti-ipc/0002-ipc-Added-installation-prefix-feature-to-products.ma.patch
 delete mode 100644 recipes-ti/ipc/ti-ipc/ipc.pc  delete mode 100644 
recipes-ti/ipc/ti-ipc_1.24.00.16.bb
 delete mode 100644 recipes-ti/ipc/ti-ipc_3.00.00.bb  delete mode 100644 
recipes-ti/ipc/ti-ipc_3.21.00.07.bb
 rename recipes-ti/ipc/{ti-ipc.inc = ti-ipc_git.bb} (75%)

diff --git 
a/recipes-ti/ipc/ti-ipc/0002-ipc-Added-installation-prefix-feature-to-products.ma.patch
 
b/recipes-ti/ipc/ti-ipc/0002-ipc-Added-installation-prefix-feature-to-products.ma.patch
deleted file mode 100644
index 58d77c7..000
--- 
a/recipes-ti/ipc/ti-ipc/0002-ipc-Added-installation-prefix-feature-to-products.ma.patch
+++ /dev/null
@@ -1,38 +0,0 @@
-From 26d09063063593aec760151393226b96bc7ab9f8 Mon Sep 17 00:00:00 2001
-From: Mrinmayee Hingolikar mrinma...@ti.com
-Date: Thu, 5 Sep 2013 17:01:15 +0530
-Subject: [PATCH] ipc: Added installation prefix feature to products.mak
-
-Signed-off-by: Mrinmayee Hingolikar mrinma...@ti.com

- ipc-linux.mak |1 +
- products.mak  |1 +
- 2 files changed, 2 insertions(+)
-
-diff --git a/ipc-linux.mak b/ipc-linux.mak -index 788a5a2..01579e4 100644
 a/ipc-linux.mak
-+++ b/ipc-linux.mak
-@@ -38,6 +38,7 @@ include products.mak
- config:
-   @echo Configuring Linux Ipc ...
-   ./configure --host=$(TOOLCHAIN_LONGNAME) \
-+--prefix=$(PREFIX) \
- CC=$(TOOLCHAIN_PREFIX)gcc \
- PLATFORM=$(PLATFORM) \
- CMEM_INSTALL_DIR=$(CMEM_INSTALL_DIR) \
-diff --git a/products.mak b/products.mak -index e418d2f..4578a1e 100644
 a/products.mak
-+++ b/products.mak
-@@ -55,6 +55,7 @@ PLATFORM ?=
- TOOLCHAIN_LONGNAME = arm-none-linux-gnueabi
- TOOLCHAIN_INSTALL_DIR = $(DEPOT)/_your_arm_code_gen_install_
- TOOLCHAIN_PREFIX = $(TOOLCHAIN_INSTALL_DIR)/bin/$(TOOLCHAIN_LONGNAME)-
-+PREFIX = /usr/local
-
- # Optional: Path to Linux Kernel - needed to build the MmRpc user libraries
- # (for devices that support it)
---
-1.7.9.5
-
diff --git a/recipes-ti/ipc/ti-ipc/ipc.pc b/recipes-ti/ipc/ti-ipc/ipc.pc 
deleted file mode 100644 index 1a8c52d..000
--- a/recipes-ti/ipc/ti-ipc/ipc.pc
+++ /dev/null
@@ -1,8 +0,0 @@
-prefix=/../../ipc_@VERSION@
-includedir=${prefix}/ti/ipc
-
-Name: TI IPC
-Description: TI ARM-DSP IPC (Inter Processor Communication)
-Version: @VERSION@
-Requires: 
-Cflags: -I${includedir}
diff --git a/recipes-ti/ipc/ti-ipc_1.24.00.16.bb 
b/recipes-ti/ipc/ti-ipc_1.24.00.16.bb
deleted file mode 100644
index 420d0f7..000
--- a/recipes-ti/ipc/ti-ipc_1.24.00.16.bb
+++ /dev/null
@@ -1,41 +0,0 @@
-DESCRIPTION = TI Inter Process Ccommunication (IPC) Mechanisms (for Uni- and 
Multi- Processor Configurations)
-HOMEPAGE = 
http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/ipc/index.html;
-SECTION = devel
-LICENSE = BSD 
-LIC_FILES_CHKSUM = 
file://ipc_${PV}_manifest.html;md5=573f5a5c0448d28bf8db35f438244d7f
-
-
-require ../includes/ti-paths.inc
-require ../includes/ti-staging.inc
-require ../includes/ti-eula-unpack.inc
-
-PV = 1_24_00_16
-
-S = ${WORKDIR}/ipc_${PV}
-
-SRC_URI = 
http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/ipc/${PV}/exports/ipc_setuplinux_${PV}.bin;name=ipcbin
 \
-   file://ipc.pc
-
-DEPENDS = ti-sysbios ti-cgt6x ti-xdctools
-
-BINFILE=ipc_setuplinux_${PV}.bin
-TI_BIN_UNPK_CMDS=Y: q:workdir:Y
-
-do_configure() {
-sed -i -e s:@VERSION@:${PV}:g ${WORKDIR}/ipc.pc
-
-cp ${WORKDIR}/ipc.pc ${S}
-}
-
-do_install() {
-install -d ${D}${IPC_INSTALL_DIR_RECIPE}
-cp -pPrf ${S}/* ${D}${IPC_INSTALL_DIR_RECIPE}
-   
-install -d ${D}/${libdir}/pkgconfig
-install ${S}/ipc.pc ${D}/${libdir}/pkgconfig/
-}
-
-FILES_${PN}-dev = ${libdir}/*
-
-SRC_URI[ipcbin.md5sum] = d2f7cc82310d555ca039dcd353bd94c5
-SRC_URI[ipcbin.sha256sum] = 
96df7835e920c7dabcd63d30ec8bc2aea7cd0c6197c9fb9ca0f8a9b681aa5396
diff --git a/recipes-ti/ipc/ti-ipc_3.00.00.bb b/recipes-ti/ipc/ti-ipc_3.00.00.bb
deleted file mode 100644
index a6922c0..000
--- a/recipes-ti/ipc/ti-ipc_3.00.00.bb
+++ /dev/null
@@ -1,7 +0,0 @@
-require ti-ipc.inc
-
-# For this version of IPC

Re: [meta-ti] [daisy][PATCH] dra7xx: add mmip to MACHINE_FEATURES

2014-09-24 Thread Stiffler, Jacob
ping

-Original Message-
From: Stiffler, Jacob 
Sent: Monday, September 15, 2014 8:32 AM
To: meta-ti@yoctoproject.org
Cc: Stiffler, Jacob
Subject: [daisy][PATCH] dra7xx: add mmip to MACHINE_FEATURES

Signed-off-by: Jacob Stiffler j-stiff...@ti.com
---
 conf/machine/include/dra7xx.inc |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/conf/machine/include/dra7xx.inc b/conf/machine/include/dra7xx.inc 
index 857e1b3..a7c8782 100644
--- a/conf/machine/include/dra7xx.inc
+++ b/conf/machine/include/dra7xx.inc
@@ -1,4 +1,4 @@
 require conf/machine/include/omap-a15.inc  SOC_FAMILY_append = :dra7xx
 
-MACHINE_FEATURES += pci
+MACHINE_FEATURES += pci mmip
--
1.7.9.5

-- 
___
meta-ti mailing list
meta-ti@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-ti