summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* .gitignore: Fix directory reference issueRichard Purdie2008-11-031-1/+1
|
* moblin-fixed-revisions: Added and preferred over poky-fixed-revisionsJoshua Lock2008-11-032-0/+6
| | | | Add moblin-fixed-revisions to meta-moblin for where Moblin requires fixed revisions different from those in the Poky distro.
* roots_rpm.bbclass: Use opkg-native to get update-alternativesRob Bradford2008-10-311-0/+4
|
* libxml2: Fix a compilation error when using -D_FORTIFY_SOURCE=2 thanks ↵Joshua Lock2008-10-314-3/+17
| | | | Chenglan Huang
* package pam correctlyAnas Nashif2008-10-311-2/+12
|
* base.bbclass: Fix infinite loopRichard Purdie2008-10-311-3/+3
|
* base.bbclass: Fix typoRichard Purdie2008-10-311-2/+2
|
* base.bbclass: Fix the git config file writing codeRichard Purdie2008-10-311-7/+8
|
* bitbake: Don't export the GIT_PROXY_COMMAND in the fetcher code since it ↵Richard Purdie2008-10-312-2/+2
| | | | means selective proxying isn't possible
* wpa_supplicant: Use volatiles for managing /var/run/wpa_supplicantRob Bradford2008-10-313-4/+9
|
* networkmanager: Remove conflicting directories (managed by volatiles)Rob Bradford2008-10-311-1/+3
|
* fontconfig: Use volatiles for managing /var/cache/fontconfigRob Bradford2008-10-312-1/+15
|
* base.bbclass: Fix getVar callRichard Purdie2008-10-311-1/+1
|
* base.bbclass: Add missing import osRichard Purdie2008-10-311-0/+1
|
* base.bbclass: Add missing import bbRichard Purdie2008-10-311-0/+1
|
* added packages: PolicyKit and PackageKitAnas Nashif2008-10-312-0/+29
|
* New package: pamAnas Nashif2008-10-311-0/+18
|
* linux-moblin: 2.6.27-rc6 is not the defaultSamuel Ortiz2008-10-311-1/+0
|
* scripts/poky-autobuild-moblin: Add extra variables to the whitelistRichard Purdie2008-10-301-0/+1
|
* [task-moblin] bumps PR, so that machine mods to XSERVER get noticedRobert Bragg2008-10-301-1/+1
|
* This removes xtrans 1.2.1 since we now have xtrans 1.2.2Robert Bragg2008-10-301-12/+0
|
* Deletes libdrm_2.3.1 since we now have libdrm_2.4.0Robert Bragg2008-10-301-10/+0
|
* Bumps revisions for various X packagesRobert Bragg2008-10-301-8/+9
| | | | | | 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
* [xserver-xf86-dri2-lite_git] Removes the PE=1Robert Bragg2008-10-301-1/+0
|
* Adds xf86-video-intel_git.bbRobert Bragg2008-10-305-0/+23
| | | | This also moves the patchs in xf86-video-intel-dri2/ -> xf86-video-intel/
* [xserver-xf86-dri-lite_git.bb] bumps the PRRobert Bragg2008-10-301-1/+1
|
* Adds a new xserver-xf86-dri2-lite_git.bb package for building the X serverRobert Bragg2008-10-301-0/+23
| | | | with dri2 enabled
* [xserver-xf86-dri-lite] Bumps the PV and explicitly disables dri2Robert Bragg2008-10-301-3/+3
|
* [xf86-video-intel-dri2] Updates 004_reduce_driver_boottime.patchRobert Bragg2008-10-302-64/+7
|
* [xf86-video-intel-dri2] comments out reduce_driver_boottime.patchRobert Bragg2008-10-301-3/+6
| | | | | This patch doesn't apply a.t.m to the latest driver (Will come back and rebase this later)
* [poky-fixed-revisions.inc] Updates Git versions for various X packagesRobert Bragg2008-10-301-3/+11
| | | | | | 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
* [bitbake.conf] Removes the MACHINE_DRI_MODULES var since it's no longer used ↵Robert Bragg2008-10-301-1/+0
| | | | by mesa
* [netbook.conf] removes MACHINE_DRI_MODULES, use xf86-video-intel (not dri2) ↵Robert Bragg2008-10-301-2/+3
| | | | | | | | | 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
* [mesa dri] Adds splitting of dri drivers into seperate packagesRobert Bragg2008-10-302-8/+30
| | | | | This removes the earlier use of the MACHINE_DRI_MODULES variable to configure which drivers were built
* [moblin.conf] Adds quotes for PREFERRED_PROVIDER_xf86-video-intel ?= ↵Robert Bragg2008-10-301-1/+1
| | | | "xf86-video-intel"
* Makes PREFERRED_PROVIDERs in machine/netbook.conf overrideable via ?= operatorRobert Bragg2008-10-301-4/+4
|
* base.bbclass: Additional git proxy support.Joshua Lock2008-10-302-0/+30
| | | | | | | 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
* yum: Make the volatile configuration file availableRob Bradford2008-10-301-2/+3
|
* e2fsprogs-lib: Remove unnecessary package (e2fsprogs can take it's place)Rob Bradford2008-10-304-82/+0
|
* parted: Depend on e2fsprogs rather than e2fsprogs-libsRob Bradford2008-10-301-2/+2
|
* poky-env-internal: Add quoting to support zsh.Rob Bradford2008-10-301-1/+1
| | | | Patch from Carl Simonson <simonsonc@gmail.com>.
* poky-fixed-revisions: Set a SRCREV on xf86-video-intel-dri2Rob Bradford2008-10-301-0/+1
|
* sysvinit: Manage /sbin/poweroff with update-alternativesRob Bradford2008-10-291-1/+4
|
* rpm: Don't create a /var/tmp directory (clashes with basefiles)Rob Bradford2008-10-291-1/+5
|
* rootfs_rpm.bbclass: Disable non Poky repositories.Rob Braford2008-10-291-1/+1
| | | | | | | | 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).
* yum: Use volatiles for the yum cache directoryRob Bradford2008-10-292-1/+10
|
* packages: check, uuid and xerces.Joshua Lock2008-10-295-0/+124
| | | | | | Add recipes for: updated check, 0.9.5 uuid 1.6.2 xerces-c 2.8.0
* createrepo-native: Fix SRC_URI.Rob Bradford2008-10-291-1/+1
|
* Merge branch 'pli1/X11-rework' of git@moblin-mdi.jf.intel.com:poky-staging ↵Richard Purdie2008-10-2911-89/+60
|\ | | | | | | into master-dev
| * xf86-video-intel-dri2: delete 007_disable_tiling_and_enable_UXA.patchPeng Li2008-10-291-28/+0
| | | | | | | | remove this patch because driver options are set in xorg.conf