summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFiles
2008-10-29task-moblin-tools: bumping PRSamuel Ortiz1
2008-10-29task-moblin-tools: Removed exmap and sreadaheadSamuel Ortiz1
2008-10-29meta-moblin/packages/tasks/task-moblin-tools.bb: fix typo in filename.Joshua Lock1
2008-10-29Tidy up images and tasks in meta and meta-moblin.Joshua Lock31
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.
2008-10-29local.conf.sample: Append to BBFILES instead of overwritingRichard Purdie1
2008-10-29gtk+: Add moblin overrideRichard Purdie1
2008-10-29Add poky-image-sdk-live to meta/Richard Purdie1
2008-10-29kernel.bbclass: We dont want to tar lib/ if we dont have any modulesSamuel Ortiz1
2008-10-29meta-moblin: Add moblin-image-minimal imageSamuel Ortiz1
2008-10-28conf/distro/include/world-broken.inc: Exclude clutter-helix from world buildsRichard Purdie1
2008-10-28bitbake: Add tryaltconfigs option to disable the alternative configuration ↵Richard Purdie8
attempts and make the 'continue' more aggresive
2008-10-28scripts/poky-env-internal: Add POKYMODE to BB_ENV_WHITELISTRichard Purdie1
2008-10-28conf/distro/include/world-broken.inc: Add abiword and abiword-embedded for nowRichard Purdie1
2008-10-28package_rpm.bbclass: Don't use the system wide RPM macros.Rob Bradford1
This fixes the build on Fedora 10 where the RPM system macros obliterate the value of BuildRoot that is set in the spec file.
2008-10-28matchbox-panel-applet-2: Update SRCREV to fix breakage on non-APM platformsRob Bradford1
2008-10-28conf/distro: Create a moblin distro config file based on the Poky oneRichard Purdie7
Also refactor various data into common include files.
2008-10-28bitbake-dev: Renamed to match the UI nameRob Bradford1
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.
2008-10-28image.bbclass: Add INHIBIT_DEFAULT_DEPSRichard Purdie1
2008-10-28bitbake-dev: Use the default task if 'None' asked forRob Bradford1
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.
2008-10-28bitbake-dev: Refactor configuration file parsingRob Bradford1
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__.
2008-10-28bitbake-dev: Save the cooker log into the working directory.Rob Bradford1
This is necessary since with later refactoring the TMPDIR variable will not be available at this point in time.
2008-10-28scripts/poky-env-internal: Unset BDIR after useRichard Purdie1
2008-10-28helix-libs, ribosome: Set COMPATIBLE_HOST since x86 onlyRichard Purdie2
2008-10-27bootimg: copy rootfs to ISO imageSamuel Ortiz1
We are only copying the initrd right now.
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)