From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 2C91BE00942; Wed, 10 Dec 2014 07:41:51 -0800 (PST) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on yocto-www.yoctoproject.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham version=3.3.1 X-Spam-HAM-Report: * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] Received: from mail.chez-thomas.org (mail.mlbassoc.com [65.100.170.105]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id CBB22E0080C for ; Wed, 10 Dec 2014 07:41:48 -0800 (PST) Received: by mail.chez-thomas.org (Postfix, from userid 1998) id 5BCEAF811E1; Wed, 10 Dec 2014 08:41:47 -0700 (MST) Received: from [192.168.1.114] (zeus [192.168.1.114]) by mail.chez-thomas.org (Postfix) with ESMTP id 34901F811DD; Wed, 10 Dec 2014 08:41:46 -0700 (MST) Message-ID: <548869BD.6070208@mlbassoc.com> Date: Wed, 10 Dec 2014 08:41:49 -0700 From: Gary Thomas User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 MIME-Version: 1.0 To: meta-freescale@yoctoproject.org References: In-Reply-To: Subject: Re: Build failed on Yocto dizzy X-BeenThere: meta-freescale@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Usage and development list for the meta-fsl-* layers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Dec 2014 15:41:51 -0000 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit 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 > > 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 ------------------------------------------------------------