From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dan.rpsys.net (dan.rpsys.net [93.97.175.187]) by mx1.pokylinux.org (Postfix) with ESMTP id D13B74C8109B for ; Mon, 24 Jan 2011 06:39:47 -0600 (CST) Received: from localhost (dan.rpsys.net [127.0.0.1]) by dan.rpsys.net (8.14.2/8.14.2/Debian-2build1) with ESMTP id p0OCfatt005716; Mon, 24 Jan 2011 12:41:37 GMT X-Virus-Scanned: Debian amavisd-new at dan.rpsys.net Received: from dan.rpsys.net ([127.0.0.1]) by localhost (dan.rpsys.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id kZ705EkYKhDX; Mon, 24 Jan 2011 12:41:36 +0000 (GMT) Received: from [192.168.1.45] (tim [93.97.173.237]) (authenticated bits=0) by dan.rpsys.net (8.14.2/8.14.2/Debian-2build1) with ESMTP id p0OCfVAl005699 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Mon, 24 Jan 2011 12:41:34 GMT From: Richard Purdie To: Gary Thomas In-Reply-To: <4D3D6AFC.8060300@mlbassoc.com> References: <4D3D6AFC.8060300@mlbassoc.com> Date: Mon, 24 Jan 2011 12:39:19 +0000 Message-ID: <1295872759.14388.44775.camel@rex> Mime-Version: 1.0 X-Mailer: Evolution 2.28.3 Cc: Poky Subject: Re: Poky on "standard" PC X-BeenThere: poky@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Poky build system developer discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Jan 2011 12:39:48 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Mon, 2011-01-24 at 05:05 -0700, Gary Thomas wrote: > I wanted to try Poky on a spare laptop, so I went looking > for an appropriate configuration to build. > > From 'README.hardware' (last updated 2010-12-16), I read: > Poky Boot CD (bootcdx86) > ======================== > > The Poky boot CD iso images are designed as a demonstration of the Poky > environment and to show the versatile image formats Poky can generate. It will > run on Pentium2 or greater PC style computers. The iso image can be > burnt to CD and then booted from. > > When I tried it (it's also listed in the default local.conf), > I got this error: > Please set TARGET_ARCH directly, or choose a MACHINE or DISTRO that does so. > Please set a valid MACHINE in your local.conf > > There seems to be no machine named 'bootcd*' anywhere :-( > > What should I be using? bootcdx86 was superceeded by the -live images. I'd suggest using the qemux86 or atom-pc machines and building a -live image, dd that to a usb stick and boot that on the laptop. An iso format image is also generated that can be placed onto a CD. We need to remove the bootcdx86 references as they're out of date. Cheers, Richard