Not sure how I missed that - thanks for cacthing it. Fixed now.
On Mon, Mar 27, 2017 at 08:22:48AM -0400, Jacob Stiffler wrote: > Denys, > > > I see that this got applied to master/morty, but not to krogoth. Can > you please also apply this to the krogoth branch? > > > Thank you, > > Jake > > > On 2/28/2017 10:59 AM, Jacob Stiffler wrote: > >Signed-off-by: Jacob Stiffler <[email protected]> > >--- > > .../packagegroups/packagegroup-arago-tisdk-opencl-sdk-host.bb | 6 > > +++++- > > .../packagegroups/packagegroup-arago-tisdk-opencl-sdk-target.bb | 6 > > +++++- > > .../recipes-core/packagegroups/packagegroup-arago-tisdk-opencl.bb | 6 > > +++++- > > 3 files changed, 15 insertions(+), 3 deletions(-) > > > >diff --git > >a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-opencl-sdk-host.bb > > > >b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-opencl-sdk-host.bb > >index aac2472..0e0e112 100644 > >--- > >a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-opencl-sdk-host.bb > >+++ > >b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-opencl-sdk-host.bb > >@@ -1,6 +1,6 @@ > > DESCRIPTION = "Task to install sources for OpenCL/MP apps and demos" > > LICENSE = "MIT" > >-PR = "r0" > >+PR = "r1" > > PACKAGE_ARCH = "${MACHINE_ARCH}" > >@@ -15,6 +15,10 @@ UTILS_append_k2hk-evm = " \ > > linalg-examples-src \ > > " > >+UTILS_append_dra7xx = " \ > >+ linalg-examples-src \ > >+" > >+ > > RDEPENDS_${PN} = "\ > > ${UTILS} \ > > " > >diff --git > >a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-opencl-sdk-target.bb > > > >b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-opencl-sdk-target.bb > >index ac235f0..ea0f724 100644 > >--- > >a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-opencl-sdk-target.bb > >+++ > >b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-opencl-sdk-target.bb > >@@ -1,6 +1,6 @@ > > DESCRIPTION = "Task to install headers and libraries of OpenCL/MP and > > related components" > > LICENSE = "MIT" > >-PR = "r1" > >+PR = "r2" > > PACKAGE_ARCH = "${MACHINE_ARCH}" > >@@ -16,6 +16,10 @@ UTILS_append_k2hk-evm = " \ > > linalg-dev \ > > " > >+UTILS_append_dra7xx = " \ > >+ linalg-dev \ > >+" > >+ > > RDEPENDS_${PN} = "\ > > ${UTILS} \ > > " > >diff --git > >a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-opencl.bb > > > >b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-opencl.bb > >index 6898dd6..e882e2a 100644 > >--- > >a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-opencl.bb > >+++ > >b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-opencl.bb > >@@ -1,6 +1,6 @@ > > DESCRIPTION = "Task to install OpenCL/MP and related components" > > LICENSE = "MIT" > >-PR = "r1" > >+PR = "r2" > > PACKAGE_ARCH = "${MACHINE_ARCH}" > >@@ -23,6 +23,10 @@ EXTRA_PKGS_append_k2hk-evm = " \ > > linalg-examples \ > > " > >+EXTRA_PKGS_append_dra7xx = " \ > >+ linalg-examples \ > >+" > >+ > > RDEPENDS_${PN} = "\ > > ${MAIN_PKGS} \ > > " > _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
