aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine
AgeCommit message (Collapse)Author
2017-10-29zaurus.inc: explicitely define ARM instruction set.Andrea Adami
Default for armv4/collie: arm Default for pxa: thumb Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2017-03-01h1940: explicit IMAGE_FSTYPESAndrea Adami
This machine doesn't specify it but it expects a jffs2 image. Add tar.gz for easy testing on removable media devices. Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2017-03-01hx4700.conf: extend IMAGE_FSTYPES and readd jffs2Andrea Adami
Somehow the configuration doesn't explicit the variable. Restore it as it was in oe-classic and add tar.gz for easy test on removable media devices. Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2017-02-27h3600.conf: replace DEPLOY_DIR_IMAGE with IMGDEPLOYDIRAndrea Adami
Rename the variable as done in oe-core (6d969ba). Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2017-02-27hx4700.conf: replace DEPLOY_DIR_IMAGE with IMGDEPLOYDIRAndrea Adami
Rename the variable as done in oe-core (6d969ba). Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2017-02-09gcw0.conf: catch up with renaming of KERNEL_OUTPUT in oe-coreAndrea Adami
After commit 849b67b in oe-core the variable KERNEL_OUTPUT has been replaced by KERNEL_OUTPUT_DIR. It is worth noting the new variable contains just the path. Modify gcw0.conf accordingly and use defaults from kernel.bbclass. KERNEL_OUTPUT_DIR ?= "arch/${ARCH}/boot" Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2016-05-06zaurus.inc: switch from cpio.lzma to cpio.xzAndrea Adami
Use a single compressor to squeeze a couple of KB for linux-kexecboot. Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2016-05-06zaurus.inc: add BAD_RECOMMENDATIONS for eudev-hwdb (6MB)Andrea Adami
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2016-04-24zaurus.inc: mention linux-kexecboot in the notes for the installerAndrea Adami
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2015-04-23h1940.conf: switch to linux-handheld kernelAndrea Adami
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2015-04-18simpad: remove unmaintained machineAndrea Adami
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2015-04-18ipaq: remove unmaintained machines and bsp toolsAndrea Adami
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2015-04-18palm: remove unmaintained machines, bsp tools and kernelsAndrea Adami
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2015-04-18ezx: remove unmaintained machines, bsp tools and kernelsAndrea Adami
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2015-04-18jornada: remove unmaintained machines and kernelsAndrea Adami
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2015-04-13hx4700.conf: prefer linux-handheld kernel v. 4.0Andrea Adami
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2015-04-13h3600.conf: prefer linux-handheld kernel v. 4.0Andrea Adami
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2015-04-13zaurus.inc: use linux-handheld kernelAndrea Adami
Many patches have been merged in 3.19 and 4.0 so we simplify the kernel recipe catching up with upstream. This patch could be possibly reverted after linux-yocto_4.0. Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2014-07-15Revert "zaurus collie: remove hardcoded mem=64M"Andrea Adami
Unfortunately the default for sa1100/collie is 16M so for collie it is necessary to specify mem=64M on cmdline. The very rare 5000D users will have to change that to mem=32M. This reverts commit f4f05028f5ad72a81d6620340fe1c92ac6486890. Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2014-06-18zaurus collie: remove hardcoded mem=64MAndrea Adami
Surely rare today, the SL-5000D has only 32MB ram. Remove historical setting used for mtd-ram. Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2014-05-26gcw0: improve compatibility with kexecbootAndrea Adami
Alternative images to be booted by kexecboot require to have an elf vmlinuz in /boot (kexec on mips expects elf). The bootloader however needs raw data (vmlinuz.bin) so we customize KERNEL_IMAGETYPE in the recipe. Finally, kexec is added to the main kernel recipe for easier testing and the watchdog timer is increased in the configuration for the kexecboot kernel. At the moment linux-kexecboot detects just fine partitions on external SD but freezes on kexec. Tests done from shell reveal that both kexec binaries (2.06 glibc and 2.02 klibc) load the new kernel but freeze on kexec -e. Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2014-05-23h1940: prefer linux-yocto kernelAndrea Adami
h1940 was using linux-yocto-dev, waiting for inclusion in linux-yocto_3.14. Support is now present so we can switch back to the standard kernel provider. Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2014-05-20zaurus.inc: add xinput-calibrator to XSERVERAndrea Adami
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2014-05-19gcw0: initial commit of machine configAndrea Adami
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2014-02-17zaurus: use the new JFFS2_SUM_EXTRA_ARGS for jffs2.sumAndrea Adami
adapt after commit 295c6c1452c8789a8b1d0090ff09a5cd7cf16507 in oe-core Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2014-02-17zaurus: catch up with sum.jffs2 -> jffs2.sum renamingAndrea Adami
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2014-01-07linux-qi-ben-nanonote: rename previous linux-jlime-ben-nanonote recipeApelete Seketeli
The kernel recipe for the Ben Nanonote machine is now relying on the Qi-Hardware kernel source code instead of the JLime kernel source code initially. Rename linux-jlime-ben-nanonote recipe to linux-qi-ben-nanonote to reflect the change. Signed-off-by: Apelete Seketeli <apelete@seketeli.net>
2013-12-15zaurus.inc: add ubi to image types for easy flashingAndrea Adami
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2013-12-15collie.conf: fix mkfs.ubifs and ubinize parameters for NORAndrea Adami
Type: nor Eraseblock size: 131072 bytes, 128.0 KiB Amount of eraseblocks: 113 (14811136 bytes, 14.1 MiB) Minimum input/output unit size: 1 byte Sub-page size: 1 byte See example for 32MiB NOR flash with 128KiB: http://www.linux-mtd.infradead.org/faq/ubifs.html#L_mkfubifs Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2013-11-13machine: h1940: switch temporarly to linux-yocto-dev (3.12-rc5)Andrea Adami
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2013-11-11h3600: build .tar.gz images tooLinus Walleij
This enables us to output a tar.gz image during the h3600 build process. Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
2013-10-30collie.conf: provide a custom EXTRA_IMAGECMD_sum.jffs2Andrea Adami
Match the changes to image_types.bbclass in oe-core. REMARKS: Q: the sum.jffs2 image is really smaller than the .jffs2 A: If you run sumtool with --pad parameter then it pads the OUTPUT file with 0xFF to the end of the last used eraseblock. If you have empty eraseblocks at the end of your INPUT image then the sumtool skips those. Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2013-10-30zaurus.inc: set default IMAGE_CMD_sum.jffs2 for devices with NANDAndrea Adami
Collie will need a customization. Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2013-10-30machine: add more JFFS2_ERASEBLOCK definitionsAndrea Adami
some missing found googling on the web 0x40000 explicited even if image_types.bbclass default Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2013-10-29meta-handheld: adjust EXTRA_IMAGECMD_jffs2 after oe-core changesAndrea Adami
The machine configuration file must specify a customized EXTRA_IMAGECMD_jffs2 to override the defaults of image_types.bbclass. Images for NOR flashes should be built with cleanmarkers. Fix the declaration of padding for collie: the short form doesn't accept <size> arument Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
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-15zaurus: readd sum.jffs2 imagetypeAndrea Adami
move common line from collie.conf Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2013-10-15motorola-ezx-base.inc: remove -n from EXTRA_IMAGECMD_jffs2Andrea Adami
because it is already in IMAGE_CMD_jffs2 as default in image_types.bbclass Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2013-10-15motorola-ezx-base.inc: reorder and remove old comments about iwmmxtAndrea Adami
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2013-10-15motorola-ezx-base.inc: remove MACHINE_CLASS and MODUTILS varsAndrea Adami
not present in oe-core or meta-oe Signed-off-by: Andrea Adami <andrea.adami@gmail.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-15zaurus: simplify JFFS2 creation using code in image_fstype.bbclassAndrea Adami
fix ${ERASEBLOCKSIZE} remnant for collie Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2013-10-15spitz.conf: reorder and add full example for SL-C3000Andrea Adami
This device has different eraseblock size. Explain it clearly with example ready to un-comment. 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-15zaurus.inc: remove code for JFFS2 now split in machine configurationAndrea Adami
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2013-10-15zaurus: readd specific bits to each machineAndrea Adami
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2013-10-15h3800.conf: fix MACHINE_FEATURESAndrea 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-14ben-nanonote.conf: add qvga to MACHINE_FEATURESAndrea 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' And remove obsolete note about kexecboot Signed-off-by: Andrea Adami <andrea.adami@gmail.com>