it appears that the recipe list in ti-hw-bringup-image.bb:

IMAGE_INSTALL += " \
        usbutils \
        i2c-tools \
        alsa-utils \
        devmem2 \
        iw \
        bonnie++ \
        hdparm \
        iozone3 \
        iperf \
        lmbench \
        rt-tests \
        evtest \
        bc \
        packagegroup-ti-test \
        kernel-modules \
        ${EXTRA_MACHINE_IMAGE_INSTALL} \
"

has superfluous entries given the contents of packagegroup-ti-test.bb:

TEST = "\
    bonnie++ \
    hdparm \
    iozone3 \
    iperf \
    lmbench \
    rt-tests \
    "

TI_TEST = "\
    ltp-ddt \
    "

RDEPENDS_${PN} = "\
    ${TEST} \
    ${TI_TEST} \
    "

  am i reading that correctly, that about a half dozen packages listed
in the image recipe file are redundant?

rday

-- 

========================================================================
Robert P. J. Day                                 Ottawa, Ontario, CANADA
                        http://crashcourse.ca

Twitter:                                       http://twitter.com/rpjday
LinkedIn:                               http://ca.linkedin.com/in/rpjday
========================================================================
_______________________________________________
meta-ti mailing list
[email protected]
https://lists.yoctoproject.org/listinfo/meta-ti

Reply via email to