Commit Graph

5473 Commits

Author SHA1 Message Date
Richard Purdie db140d9ce0 scripts/poky-env-internal: Add POKYMODE to BB_ENV_WHITELIST 2008-10-28 22:10:45 +00:00
Richard Purdie 2ff5dac290 conf/distro/include/world-broken.inc: Add abiword and abiword-embedded for now 2008-10-28 20:28:52 +00:00
Rob Bradford ea868f9c9c package_rpm.bbclass: Don't use the system wide RPM macros.
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-28 18:52:19 +00:00
Rob Bradford 1045eaa369 matchbox-panel-applet-2: Update SRCREV to fix breakage on non-APM platforms 2008-10-28 16:42:02 +00:00
Richard Purdie 47c42b6c30 conf/distro: Create a moblin distro config file based on the Poky one
Also refactor various data into common include files.
2008-10-28 16:34:35 +00:00
Rob Bradford 3a73995e31 bitbake-dev: Renamed to match the UI name
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-28 15:25:13 +00:00
Richard Purdie 774485d133 image.bbclass: Add INHIBIT_DEFAULT_DEPS 2008-10-28 15:14:00 +00:00
Rob Bradford 526d996a02 bitbake-dev: Use the default task if 'None' asked for
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-28 12:06:05 +00:00
Rob Bradford 0b6fdfb14d bitbake-dev: Refactor configuration file parsing
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-28 11:40:03 +00:00
Rob Bradford 0b9da42bb5 bitbake-dev: Save the cooker log into the working directory.
This is necessary since with later refactoring the TMPDIR variable will not be
available at this point in time.
2008-10-28 11:40:03 +00:00
Richard Purdie 23f08fdde3 scripts/poky-env-internal: Unset BDIR after use 2008-10-28 10:01:03 +00:00
Richard Purdie 4041c25dea helix-libs, ribosome: Set COMPATIBLE_HOST since x86 only 2008-10-28 10:00:28 +00:00
Samuel Ortiz f19e4350c0 bootimg: copy rootfs to ISO image
We are only copying the initrd right now.
2008-10-27 13:44:20 +01:00
Samuel Ortiz dae95a72e0 tasks: apps-x11-pimlico renaming typo 2008-10-27 13:34:47 +01:00
Samuel Ortiz 0472967f24 tasks: fix moblin-tools task name typo 2008-10-27 12:34:26 +01:00
Rob Bradford f5c494bba5 bitbake-dev: Remove use of self.configuration.cmd as state from shell
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-27 10:19:55 +00:00
Rob Bradford 790ed68356 bitbake-dev: Remove implicit task from generateDepTree/generateDotGraphFiles
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-27 10:19:54 +00:00
Rob Bradford 22a326547d bitbake-dev: Make the "buildFile" command use the task parameter
The "buildFile" command has a task parameter use it place of
self.configuration.cmd when adding to the runqueue.
2008-10-27 10:19:54 +00:00
Rob Bradford c790192322 bitbake-dev: Make the task a parameter of the "tryBuild" command
And switch the runqueue to use this rather than keeping it in the
self.configuration.cmd variable
2008-10-27 10:19:54 +00:00
Rob Bradford 2684070ac6 bitbake-dev: Include target/command (from -c) in "buildTargets" command
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-27 10:19:54 +00:00
Samuel Ortiz acdff2b154 images: put poky-image-live back to meta/ 2008-10-24 18:11:57 +02:00
Samuel Ortiz d5417e5a42 meta-moblin: rename images and tasks from poky-* to moblin-* 2008-10-24 17:57:33 +02:00
Richard Purdie 0f9a47af1e bitbake: Fix the wget fetcher so parameter portions of uris are ignored 2008-10-24 14:57:02 +01:00
Rob Bradford 08197d62ef Merge branch 'master' of ssh://git@git.moblin.org/poky 2008-10-24 14:46:07 +01:00
Rob Bradford fbfc669583 bitbake-dev: add a setVariable command
This is synonymous with the getVariable command and allows you to set values
in the data dictionary.
2008-10-24 14:44:30 +01:00
Richard Purdie e84e951822 meta-molbin/images: Add poky-image-sdk-live.bb 2008-10-24 09:49:18 +01:00
Richard Purdie 07b4c0676b spectrum-fw: Use the standard fetcher process 2008-10-23 21:10:28 +01:00
Richard Purdie b8ff2b6cc3 base.bbclass/bitbake.conf: Fix some string quoting to handle more unusual URLs 2008-10-23 21:08:42 +01:00
Richard Purdie e4aa77e88e scripts/build: Update the git proxy setup instructions 2008-10-23 15:12:41 +01:00
Rob Bradford 87fe772b8a bitbake-dev: rename readVariable to getVariable
Changing the name of this command makes it more consistent with other command
names.
2008-10-23 14:58:36 +01:00
Ross Burton d3bf7895aa poky-image-openmoko.bb: remove matchbox-applet-startup-monitor
We don't ship matchbox-applet-startup-monitor, so remove it.
2008-10-23 14:40:39 +01:00
Ross Burton 45f4be4a24 poky-image-openmoko.bb: remove unused PR 2008-10-23 14:40:19 +01:00
Rob Bradford c26d6cfda0 bitbake-dev: Change terminology online/offline to sync/async
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-23 14:28:11 +01:00
Richard Purdie f0b1d561c7 bitbake: Preserve http_proxy and ftp_proxy in fetcher command execution 2008-10-23 13:34:24 +01:00
Richard Purdie 0cc119f05f opkg: Really fix the prototype problem (and an invalid call) 2008-10-23 12:05:39 +01:00
Richard Purdie 842606bc39 opkg: Fix incomplete function prototype 2008-10-23 09:43:12 +01:00
Richard Purdie 4815f7bc53 bitbake: Remove bogus test code 2008-10-22 22:26:24 +01:00
Richard Purdie ede20a3245 bitbake: Improve proxy variable handling in fetchers 2008-10-22 22:24:03 +01:00
Richard Purdie 4329a29db5 scripts/poky-env-internal: Add proxy variables to the enviornment whitelist (and OEROOT) 2008-10-22 21:56:30 +01:00
Richard Purdie 2236c01164 scripts: Fix variable quoting 2008-10-22 20:31:56 +01:00
Richard Purdie ebb74a63e1 scripts: Add moblin autobuilder support scripts 2008-10-22 20:27:16 +01:00
Rusty Lynch be2ad3b90c * Fixing the helix-player.pc to include a -lstdc++
* Adding clutter-helix recipe
2008-10-22 09:57:13 -07:00
Samuel Ortiz d4f444a667 Add meta-moblin-internal to gitignore 2008-10-22 15:19:36 +02:00
Rusty Lynch ca7fa46814 * Adding initial ribosome (helix build system) and helix-libs recipes 2008-10-22 04:21:53 -07:00
Rob Bradford 06db259785 bitbake-dev: add goggle - an experimental GTK UI. 2008-10-22 11:52:18 +01:00
Rob Bradford f51afdc7b6 bitbake-dev: Include the worker's PID in events
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-21 15:51:32 +01:00
Samuel Ortiz e1155bcd79 linux-moblin: We dont need the defconfig-eee901 files anymore 2008-10-21 16:45:50 +02:00
Samuel Ortiz e169b23e66 linux-moblin: Add 2.6.27 moblin kernel
This will be the default moblin kernel.
We also moved the 2.6.27-rc* kernels to meta-moblin.
2008-10-21 16:26:53 +02:00
Samuel Ortiz e5c53ce035 netbook: changed platform name from eee901 to netbook
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-21 16:01:02 +02:00
Rob Bradford 3e045793c7 bitbake-dev: Dynamically load the UI module.
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-21 12:39:23 +01:00