summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * xf86-video-intel-dri2: rebase X fastboot patchesPeng Li2008-10-294-55/+32
| | | | | | | | rebase X fastboot patches for latest driver
| * netbook.conf : change xf86-video-intel to xf86-video-intel-dri2Peng Li2008-10-291-1/+1
| | | | | | | | | | This change will have package "xf86-video-intel-dri2" built into netbook image
| * xf86-video-intel-dri2: don't apply patch "007_disable_tiling_and_enable_UXA"Peng Li2008-10-291-2/+1
| | | | | | | | | | These driver options are specified in xorg.conf. Don't need to apply this patch any more.
| * xf86-video-intel-dri2: update PVPeng Li2008-10-292-2/+2
| | | | | | | | | | PV should be "2.4.97+git${SRCREV}" according to upstream tag poky.conf: small typo fix
| * xserver-xf86-dri-lite : apply xserver-boottime.patchPeng Li2008-10-291-1/+2
| | | | | | | | This patch is used to measure xserver boot time
| * xtrans: add xtrans_1.2.2.bbPeng Li2008-10-291-0/+12
| | | | | | | | This is a build dependency of xserver-xf86-dri-lite_git
| * drm : add libdrm_2.4.0.bbPeng Li2008-10-281-0/+10
| | | | | | | | This is a GEM dependency. DRI2 will need GEM support
* | task-moblin-tools: bumping PRSamuel Ortiz2008-10-291-1/+1
| |
* | task-moblin-tools: Removed exmap and sreadaheadSamuel Ortiz2008-10-291-4/+4
| |
* | meta-moblin/packages/tasks/task-moblin-tools.bb: fix typo in filename.Joshua Lock2008-10-291-0/+0
| |
* | Tidy up images and tasks in meta and meta-moblin.Joshua Lock2008-10-2931-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 overwritingRichard Purdie2008-10-291-1/+1
| |
* | gtk+: Add moblin overrideRichard Purdie2008-10-291-0/+1
| |
* | Add poky-image-sdk-live to meta/Richard Purdie2008-10-291-0/+9
| |
* | kernel.bbclass: We dont want to tar lib/ if we dont have any modulesSamuel Ortiz2008-10-291-1/+3
| |
* | meta-moblin: Add moblin-image-minimal imageSamuel Ortiz2008-10-291-0/+11
| |
* | conf/distro/include/world-broken.inc: Exclude clutter-helix from world buildsRichard Purdie2008-10-281-0/+3
| |
* | bitbake: Add tryaltconfigs option to disable the alternative configuration ↵Richard Purdie2008-10-288-8/+21
| | | | | | | | attempts and make the 'continue' more aggresive
* | scripts/poky-env-internal: Add POKYMODE to BB_ENV_WHITELISTRichard Purdie2008-10-281-1/+1
| |
* | conf/distro/include/world-broken.inc: Add abiword and abiword-embedded for nowRichard Purdie2008-10-281-0/+3
| |
* | package_rpm.bbclass: Don't use the system wide RPM macros.Rob Bradford2008-10-281-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 platformsRob Bradford2008-10-281-1/+1
| |
* | conf/distro: Create a moblin distro config file based on the Poky oneRichard Purdie2008-10-287-41/+201
| | | | | | | | Also refactor various data into common include files.
* | bitbake-dev: Renamed to match the UI nameRob Bradford2008-10-281-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_DEPSRichard Purdie2008-10-281-0/+2
| |
* | bitbake-dev: Use the default task if 'None' asked forRob Bradford2008-10-281-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 parsingRob Bradford2008-10-281-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 Bradford2008-10-281-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 useRichard Purdie2008-10-281-0/+2
| |
* | 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.