From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ie0-f173.google.com (mail-ie0-f173.google.com [209.85.223.173]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id C1022E00444 for ; Sat, 1 Feb 2014 09:32:43 -0800 (PST) Received: by mail-ie0-f173.google.com with SMTP id e14so5329900iej.32 for ; Sat, 01 Feb 2014 09:32:42 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:date:from:user-agent:mime-version:to :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=FvJCchvI6x9dTIKfjXfZxhcQug1U4gW8UZhcFufYHf0=; b=lr+aYX2kJpZzMslKSUWSxuIz6s/hUHclZfD0/FjTbtm0kCHyvDU1G8A0SkgGq2t299 avuR/RjOwXHZiSTACQLWkWeO4tQO8R7GwQGRt60i5mOX9nUKqn62rrSuFIClwKuHSajP mU9fZeB/TOFI1cN2whOnOhk4MevnofS+nuFS8GpyCh/xGktRxtKs1WXDDjlTN8QsWrkK EG/c5wQToriKVaDpSOfzUTlo+lXCh+1Ypk8JfoHpZAnMwWyhdvDpvsJdgWHqa7bEG1mn tO6LrbLr5A7QxEq5h41tqlxf815bXvmXjaEMRmY2ElspeJHuS6U5kdS3JfFSRu/ii+2+ 7c3A== X-Gm-Message-State: ALoCoQk3CAajoKvUxIEZBu8bG1SD0SzesyZxSuXdY07VIo5GSwe2q7maYW7+hvRVczRMgb84FvWo X-Received: by 10.42.129.9 with SMTP id o9mr20533697ics.38.1391275962391; Sat, 01 Feb 2014 09:32:42 -0800 (PST) Received: from [192.168.141.83] (69-165-220-158.dsl.teksavvy.com. [69.165.220.158]) by mx.google.com with ESMTPSA id fk5sm10241954igb.9.2014.02.01.09.32.41 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 01 Feb 2014 09:32:41 -0800 (PST) Message-ID: <52ED2FB9.5080902@linaro.org> Date: Sat, 01 Feb 2014 12:32:41 -0500 From: Trevor Woerner User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: meta-freescale@yoctoproject.org References: <52ED2755.60606@taydin.org> In-Reply-To: <52ED2755.60606@taydin.org> Subject: Re: nfsroot boot 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: Sat, 01 Feb 2014 17:32:45 -0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit On 02/01/14 11:56, Timur Aydin wrote: > The rootfs.ext3 image is already under tmp/deploy/images/imx6qsabresd, > there is also the uImage. But I need the vmImage, which is just the > kernel image, without uboot. I believe the kernel by itself is the uImage. I don't know of anything called the vmImage. To me, if anything, "vmImage" would imply "virtual machine image" which, currently, OE doesn't build for non-x86 targets. > So mu question is, how can I have bitbake create the vmImage? $ bitbake -f -c compile virtual/kernel