Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | xf86-video-intel-dri2: don't apply patch "007_disable_tiling_and_enable_UXA" | Peng Li | 2008-10-29 | 1 | -2/+1 |
| | | | | | These driver options are specified in xorg.conf. Don't need to apply this patch any more. | ||||
* | xf86-video-intel-dri2: update PV | Peng Li | 2008-10-29 | 2 | -2/+2 |
| | | | | | PV should be "2.4.97+git${SRCREV}" according to upstream tag poky.conf: small typo fix | ||||
* | xserver-xf86-dri-lite : apply xserver-boottime.patch | Peng Li | 2008-10-29 | 1 | -1/+2 |
| | | | | This patch is used to measure xserver boot time | ||||
* | xtrans: add xtrans_1.2.2.bb | Peng Li | 2008-10-29 | 1 | -0/+12 |
| | | | | This is a build dependency of xserver-xf86-dri-lite_git | ||||
* | drm : add libdrm_2.4.0.bb | Peng Li | 2008-10-28 | 1 | -0/+10 |
| | | | | This is a GEM dependency. DRI2 will need GEM support | ||||
* | bootimg: copy rootfs to ISO image | Samuel Ortiz | 2008-10-27 | 1 | -0/+4 |
| | | | | We are only copying the initrd right now. | ||||
* | tasks: apps-x11-pimlico renaming typo | Samuel Ortiz | 2008-10-27 | 1 | -0/+0 |
| | |||||
* | tasks: fix moblin-tools task name typo | Samuel Ortiz | 2008-10-27 | 1 | -0/+58 |
| | |||||
* | bitbake-dev: Remove use of self.configuration.cmd as state from shell | Rob Bradford | 2008-10-27 | 1 | -10/+2 |
| | | | | | | The shell updated the self.configuration.cmd variable since commans relied on this implicit state. Since those commands now have an explicit task parameter such state manipulation is no longer necessary. | ||||
* | bitbake-dev: Remove implicit task from generateDepTree/generateDotGraphFiles | Rob Bradford | 2008-10-27 | 3 | -10/+12 |
| | | | | | Remove the implicit (from configuration.cmd) command/task for these events and instead use a parameter so that the task is given explicitly. | ||||
* | bitbake-dev: Make the "buildFile" command use the task parameter | Rob Bradford | 2008-10-27 | 1 | -1/+1 |
| | | | | | The "buildFile" command has a task parameter use it place of self.configuration.cmd when adding to the runqueue. | ||||
* | bitbake-dev: Make the task a parameter of the "tryBuild" command | Rob Bradford | 2008-10-27 | 2 | -4/+3 |
| | | | | | And switch the runqueue to use this rather than keeping it in the self.configuration.cmd variable | ||||
* | bitbake-dev: Include target/command (from -c) in "buildTargets" command | Rob Bradford | 2008-10-27 | 2 | -4/+5 |
| | | | | | This allows a UI to read / control which task for the given targets is used. This makes it more consistent with the "buildFile" command. | ||||
* | images: put poky-image-live back to meta/ | Samuel Ortiz | 2008-10-24 | 1 | -0/+9 |
| | |||||
* | meta-moblin: rename images and tasks from poky-* to moblin-* | Samuel Ortiz | 2008-10-24 | 18 | -0/+542 |
| | |||||
* | bitbake: Fix the wget fetcher so parameter portions of uris are ignored | Richard Purdie | 2008-10-24 | 2 | -2/+2 |
| | |||||
* | Merge branch 'master' of ssh://git@git.moblin.org/poky | Rob Bradford | 2008-10-24 | 9 | -28/+3021 |
|\ | |||||
| * | meta-molbin/images: Add poky-image-sdk-live.bb | Richard Purdie | 2008-10-24 | 1 | -0/+9 |
| | | |||||
| * | spectrum-fw: Use the standard fetcher process | Richard Purdie | 2008-10-23 | 2 | -20/+7 |
| | | |||||
| * | base.bbclass/bitbake.conf: Fix some string quoting to handle more unusual URLs | Richard Purdie | 2008-10-23 | 2 | -3/+3 |
| | | |||||
| * | scripts/build: Update the git proxy setup instructions | Richard Purdie | 2008-10-23 | 3 | -2/+3002 |
| | | |||||
| * | poky-image-openmoko.bb: remove matchbox-applet-startup-monitor | Ross Burton | 2008-10-23 | 1 | -1/+0 |
| | | | | | | | | We don't ship matchbox-applet-startup-monitor, so remove it. | ||||
| * | poky-image-openmoko.bb: remove unused PR | Ross Burton | 2008-10-23 | 1 | -2/+0 |
| | | |||||
* | | bitbake-dev: add a setVariable command | Rob Bradford | 2008-10-24 | 1 | -0/+9 |
| | | | | | | | | | | This is synonymous with the getVariable command and allows you to set values in the data dictionary. | ||||
* | | bitbake-dev: rename readVariable to getVariable | Rob Bradford | 2008-10-23 | 2 | -3/+3 |
|/ | | | | | Changing the name of this command makes it more consistent with other command names. | ||||
* | bitbake-dev: Change terminology online/offline to sync/async | Rob Bradford | 2008-10-23 | 2 | -42/+42 |
| | | | | | | Change the terminology from online/offline to sync/async when referring to commands that return a result immediately versus those that produce changes that are emitted as events over time. | ||||
* | bitbake: Preserve http_proxy and ftp_proxy in fetcher command execution | Richard Purdie | 2008-10-23 | 2 | -2/+2 |
| | |||||
* | opkg: Really fix the prototype problem (and an invalid call) | Richard Purdie | 2008-10-23 | 3 | -2/+17 |
| | |||||
* | opkg: Fix incomplete function prototype | Richard Purdie | 2008-10-23 | 1 | -0/+26 |
| | |||||
* | bitbake: Remove bogus test code | Richard Purdie | 2008-10-22 | 2 | -2/+0 |
| | |||||
* | bitbake: Improve proxy variable handling in fetchers | Richard Purdie | 2008-10-22 | 4 | -0/+26 |
| | |||||
* | scripts/poky-env-internal: Add proxy variables to the enviornment whitelist ↵ | Richard Purdie | 2008-10-22 | 1 | -1/+1 |
| | | | | (and OEROOT) | ||||
* | scripts: Fix variable quoting | Richard Purdie | 2008-10-22 | 1 | -1/+1 |
| | |||||
* | scripts: Add moblin autobuilder support scripts | Richard Purdie | 2008-10-22 | 2 | -0/+233 |
| | |||||
* | * Fixing the helix-player.pc to include a -lstdc++ | Rusty Lynch | 2008-10-22 | 4 | -1/+27 |
| | | | | * Adding clutter-helix recipe | ||||
* | Add meta-moblin-internal to gitignore | Samuel Ortiz | 2008-10-22 | 1 | -0/+1 |
| | |||||
* | * Adding initial ribosome (helix build system) and helix-libs recipes | Rusty Lynch | 2008-10-22 | 7 | -0/+12858 |
| | |||||
* | bitbake-dev: add goggle - an experimental GTK UI. | Rob Bradford | 2008-10-22 | 1 | -0/+222 |
| | |||||
* | bitbake-dev: Include the worker's PID in events | Rob Bradford | 2008-10-21 | 2 | -2/+15 |
| | | | | | When the runqueue forks off we save the pid inside the event module for that thread. When we next fire an event then that PID gets included in the events. | ||||
* | linux-moblin: We dont need the defconfig-eee901 files anymore | Samuel Ortiz | 2008-10-21 | 2 | -4843/+0 |
| | |||||
* | linux-moblin: Add 2.6.27 moblin kernel | Samuel Ortiz | 2008-10-21 | 108 | -3/+17773 |
| | | | | | This will be the default moblin kernel. We also moved the 2.6.27-rc* kernels to meta-moblin. | ||||
* | netbook: changed platform name from eee901 to netbook | Samuel Ortiz | 2008-10-21 | 26 | -39/+5001 |
| | | | | | | We want to have a more generic platform definition. The netbook machine one currently supports the eee901 and the aspire one. We also moved the machine and netbook image definitions to meta-moblin. | ||||
* | bitbake-dev: Dynamically load the UI module. | Rob Bradford | 2008-10-21 | 1 | -25/+14 |
| | | | | | Dynamically load the UI from a module based on the UI name given. We still however maintain a fixed set in here with the set of suggested UIs. | ||||
* | packaged-staging.bbclass: Avoid removing the staging.lock lock file. | Robert Bradford | 2008-10-20 | 1 | -0/+3 |
| | | | | | | | | The pstage_manualclean function can be called on a directory containing an actively held lock on staging. Removing the lock file whilst the lock is held results in a failure when the lock is released. git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5553 311d38ba-8fff-0310-9ca6-ca027cbcb966 | ||||
* | syslinux: Add COMPATIBLE_HOST | Richard Purdie | 2008-10-20 | 1 | -0/+2 |
| | | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5552 311d38ba-8fff-0310-9ca6-ca027cbcb966 | ||||
* | bitbake utils.py: Merge prunedir symlink fix from bitbake upstream | Richard Purdie | 2008-10-20 | 2 | -2/+8 |
| | | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5551 311d38ba-8fff-0310-9ca6-ca027cbcb966 | ||||
* | libacpi: Add COMPATIBLE_HOST | Richard Purdie | 2008-10-20 | 1 | -0/+2 |
| | | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5550 311d38ba-8fff-0310-9ca6-ca027cbcb966 | ||||
* | poky.conf: Fix world excludes typo | Richard Purdie | 2008-10-20 | 1 | -1/+1 |
| | | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5549 311d38ba-8fff-0310-9ca6-ca027cbcb966 | ||||
* | libsyncml: Remove insane piece of strange assembler | Richard Purdie | 2008-10-20 | 2 | -1/+17 |
| | | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5548 311d38ba-8fff-0310-9ca6-ca027cbcb966 | ||||
* | poky.conf: Exclude linsync from world builds | Richard Purdie | 2008-10-20 | 1 | -0/+1 |
| | | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5547 311d38ba-8fff-0310-9ca6-ca027cbcb966 |