Hello
These are the steps that I have been using to build pandaboard & beaglebone
images using yocto and meta-ti.  Last working version for the pandaboard
01/30/13 and the beaglebone was 03/13/13.
For the beagleboard with just yocto the last working version was 03/22/13.
Let me know if this helps.
I appreciate all help.
Steps to build beaglebone and pandaboard
Adding the following to local.conf
MACHINE ?= "beaglebone"
MACHINE ?= "pandaboard"
BBMASK ?= ".*/meta-ti/recipes-(misc|bsp/formfactor|graphics/mesa)/"

Adding the follow to bblayers.conf
 /home/vidal/POKY/build032213_panda/poky/meta-yocto \
 /home/vidal/POKY/build032213_panda/poky/meta-ti \
 /home/vidal/POKY/build032213_panda/poky/meta-yocto-bsp \

Last working version for the pandaboard 01/30/13
cd /home/vidal/POKY/build013013_panda
git clone  git://git.yoctoproject.org/poky.git
cd /home/vidal/POKY/build013013_panda/pokygit clone git://
git.yoctoproject.org/meta-ti

Last working version for the beaglebone 03/13/13
cd /home/vidal/POKY/build031313_panda
git clone  git://git.yoctoproject.org/poky.git
cd /home/vidal/POKY/build031313_panda/poky
git clone git://git.yoctoproject.org/meta-ti

Downloaded a version 03/22/13 which is having problem do_fetch.
In the process of doing a manual fetch.
commit 031305f8472be6e8eda7b130cb7409acf9a1984a
Author: Scott Rifenbark <scott.m.rifenb...@intel.com>
Date:   Fri Mar 22 08:20:48 2013 -0700

    ref-manual: Edits to make section heads consistent capitalization

    Various section heading titles were not using capital letters
    for primary words.  Fixed this up.

    (From yocto-docs rev: da15d2ac3d043a0296a51d1a9fac69e7b4229f75)

    Signed-off-by: Scott Rifenbark <scott.m.rifenb...@intel.com>
    Signed-off-by: Richard Purdie <richard.pur...@linuxfoundation.org>

commit 261a5e98426f512ab77f8f45c8a90babdea7bfe4
Author: Denys Dmytriyenko <de...@ti.com>
Date:   Mon Mar 18 14:39:09 2013 -0400

    linux-ti33x-psp 3.1: remove an older outdated 3.1 kernel recipe for
ti33x

    Signed-off-by: Denys Dmytriyenko <de...@ti.com>
    Acked-by: Chase Maupin <chase.mau...@ti.com>

On Thu, Mar 21, 2013 at 6:36 AM, Koen Kooi <k...@dominion.thruhere.net>wrote:

> Hi,
>
> Work on narcissus has started again and I ran into a problem: packagenames
> have changed *again* between releases. So the plan was to dump OE-classic
> based releases and support v2012.05 and v2012.12. But between those two
> releases all 'task' packages have been renamed to 'packagegroup'. So in
> order to keep your favourite machine supported please do the following:
>
> 1) check if that machine has a BSP layer available that works against
> Yocto Project release 1.3 "Danny". If not, volunteer to maintain such a
> layer.
> 2) check if that layer is already included in the angstrom setup-scripts
> for v2012.12. If not, send a patch/github pull request
> 3) Ask for the layer to be added to the autobuilder.
>
> The current list of supported machines is sadly very short:
>
> beagleboard
> beaglebone
> fri2
> minnow
> qemuarm
> qemumips
> qemuppc
> qemux86
>
> and possibly raspberry-pi
>
> thanks,
>
> Koen
> _______________________________________________
> Angstrom-distro-devel mailing list
> Angstrom-distro-devel@linuxtogo.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel
>
_______________________________________________
Angstrom-distro-devel mailing list
Angstrom-distro-devel@linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/angstrom-distro-devel

Reply via email to