From: Gary Thomas <gary@mlbassoc.com>
To: meta-freescale@yoctoproject.org
Subject: Re: Build failed on Yocto dizzy
Date: Wed, 10 Dec 2014 08:41:49 -0700 [thread overview]
Message-ID: <548869BD.6070208@mlbassoc.com> (raw)
In-Reply-To: <CABhF65HDBVJxX8pdHEg7+6F7gu3iyT0gECvie+DLYTH3PEu83Q@mail.gmail.com>
On 2014-12-10 08:22, Riccardo Stronati wrote:
> 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 <http://core-image-base.bb>
>
> DISTRO_FEATURES_append = " directfb opengl pulseaudio alsa pam "
>
> DISTRO_FEATURES_remove = " wayland x11 "
I think the changes to DISTRO_FEATURES need to be in local.conf, not in a recipe.
Have/can you try that?
>
> 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 \
> "
>
>
>
--
------------------------------------------------------------
Gary Thomas | Consulting for the
MLB Associates | Embedded world
------------------------------------------------------------
next prev parent reply other threads:[~2014-12-10 15:41 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-12-10 15:22 Build failed on Yocto dizzy Riccardo Stronati
2014-12-10 15:41 ` Gary Thomas [this message]
2014-12-11 9:10 ` Riccardo Stronati
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=548869BD.6070208@mlbassoc.com \
--to=gary@mlbassoc.com \
--cc=meta-freescale@yoctoproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.