[meta-ti] some redundant recipes in ti-hw-bringup-image.bb b/c of packagegroup-ti-test.bb

Robert P. J. Day rpjday at crashcourse.ca
Fri Jan 25 06:03:22 PST 2013


  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
========================================================================



More information about the meta-ti mailing list