From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.cybertec.at (ns.km31432.keymachine.de [87.118.86.135]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 0166FE003C8 for ; Thu, 13 Mar 2014 07:39:28 -0700 (PDT) Received: from localhost.localdomain (unknown [87.242.12.103]) by mail.cybertec.at (Postfix) with ESMTPSA id 832423900C8C for ; Thu, 13 Mar 2014 14:39:22 +0000 (UTC) Message-ID: <5321C31A.2070804@pr.hu> Date: Thu, 13 Mar 2014 15:39:22 +0100 From: Boszormenyi Zoltan User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 MIME-Version: 1.0 To: meta-freescale Mailing List Subject: Image with DK, X11 and multimedia 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: Thu, 13 Mar 2014 14:39:31 -0000 X-Groupsio-MsgNum: 7618 Content-Type: multipart/mixed; boundary="------------010703010007050100030606" --------------010703010007050100030606 Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 8bit Hi, I have created the attached image recipe to add both X11 and development packages. However, I can't add anything more, like multimedia. I wanted to add require fsl-image-gui.bb require fsl-image-multimedia-full.bb but I got this: [zozo@localhost build-master-next]$ bitbake core-image-lsb-sdk-x11 Loading cache: 100% |#########################################################################################################################| ETA: 00:00:00 Loaded 1804 entries from dependency cache. ERROR: ParseError at /home/zozo/fsl-community-bsp/sources/poky/meta/recipes-extended/images/core-image-lsb-sdk-x11.bb:2: Could not include required file fsl-image-gui.bb Summary: There was 1 ERROR message shown, returning a non-zero exit code. The core-image-lsb-sdk-image.bb was cloned from sources/poky/meta/recipes-extended/images/core-image-lsb-sdk.bb and was put into the same directory. On the other hand, the fsl-image*.bb image recipes are under sources/meta-fsl-demos/recipes-fsl/images/ Is there a boundary I can't cross in including image recipes? Thanks in advance, Zoltán Böszörményi --------------010703010007050100030606 Content-Type: text/plain; charset=UTF-8; name="core-image-lsb-sdk-x11.bb" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="core-image-lsb-sdk-x11.bb" require core-image-lsb.bb DESCRIPTION = "Basic image with X support suitable for Linux Standard Base \ (LSB) implementations. It includes the full meta-toolchain, plus development \ headers and libraries to form a standalone SDK." IMAGE_FEATURES += "tools-sdk dev-pkgs tools-debug eclipse-debug tools-profile tools-testapps debug-tweaks x11-base" IMAGE_INSTALL += "kernel-dev" inherit core-image distro_features_check REQUIRED_DISTRO_FEATURES = "x11" --------------010703010007050100030606--