Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bitbake-dev: Renamed to match the UI name | Rob Bradford | 2008-10-28 | 1 | -0/+0 |
| | | | | | | The UI starter now dynamically searches for the UI module based on the parameter given to -u. bitbake advertises the dependency explorer as "depexp" therefore this module needs renaming. | ||||
* | image.bbclass: Add INHIBIT_DEFAULT_DEPS | Richard Purdie | 2008-10-28 | 1 | -0/+2 |
| | |||||
* | bitbake-dev: Use the default task if 'None' asked for | Rob Bradford | 2008-10-28 | 1 | -0/+16 |
| | | | | | | | Since the default task is not known/available until the configuration files are parsed we may return None when the UI requests getCmdLine. We can enforce the use of the default by querying it again after the configuration is parsed/cache updated. | ||||
* | bitbake-dev: Refactor configuration file parsing | Rob Bradford | 2008-10-28 | 1 | -30/+26 |
| | | | | | | | | Separate the parsing of the configuration files / recipes into a separate function to the parsing of the command line. This parsing of the configuration files now happens when updateCache() is called. Some functionality has been moved from parseConfiguration() to __init__. | ||||
* | bitbake-dev: Save the cooker log into the working directory. | Rob Bradford | 2008-10-28 | 1 | -8/+4 |
| | | | | | This is necessary since with later refactoring the TMPDIR variable will not be available at this point in time. | ||||
* | scripts/poky-env-internal: Unset BDIR after use | Richard Purdie | 2008-10-28 | 1 | -0/+2 |
| | |||||
* | helix-libs, ribosome: Set COMPATIBLE_HOST since x86 only | Richard Purdie | 2008-10-28 | 2 | -0/+4 |
| | |||||
* | 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 |