From: Denys Dmytriyenko <denys@ti.com>
To: "Stiffler, Jacob" <j-stiffler@ti.com>
Cc: "meta-arago@arago-project.org" <meta-arago@arago-project.org>
Subject: Re: [PATCH] HACK: packagegroup*: disable opencl and openmp for now due to llvm build issues
Date: Mon, 11 Apr 2016 17:09:50 -0400 [thread overview]
Message-ID: <20160411210949.GC10048@edge> (raw)
In-Reply-To: <4B26FB5A64EBA14C87266869E037F95814262605@DFLE09.ent.ti.com>
On Mon, Apr 11, 2016 at 04:49:59PM -0400, Stiffler, Jacob wrote:
>
>
> > -----Original Message-----
> > From: Dmytriyenko, Denys
> > Sent: Monday, April 11, 2016 4:26 PM
> > To: Stiffler, Jacob
> > Cc: Denys Dmytriyenko; meta-arago@arago-project.org
> > Subject: Re: [meta-arago] [PATCH] HACK: packagegroup*: disable opencl
> > and openmp for now due to llvm build issues
> >
> > On Mon, Apr 11, 2016 at 04:21:33PM -0400, Stiffler, Jacob wrote:
> > >
> > >
> > > > -----Original Message-----
> > > > From: Stiffler, Jacob
> > > > Sent: Monday, April 11, 2016 2:04 PM
> > > > To: Dmytriyenko, Denys
> > > > Cc: Denys Dmytriyenko; meta-arago@arago-project.org
> > > > Subject: RE: [meta-arago] [PATCH] HACK: packagegroup*: disable
> > > > opencl and openmp for now due to llvm build issues
> > > >
> > > >
> > > >
> > > > > -----Original Message-----
> > > > > From: Dmytriyenko, Denys
> > > > > Sent: Monday, April 11, 2016 2:00 PM
> > > > > To: Stiffler, Jacob
> > > > > Cc: Denys Dmytriyenko; meta-arago@arago-project.org
> > > > > Subject: Re: [meta-arago] [PATCH] HACK: packagegroup*: disable
> > > > > opencl and openmp for now due to llvm build issues
> > > > >
> > > > > On Mon, Apr 11, 2016 at 05:51:25PM +0000, Stiffler, Jacob wrote:
> > > > > >
> > > > > >
> > > > > > > -----Original Message-----
> > > > > > > From: Denys Dmytriyenko [mailto:denis@denix.org]
> > > > > > > Sent: Monday, April 11, 2016 1:43 PM
> > > > > > > To: Stiffler, Jacob
> > > > > > > Cc: meta-arago@arago-project.org
> > > > > > > Subject: Re: [meta-arago] [PATCH] HACK: packagegroup*: disable
> > > > > > > opencl and openmp for now due to llvm build issues
> > > > > > >
> > > > > > > Jake,
> > > > > > >
> > > > > > > I believe it is the same issue - none of the LLVM libraries can be
> > found.
> > > > > > > Affects clocl native and nativesdk variants.
> > > > > >
> > > > > > I have found the cause of this issue, and I am currently testing
> > > > > > a patch to upstream to meta-openembedded.
> > > > > >
> > > > > > There was a recent change to fix llvm_config for the hard-coded
> > > > > > library path for the multilib case.
> > > > > > http://cgit.openembedded.org/meta-
> > > > > openembedded/commit/?id=af7112d00f21
> > > > > > f418a865abba04048a1fef104343
> > > > > >
> > > > > > Here, '/lib' is replaced with '${base_libdir}'. For native and
> > > > > > nativesdk classes, 'base_libdir' includes the full path to the
> > > > > > sysroot, and therefore the library search path is incorrect in
> > llvm_config.
> > > > > >
> > > > > > It seems to me that the correct solution is to replace '/lib'
> > > > > > with '/${baselib}'. Does this sound correct?
> > > > >
> > > > > Probably. Any testing?
> > > >
> > > > I was able to build clocl-native. I will be testing clocl and
> > > > nativesdk-clocl shortly.
> > > >
> > >
> > > Both the target and nativesdk classes build successfully. I have
> > > submitted the patch the openembedded mailing list.
> > >
> > > Should I submit a temporary fix for meta-arago?
> >
> > Yes, please. meta-oe may take few days to get in.
> >
>
> Which list for meta-openembedded is preferred: openembdedded-devel, or openembedded-core?
meta-openembedded goes to openembedded-devel list, openembedded-core goes to
openembedded-core list.
> I am testing the fix for meta-arago.
>
> >
> > > > > > > On Mon, Apr 11, 2016 at 02:10:26PM +0000, Stiffler, Jacob wrote:
> > > > > > > > Denys,
> > > > > > > >
> > > > > > > > What issue do you see with building llvm? I am able to build
> > > > > > > > ti-llvm3.6, however, the "llvm-config" is broken for the
> > > > > > > > native
> > > > variant.
> > > > > > > >
> > > > > > > > Is this the issue that you see?
> > > > > > > >
> > > > > > > > Thank you,
> > > > > > > > Jake
> > > > > > > >
> > > > > > > > > -----Original Message-----
> > > > > > > > > From: meta-arago-bounces@arago-project.org
> > > > > > > > > [mailto:meta-arago- bounces@arago-project.org] On Behalf
> > > > > > > > > Of Denys Dmytriyenko
> > > > > > > > > Sent: Thursday, April 07, 2016 3:29 PM
> > > > > > > > > To: meta-arago@arago-project.org
> > > > > > > > > Subject: [meta-arago] [PATCH] HACK: packagegroup*: disable
> > > > > > > > > opencl
> > > > > and
> > > > > > > > > openmp for now due to llvm build issues
> > > > > > > > >
> > > > > > > > > From: Denys Dmytriyenko <denys@ti.com>
> > > > > > > > >
> > > > > > > > > Signed-off-by: Denys Dmytriyenko <denys@ti.com>
> > > > > > > > > ---
> > > > > > > > > .../packagegroup-arago-tisdk-addons-sdk-host.bb | 18 ++++++--
> > ----
> > > > > > > > > .../packagegroup-arago-tisdk-addons-sdk-target.bb | 21
> > > > > > > > > +++++++-----
> > > > > -
> > > > > > > > > .../packagegroup-arago-tisdk-addons.bb | 34 +++++++++++-
> > ----
> > > > --
> > > > > ----
> > > > > > > > > .../packagegroup-arago-tisdk-matrix.bb | 20 ++++++-------
> > > > > > > > > ...packagegroup-arago-tisdk-multimedia-sdk-host.bb | 4
> > > > > > > > > +--
> > > > > > > ...ckagegroup-
> > > > > > > > > arago-tisdk-multimedia-sdk-target.bb | 4 +--
> > > > > > > > > .../packagegroup-arago-tisdk-multimedia.bb | 4 +--
> > > > > > > > > 7 files changed, 54 insertions(+), 51 deletions(-)
> > > > > > > > >
> > > > > > > > > diff --git a/meta-arago-distro/recipes-
> > > > > > > core/packagegroups/packagegroup-
> > > > > > > > > arago-tisdk-addons-sdk-host.bb
> > > > > > > > > b/meta-arago-distro/recipes-
> > > > > > > > > core/packagegroups/packagegroup-arago-tisdk-addons-sdk-hos
> > > > > > > > > t.bb index 0306c1b..46e9271 100644
> > > > > > > > > ---
> > > > > > > > > a/meta-arago-distro/recipes-core/packagegroups/packagegrou
> > > > > > > > > p-
> > > > > > > arago-
> > > > > > > > > tisdk-addons-sdk-host.bb
> > > > > > > > > +++ b/meta-arago-distro/recipes-core/packagegroups/package
> > > > > > > > > +++ grou
> > > > > > > > > +++ p-
> > > > > > > arago-
> > > > > > > > > ti
> > > > > > > > > +++ sdk-addons-sdk-host.bb
> > > > > > > > > @@ -1,6 +1,6 @@
> > > > > > > > > DESCRIPTION = "Task to install sources for additional
> > > > > > > > > utilities/demos
> > > > > for
> > > > > > > > > SDKs"
> > > > > > > > > LICENSE = "MIT"
> > > > > > > > > -PR = "r20"
> > > > > > > > > +PR = "r21"
> > > > > > > > >
> > > > > > > > > PACKAGE_ARCH = "${MACHINE_ARCH}"
> > > > > > > > >
> > > > > > > > > @@ -31,25 +31,25 @@ UTILS_append_ti43x = " \
> > > > > > > > > pru-icss-src \
> > > > > > > > > "
> > > > > > > > >
> > > > > > > > > +# opencl-examples-src
> > > > > > > > > +# openmpacc-examples-src
> > > > > > > > > UTILS_append_dra7xx = " \
> > > > > > > > > - opencl-examples-src \
> > > > > > > > > - openmpacc-examples-src \
> > > > > > > > > "
> > > > > > > > >
> > > > > > > > > +# opencl-examples-src
> > > > > > > > > +# openmpacc-examples-src
> > > > > > > > > UTILS_append_k2hk-evm = " \
> > > > > > > > > - opencl-examples-src \
> > > > > > > > > - openmpacc-examples-src \
> > > > > > > > > linalg-examples-src \ "
> > > > > > > > >
> > > > > > > > > +# opencl-examples-src
> > > > > > > > > +# openmpacc-examples-src
> > > > > > > > > UTILS_append_k2l-evm = " \
> > > > > > > > > - opencl-examples-src \
> > > > > > > > > - openmpacc-examples-src \
> > > > > > > > > "
> > > > > > > > >
> > > > > > > > > +# opencl-examples-src
> > > > > > > > > +# openmpacc-examples-src
> > > > > > > > > UTILS_append_k2e-evm = " \
> > > > > > > > > - opencl-examples-src \
> > > > > > > > > - openmpacc-examples-src \
> > > > > > > > > "
> > > > > > > > >
> > > > > > > > > EXTRA_LIBS = ""
> > > > > > > > > diff --git a/meta-arago-distro/recipes-
> > > > > > > core/packagegroups/packagegroup-
> > > > > > > > > arago-tisdk-addons-sdk-target.bb
> > > > > > > > > b/meta-arago-distro/recipes-
> > core/packagegroups/packagegroup-arago-tisdk-addons-sdk-target.
> > > > > > > > > bb
> > > > > > > > > index 062e8ce..a5b4828 100644
> > > > > > > > > ---
> > > > > > > > > a/meta-arago-distro/recipes-core/packagegroups/packagegrou
> > > > > > > > > p-
> > > > > > > arago-
> > > > > > > > > tisdk-addons-sdk-target.bb
> > > > > > > > > +++ b/meta-arago-distro/recipes-core/packagegroups/package
> > > > > > > > > +++ grou
> > > > > > > > > +++ p-
> > > > > > > arago-
> > > > > > > > > ti
> > > > > > > > > +++ sdk-addons-sdk-target.bb
> > > > > > > > > @@ -1,6 +1,6 @@
> > > > > > > > > DESCRIPTION = "Task to install headers and libraries
> > > > > > > > > related to
> > > > > addons
> > > > > > > into
> > > > > > > > > the SDK"
> > > > > > > > > LICENSE = "MIT"
> > > > > > > > > -PR = "r25"
> > > > > > > > > +PR = "r26"
> > > > > > > > >
> > > > > > > > > PACKAGE_ARCH = "${MACHINE_ARCH}"
> > > > > > > > >
> > > > > > > > > @@ -119,21 +119,24 @@ EXTRA_LIBS_append_k2e-evm = "\
> > > > > > > > > UTILS_append_omap3 = " canutils-dev"
> > > > > > > > > UTILS_append_ti33x = " canutils-dev"
> > > > > > > > > UTILS_append_ti43x = " canutils-dev"
> > > > > > > > > +# opencl-staticdev
> > > > > > > > > +# openmpacc-dev
> > > > > > > > > UTILS_append_dra7xx = " canutils-dev \
> > > > > > > > > - opencl-staticdev \
> > > > > > > > > elfutils-dev \
> > > > > > > > > elfutils-staticdev \
> > > > > > > > > - openmpacc-dev \
> > > > > > > > > "
> > > > > > > > > -UTILS_append_k2hk-evm = " opencl-staticdev \
> > > > > > > > > - openmpacc-dev \
> > > > > > > > > +#opencl-staticdev
> > > > > > > > > +# openmpacc-dev
> > > > > > > > > +UTILS_append_k2hk-evm = " \
> > > > > > > > > linalg-dev \ "
> > > > > > > > > -UTILS_append_k2l-evm = " opencl-staticdev \
> > > > > > > > > - openmpacc-dev \
> > > > > > > > > +#opencl-staticdev
> > > > > > > > > +# openmpacc-dev
> > > > > > > > > +UTILS_append_k2l-evm = " \
> > > > > > > > > "
> > > > > > > > > -UTILS_append_k2e-evm = " opencl-staticdev \
> > > > > > > > > - openmpacc-dev \
> > > > > > > > > +#opencl-staticdev
> > > > > > > > > +# openmpacc-dev
> > > > > > > > > +UTILS_append_k2e-evm = " \
> > > > > > > > > "
> > > > > > > > > UTILS_append_k2g-evm = " canutils-dev"
> > > > > > > > >
> > > > > > > > > diff --git a/meta-arago-distro/recipes-
> > > > > > > core/packagegroups/packagegroup-
> > > > > > > > > arago-tisdk-addons.bb b/meta-arago-distro/recipes-
> > > > > > > > > core/packagegroups/packagegroup-arago-tisdk-addons.bb
> > > > > > > > > index 2894f74..517f6a6 100644
> > > > > > > > > ---
> > > > > > > > > a/meta-arago-distro/recipes-core/packagegroups/packagegrou
> > > > > > > > > p-
> > > > > > > arago-
> > > > > > > > > tisdk-addons.bb
> > > > > > > > > +++ b/meta-arago-distro/recipes-core/packagegroups/package
> > > > > > > > > +++ grou
> > > > > > > > > +++ p-
> > > > > > > arago-
> > > > > > > > > ti
> > > > > > > > > +++ sdk-addons.bb
> > > > > > > > > @@ -1,6 +1,6 @@
> > > > > > > > > DESCRIPTION = "Task to install additional utilities/demos for
> > SDKs"
> > > > > > > > > LICENSE = "MIT"
> > > > > > > > > -PR = "r44"
> > > > > > > > > +PR = "r45"
> > > > > > > > >
> > > > > > > > > PACKAGE_ARCH = "${MACHINE_ARCH}"
> > > > > > > > >
> > > > > > > > > @@ -58,31 +58,31 @@ UTILS_append_am180x-evm = " ti-pru-sw-
> > > > > > > examples"
> > > > > > > > >
> > > > > > > > > UTILS_append_omap3 = " canutils"
> > > > > > > > >
> > > > > > > > > +# opencl-examples
> > > > > > > > > UTILS_append_dra7xx = " canutils \
> > > > > > > > > dsptop \
> > > > > > > > > gdbc6x \
> > > > > > > > > glsdk-example-apps \
> > > > > > > > > - opencl-examples \
> > > > > > > > > "
> > > > > > > > >
> > > > > > > > > UTILS_append_keystone = " \
> > > > > > > > > ti-ipc-rtos-fw \
> > > > > > > > > "
> > > > > > > > >
> > > > > > > > > +# opencl-examples
> > > > > > > > > UTILS_append_k2hk-evm = " \
> > > > > > > > > - opencl-examples \
> > > > > > > > > gdbc6x \
> > > > > > > > > dsptop \
> > > > > > > > > "
> > > > > > > > >
> > > > > > > > > +# opencl-examples
> > > > > > > > > UTILS_append_k2l-evm = " \
> > > > > > > > > - opencl-examples \
> > > > > > > > > gdbc6x \
> > > > > > > > > dsptop \
> > > > > > > > > "
> > > > > > > > >
> > > > > > > > > +# opencl-examples
> > > > > > > > > UTILS_append_k2e-evm = " \
> > > > > > > > > - opencl-examples \
> > > > > > > > > gdbc6x \
> > > > > > > > > dsptop \
> > > > > > > > > "
> > > > > > > > > @@ -103,26 +103,26 @@ EXTRA_PACKAGES = " \
> > > > > > > > > nodejs-npm \
> > > > > > > > > protobuf \
> > > > > > > > > "
> > > > > > > > > +# opencl-staticdev
> > > > > > > > > +# opencl-examples-dev
> > > > > > > > > +# openmpacc-examples-dev
> > > > > > > > > EXTRA_PACKAGES_append_dra7xx = " \
> > > > > > > > > - opencl-staticdev \
> > > > > > > > > - opencl-examples-dev \
> > > > > > > > > - openmpacc-examples-dev \
> > > > > > > > > "
> > > > > > > > > +# opencl-staticdev
> > > > > > > > > +# opencl-examples-dev
> > > > > > > > > +# openmpacc-examples-dev
> > > > > > > > > EXTRA_PACKAGES_append_k2hk-evm = " \
> > > > > > > > > - opencl-staticdev \
> > > > > > > > > - opencl-examples-dev \
> > > > > > > > > - openmpacc-examples-dev \
> > > > > > > > > linalg-examples \
> > > > > > > > > "
> > > > > > > > > +# opencl-staticdev
> > > > > > > > > +# opencl-examples-dev
> > > > > > > > > +# openmpacc-examples-dev
> > > > > > > > > EXTRA_PACKAGES_append_k2l-evm = " \
> > > > > > > > > - opencl-staticdev \
> > > > > > > > > - opencl-examples-dev \
> > > > > > > > > - openmpacc-examples-dev \
> > > > > > > > > "
> > > > > > > > > +# opencl-staticdev
> > > > > > > > > +# opencl-examples-dev
> > > > > > > > > +# openmpacc-examples-dev
> > > > > > > > > EXTRA_PACKAGES_append_k2e-evm = " \
> > > > > > > > > - opencl-staticdev \
> > > > > > > > > - opencl-examples-dev \
> > > > > > > > > - openmpacc-examples-dev \
> > > > > > > > > "
> > > > > > > > >
> > > > > > > > > RDEPENDS_${PN} = "\
> > > > > > > > > diff --git a/meta-arago-distro/recipes-
> > > > > > > core/packagegroups/packagegroup-
> > > > > > > > > arago-tisdk-matrix.bb b/meta-arago-distro/recipes-
> > > > > > > > > core/packagegroups/packagegroup-arago-tisdk-matrix.bb
> > > > > > > > > index 11ff899..9bb68f4 100644
> > > > > > > > > ---
> > > > > > > > > a/meta-arago-distro/recipes-core/packagegroups/packagegrou
> > > > > > > > > p-
> > > > > > > arago-
> > > > > > > > > tisdk-matrix.bb
> > > > > > > > > +++ b/meta-arago-distro/recipes-core/packagegroups/package
> > > > > > > > > +++ grou
> > > > > > > > > +++ p-
> > > > > > > arago-
> > > > > > > > > ti
> > > > > > > > > +++ sdk-matrix.bb
> > > > > > > > > @@ -1,6 +1,6 @@
> > > > > > > > > DESCRIPTION = "Task to include Matrix v2"
> > > > > > > > > LICENSE = "MIT"
> > > > > > > > > -PR = "r51"
> > > > > > > > > +PR = "r52"
> > > > > > > > >
> > > > > > > > > PACKAGE_ARCH = "${MACHINE_ARCH}"
> > > > > > > > >
> > > > > > > > > @@ -129,10 +129,10 @@ MATRIX_APPS_append_omap-a15 = "
> > \
> > > > > > > > > matrix-gui-pm-demos-governor \
> > > > > > > > > "
> > > > > > > > >
> > > > > > > > > +# matrix-opencl-demo-floatcompute
> > > > > > > > > +# matrix-opencl-demo-vecadd
> > > > > > > > > +# matrix-video-analytics-opencv-opencl-opengl-demo
> > > > > > > > > MATRIX_APPS_append_dra7xx = " \
> > > > > > > > > - matrix-opencl-demo-floatcompute \
> > > > > > > > > - matrix-opencl-demo-vecadd \
> > > > > > > > > - matrix-video-analytics-opencv-opencl-opengl-demo \
> > > > > > > > > "
> > > > > > > > >
> > > > > > > > > MATRIX_APPS_append_beagleboard = " \ @@ -171,19 +171,19
> > > > > > > > > @@ MATRIX_APPS_append_keystone = " \
> > > > > > > > > matrix-mc-demo-ipc \
> > > > > > > > > "
> > > > > > > > >
> > > > > > > > > +# matrix-opencl-demo-floatcompute
> > > > > > > > > +# matrix-opencl-demo-vecadd
> > > > > > > > > MATRIX_APPS_append_k2hk-evm = " \
> > > > > > > > > - matrix-opencl-demo-floatcompute \
> > > > > > > > > - matrix-opencl-demo-vecadd \
> > > > > > > > > "
> > > > > > > > >
> > > > > > > > > +# matrix-opencl-demo-floatcompute
> > > > > > > > > +# matrix-opencl-demo-vecadd
> > > > > > > > > MATRIX_APPS_append_k2l-evm = " \
> > > > > > > > > - matrix-opencl-demo-floatcompute \
> > > > > > > > > - matrix-opencl-demo-vecadd \
> > > > > > > > > "
> > > > > > > > >
> > > > > > > > > +# matrix-opencl-demo-floatcompute
> > > > > > > > > +# matrix-opencl-demo-vecadd
> > > > > > > > > MATRIX_APPS_append_k2e-evm = " \
> > > > > > > > > - matrix-opencl-demo-floatcompute \
> > > > > > > > > - matrix-opencl-demo-vecadd \
> > > > > > > > > "
> > > > > > > > >
> > > > > > > > > RDEPENDS_${PN} = " \
> > > > > > > > > diff --git a/meta-arago-distro/recipes-
> > > > > > > core/packagegroups/packagegroup-
> > > > > > > > > arago-tisdk-multimedia-sdk-host.bb
> > > > > > > > > b/meta-arago-distro/recipes-
> > > > > > > > > core/packagegroups/packagegroup-arago-tisdk-multimedia-sdk
> > > > > > > > > -
> > > > > host.bb
> > > > > > > > > index e83a01c..ddf1148 100644
> > > > > > > > > ---
> > > > > > > > > a/meta-arago-distro/recipes-core/packagegroups/packagegrou
> > > > > > > > > p-
> > > > > > > arago-
> > > > > > > > > tisdk-multimedia-sdk-host.bb
> > > > > > > > > +++ b/meta-arago-distro/recipes-core/packagegroups/package
> > > > > > > > > +++ grou
> > > > > > > > > +++ p-
> > > > > > > arago-
> > > > > > > > > ti
> > > > > > > > > +++ sdk-multimedia-sdk-host.bb
> > > > > > > > > @@ -1,6 +1,6 @@
> > > > > > > > > DESCRIPTION = "Task to add multimedia related sources
> > > > > > > > > into the
> > > > > SDK"
> > > > > > > > > LICENSE = "MIT"
> > > > > > > > > -PR = "r9"
> > > > > > > > > +PR = "r10"
> > > > > > > > >
> > > > > > > > > PACKAGE_ARCH = "${MACHINE_ARCH}"
> > > > > > > > >
> > > > > > > > > @@ -21,8 +21,8 @@ MULTIMEDIA_append_ti43x = " \
> > > > > > > > > image-gallery-src \
> > > > > > > > > "
> > > > > > > > >
> > > > > > > > > +# qt-opencv-opencl-opengl-multithreaded-src
> > > > > > > > > MULTIMEDIA_append_dra7xx = " \
> > > > > > > > > - qt-opencv-opencl-opengl-multithreaded-src \
> > > > > > > > > "
> > > > > > > > >
> > > > > > > > > #Demo doesn't work on 3.14 diff --git
> > > > > > > > > a/meta-arago-distro/recipes-
> > > > > > > core/packagegroups/packagegroup-
> > > > > > > > > arago-tisdk-multimedia-sdk-target.bb
> > > > > > > > > b/meta-arago-distro/recipes-
> > > > > > > > > core/packagegroups/packagegroup-arago-tisdk-multimedia-sdk
> > > > > > > > > -
> > > > > > > target.bb
> > > > > > > > > index 93b6664..991d29f 100644
> > > > > > > > > ---
> > > > > > > > > a/meta-arago-distro/recipes-core/packagegroups/packagegrou
> > > > > > > > > p-
> > > > > > > arago-
> > > > > > > > > tisdk-multimedia-sdk-target.bb
> > > > > > > > > +++ b/meta-arago-distro/recipes-core/packagegroups/package
> > > > > > > > > +++ grou
> > > > > > > > > +++ p-
> > > > > > > arago-
> > > > > > > > > ti
> > > > > > > > > +++ sdk-multimedia-sdk-target.bb
> > > > > > > > > @@ -1,6 +1,6 @@
> > > > > > > > > DESCRIPTION = "Task to build and install header and libs into
> > sdk"
> > > > > > > > > LICENSE = "MIT"
> > > > > > > > > -PR = "r6"
> > > > > > > > > +PR = "r7"
> > > > > > > > >
> > > > > > > > > PACKAGE_ARCH = "${MACHINE_ARCH}"
> > > > > > > > >
> > > > > > > > > @@ -8,10 +8,10 @@ inherit packagegroup
> > > > > > > > >
> > > > > > > > > MULTIMEDIA = ""
> > > > > > > > >
> > > > > > > > > +# qt-opencv-opencl-opengl-multithreaded-dev
> > > > > > > > > MULTIMEDIA_append_dra7xx = " \
> > > > > > > > > hevc-arm-decoder-dev \
> > > > > > > > > hevc-arm-decoder-staticdev \
> > > > > > > > > - qt-opencv-opencl-opengl-multithreaded-dev \
> > > > > > > > > "
> > > > > > > > >
> > > > > > > > > RDEPENDS_${PN} = "\
> > > > > > > > > diff --git a/meta-arago-distro/recipes-
> > > > > > > core/packagegroups/packagegroup-
> > > > > > > > > arago-tisdk-multimedia.bb b/meta-arago-distro/recipes-
> > > > > > > > > core/packagegroups/packagegroup-arago-tisdk-multimedia.bb
> > > > > > > > > index f5f2a25..4423827 100644
> > > > > > > > > ---
> > > > > > > > > a/meta-arago-distro/recipes-core/packagegroups/packagegrou
> > > > > > > > > p-
> > > > > > > arago-
> > > > > > > > > tisdk-multimedia.bb
> > > > > > > > > +++ b/meta-arago-distro/recipes-core/packagegroups/package
> > > > > > > > > +++ grou
> > > > > > > > > +++ p-
> > > > > > > arago-
> > > > > > > > > ti
> > > > > > > > > +++ sdk-multimedia.bb
> > > > > > > > > @@ -1,6 +1,6 @@
> > > > > > > > > DESCRIPTION = "Task to add multimedia related packages"
> > > > > > > > > LICENSE = "MIT"
> > > > > > > > > -PR = "r16"
> > > > > > > > > +PR = "r17"
> > > > > > > > >
> > > > > > > > > PACKAGE_ARCH = "${MACHINE_ARCH}"
> > > > > > > > >
> > > > > > > > > @@ -26,9 +26,9 @@ MULTIMEDIA_append_omap-a15 = " \
> > > > > > > > > amsdk-av-files \
> > > > > > > > > "
> > > > > > > > >
> > > > > > > > > +# qt-opencv-opencl-opengl-multithreaded-dev
> > > > > > > > > MULTIMEDIA_append_dra7xx = " \
> > > > > > > > > hevc-arm-decoder \
> > > > > > > > > - qt-opencv-opencl-opengl-multithreaded-dev \
> > > > > > > > > "
> > > > > > > > >
> > > > > > > > > MULTIMEDIA_append_am37x-evm = " \
> > > > > > > > > --
> > > > > > > > > 2.2.0
> > > > > > > > >
> > > > > > > > > _______________________________________________
> > > > > > > > > meta-arago mailing list
> > > > > > > > > meta-arago@arago-project.org
> > > > > > > > > http://arago-project.org/cgi-bin/mailman/listinfo/meta-ara
> > > > > > > > > go
> > > > > > > >
> > > > > > _______________________________________________
> > > > > > meta-arago mailing list
> > > > > > meta-arago@arago-project.org
> > > > > > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
prev parent reply other threads:[~2016-04-11 21:10 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-04-07 19:28 [PATCH] HACK: packagegroup*: disable opencl and openmp for now due to llvm build issues Denys Dmytriyenko
2016-04-11 14:10 ` Stiffler, Jacob
2016-04-11 17:43 ` Denys Dmytriyenko
2016-04-11 17:51 ` Stiffler, Jacob
2016-04-11 18:00 ` Denys Dmytriyenko
2016-04-11 18:03 ` Stiffler, Jacob
2016-04-11 20:21 ` Stiffler, Jacob
2016-04-11 20:26 ` Denys Dmytriyenko
2016-04-11 20:49 ` Stiffler, Jacob
2016-04-11 21:09 ` Denys Dmytriyenko [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20160411210949.GC10048@edge \
--to=denys@ti.com \
--cc=j-stiffler@ti.com \
--cc=meta-arago@arago-project.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.