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.


> +LICENSE = "MIT"
> +PR = "r0"
> +
> +PACKAGE_ARCH = "${MACHINE_ARCH}"
> +
> +inherit packagegroup
> +
> +PACKAGES =+ "${PN}-extra"

I don't see ${PN}-extra being used/populated anywhere here.


> +UTILS = " \
> +      arm-benchmarks \
> +      evtest \
> +      memtester \
> +      nbench-byte \
> +      pcitest \
> +      serialcheck \
> +      yavta \
> +      hdparm \
> +      i2c-tools \
> +      libdrm-tests \
> +      rt-tests \
> +      iozone3 \
> +      mtd-utils-ubifs-tests \
> +      net-tools \
> +      ethtool  \
> +      pciutils \
> +      rng-tools \
> +      stress-ng \
> +      iperf \
> +      lmbench \
> +      usbutils \
> +      devmem2 \
> +      phytool \
> +"
> +
> +UTILS_append_ti33x = " \
> +    omapconf \
> +"
> +
> +UTILS_append_ti43x = " \
> +    omapconf \
> +"
> +
> +UTILS_append_omap-a15 = " \
> +    omapconf \
> +"
> +
> +UTILS_append_k3 = " \
> +    k3conf \
> +"
> +
> +RDEPENDS_${PN} = "\
> +    ${UTILS} \
> +"
> -- 
> 2.31.1
> 
> 
> 
> 
> 
> 

-- 
Regards,
Denys Dmytriyenko <[email protected]>
PGP: 0x420902729A92C964 - https://denix.org/0x420902729A92C964
Fingerprint: 25FC E4A5 8A72 2F69 1186  6D76 4209 0272 9A92 C964


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#13621): 
https://lists.yoctoproject.org/g/meta-arago/message/13621
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