summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFiles
2008-10-30[moblin.conf] Adds quotes for PREFERRED_PROVIDER_xf86-video-intel ?= ↵Robert Bragg1
"xf86-video-intel"
2008-10-30Makes PREFERRED_PROVIDERs in machine/netbook.conf overrideable via ?= operatorRobert Bragg1
2008-10-30base.bbclass: Additional git proxy support.Joshua Lock2
Add to the git proxy support so that the proxy configuration can be propogated to the git config (etc/gitconfig in staging). Add support for ignored hosts in the git proxy. Examples in site.conf.sample
2008-10-30yum: Make the volatile configuration file availableRob Bradford1
2008-10-30e2fsprogs-lib: Remove unnecessary package (e2fsprogs can take it's place)Rob Bradford4
2008-10-30parted: Depend on e2fsprogs rather than e2fsprogs-libsRob Bradford1
2008-10-30poky-env-internal: Add quoting to support zsh.Rob Bradford1
Patch from Carl Simonson <simonsonc@gmail.com>.
2008-10-30poky-fixed-revisions: Set a SRCREV on xf86-video-intel-dri2Rob Bradford1
2008-10-29sysvinit: Manage /sbin/poweroff with update-alternativesRob Bradford1
2008-10-29rpm: Don't create a /var/tmp directory (clashes with basefiles)Rob Bradford1
2008-10-29rootfs_rpm.bbclass: Disable non Poky repositories.Rob Braford1
Only use repositories that begin "poky-feed". This prevents contamination with system repositories. It may be better to patch yum not to ever look in the system repository locations (i.e. /etc/yum.repos.d).
2008-10-29yum: Use volatiles for the yum cache directoryRob Bradford2
2008-10-29packages: check, uuid and xerces.Joshua Lock5
Add recipes for: updated check, 0.9.5 uuid 1.6.2 xerces-c 2.8.0
2008-10-29createrepo-native: Fix SRC_URI.Rob Bradford1
2008-10-29Merge branch 'pli1/X11-rework' of git@moblin-mdi.jf.intel.com:poky-staging ↵Richard Purdie11
into master-dev
2008-10-29task-moblin-tools: bumping PRSamuel Ortiz1
2008-10-29xf86-video-intel-dri2: delete 007_disable_tiling_and_enable_UXA.patchPeng Li1
remove this patch because driver options are set in xorg.conf
2008-10-29xf86-video-intel-dri2: rebase X fastboot patchesPeng Li4
rebase X fastboot patches for latest driver
2008-10-29task-moblin-tools: Removed exmap and sreadaheadSamuel Ortiz1
2008-10-29netbook.conf : change xf86-video-intel to xf86-video-intel-dri2Peng Li1
This change will have package "xf86-video-intel-dri2" built into netbook image
2008-10-29xf86-video-intel-dri2: don't apply patch "007_disable_tiling_and_enable_UXA"Peng Li1
These driver options are specified in xorg.conf. Don't need to apply this patch any more.
2008-10-29xf86-video-intel-dri2: update PVPeng Li2
PV should be "2.4.97+git${SRCREV}" according to upstream tag poky.conf: small typo fix
2008-10-29xserver-xf86-dri-lite : apply xserver-boottime.patchPeng Li1
This patch is used to measure xserver boot time
2008-10-29xtrans: add xtrans_1.2.2.bbPeng Li1
This is a build dependency of xserver-xf86-dri-lite_git
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-28drm : add libdrm_2.4.0.bbPeng Li1
This is a GEM dependency. DRI2 will need GEM support
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.