aboutsummaryrefslogtreecommitdiffstats
path: root/meta-moblin
AgeCommit message (Collapse)Author
2008-11-06linux-moblin-2.6.27-rc6: Fix rc6 patch URLSamuel Ortiz
2008-11-06bootimg: As image size grows, we want to switch to FAT16Samuel Ortiz
2008-11-06moblin.conf: Use package_ipk as well as rpm, just for nowRichard Purdie
2008-11-06moblin-image-sdk: Should use NETBOOK_IMAGE_FEATURES not SATO_IMAGE_FEATURES.Joshua Lock
2008-11-05task-base: Removed RDEPEND on task-poky-bootJoshua Lock
It is now neccesarry for each distro to specify a POKY_EXTRA_RDEPENDS for a relevant boot task. This has been added in poky and moblin distros.
2008-11-05linux-moblin: Tweak defconfig to improve kernel boot timeSamuel Ortiz
We are now having uhci and ohci as modules. We also got rid of useless BLK_DEV config options. With this new .config, the kernel boots in just less than 1 second.
2008-11-05moblin-image-netbook-install: deleted.Joshua Lock
moblin-image-netbook-install no longer needed, install functionality is provided by moblin-image-netbook-live.
2008-11-05task-moblin-tools: moving sreadahead to task-moblin-bootSamuel Ortiz
2008-11-04sreadahead: Mark as x86 onlyRichard Purdie
2008-11-03task-moblin-tools: Add sreadahead to the package listSamuel Ortiz
2008-11-03sreadahead: Initial commitSamuel Ortiz
Super readahead is an improved readahead tool.
2008-11-03linux-moblin: Add super readahead ext3 specific patchSamuel Ortiz
We need this patch for sreadahead to generate the to be read file list.
2008-11-03moblin-fixed-revisions: Added and preferred over poky-fixed-revisionsJoshua Lock
Add moblin-fixed-revisions to meta-moblin for where Moblin requires fixed revisions different from those in the Poky distro.
2008-10-31linux-moblin: 2.6.27-rc6 is not the defaultSamuel Ortiz
2008-10-30[task-moblin] bumps PR, so that machine mods to XSERVER get noticedRobert Bragg
2008-10-30[netbook.conf] removes MACHINE_DRI_MODULES, use xf86-video-intel (not dri2) ↵Robert Bragg
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[moblin.conf] Adds quotes for PREFERRED_PROVIDER_xf86-video-intel ?= ↵Robert Bragg
"xf86-video-intel"
2008-10-30Makes PREFERRED_PROVIDERs in machine/netbook.conf overrideable via ?= operatorRobert Bragg
2008-10-29Merge branch 'pli1/X11-rework' of git@moblin-mdi.jf.intel.com:poky-staging ↵Richard Purdie
into master-dev
2008-10-29task-moblin-tools: bumping PRSamuel Ortiz
2008-10-29task-moblin-tools: Removed exmap and sreadaheadSamuel Ortiz
2008-10-29netbook.conf : change xf86-video-intel to xf86-video-intel-dri2Peng Li
This change will have package "xf86-video-intel-dri2" built into netbook image
2008-10-29meta-moblin/packages/tasks/task-moblin-tools.bb: fix typo in filename.Joshua Lock
2008-10-29Tidy up images and tasks in meta and meta-moblin.Joshua Lock
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-29meta-moblin: Add moblin-image-minimal imageSamuel Ortiz
2008-10-28conf/distro: Create a moblin distro config file based on the Poky oneRichard Purdie
Also refactor various data into common include files.
2008-10-27tasks: apps-x11-pimlico renaming typoSamuel Ortiz
2008-10-27tasks: fix moblin-tools task name typoSamuel Ortiz
2008-10-24meta-moblin: rename images and tasks from poky-* to moblin-*Samuel Ortiz
2008-10-24meta-molbin/images: Add poky-image-sdk-live.bbRichard Purdie
2008-10-21linux-moblin: We dont need the defconfig-eee901 files anymoreSamuel Ortiz
2008-10-21linux-moblin: Add 2.6.27 moblin kernelSamuel Ortiz
This will be the default moblin kernel. We also moved the 2.6.27-rc* kernels to meta-moblin.
2008-10-21netbook: changed platform name from eee901 to netbookSamuel Ortiz
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.