summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* helix-libs, ribosome: Set COMPATIBLE_HOST since x86 onlyRichard Purdie2008-10-282-0/+4
|
* bootimg: copy rootfs to ISO imageSamuel Ortiz2008-10-271-0/+4
| | | | We are only copying the initrd right now.
* tasks: apps-x11-pimlico renaming typoSamuel Ortiz2008-10-271-0/+0
|
* tasks: fix moblin-tools task name typoSamuel Ortiz2008-10-271-0/+58
|
* bitbake-dev: Remove use of self.configuration.cmd as state from shellRob Bradford2008-10-271-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/generateDotGraphFilesRob Bradford2008-10-273-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 parameterRob Bradford2008-10-271-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" commandRob Bradford2008-10-272-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" commandRob Bradford2008-10-272-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 Ortiz2008-10-241-0/+9
|
* meta-moblin: rename images and tasks from poky-* to moblin-*Samuel Ortiz2008-10-2418-0/+542
|
* bitbake: Fix the wget fetcher so parameter portions of uris are ignoredRichard Purdie2008-10-242-2/+2
|
* Merge branch 'master' of ssh://git@git.moblin.org/pokyRob Bradford2008-10-249-28/+3021
|\
| * meta-molbin/images: Add poky-image-sdk-live.bbRichard Purdie2008-10-241-0/+9
| |
| * spectrum-fw: Use the standard fetcher processRichard Purdie2008-10-232-20/+7
| |
| * base.bbclass/bitbake.conf: Fix some string quoting to handle more unusual URLsRichard Purdie2008-10-232-3/+3
| |
| * scripts/build: Update the git proxy setup instructionsRichard Purdie2008-10-233-2/+3002
| |
| * poky-image-openmoko.bb: remove matchbox-applet-startup-monitorRoss Burton2008-10-231-1/+0
| | | | | | | | We don't ship matchbox-applet-startup-monitor, so remove it.
| * poky-image-openmoko.bb: remove unused PRRoss Burton2008-10-231-2/+0
| |
* | bitbake-dev: add a setVariable commandRob Bradford2008-10-241-0/+9
| | | | | | | | | | This is synonymous with the getVariable command and allows you to set values in the data dictionary.
* | bitbake-dev: rename readVariable to getVariableRob Bradford2008-10-232-3/+3
|/ | | | | Changing the name of this command makes it more consistent with other command names.
* bitbake-dev: Change terminology online/offline to sync/asyncRob Bradford2008-10-232-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 executionRichard Purdie2008-10-232-2/+2
|
* opkg: Really fix the prototype problem (and an invalid call)Richard Purdie2008-10-233-2/+17
|
* opkg: Fix incomplete function prototypeRichard Purdie2008-10-231-0/+26
|
* bitbake: Remove bogus test codeRichard Purdie2008-10-222-2/+0
|
* bitbake: Improve proxy variable handling in fetchersRichard Purdie2008-10-224-0/+26
|
* scripts/poky-env-internal: Add proxy variables to the enviornment whitelist ↵Richard Purdie2008-10-221-1/+1
| | | | (and OEROOT)
* scripts: Fix variable quotingRichard Purdie2008-10-221-1/+1
|
* scripts: Add moblin autobuilder support scriptsRichard Purdie2008-10-222-0/+233
|
* * Fixing the helix-player.pc to include a -lstdc++Rusty Lynch2008-10-224-1/+27
| | | | * Adding clutter-helix recipe
* Add meta-moblin-internal to gitignoreSamuel Ortiz2008-10-221-0/+1
|
* * Adding initial ribosome (helix build system) and helix-libs recipesRusty Lynch2008-10-227-0/+12858
|
* bitbake-dev: add goggle - an experimental GTK UI.Rob Bradford2008-10-221-0/+222
|
* bitbake-dev: Include the worker's PID in eventsRob Bradford2008-10-212-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 anymoreSamuel Ortiz2008-10-212-4843/+0
|
* linux-moblin: Add 2.6.27 moblin kernelSamuel Ortiz2008-10-21108-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 netbookSamuel Ortiz2008-10-2126-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 Bradford2008-10-211-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 Bradford2008-10-201-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_HOSTRichard Purdie2008-10-201-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 upstreamRichard Purdie2008-10-202-2/+8
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5551 311d38ba-8fff-0310-9ca6-ca027cbcb966
* libacpi: Add COMPATIBLE_HOSTRichard Purdie2008-10-201-0/+2
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5550 311d38ba-8fff-0310-9ca6-ca027cbcb966
* poky.conf: Fix world excludes typoRichard Purdie2008-10-201-1/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5549 311d38ba-8fff-0310-9ca6-ca027cbcb966
* libsyncml: Remove insane piece of strange assemblerRichard Purdie2008-10-202-1/+17
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5548 311d38ba-8fff-0310-9ca6-ca027cbcb966
* poky.conf: Exclude linsync from world buildsRichard Purdie2008-10-201-0/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5547 311d38ba-8fff-0310-9ca6-ca027cbcb966
* poky.conf: Update libopensync world exclude listRichard Purdie2008-10-201-2/+3
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5546 311d38ba-8fff-0310-9ca6-ca027cbcb966
* libopensync-plugin: Upgrade file and vformat to 0.37Richard Purdie2008-10-202-0/+0
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5545 311d38ba-8fff-0310-9ca6-ca027cbcb966
* msynctool: Upgrade 0.36 -> 0.37Richard Purdie2008-10-201-0/+0
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5544 311d38ba-8fff-0310-9ca6-ca027cbcb966
* libopensync-plugin-evolution2: Fix to work with libopensync 0.37Richard Purdie2008-10-202-0/+27
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5543 311d38ba-8fff-0310-9ca6-ca027cbcb966