aboutsummaryrefslogtreecommitdiffstats
path: root/conf
AgeCommit message (Collapse)Author
2012-01-21conf/machine/h3600: switch to linux (2.6.29)Paul Eggleton
Switch from linux-handhelds-2.6 (2.6.21-hh20) to standard linux (2.6.29.6) kernel. Also remove redundant setting of TARGET_ARCH (the include files already set this). Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2012-01-16zaurus.inc: don't install device nodes, rely on devtmpfsAndrea Adami
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2012-01-16zaurus.inc: add settings for INITRAMFS_FSTYPESAndrea Adami
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2012-01-15zaurus.inc: remove IMAGE_DEVICE_TABLES settingsAndrea Adami
* Zaurus devices are now only using devtmpfs enabled kernels Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2012-01-14zaurus.inc: weak assignment to IMAGE_FSTYPESMartin Jansa
* easier for builder to limit IMAGE_FSTYPES in local.conf Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-12-09zaurus.inc: adapt jffs2 and sum.jffs2 to changes in oe-coreAndrea Adami
* in oe-core jffs2 summary has been added to image_types.bbclass and * IMAGE_CMD_jffs2 now includes '-n' to skip cleanmarkers node creation * so we need to customize only padding, endianness and compression mode * While there remove compression settings which are handled in kernel. * This allows us to use the same string for mkfs.jffs2 and for sumtool. Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2011-12-09motorola-ezx-base.inc: enable "iwmmxt" as extra arch only when neededAntonio Ospite
Use PACKAGE_EXTRA_ARCHS_tune-xscale so we don't need to remove the generic PACKAGE_EXTRA_ARCHS line in case we enable tune-iwmmxt.inc Signed-off-by: Antonio Ospite <ospite@studenti.unina.it> Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-12-09motorola-ezx-base.inc: do not define TARGET_ARCHAntonio Ospite
Removing TARGET_ARCH = "arm" fixes this error: Error, the PACKAGE_ARCHS variable does not contain TUNE_PKGARCH (armv5te). Signed-off-by: Antonio Ospite <ospite@studenti.unina.it>
2011-11-24zaurus.inc: use xserver-xorg-liteMartin Jansa
* we don't have DRI modules for zaurus AFAIK Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Tested-by: Andrea Adami <andrea.adami@gmail.com>
2011-09-04spitz,akita: add iwmmxt to PACKAGE_EXTRA_ARCHS_tune-xscale not ↵Martin Jansa
PACKAGE_EXTRA_ARCHS * otherwise fails with: ERROR: Poky's config sanity checker detected a potential misconfiguration. Either fix the cause of this error or at your own risk disable the checker (see sanity.conf). Following is the list of potential problems / advisories: Error, the PACKAGE_ARCHS variable does not contain TUNE_PKGARCH (armv5te). Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-09-04conf/machine: unify MACHINE_GUI_CLASS/GUI_MACHINE_CLASS to MACHINE_GUI_CLASS ↵Martin Jansa
in all configs Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-09-04initramfs-kexecboot.inc: import missing file from meta-zaurusMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-08-14conf/machine/hx4700.conf: do not set IMAGE_FSTYPESPaul Eggleton
No other machine sets this; rely on the default for now. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-08-14conf/machine/hx4700.conf: fix for OE-core tune changesPaul Eggleton
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-08-10hx4700: switch to linux 3.0 kernel and update config accordinglyKoen Kooi
(imported from OE commit ec8beb5524480337f0fc6850a0a99250110a551b) Signed-off-by: Koen Kooi <koen@openembedded.org>
2011-07-30zaurus.inc: switch over to xserver-xorg by defaultPaul Eggleton
Integrate change from meta-smartphone to use xserver-xorg for all Zaurus machines. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-07-30zaurus.inc: remove orphan LZMA_COMPRESSION_LEVELAndrea Adami
* cpio.lzma are built using xz-utils * add -e to achieve a slightly better compression * keep -7 preset to be able to decompress on 32MB devices (imported from OE commit 5a0e0b735b00168ffae8e3b0ea4632a81ae4086a) Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2011-07-30Update for tune file cleanup in oe-corePaul Eggleton
* Remove tune-xscale.inc, tune-arm*.inc * Switch machines using tune-strongarm.inc to tune-strongarm1100.inc Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-07-24initial commit of meta-handheldPaul Eggleton
Populate the repository with files from OpenEmbedded at revision 45edf621296daf150c72b876d720861235e5762e - no changes, only rearranged the directory structure to match the new oe-core style and added COPYING.MIT and README. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>