summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFiles
2008-10-27tasks: apps-x11-pimlico renaming typoSamuel Ortiz1
2008-10-27tasks: fix moblin-tools task name typoSamuel Ortiz1
2008-10-27bitbake-dev: Remove use of self.configuration.cmd as state from shellRob Bradford1
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-27bitbake-dev: Remove implicit task from generateDepTree/generateDotGraphFilesRob Bradford3
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-27bitbake-dev: Make the "buildFile" command use the task parameterRob Bradford1
The "buildFile" command has a task parameter use it place of self.configuration.cmd when adding to the runqueue.
2008-10-27bitbake-dev: Make the task a parameter of the "tryBuild" commandRob Bradford2
And switch the runqueue to use this rather than keeping it in the self.configuration.cmd variable
2008-10-27bitbake-dev: Include target/command (from -c) in "buildTargets" commandRob Bradford2
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-24images: put poky-image-live back to meta/Samuel Ortiz1
2008-10-24meta-moblin: rename images and tasks from poky-* to moblin-*Samuel Ortiz18
2008-10-24bitbake: Fix the wget fetcher so parameter portions of uris are ignoredRichard Purdie2
2008-10-24Merge branch 'master' of ssh://git@git.moblin.org/pokyRob Bradford9
2008-10-24bitbake-dev: add a setVariable commandRob Bradford1
This is synonymous with the getVariable command and allows you to set values in the data dictionary.
2008-10-24meta-molbin/images: Add poky-image-sdk-live.bbRichard Purdie1
2008-10-23spectrum-fw: Use the standard fetcher processRichard Purdie2
2008-10-23base.bbclass/bitbake.conf: Fix some string quoting to handle more unusual URLsRichard Purdie2
2008-10-23scripts/build: Update the git proxy setup instructionsRichard Purdie3
2008-10-23bitbake-dev: rename readVariable to getVariableRob Bradford2
Changing the name of this command makes it more consistent with other command names.
2008-10-23poky-image-openmoko.bb: remove matchbox-applet-startup-monitorRoss Burton1
We don't ship matchbox-applet-startup-monitor, so remove it.
2008-10-23poky-image-openmoko.bb: remove unused PRRoss Burton1
2008-10-23bitbake-dev: Change terminology online/offline to sync/asyncRob Bradford2
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-23bitbake: Preserve http_proxy and ftp_proxy in fetcher command executionRichard Purdie2
2008-10-23opkg: Really fix the prototype problem (and an invalid call)Richard Purdie3
2008-10-23opkg: Fix incomplete function prototypeRichard Purdie1
2008-10-22bitbake: Remove bogus test codeRichard Purdie2
2008-10-22bitbake: Improve proxy variable handling in fetchersRichard Purdie4
2008-10-22scripts/poky-env-internal: Add proxy variables to the enviornment whitelist ↵Richard Purdie1
(and OEROOT)
2008-10-22scripts: Fix variable quotingRichard Purdie1
2008-10-22scripts: Add moblin autobuilder support scriptsRichard Purdie2
2008-10-22* Fixing the helix-player.pc to include a -lstdc++Rusty Lynch4
* Adding clutter-helix recipe
2008-10-22Add meta-moblin-internal to gitignoreSamuel Ortiz1
2008-10-22* Adding initial ribosome (helix build system) and helix-libs recipesRusty Lynch7
2008-10-22bitbake-dev: add goggle - an experimental GTK UI.Rob Bradford1
2008-10-21bitbake-dev: Include the worker's PID in eventsRob Bradford2
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-21linux-moblin: We dont need the defconfig-eee901 files anymoreSamuel Ortiz2
2008-10-21linux-moblin: Add 2.6.27 moblin kernelSamuel Ortiz108
This will be the default moblin kernel. We also moved the 2.6.27-rc* kernels to meta-moblin.
2008-10-21netbook: changed platform name from eee901 to netbookSamuel Ortiz26
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-21bitbake-dev: Dynamically load the UI module.Rob Bradford1
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-20packaged-staging.bbclass: Avoid removing the staging.lock lock file.Robert Bradford1
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-20syslinux: Add COMPATIBLE_HOSTRichard Purdie1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5552 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-10-20bitbake utils.py: Merge prunedir symlink fix from bitbake upstreamRichard Purdie2
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5551 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-10-20libacpi: Add COMPATIBLE_HOSTRichard Purdie1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5550 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-10-20poky.conf: Fix world excludes typoRichard Purdie1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5549 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-10-20libsyncml: Remove insane piece of strange assemblerRichard Purdie2
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5548 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-10-20poky.conf: Exclude linsync from world buildsRichard Purdie1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5547 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-10-20poky.conf: Update libopensync world exclude listRichard Purdie1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5546 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-10-20libopensync-plugin: Upgrade file and vformat to 0.37Richard Purdie2
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5545 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-10-20msynctool: Upgrade 0.36 -> 0.37Richard Purdie1
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5544 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-10-20libopensync-plugin-evolution2: Fix to work with libopensync 0.37Richard Purdie2
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5543 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-10-20syslinux: Various cleanups and add back some missing staging piecesRichard Purdie2
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5542 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-10-20bitbake-dev: Remove the Pkg{Started, Failed, Succeeded} events and their ↵Robert Bradford4
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