Acked-by: Franklin Cooper Jr. <[email protected]>
> -----Original Message----- > From: [email protected] [mailto:meta-arago- > [email protected]] On Behalf Of Maupin, Chase > Sent: Tuesday, July 01, 2014 10:26 AM > To: [email protected] > Subject: [meta-arago] [PATCH 5/5] packagegroup-arago-tisdk-multimedia: > don't inlcude ipumm fw without mmip > > * Including the ipumm-fw package without mmip accelerators doesn't > make sense. So don't package this when MACHINE_FEATURES doesn't > include mmip. > > Signed-off-by: Chase Maupin <[email protected]> > --- > .../packagegroup-arago-tisdk-multimedia.bb | 6 +++--- > 1 file changed, 3 insertions(+), 3 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 b044f58..417b0a8 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 > @@ -40,15 +40,15 @@ MULTIMEDIA_append_am3517-evm = " \ > > ACCEL_FW = "" > ACCEL_FW_append_am57xx-evm = " \ > - ipumm-fw \ > + ${@base_contains('MACHINE_FEATURE', 'mmip', 'ipumm-fw', '', d)} \ > " > > ACCEL_FW_append_omap5-evm = " \ > - ipumm-fw \ > + ${@base_contains('MACHINE_FEATURE', 'mmip', 'ipumm-fw', '', d)} \ > " > > ACCEL_FW_append_dra7xx-evm = " \ > - ipumm-fw \ > + ${@base_contains('MACHINE_FEATURE', '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
