summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFiles
2006-08-31Update cmx270 for 2.6.16 useMatthew Allum1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@690 311d38ba-8fff-0310-9ca6-ca027cbcb966
2006-08-31Add compulab modified 2.6.16 kernelMatthew Allum5
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@689 311d38ba-8fff-0310-9ca6-ca027cbcb966
2006-08-31Add correct patchMatthew Allum1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@688 311d38ba-8fff-0310-9ca6-ca027cbcb966
2006-08-31Add patch for -fb switch support for XfbdevMatthew Allum2
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@687 311d38ba-8fff-0310-9ca6-ca027cbcb966
2006-08-31Add basic support for cmx270 mxfb XMatthew Allum2
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@686 311d38ba-8fff-0310-9ca6-ca027cbcb966
2006-08-31base.bbclass: Add a new 'rebuild' convenience task, which simply does a ↵Chris Larson1
clean and then runs the default task ('build'). git-svn-id: https://svn.o-hand.com/repos/poky/trunk@685 311d38ba-8fff-0310-9ca6-ca027cbcb966
2006-08-31devshell.bbclass: Run after do_patchRichard Purdie1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@684 311d38ba-8fff-0310-9ca6-ca027cbcb966
2006-08-30devshell: Convert to its own class and add to poky.conf by default. Export ↵Richard Purdie3
EXTRA_OEMAKE to devshell. git-svn-id: https://svn.o-hand.com/repos/poky/trunk@683 311d38ba-8fff-0310-9ca6-ca027cbcb966
2006-08-30base.bbclass: Add devshell task. Trigger as bitbake somepackage -c devshell ↵Richard Purdie1
which will drop you into an interactive shell within the source (S) directory. The environment is as found internally to other tasks for the package (PATH includes the toolchain etc.). git-svn-id: https://svn.o-hand.com/repos/poky/trunk@682 311d38ba-8fff-0310-9ca6-ca027cbcb966
2006-08-30bitbake build.py: Add interactive flag for tasks to allow i/o redirection to ↵Richard Purdie1
be disabled. Also fix NFS stamp error git-svn-id: https://svn.o-hand.com/repos/poky/trunk@681 311d38ba-8fff-0310-9ca6-ca027cbcb966
2006-08-30Patch.bbclass: add NOOPResolver class for use in unattended builds, which ↵Chris Larson1
does no actual patch resolution, simply passing the failure on up. Set PATCHRESOLVE='noop' to make use of it. Also pulls in the workaround for quilt's upward searching for a 'patches' dir from upstream oe. git-svn-id: https://svn.o-hand.com/repos/poky/trunk@680 311d38ba-8fff-0310-9ca6-ca027cbcb966
2006-08-29Fix cursor hiding when running on qemu versatile boardMatthew Allum2
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@679 311d38ba-8fff-0310-9ca6-ca027cbcb966
2006-08-29Add qemu-ext2 script and new notes to READMEMatthew Allum3
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@678 311d38ba-8fff-0310-9ca6-ca027cbcb966
2006-08-29image.bbclass: Add symlinks to the latest images for a given machineRichard Purdie2
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@677 311d38ba-8fff-0310-9ca6-ca027cbcb966
2006-08-29linux-openzaurus.inc: Add symlink to deploy/images for the latest kernel for ↵Richard Purdie1
a given machine git-svn-id: https://svn.o-hand.com/repos/poky/trunk@676 311d38ba-8fff-0310-9ca6-ca027cbcb966
2006-08-29Add ac_cv_sizeof_int_p, needed mysteriously suddenly by rxvt-unicodeMatthew Allum1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@675 311d38ba-8fff-0310-9ca6-ca027cbcb966
2006-08-29gcc-cross-csl: Fix typo and hence require error. Not sure how this worked ↵Richard Purdie1
and it will probably break the csl toolchain... git-svn-id: https://svn.o-hand.com/repos/poky/trunk@674 311d38ba-8fff-0310-9ca6-ca027cbcb966
2006-08-29dbus-native 0.5: drop old versionRichard Purdie1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@673 311d38ba-8fff-0310-9ca6-ca027cbcb966
2006-08-29Rename the supplied default local.conf to local.conf.sample, per mallum's ↵Chris Larson2
request. git-svn-id: https://svn.o-hand.com/repos/poky/trunk@671 311d38ba-8fff-0310-9ca6-ca027cbcb966
2006-08-28Patch failure handling updates, added a 'patch' concrete class, so we can ↵Chris Larson3
apply patches to quilt-native itself. git-svn-id: https://svn.o-hand.com/repos/poky/trunk@670 311d38ba-8fff-0310-9ca6-ca027cbcb966
2006-08-28quilt updates from upstream oe.Chris Larson11
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@669 311d38ba-8fff-0310-9ca6-ca027cbcb966
2006-08-28poky-init-build-env: add $HOME/.pokyChris Larson1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@668 311d38ba-8fff-0310-9ca6-ca027cbcb966
2006-08-28poky-init-build-env: add $HOME/.oe to BBPATH, for setting a per user ↵Chris Larson1
conf/site.conf for settings common to all build dirs. unset TERMINFO to avoid glibc pulling in the user's terminal information files. git-svn-id: https://svn.o-hand.com/repos/poky/trunk@667 311d38ba-8fff-0310-9ca6-ca027cbcb966
2006-08-27Change include x.inc -> require x.inc (sync with OE)Richard Purdie83
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@666 311d38ba-8fff-0310-9ca6-ca027cbcb966
2006-08-27pango: Sync with OERichard Purdie3
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@665 311d38ba-8fff-0310-9ca6-ca027cbcb966
2006-08-27chkhinge26: drop (replaced by zaurusd)Richard Purdie2
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@664 311d38ba-8fff-0310-9ca6-ca027cbcb966
2006-08-27avahi 0.6.10 -> 0.6.13 (from OE)Richard Purdie1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@663 311d38ba-8fff-0310-9ca6-ca027cbcb966
2006-08-27Patch.bbclass: fix bug resulting in a failure to md5 the local path.. it ↵Chris Larson1
broke when localpath() included variable references. git-svn-id: https://svn.o-hand.com/repos/poky/trunk@662 311d38ba-8fff-0310-9ca6-ca027cbcb966
2006-08-27automake: Sync with OE (include -> requires)Richard Purdie2
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@661 311d38ba-8fff-0310-9ca6-ca027cbcb966
2006-08-27autoconf: Sync with OE (include -> requires and add AC_CHECK_TARGET_TOOL ↵Richard Purdie3
backport from 2.60) git-svn-id: https://svn.o-hand.com/repos/poky/trunk@660 311d38ba-8fff-0310-9ca6-ca027cbcb966
2006-08-27Add tune-iwmmxt (use to enable wireless extenion optimisations)Richard Purdie1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@659 311d38ba-8fff-0310-9ca6-ca027cbcb966
2006-08-27sanity.conf: Update minimum bitbake versionRichard Purdie1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@658 311d38ba-8fff-0310-9ca6-ca027cbcb966
2006-08-27Drop familiar, sync angstrom and openzaurus after merging task-base changesRichard Purdie4
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@657 311d38ba-8fff-0310-9ca6-ca027cbcb966
2006-08-27bitbake.conf: Sync with upstreamRichard Purdie1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@656 311d38ba-8fff-0310-9ca6-ca027cbcb966
2006-08-27Sync task.base after merging upstreamRichard Purdie1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@655 311d38ba-8fff-0310-9ca6-ca027cbcb966
2006-08-27Sync conf files with OE (and add iwmmxt arch to capable machines)Richard Purdie11
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@654 311d38ba-8fff-0310-9ca6-ca027cbcb966
2006-08-27qemu: Generate ext2 images as well as bz2 tarballsRichard Purdie1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@653 311d38ba-8fff-0310-9ca6-ca027cbcb966
2006-08-27conf/distro: Sync with OERichard Purdie16
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@652 311d38ba-8fff-0310-9ca6-ca027cbcb966
2006-08-27classes: Sync with OERichard Purdie12
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@651 311d38ba-8fff-0310-9ca6-ca027cbcb966
2006-08-27Directly make use of the OEROOT environment variable in the default ↵Chris Larson2
local.conf, and set TMPDIR explicitly to avoid the requirement that one run bitbake from the build directory. git-svn-id: https://svn.o-hand.com/repos/poky/trunk@650 311d38ba-8fff-0310-9ca6-ca027cbcb966
2006-08-26poky: Add POKYMODE=eabi2 - Uses glibc 2.4 and gcc 4.1.1Richard Purdie1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@649 311d38ba-8fff-0310-9ca6-ca027cbcb966
2006-08-26gcc: Add 4.1.1Richard Purdie24
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@648 311d38ba-8fff-0310-9ca6-ca027cbcb966
2006-08-26linux-openzaurus: Change qemuarm to emulate the Versatile/PB with SCSI disk ↵Richard Purdie1
support and OHCI USB (via PCI) git-svn-id: https://svn.o-hand.com/repos/poky/trunk@647 311d38ba-8fff-0310-9ca6-ca027cbcb966
2006-08-26linux-openzaurus: Change qemuarm to emulate the Versatile/PB with SCSI disk ↵Richard Purdie1
support and OHCI USB (via PCI) git-svn-id: https://svn.o-hand.com/repos/poky/trunk@646 311d38ba-8fff-0310-9ca6-ca027cbcb966
2006-08-26glibc-2.4: Extend list of broken localesRichard Purdie1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@645 311d38ba-8fff-0310-9ca6-ca027cbcb966
2006-08-26qemu: Updates to reflect new SRCDATERichard Purdie2
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@644 311d38ba-8fff-0310-9ca6-ca027cbcb966
2006-08-26qemu: Update to SRCDATE = 20060723 (corresponds to 0.8.2)Richard Purdie1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@643 311d38ba-8fff-0310-9ca6-ca027cbcb966
2006-08-26qemu: Add nptl patch to allow EABI binary locale generation (from scratchbox)Richard Purdie2
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@642 311d38ba-8fff-0310-9ca6-ca027cbcb966
2006-08-25ship battery applet imagesJorn Baayen1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@641 311d38ba-8fff-0310-9ca6-ca027cbcb966
2006-08-25s/libapm/apmdJorn Baayen1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@640 311d38ba-8fff-0310-9ca6-ca027cbcb966