So, this will break MM for dra7xx-evm, but we still don't have OpenCL enabled by default. Should this be more conditional, if both of those can't co-exist?
On Tue, Jan 06, 2015 at 09:53:22AM -0500, Jacob Stiffler wrote: > * This is to avoid conflict with OpenCL firmware. > > Signed-off-by: Jacob Stiffler <[email protected]> > --- > .../packagegroup-arago-tisdk-multimedia.bb | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > > 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 81d5ee1..c51a02c 100644 > --- > a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-multimedia.bb > +++ > b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-multimedia.bb > @@ -1,6 +1,6 @@ > DESCRIPTION = "Task to add multimedia related packages" > LICENSE = "MIT" > -PR = "r10" > +PR = "r11" > > inherit packagegroup > > @@ -49,7 +49,6 @@ ACCEL_FW_append_omap5-evm = " \ > > ACCEL_FW_append_dra7xx-evm = " \ > ${@base_contains('MACHINE_FEATURES', 'mmip', 'ipumm-fw', '', d)} \ > - dspdce-fw \ > vis \ > " > > -- > 1.7.9.5 > > _______________________________________________ > meta-arago mailing list > [email protected] > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
