summaryrefslogtreecommitdiffstats
path: root/meta/conf/machine
Commit message (Collapse)AuthorAgeFilesLines
...
* Adds eee901 specific support into clutter.inc and adds a new virtual/libglRobert Bragg2008-09-221-0/+1
| | | | | | | for clutter to depend on which all mesa build variants provide. git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5229 311d38ba-8fff-0310-9ca6-ca027cbcb966
* Adds recipes to support building X servers based on the xfree86 DDX insteadRobert Bragg2008-09-221-3/+13
| | | | | | | | | | | | | | | | | | | | | | | | of kdrive and building mesa. It's a big commit and it's still rather rough around the edges, but there is a desire to get this in early so people can review the work and help polish the changes. Some of the notable bits: • DRI support in mesa and the X server. (configured in machine conf via MACHINE_DRI_MODULES variable) • XCB backend for xlib • A fairly lite X server build with lots of legacy modules disabled. I'm sure there is plenty of other fairly low hanging fruit if we want to put more effort into reducing the size of the xserver build. Currently the server build comes in @ ~2.3MB vs a kdrive fbdev server build @ ~1MB. E.g xaa could be made conditional to save ~320K. Of course the kdrive server doesn't include glx stuff, which is a pretty big chunk. Also thanks to hrw, since I nabbed a some patches from him for this, and RP, for various bits of Poky style advice. git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5205 311d38ba-8fff-0310-9ca6-ca027cbcb966
* tune-xscale.inc: Compile cairo for armv4 to avoid alighment trap issues with ↵Richard Purdie2008-09-191-0/+1
| | | | | | double instruction git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5203 311d38ba-8fff-0310-9ca6-ca027cbcb966
* eee901: Add wifi supportSamuel Ortiz2008-09-111-1/+3
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5186 311d38ba-8fff-0310-9ca6-ca027cbcb966
* eee901: Add video kernel options, vesa for now.Samuel Ortiz2008-09-101-0/+2
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5171 311d38ba-8fff-0310-9ca6-ca027cbcb966
* eee901: Initial supportSamuel Ortiz2008-09-102-0/+25
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5167 311d38ba-8fff-0310-9ca6-ca027cbcb966
* Fix typo in ldp machine nameRoss Burton2008-08-271-1/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5114 311d38ba-8fff-0310-9ca6-ca027cbcb966
* omap-3430ldp: Add extra machine specific kernel module RRECOMMENDSRichard Purdie2008-08-111-0/+11
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5048 311d38ba-8fff-0310-9ca6-ca027cbcb966
* omap-3430ldp.conf: remove irda machine featureRoss Burton2008-08-041-1/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5018 311d38ba-8fff-0310-9ca6-ca027cbcb966
* omap-3430ldp.conf: add phone machine featureRoss Burton2008-08-041-1/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5017 311d38ba-8fff-0310-9ca6-ca027cbcb966
* Use the correct tty for Nokia800 machines.Joshua Lock2008-07-311-1/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4987 311d38ba-8fff-0310-9ca6-ca027cbcb966
* machine/armv7*: Enable the cortexa8 tune file for the appropriate machinesRichard Purdie2008-07-183-6/+4
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4881 311d38ba-8fff-0310-9ca6-ca027cbcb966
* tune-cortexa1.inc: Rationalise options, at least until gcc support for the ↵Richard Purdie2008-07-181-1/+5
| | | | | | others improves git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4880 311d38ba-8fff-0310-9ca6-ca027cbcb966
* conf/machine: Add beagleboard from OE.devRichard Purdie2008-07-182-0/+38
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4868 311d38ba-8fff-0310-9ca6-ca027cbcb966
* tune-cortexa8.inc: Remove tree vectorization option for now, it causes too ↵Richard Purdie2008-07-181-2/+2
| | | | | | many problems git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4867 311d38ba-8fff-0310-9ca6-ca027cbcb966
* bitbake.conf/tune.conf: Set BASE_PACKAGE_ARCH and build PACKAGE_ARCH from thisRichard Purdie2008-07-1716-16/+16
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4857 311d38ba-8fff-0310-9ca6-ca027cbcb966
* tune-xscale.inc: Compile webkit-gtk for armv4t since there are massive ↵Richard Purdie2008-07-141-0/+4
| | | | | | alignment issues with double word instructions with webkit on armv5 git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4833 311d38ba-8fff-0310-9ca6-ca027cbcb966
* nokia800: Fix machine descriptionRichard Purdie2008-07-041-2/+2
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4823 311d38ba-8fff-0310-9ca6-ca027cbcb966
* Add the omap-34030ldp machineRichard Purdie2008-07-042-2/+17
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4820 311d38ba-8fff-0310-9ca6-ca027cbcb966
* nokia8x0: Serial console is on ttyS1Samuel Ortiz2008-06-261-1/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4732 311d38ba-8fff-0310-9ca6-ca027cbcb966
* tune-cortexa8.inc: Disable -ftree-vectorize option for libxcursor for nowRichard Purdie2008-06-101-0/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4617 311d38ba-8fff-0310-9ca6-ca027cbcb966
* conf/machine/include: Add tuning .inc files from OE.devRichard Purdie2008-06-105-0/+25
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4615 311d38ba-8fff-0310-9ca6-ca027cbcb966
* Add TI OMAP 3430SDP Kernel and machine file.Robert Bradford2008-05-281-0/+15
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4562 311d38ba-8fff-0310-9ca6-ca027cbcb966
* Remove 'bogus' machine file. Zoom support should be possible through standardRobert Bradford2008-05-281-15/+0
| | | | | | | 3430SDP. git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4560 311d38ba-8fff-0310-9ca6-ca027cbcb966
* Add machine file for LogicPD OMAP3430 Zoom KitRobert Bradford2008-05-281-0/+15
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4559 311d38ba-8fff-0310-9ca6-ca027cbcb966
* machine/om-gta*.conf: Sync with OE.devRichard Purdie2008-05-222-6/+6
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4541 311d38ba-8fff-0310-9ca6-ca027cbcb966
* Rename fic-gta01 to om-gta01 as per upstreamRichard Purdie2008-05-222-0/+0
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4533 311d38ba-8fff-0310-9ca6-ca027cbcb966
* conf/machine/mx31*: Add armv6 to PACKAGE_EXTRA_ARCHSRichard Purdie2008-04-153-3/+3
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4274 311d38ba-8fff-0310-9ca6-ca027cbcb966
* fic-gta0x: disable EXTRA_IMAGEDEPENDSMarcin Juszkiewicz2008-03-142-2/+2
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4014 311d38ba-8fff-0310-9ca6-ca027cbcb966
* qemu machines: enlarge rootfs to 280MMarcin Juszkiewicz2008-03-071-2/+2
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3980 311d38ba-8fff-0310-9ca6-ca027cbcb966
* tune-arm1136jf-s.inc: fix arm/thumb switchingMarcin Juszkiewicz2008-03-071-1/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3976 311d38ba-8fff-0310-9ca6-ca027cbcb966
* armv6 machines: use armv6 tuningMarcin Juszkiewicz2008-03-054-7/+4
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3950 311d38ba-8fff-0310-9ca6-ca027cbcb966
* machines: remove comment about building feeds for strongarm - OpenZaurus ↵Marcin Juszkiewicz2008-03-053-3/+0
| | | | | | times are over git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3948 311d38ba-8fff-0310-9ca6-ca027cbcb966
* qemux86: use march=i586 when compiling - should unbreak glibcMarcin Juszkiewicz2008-03-051-0/+2
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3916 311d38ba-8fff-0310-9ca6-ca027cbcb966
* em-x270.conf: Correct kernel name inside the updater packageRichard Purdie2008-02-201-1/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3835 311d38ba-8fff-0310-9ca6-ca027cbcb966
* cm-x270.conf: Remove touchscreen from machine features list. Default to the ↵Richard Purdie2008-02-141-6/+6
| | | | | | W model, not L git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3807 311d38ba-8fff-0310-9ca6-ca027cbcb966
* bootcdx86: reduce list of MACHINE_FEATURES to the one covered by kernelMarcin Juszkiewicz2008-02-131-0/+2
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3791 311d38ba-8fff-0310-9ca6-ca027cbcb966
* bootcdx86: remove any extra IMAGE_FEATURES (debug, testapps, profile)Marcin Juszkiewicz2008-02-131-0/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3790 311d38ba-8fff-0310-9ca6-ca027cbcb966
* bootcdx86: bump ext2 size to 70MMarcin Juszkiewicz2008-02-131-1/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3789 311d38ba-8fff-0310-9ca6-ca027cbcb966
* nokia n8x0: add usbinitMarcin Juszkiewicz2008-02-111-1/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3740 311d38ba-8fff-0310-9ca6-ca027cbcb966
* fic-gta01: add usbinitMarcin Juszkiewicz2008-02-111-0/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3739 311d38ba-8fff-0310-9ca6-ca027cbcb966
* bootcdx86: set ext2 images size to 60M to get it booting properlyMarcin Juszkiewicz2008-02-061-0/+2
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3680 311d38ba-8fff-0310-9ca6-ca027cbcb966
* nokia machines: set maximal kernel size to 2MBMarcin Juszkiewicz2008-01-312-0/+4
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3648 311d38ba-8fff-0310-9ca6-ca027cbcb966
* Neo1973 (gta01/02): merge configs with OEMarcin Juszkiewicz2008-01-182-12/+10
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3531 311d38ba-8fff-0310-9ca6-ca027cbcb966
* qemux86: added 'x86' to MACHINE_FEATURESMarcin Juszkiewicz2008-01-181-0/+2
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3530 311d38ba-8fff-0310-9ca6-ca027cbcb966
* hx2000: added vfat to MACHINE_FEATURES (from OE)Marcin Juszkiewicz2008-01-181-1/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3529 311d38ba-8fff-0310-9ca6-ca027cbcb966
* nokia tablets: added vfat to MACHINE_FEATURES (from OE)Marcin Juszkiewicz2008-01-182-4/+4
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3528 311d38ba-8fff-0310-9ca6-ca027cbcb966
* spitz: added 'iwmmxt' to MACHINE_FEATURES (from OE)Marcin Juszkiewicz2008-01-181-0/+2
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3527 311d38ba-8fff-0310-9ca6-ca027cbcb966
* cm-x270: merged support for misc NAND chips (from OE)Marcin Juszkiewicz2008-01-181-2/+10
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3526 311d38ba-8fff-0310-9ca6-ca027cbcb966
* akita: added 'iwmmxt' to MACHINE_FEATURES (from OE)Marcin Juszkiewicz2008-01-181-0/+2
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3525 311d38ba-8fff-0310-9ca6-ca027cbcb966