* Add the firmware packages for the various accelerators found on omap-a15 devices
Signed-off-by: Chase Maupin <[email protected]> --- .../packagegroup-arago-tisdk-multimedia.bb | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) 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 d9828b8..e9fdbec 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 = "r6" +PR = "r7" inherit packagegroup @@ -29,11 +29,26 @@ MULTIMEDIA_append_am37x-evm = " \ av-examples \ " +MULTIMEDIA_append_omap5-evm = " \ + abefw \ + " + MULTIMEDIA_append_am3517-evm = " \ av-examples \ " +ACCEL_FW = "" +ACCEL_FW_append_omap-a15 = " \ + ipumm-fw \ + " +ACCEL_FW_append_dra7xx-evm = " \ + dspdce-fw \ + vis \ + " + + RDEPENDS_${PN} = "\ packagegroup-arago-gst \ ${MULTIMEDIA} \ + ${ACCEL_FW} \ " -- 1.7.9.5 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
