[meta-freescale] Project installs image, but doesn't install files from packagegroup

Rob McPherson rob.mcpherson at digecor.com
Fri Jul 1 12:33:51 PDT 2016


All,

I have a strange problem.  I have an image recipe that includes a packagegroup that I created.  After bitbaking the image, the files show up properly if I loop mount the image.ext3 file, but don't show up in the image.sdcard file.  Any suggestions?

Here is the packagegroup recipe:

inherit packagegroup

RDEPENDS_${PN} = " \
        bash bash-completion \
        file \
        screen \
        nano vim \
        strace \
        tcpdump \
        wget curl \
        rsync \
        ntpdate \
        console-tools \
        iproute2 \
        net-tools \
        usbutils \
        nfs-utils \
        util-linux \
        cpufrequtils \
        e2fsprogs \
        htop \
        blktool \
        lsof \
        keystor \
        mver \
        playerid \
        playertime \
        playertype \
        mediainfo \
        "
Then the image packagegroup that includes this:

inherit packagegroup

RDEPENDS_${PN} = " \
        packagegroup-core-full-cmdline \
        packagegroup-digecor-tools \
        packagegroup-digecor-applications \
        packagegroup-fsl-tools-testapps \
        packagegroup-fsl-tools-benchmark \
        packagegroup-qte-toolchain-target \
        nvfiles \
        fsl-rc-local \
        kernel-image \
        kernel-devicetree \
        ${PREFERRED_PROVIDER_virtual/bootloader} \
        "

Then the base recipe include file:

inherit core-image

inherit distro_features_check

REQUIRED_DISTRO_FEATURES = "directfb"
CONFLICT_DISTRO_FEATURES = "x11"

# Add required features
IMAGE_FEATURES += " \
        splash \
        debug-tweaks \
        tools-testapps \
        package-management \
        ssh-server-openssh \
        "

# nvimage siae is 2750 MB
IMAGE_ROOTFS_SIZE = "2816000"
#IMAGE_ROOTFS_EXTRA_SPACE = "65536"

IMAGE_INSTALL += " \
        ${CORE_IMAGE_BASE_INSTALL} \
        packagegroup-digecor-image \
        "
Then the base recipe:

include nvimage-base.inc

inherit extrausers

Thanks for help.

Rob McPherson
743 W. 1200 North
Springville, UT 84663
801.691.7253
mailto: rob.mcpherson at digecor.com

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.yoctoproject.org/pipermail/meta-freescale/attachments/20160701/888faefe/attachment.html>


More information about the meta-freescale mailing list