On 06:42-20210524, Nishanth Menon wrote: > On 15:22-20210524, Nikhil Devshatwar wrote: > > Add packages in the tisdk-addons which allows to build Gstreamer and > > other GST based demo applications from the target filesystem. > > > > All these are open source packages, recipes for which are already > > present in upstream layers. > > > > Signed-off-by: Nikhil Devshatwar <[email protected]> > > --- > > .../packagegroups/packagegroup-arago-tisdk-addons.bb | 11 +++++++++-- > > 1 file changed, 9 insertions(+), 2 deletions(-) > > > > 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 287cba63..2c3fff5c 100644 > > --- > > a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons.bb > > +++ > > b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons.bb > > @@ -1,6 +1,6 @@ > > DESCRIPTION = "Task to install additional utilities/demos for SDKs" > > LICENSE = "MIT" > > -PR = "r79" > > +PR = "r80" > > > > PACKAGE_ARCH = "${MACHINE_ARCH}" > > > > @@ -67,7 +67,14 @@ UTILS_append_k3 = " mmc-utils \ > > UTILS_append_am64xx = " ti-rtos-firmware" > > UTILS_append_am65xx = " ti-rtos-firmware pru-icss pru-pwm-fw" > > UTILS_append_j7 = " ti-rtos-firmware" > > -UTILS_append_j7-evm = " pru-icss" > > +UTILS_append_j7-evm = " \ > > + pru-icss \ > > + cmake \ > > + libyaml \ > > + python3-pyyaml \ > > + boost \ > > + ninja \ > > +" > > UTILS_append_j7-hs-evm = " pru-icss" > > > > UTILS_append_omapl138 = " ti-ipc-rtos-fw" > > > Should'nt we go the other direction of making the core layer thinner and > add the packages as part of the dependencies of what ever the demos we'd > want to add?
Yes, but that is possible only when we have feeds enabled. Till then, there should be at least one filesystem where everything is present. Currently this packagegroup is added in tisdk-default-image. Let me know if there is better packagegroup for these additions. I always am confused about which packagegroup is for what. Regards, Nikhil D > > -- > Regards, > Nishanth Menon > Key (0xDDB5849D1736249D)/Fingerprint: F8A2 8693 54EB 8232 17A3 1A34 DDB5 > 849D 1736 249D _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
