Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
2008-10-27 | tasks: apps-x11-pimlico renaming typo | Samuel Ortiz | 1 | |
2008-10-27 | tasks: fix moblin-tools task name typo | Samuel Ortiz | 1 | |
2008-10-27 | bitbake-dev: Remove use of self.configuration.cmd as state from shell | Rob Bradford | 1 | |
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. | ||||
2008-10-27 | bitbake-dev: Remove implicit task from generateDepTree/generateDotGraphFiles | Rob Bradford | 3 | |
Remove the implicit (from configuration.cmd) command/task for these events and instead use a parameter so that the task is given explicitly. | ||||
2008-10-27 | bitbake-dev: Make the "buildFile" command use the task parameter | Rob Bradford | 1 | |
The "buildFile" command has a task parameter use it place of self.configuration.cmd when adding to the runqueue. | ||||
2008-10-27 | bitbake-dev: Make the task a parameter of the "tryBuild" command | Rob Bradford | 2 | |
And switch the runqueue to use this rather than keeping it in the self.configuration.cmd variable | ||||
2008-10-27 | bitbake-dev: Include target/command (from -c) in "buildTargets" command | Rob Bradford | 2 | |
This allows a UI to read / control which task for the given targets is used. This makes it more consistent with the "buildFile" command. | ||||
2008-10-24 | images: put poky-image-live back to meta/ | Samuel Ortiz | 1 | |
2008-10-24 | meta-moblin: rename images and tasks from poky-* to moblin-* | Samuel Ortiz | 18 | |
2008-10-24 | bitbake: Fix the wget fetcher so parameter portions of uris are ignored | Richard Purdie | 2 | |
2008-10-24 | Merge branch 'master' of ssh://git@git.moblin.org/poky | Rob Bradford | 9 | |
2008-10-24 | bitbake-dev: add a setVariable command | Rob Bradford | 1 | |
This is synonymous with the getVariable command and allows you to set values in the data dictionary. | ||||
2008-10-24 | meta-molbin/images: Add poky-image-sdk-live.bb | Richard Purdie | 1 | |
2008-10-23 | spectrum-fw: Use the standard fetcher process | Richard Purdie | 2 | |
2008-10-23 | base.bbclass/bitbake.conf: Fix some string quoting to handle more unusual URLs | Richard Purdie | 2 | |
2008-10-23 | scripts/build: Update the git proxy setup instructions | Richard Purdie | 3 | |
2008-10-23 | bitbake-dev: rename readVariable to getVariable | Rob Bradford | 2 | |
Changing the name of this command makes it more consistent with other command names. | ||||
2008-10-23 | poky-image-openmoko.bb: remove matchbox-applet-startup-monitor | Ross Burton | 1 | |
We don't ship matchbox-applet-startup-monitor, so remove it. | ||||
2008-10-23 | poky-image-openmoko.bb: remove unused PR | Ross Burton | 1 | |
2008-10-23 | bitbake-dev: Change terminology online/offline to sync/async | Rob Bradford | 2 | |
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. | ||||
2008-10-23 | bitbake: Preserve http_proxy and ftp_proxy in fetcher command execution | Richard Purdie | 2 | |
2008-10-23 | opkg: Really fix the prototype problem (and an invalid call) | Richard Purdie | 3 | |
2008-10-23 | opkg: Fix incomplete function prototype | Richard Purdie | 1 | |
2008-10-22 | bitbake: Remove bogus test code | Richard Purdie | 2 | |
2008-10-22 | bitbake: Improve proxy variable handling in fetchers | Richard Purdie | 4 | |
2008-10-22 | scripts/poky-env-internal: Add proxy variables to the enviornment whitelist ↵ | Richard Purdie | 1 | |
(and OEROOT) | ||||
2008-10-22 | scripts: Fix variable quoting | Richard Purdie | 1 | |
2008-10-22 | scripts: Add moblin autobuilder support scripts | Richard Purdie | 2 | |
2008-10-22 | * Fixing the helix-player.pc to include a -lstdc++ | Rusty Lynch | 4 | |
* Adding clutter-helix recipe | ||||
2008-10-22 | Add meta-moblin-internal to gitignore | Samuel Ortiz | 1 | |
2008-10-22 | * Adding initial ribosome (helix build system) and helix-libs recipes | Rusty Lynch | 7 | |
2008-10-22 | bitbake-dev: add goggle - an experimental GTK UI. | Rob Bradford | 1 | |
2008-10-21 | bitbake-dev: Include the worker's PID in events | Rob Bradford | 2 | |
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. | ||||
2008-10-21 | linux-moblin: We dont need the defconfig-eee901 files anymore | Samuel Ortiz | 2 | |
2008-10-21 | linux-moblin: Add 2.6.27 moblin kernel | Samuel Ortiz | 108 | |
This will be the default moblin kernel. We also moved the 2.6.27-rc* kernels to meta-moblin. | ||||
2008-10-21 | netbook: changed platform name from eee901 to netbook | Samuel Ortiz | 26 | |
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. | ||||
2008-10-21 | bitbake-dev: Dynamically load the UI module. | Rob Bradford | 1 | |
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. | ||||
2008-10-20 | packaged-staging.bbclass: Avoid removing the staging.lock lock file. | Robert Bradford | 1 | |
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 | ||||
2008-10-20 | syslinux: Add COMPATIBLE_HOST | Richard Purdie | 1 | |
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5552 311d38ba-8fff-0310-9ca6-ca027cbcb966 | ||||
2008-10-20 | bitbake utils.py: Merge prunedir symlink fix from bitbake upstream | Richard Purdie | 2 | |
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5551 311d38ba-8fff-0310-9ca6-ca027cbcb966 | ||||
2008-10-20 | libacpi: Add COMPATIBLE_HOST | Richard Purdie | 1 | |
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5550 311d38ba-8fff-0310-9ca6-ca027cbcb966 | ||||
2008-10-20 | poky.conf: Fix world excludes typo | Richard Purdie | 1 | |
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5549 311d38ba-8fff-0310-9ca6-ca027cbcb966 | ||||
2008-10-20 | libsyncml: Remove insane piece of strange assembler | Richard Purdie | 2 | |
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5548 311d38ba-8fff-0310-9ca6-ca027cbcb966 | ||||
2008-10-20 | poky.conf: Exclude linsync from world builds | Richard Purdie | 1 | |
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5547 311d38ba-8fff-0310-9ca6-ca027cbcb966 | ||||
2008-10-20 | poky.conf: Update libopensync world exclude list | Richard Purdie | 1 | |
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5546 311d38ba-8fff-0310-9ca6-ca027cbcb966 | ||||
2008-10-20 | libopensync-plugin: Upgrade file and vformat to 0.37 | Richard Purdie | 2 | |
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5545 311d38ba-8fff-0310-9ca6-ca027cbcb966 | ||||
2008-10-20 | msynctool: Upgrade 0.36 -> 0.37 | Richard Purdie | 1 | |
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5544 311d38ba-8fff-0310-9ca6-ca027cbcb966 | ||||
2008-10-20 | libopensync-plugin-evolution2: Fix to work with libopensync 0.37 | Richard Purdie | 2 | |
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5543 311d38ba-8fff-0310-9ca6-ca027cbcb966 | ||||
2008-10-20 | syslinux: Various cleanups and add back some missing staging pieces | Richard Purdie | 2 | |
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5542 311d38ba-8fff-0310-9ca6-ca027cbcb966 | ||||
2008-10-20 | bitbake-dev: Remove the Pkg{Started, Failed, Succeeded} events and their ↵ | Robert Bradford | 4 | |
handling in the UI These events are superfluous now that BB operates on a task level granularity. git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5541 311d38ba-8fff-0310-9ca6-ca027cbcb966 |