From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ea0-f182.google.com (mail-ea0-f182.google.com [209.85.215.182]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 21CD9E005B1 for ; Wed, 11 Dec 2013 01:37:20 -0800 (PST) Received: by mail-ea0-f182.google.com with SMTP id a15so2786172eae.13 for ; Wed, 11 Dec 2013 01:37:19 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:reply-to:organization:user-agent:mime-version :to:subject:references:in-reply-to:content-type :content-transfer-encoding; bh=PHGcZJLyHvMUIpKMqNVqunLo/x8ztrYTVrDxY2hUNck=; b=iZEvQwOGYEZgRAmT7GXRL3vfCr8GkIT0kUk+WxC7Elc4Bukh3ukXKPKdfYnYB2zTd8 4wGCxWR34qp1pQY7vJyHuCKCjaE2QJm3Sk68X/sUrDqvR9Vce5fpmXwYXjlFjQjjfmfD WyPVOwPS4eyTQtfPpgKtVo8w5tAae3ruaynQHNSubhSz8PAXbvDcgmRRGtKhCgYJvhOm IvTjNS/GSExwf8ShyprGODxPcYj4Qm5GYIddvbVvy7nc+tyeC8MUmztukJR87NI3IgkR Kr0cnMWobtThUtu2xPY9fhE37f5kpHnrUm8cdgo7FG8PgW92Sej2vmqGbRpDYakxXWyF ukeA== X-Received: by 10.15.52.197 with SMTP id p45mr661348eew.98.1386754639135; Wed, 11 Dec 2013 01:37:19 -0800 (PST) Received: from [10.107.16.52] ([62.196.58.158]) by mx.google.com with ESMTPSA id o47sm51421533eem.21.2013.12.11.01.37.17 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 11 Dec 2013 01:37:18 -0800 (PST) Message-ID: <52A8324C.4030401@gmail.com> Date: Wed, 11 Dec 2013 10:37:16 +0100 From: Marco Organization: MC User-Agent: Mozilla/5.0 (X11; Linux i686; rv:24.0) Gecko/20100101 Thunderbird/24.1.1 MIME-Version: 1.0 To: meta-freescale@yoctoproject.org References: <00E61148-7768-4F8D-8EF9-802959FD9513@mantic.mx> In-Reply-To: Subject: Re: Qt5 with Yocto X-BeenThere: meta-freescale@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list Reply-To: koansoftware@gmail.com 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, 11 Dec 2013 09:37:21 -0000 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Il 11/12/2013 09:48, Morgan McKenzie ha scritto: > Hi Alfonso, > > I've started the build; so far the only problem I've encountered is the > following so I simply removed it (I seem to remember having done > something similar back on Dylan and it working then, but not so much on > Dora): > 'ssh-server-openssh' in IMAGE_FEATURES is not a valid image feature. > Valid features: dbg-pkgs debug-tweaks dev-pkgs doc-pkgs > package-management ptest-pkgs read-only-rootfs splash staticdev-pkgs > > Thanks a lot, I'll let you know if I run into anything else! > > Morgan Maybe should be like this, probably modifying or customizing core-image-minimal (as I did) EXTRA_IMAGE_FEATURES = "debug-tweaks" IMAGE_FEATURES += "ssh-server-openssh" Cheers -- Marco