Go to file
Ross Burton 148459e611 Merged revisions 5169-5170 via svnmerge from
https://svn.o-hand.com/repos/poky/trunk

........
  r5169 | ross | 2008-09-10 17:17:54 +0100 (Wed, 10 Sep 2008) | 1 line
  
  gaku: clean up depends/recommends
........
  r5170 | richard | 2008-09-10 17:25:46 +0100 (Wed, 10 Sep 2008) | 20 lines
  
  bitbake hg fetcher: Add fix from Matt Hoosier
  
  The Mercurial fetcher right now will fail when used to incrementally
  fetch an update to a local clone of a repository already fetched at
  some prior revision. The culprit is the sequence:
  
   hg pull -r <rev>
   hg update -C <rev>
    
  A subtlety in the way that Mercurial stores its tags (in a normally
  version-controlled file called .hgtags) has the side-effect that a
  repository fetched at a tag "foo" will not actually contain a
  new-enough copy of the .hgtags file to be self-aware of the foo tag's
  existence.
    
  The solution is just to get all the changesets in the repository on
  incremental upgrades, so that the following "hg update" will be able
  to resolve the tag.
    
........


git-svn-id: https://svn.o-hand.com/repos/poky/branches/elroy@5282 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-09-26 08:46:30 +00:00
bitbake Merged revisions 5169-5170 via svnmerge from 2008-09-26 08:46:30 +00:00
build/conf local.conf.sample: Use pokylinux.org 2008-06-12 10:38:25 +00:00
handbook handbook: added 2008 to copyright 2008-07-21 09:14:07 +00:00
meta Merged revisions 5169-5170 via svnmerge from 2008-09-26 08:46:30 +00:00
meta-extras Move libtiff to meta from meta-extras 2008-08-25 21:08:16 +00:00
meta-openmoko/packages libsndfile1: Add missing DEPENDS on sqlite3 2008-09-09 11:03:49 +00:00
scripts poky-nokia800-flashutil: merged offsets from Andrew script and added Diablo notes 2008-08-08 07:41:33 +00:00
LICENSE Add top level LICENSE 2007-06-26 11:44:47 +00:00
poky-init-build-env poky-init-build-env: Don't exit from sourced scripts, return 2007-07-25 10:44:56 +00:00
README README*: Update after addition of manual 2008-02-26 11:40:57 +00:00
README.hardware Fix broken string with weird characters. 2008-02-29 13:29:19 +00:00

Poky

Poky platform builder is a combined cross build system and development environment. It features support for building X11/Matchbox/GTK based filesystem images for various embedded devices and boards. It also supports cross-architecture application development using QEMU emulation and a standalone toolchain and SDK with IDE integration.

Poky has an extensive handbook, the source of which is contained in the handbook directory. For compiled HTML or pdf versions of this, see the Poky website http://pokylinux.org.

Additional information on the specifics of hardware that Poky supports is available in README.hardware.