summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFiles
2008-11-04polkit: Rename polkit to policykitJoshua Lock1
2008-11-04Merge branch 'master' of ssh://git@git.moblin.org/pokyJoshua Lock2
2008-11-04poky-floating-revisions: Comment out SRCDATE_oprofile.Joshua Lock1
Remove CVS of Oprofile from poky-bleeding for now.
2008-11-04parted: Disable use of check, even its its detected since its not in DEPENDS ↵Richard Purdie2
(and isn't needed)
2008-11-04scripts/poky-autobuild-moblin: Add GIT PROXY variablesRichard Purdie1
2008-11-04base.bbclass: Set GIT_CONFIG correctlyRichard Purdie3
2008-11-04base.bbclass: Fix whitepsace damageRichard Purdie1
2008-11-04base.bbclass: Create ~/.gitconfig if it doesn't already existRichard Purdie1
2008-11-04linux-simtec: Update simtec1 -> simtec3 and add COMPATIBLE_MACHINERichard Purdie3
2008-11-04Add depicture machine with patches from SimTecRichard Purdie4
2008-11-03task-moblin-tools: Add sreadahead to the package listSamuel Ortiz1
2008-11-03sreadahead: Initial commitSamuel Ortiz5
Super readahead is an improved readahead tool.
2008-11-03linux-moblin: Add super readahead ext3 specific patchSamuel Ortiz2
We need this patch for sreadahead to generate the to be read file list.
2008-11-03scripts/poky-autobuild-moblin: Set GIT_PROXY_COMMANDRichard Purdie1
2008-11-03packaged-staging.bbclass: Make sure target directory exists, fixing build ↵Richard Purdie1
failures
2008-11-03sdk.bbclass: Fix PKG_CONFIG_DIR valueRichard Purdie1
2008-11-03.gitignore: Fix directory reference issueRichard Purdie1
2008-11-03moblin-fixed-revisions: Added and preferred over poky-fixed-revisionsJoshua Lock2
Add moblin-fixed-revisions to meta-moblin for where Moblin requires fixed revisions different from those in the Poky distro.
2008-10-31roots_rpm.bbclass: Use opkg-native to get update-alternativesRob Bradford1
2008-10-31libxml2: Fix a compilation error when using -D_FORTIFY_SOURCE=2 thanks ↵Joshua Lock4
Chenglan Huang
2008-10-31package pam correctlyAnas Nashif1
2008-10-31base.bbclass: Fix infinite loopRichard Purdie1
2008-10-31base.bbclass: Fix typoRichard Purdie1
2008-10-31base.bbclass: Fix the git config file writing codeRichard Purdie1
2008-10-31bitbake: Don't export the GIT_PROXY_COMMAND in the fetcher code since it ↵Richard Purdie2
means selective proxying isn't possible
2008-10-31wpa_supplicant: Use volatiles for managing /var/run/wpa_supplicantRob Bradford3
2008-10-31networkmanager: Remove conflicting directories (managed by volatiles)Rob Bradford1
2008-10-31fontconfig: Use volatiles for managing /var/cache/fontconfigRob Bradford2
2008-10-31base.bbclass: Fix getVar callRichard Purdie1
2008-10-31base.bbclass: Add missing import osRichard Purdie1
2008-10-31base.bbclass: Add missing import bbRichard Purdie1
2008-10-31added packages: PolicyKit and PackageKitAnas Nashif2
2008-10-31New package: pamAnas Nashif1
2008-10-31linux-moblin: 2.6.27-rc6 is not the defaultSamuel Ortiz1
2008-10-30scripts/poky-autobuild-moblin: Add extra variables to the whitelistRichard Purdie1
2008-10-30[task-moblin] bumps PR, so that machine mods to XSERVER get noticedRobert Bragg1
2008-10-30This removes xtrans 1.2.1 since we now have xtrans 1.2.2Robert Bragg1
2008-10-30Deletes libdrm_2.3.1 since we now have libdrm_2.4.0Robert Bragg1
2008-10-30Bumps revisions for various X packagesRobert Bragg1
Updates for xserver-xf86-dri-lite, xtrans, mesa-dri, libdrm, xf86-input-mouse, xf86-input-keyboard, xf86-input-synaptics, xf86-video-intel, xf86-video-intel-dri2
2008-10-30[xserver-xf86-dri2-lite_git] Removes the PE=1Robert Bragg1
2008-10-30Adds xf86-video-intel_git.bbRobert Bragg5
This also moves the patchs in xf86-video-intel-dri2/ -> xf86-video-intel/
2008-10-30[xserver-xf86-dri-lite_git.bb] bumps the PRRobert Bragg1
2008-10-30Adds a new xserver-xf86-dri2-lite_git.bb package for building the X serverRobert Bragg1
with dri2 enabled
2008-10-30[xserver-xf86-dri-lite] Bumps the PV and explicitly disables dri2Robert Bragg1
2008-10-30[xf86-video-intel-dri2] Updates 004_reduce_driver_boottime.patchRobert Bragg2
2008-10-30[xf86-video-intel-dri2] comments out reduce_driver_boottime.patchRobert Bragg1
This patch doesn't apply a.t.m to the latest driver (Will come back and rebase this later)
2008-10-30[poky-fixed-revisions.inc] Updates Git versions for various X packagesRobert Bragg1
Updates for xserver-xf86-dri-lite, xserver-xf86-dri2-lite, dri2proto, xf86-video-intel, xf86-video-intel-dri2, xf86-input-keyboard, xf86-input-mouse, xf86-input-synaptics, mesa-dri, libdrm
2008-10-30[bitbake.conf] Removes the MACHINE_DRI_MODULES var since it's no longer used ↵Robert Bragg1
by mesa
2008-10-30[netbook.conf] removes MACHINE_DRI_MODULES, use xf86-video-intel (not dri2) ↵Robert Bragg1
default MACHINE_DRI_MODULES is no longer used in the mesa recipe and the dri2 driver depends on dri2.h which depends on the xserver being built for dri2. Since the mesa package now splits up the dri drivers into seperate packages this adds mesa-dri-driver-i915 to XSERVER
2008-10-30[mesa dri] Adds splitting of dri drivers into seperate packagesRobert Bragg2
This removes the earlier use of the MACHINE_DRI_MODULES variable to configure which drivers were built