aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/h3600.conf
AgeCommit message (Collapse)Author
2013-10-16Restore MACHINE_GUI_CLASS and MACHINE_DISPLAY_WIDTH_PIXELS / HEIGHT_PIXELSdylandoraPaul Eggleton
Unfortunately these variables are still needed in meta-opie, which makes choices about which images to use based upon the display size. formfactor currently can't be used even at packaging time by other recipes, so until that happens we need to preserve these. This partially reverts commit 3c07a5817cf091c03f1c8a75eac7ba2dd27be00f. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2013-10-15meta-handheld: use code in image_types.bbclass for JFFS2Andrea Adami
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2013-10-15meta-handheld: use explicit ERASEBLOCKSIZE and remove the variableAndrea Adami
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2013-10-15meta-handheld: remove deprecated ROOT_FLASH_SIZE and VOLATILE_STORAGE_SIZEAndrea Adami
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2013-10-14meta-handheld: remove MACHINE_GUI* and MACHINE_DISPLAY* varsAndrea Adami
unused in oe-core and in meta-oe while there remove LOGO_SIZE from zaurus.inc and ben-nanonote.conf Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2013-10-14meta-handheld: ipaq: add qvga MACHINE_FEATUREAndrea Adami
Used in oe-core in: recipes-sato/gtk-engines/gtk-sato-engine_git.bb: recipes-sato/matchbox-theme-sato/matchbox-theme-sato_git.bb: EXTRA_OECONF adds '--with-mode=qvga' Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2013-10-09h3600.conf: update machine configurationAndrea Adami
Signed-off-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2013-02-04Drop PCMCIA_MANAGERPaul Eggleton
This is a relic from the days of the pcmcia-cs to pcmciautils switch and is no longer needed. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2012-01-22conf/machine/h3600: force udev 164Paul Eggleton
With the old 2.6.29 kernel on this machine we cannot use the version of udev in meta-oe, so force the OE-Core version. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2012-01-22conf/machine/h3600: enable jffs2 and tar.bz2 IMAGE_FSTYPESPaul Eggleton
jffs2 is needed if you wish to boot from internal flash using the CRL bootldr. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2012-01-22conf/machine/h3600: make kernel and /boot/params essentialPaul Eggleton
Use MACHINE_EXTRA_ESSENTIAL_RDEPENDS to ensure that the kernel image and ipaq-boot-params get installed for any image (including core-image-minimal). Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
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>
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>