On 12:43-20220311, Denys Dmytriyenko wrote:
> On Tue, Mar 08, 2022 at 08:13:13PM -0600, Nishanth Menon via 
> lists.yoctoproject.org wrote:
> > Lets try and create a minimal package group for board bringup. Lets
> > call this basic system necessary for board bringup as "bootstrap".
> > 
> > Signed-off-by: Nishanth Menon <[email protected]>
> > ---
> >  .../packagegroup-arago-bootstrap.bb           | 55 +++++++++++++++++++
> >  1 file changed, 55 insertions(+)
> >  create mode 100644 
> > meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-bootstrap.bb
> > 
> > diff --git 
> > a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-bootstrap.bb
> >  
> > b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-bootstrap.bb
> > new file mode 100644
> > index 000000000000..e5b670a16b73
> > --- /dev/null
> > +++ 
> > b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-bootstrap.bb
> > @@ -0,0 +1,55 @@
> > +DESCRIPTION = "Task to install additional utilities for initial board 
> > bringup"
> 
> Need to start setting SUMMARY by default, not DESCRIPTION. DESCRIPTION is an 
> alternative longer explanation for the package, otherwise it's the same as 
> SUMMARY. Yes, I know many recipes still use the old convention, but need to 
> be 
> fixed.

Aaah, thanks.. will fix.

> > +LICENSE = "MIT"
> > +PR = "r0"
> > +
> > +PACKAGE_ARCH = "${MACHINE_ARCH}"
> > +
> > +inherit packagegroup
> > +
> > +PACKAGES =+ "${PN}-extra"
> 
> I don't see ${PN}-extra being used/populated anywhere here.

Will drop - carry over from copy paste.


[...]

-- 
Regards,
Nishanth Menon
Key (0xDDB5849D1736249D) / Fingerprint: F8A2 8693 54EB 8232 17A3  1A34 DDB5 
849D 1736 249D


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#13631): 
https://lists.yoctoproject.org/g/meta-arago/message/13631
Mute This Topic: https://lists.yoctoproject.org/mt/89653829/21656
Group Owner: [email protected]
Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-


Reply via email to