All of lore.kernel.org
 help / color / mirror / Atom feed
* Build failed on Yocto dizzy
@ 2014-12-10 15:22 Riccardo Stronati
  2014-12-10 15:41 ` Gary Thomas
  0 siblings, 1 reply; 3+ messages in thread
From: Riccardo Stronati @ 2014-12-10 15:22 UTC (permalink / raw)
  To: meta-freescale@yoctoproject.org

[-- Attachment #1: Type: text/plain, Size: 3229 bytes --]

I'm building yocto dizzy v1.7 and I get this error:

ERROR: Unable to install packages. Command
'/yocto-dizzy/build/tmp/sysroots/x86_64-linux/usr/bin/smart --quiet
--data-dir=/yocto-dizzy/build/tmp/work/edm_fairy_imx6-poky-linux-gnueabi/mc2-distributore-image-qt4e/1.0-r0/rootfs/var/lib/smart
install -y packagegroup-core-qt4e@all psplash@cortexa9hf_vfp_neon
usbmount@cortexa9hf_vfp_neon run-postinsts@all packagegroup-mc2-custom@all
packagegroup-mc2-gst@all packagegroup-core-ssh-openssh@all
packagegroup-core-directfb@edm_fairy_imx6
distributore-ifconfig@cortexa9hf_vfp_neon distributore@cortexa9hf_vfp_neon
libqxt@cortexa9hf_vfp_neon libqextserialport1@cortexa9hf_vfp_neon
distributore-init@cortexa9hf_vfp_neon smartpm@cortexa9hf_vfp_neon
packagegroup-base-extended@edm_fairy_imx6 rpm@cortexa9hf_vfp_neon
packagegroup-core-boot@edm_fairy_imx6 packagegroup-core-nfs-server@all
locale-base-en-us@cortexa9hf_vfp_neon locale-base-en-gb@cortexa9hf_vfp_neon'
returned 1:
*error: Can't install packagegroup-core-directfb-1.0-r0@edm_fairy_imx6: no
package provides libvivante-dfb-mx6*

*This is my custom recipe:*

DESCRIPTION = "Custom with qt4e"
LICENSE = "CLOSED"

include recipes-core/images/core-image-base.bb

DISTRO_FEATURES_append = " directfb opengl pulseaudio alsa pam "

DISTRO_FEATURES_remove = " wayland x11 "

EXTRA_IMAGE_FEATURES += " \
    debug-tweaks \
    nfs-server \
    ssh-server-openssh \
    splash \
    package-management \
    hwcodecs \
"
IMAGE_INSTALL += " \
    packagegroup-core-boot \
    packagegroup-core-directfb \
    ${ROOTFS_PKGMANAGE_BOOTSTRAP} \
    ${CORE_IMAGE_EXTRA_INSTALL} \
    packagegroup-custom-gst \
    packagegroup-custom \
    packagegroup-core-qt4e \
    libqxt \
    qextserialport-e \
    usbmount \
"

export IMAGE_BASENAME = "custom-image-qt4e"

*And this is my packages groups*

DESCRIPTION = "Custom package group with qt4"
LICENSE = "MIT"

inherit packagegroup

PROVIDES = "${PACKAGES}"

TOUCH = ' ${@base_contains("MACHINE_FEATURES", "touchscreen", "tslib
tslib-calibrate tslib-tests", "",d)}'

PACKAGES += "packagegroup-custom"
PACKAGES += "packagegroup-custom-gst"

RDEPENDS_packagegroup-custom = "\
    ${TOUCH} \
    openssh-sftp-server \
    alsa-lib \
    alsa-tools \
    alsa-state \
    alsa-utils-alsaconf \
    coreutils \
    elfutils-dev \
    enca \
    gcc \
    libfaad \
    fribidi \
    libgcc \
    gmp \
    libice \
    libice-dev \
    libmpc \
    mpfr \
    libsm \
    libsm-dev \
    libass \
    libdvdread \
    linux-libc-headers-dev \
    make \
    openvpn \
    tar \
    i2c-tools \
    sqlite3 \
    pulseaudio \
    nano \
    cpufrequtils \
    libfslcodec \
    libfslparser \
    libfslvpuwrap \
"
RDEPENDS_packagegroup-custom-gst = "\
   packagegroup-fsl-gstreamer \
   packagegroup-fsl-gstreamer-full \
   packagegroup-fsl-tools-gpu \
   gst-plugins-gl-opengl \
   gst-ffmpeg \
   gst-plugins-base \
   gst-plugins-good \
   gst-plugins-bad \
   gst-plugins-ugly \
   gst-meta-base \
   gst-meta-audio \
   gst-meta-debug \
   gst-meta-video \
   gst-plugins-gl \
   gst-plugins-ugly \
   gst-fsl-plugin \
"

[-- Attachment #2: Type: text/html, Size: 3920 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-12-11  9:11 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-10 15:22 Build failed on Yocto dizzy Riccardo Stronati
2014-12-10 15:41 ` Gary Thomas
2014-12-11  9:10   ` Riccardo Stronati

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.