aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/images/shr-image.inc
AgeCommit message (Collapse)Author
2011-06-07shr-image: select devtmpfs for the nexusoneDenis 'GNUtoo' Carikli
Devtmpfs allows us to boot faster, and udev is replaced by the freesmarphone middleware. Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
2011-06-04shr-image.inc: add support for kexecboot for nokia900Denis 'GNUtoo' Carikli
Kexecboot needs a boot.cfg, so we add it. Note that the messed up identation is necessary for not getting the identation in the target boot.cfg file Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
2011-05-20shr-image.inc: migrate nokia900 to devtmpfsDenis 'GNUtoo' Carikli
Without that patch the nokia n900 has no working virtual console: ssh failed with PTY allocation request failed on channel 0 vala-terminal failed with not giving a prompt, removing udev fixes theses issues(there was udev and devtmpfs at the same time). SHR had to choose between devtmpfs and udev for the nokia900, and devtmpfs was chosen. The functionality offered by udev is beeing migrated in the freesmartphone middleware, for instance firmware loading has been there since a very long time. Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
2011-03-02shr-image.inc: switch htcdream to devtmpfs(like om-gta01 and om-gta02)Denis 'GNUtoo' Carikli
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
2011-01-28shr-image: use default IMAGE_DEV_MANAGER and not devtmpfsSimon Busch
Signed-off-by: Simon Busch <morphis@amethyst.openembedded.net>
2011-01-15shr-image: we use devtmpfs on palmpre machine - so no dev manager!Simon Busch
Signed-off-by: Simon Busch <morphis@amethyst.openembedded.net>
2010-11-04shr-image: remove /boot from jffs2/ubi/ubifs images only on om-gta01Martin Jansa
* om-gta02 has usually enough space on NAND * qi-bootmenu can use those kernels and supports only om-gta02 now * also make sure -boot is empty before moving /boot there * move /boot back even when last command mkfs.ubifs/ubinize/mkfs.jffs2 fails (no && here) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-10-27shr-image: remove IMAGE_DEV_MANAGER only for om-gta0[12]Martin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-10-10shr-image.inc: override DEV_MANGER for nokia900 to get udevKlaus Kurzmann
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-06-25shr-images: removed udev, use shadow as login managerMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-06-10recipes: bump PR/INC_PR for packages changed in ↵Martin Jansa
RDEPENDS/RRECOMMENDS/RSUGGESTS/RPROVIDES/RCONFLICTS/RREPLACES cleanup * only 769 from 1102 recipes were covered by automatic PR bump, list of remaining 333 recipes not using PR/INC_PR is available for manual PR add or INC_PR conversion - volunteers? http://build.shr-project.org/tests/jama/files.not.PR.bumped * just echo 'PR = "r1"' to recipes without any PR/INC_PR is not so good idea without manual check, because sometimes they rely on PR set in their .inc file and "r1" could make it go backwards Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-06-03recipes: conform to OE packaging guidelines with RDEPENDS/RRECOMMENDSMartin Jansa
* there is probably very few cases when it's needed without _${PN}, if you find one in attached patch, please enlighten me * usually we want those only for ${PN} not for all ${PACKAGES} ie ${PN}-dev, ${PN)-doc etc * there is a check for this in recipe-sanity.bclass * there is maybe few possible fixes also in bbclasses cpan-base.bbclass:RDEPENDS += "${@["perl", ""][(bb.data.inherits_class('native', d))]}" distutils-base.bbclass:RDEPENDS += "python-core" gtk-icon-cache.bbclass:RDEPENDS += "hicolor-icon-theme" image.bbclass:RDEPENDS += "${IMAGE_INSTALL} ${IMAGE_BOOT}" module.bbclass:RDEPENDS += "kernel (${KERNEL_VERSION}) update-modules" ?opie_i18n.bbclass: rdepends = bb.data.getVar("RDEPENDS", d, 1) ?opie_i18n.bbclass: bb.data.setVar('RDEPENDS_%s' % x[0].lower(), pn, d) ?opie_i18n.bbclass: bb.data.setVar('RDEPENDS', rdepends, d) rubyextension.bbclass:RDEPENDS += "ruby" Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Acked-by: Koen Kooi <k-kooi@ti.com>
2010-04-30shr-image: drop all tweaksMartin Jansa
* they should really be applied in recipes where they belong * one of reasons why reflashed image can behave different than older after opkg upgrade Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-04-01base-files: move profile for SHR from shr-image.inc to base-filesThomas Zimmermann
Signed-off-by: Thomas Zimmermann <ml@vdm-design.de>
2010-03-19shr-image: use install_linguasMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-02-27shr-image: add missing task-shr-minimal-fso to IMAGE_INSTALLMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-02-26shr-image: add all needed deps to task-shr-minimal, remove /boot from ↵Martin Jansa
jffs2/ubi/ubifs Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-02-12shr-image: move some stuff from task-shr-minimal to task-shr, drop unneeded ↵Martin Jansa
and make shr-lite-images smaller Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2009-12-22linux-openmoko: use add module_autoload for 2.6.31, add ppp_generic and load ↵Martin Jansa
snd modules from machine configs Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2009-12-02shr-image.inc: Remove g_ether loading hack, we use usb-gadget-mode for ↵Sebastian Spaeth
loading g_ether Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
2009-12-02shr-image.inc: Remove htop.desktop hack, we don't even install htop anymoreSebastian Spaeth
Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
2009-12-02shr-image.inc: remove 1 module autoload hack. 2 of them left.Sebastian Spaeth
Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
2009-11-30shr-image.inc: bump PR to pickup DISTRO_SSH_DAEMON changeKlaus Kurzmann
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
2009-11-19task-fso* compliance: update requirements and include it in shr-imageMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2009-11-18shr-image, shr-lite-image: for building SHR distributionMartin Jansa