Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | meta-moblin/packages/tasks/task-moblin-tools.bb: fix typo in filename. | Joshua Lock | 2008-10-29 | 1 | -0/+0 | |
| | | ||||||
* | | Tidy up images and tasks in meta and meta-moblin. | Joshua Lock | 2008-10-29 | 31 | -209/+64 | |
| | | | | | | | | | | | | | | meta now only contains images and tasks relating to core Poky and the Sato environment. meta-moblin contains images and tasks for netbooks and the moblin environment. Remove any duplicated tasks and images and rename images and tasks in meta-moblin. | |||||
* | | local.conf.sample: Append to BBFILES instead of overwriting | Richard Purdie | 2008-10-29 | 1 | -1/+1 | |
| | | ||||||
* | | gtk+: Add moblin override | Richard Purdie | 2008-10-29 | 1 | -0/+1 | |
| | | ||||||
* | | Add poky-image-sdk-live to meta/ | Richard Purdie | 2008-10-29 | 1 | -0/+9 | |
| | | ||||||
* | | kernel.bbclass: We dont want to tar lib/ if we dont have any modules | Samuel Ortiz | 2008-10-29 | 1 | -1/+3 | |
| | | ||||||
* | | meta-moblin: Add moblin-image-minimal image | Samuel Ortiz | 2008-10-29 | 1 | -0/+11 | |
| | | ||||||
* | | conf/distro/include/world-broken.inc: Exclude clutter-helix from world builds | Richard Purdie | 2008-10-28 | 1 | -0/+3 | |
| | | ||||||
* | | bitbake: Add tryaltconfigs option to disable the alternative configuration ↵ | Richard Purdie | 2008-10-28 | 8 | -8/+21 | |
| | | | | | | | | attempts and make the 'continue' more aggresive | |||||
* | | scripts/poky-env-internal: Add POKYMODE to BB_ENV_WHITELIST | Richard Purdie | 2008-10-28 | 1 | -1/+1 | |
| | | ||||||
* | | conf/distro/include/world-broken.inc: Add abiword and abiword-embedded for now | Richard Purdie | 2008-10-28 | 1 | -0/+3 | |
| | | ||||||
* | | package_rpm.bbclass: Don't use the system wide RPM macros. | Rob Bradford | 2008-10-28 | 1 | -1/+1 | |
| | | | | | | | | | | This fixes the build on Fedora 10 where the RPM system macros obliterate the value of BuildRoot that is set in the spec file. | |||||
* | | matchbox-panel-applet-2: Update SRCREV to fix breakage on non-APM platforms | Rob Bradford | 2008-10-28 | 1 | -1/+1 | |
| | | ||||||
* | | conf/distro: Create a moblin distro config file based on the Poky one | Richard Purdie | 2008-10-28 | 7 | -41/+201 | |
| | | | | | | | | Also refactor various data into common include files. | |||||
* | | 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 | |
| |