aboutsummaryrefslogtreecommitdiffstats
path: root/conf/distro/kaeilos.conf
AgeCommit message (Collapse)Author
2011-01-20kaeilos.conf: changed KaeilOS specific psplash-kaeilosMarco Cavallini
* bump PR
2010-12-02sane-srcrevs.inc: remove it from distro configs, and file itselfMartin Jansa
Acked-by: Klaus Kurzmann <mok@fluxnetz.de> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-12-01sane-srcdates.inc: remove from all distro configs as well as file itselfMartin Jansa
* it's empty for > 6 months * entries were moved to recipes * SRCREV instead of SRCDATE is preferred anyways http://git.openembedded.org/cgit.cgi/bitbake/commit/?id=8da9744fcdf856abebcfbe9e3bc1b8cf07bc317b Acked-by: Andreas Oberritter <obi@opendreambox.org> Acked-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-11-23kaeilos.conf : version upgrade, bump prMarco Cavallini
2010-10-20distro, toolchain-external: override TARGET_VENDOR with TOOLCHAIN_VENDORBen Gardiner
Trying to use an external toolchain like the 2009q1 toolchain from codesourcery has some strange results since the toolchain has vendor 'none' but distributions like angstrom set TARGET_VENDOR unconditionally. This patch overrides the TARGET_VENDOR with the value of TOOLCHAIN_VENDOR, if set. TOOLCHAIN_VENDOR can be set in the local configuration alongside the other TOOLCHAIN_* variables. The override is performed in toolchain-external.inc, as suggested by Koen Kooi [1]. It also reorders the inclusion of the distro and toolchain-* so that toolchain-external can override the value of TARGET_VENDOR, as suggested by Denys Dmytriyenko [2]. Tested with angstrom-2008.1 and the codesourcery 2009q1 toolchain by assigning TOOLCHAIN_VENDOR = "-none" TOOLCHAIN_TYPE = "external" TOOLCHAIN_BRAND = "csl" in addition to putting the CSL in the PATH. [1] http://thread.gmane.org/gmane.comp.handhelds.openembedded/37918/focus=38047 [2] http://thread.gmane.org/gmane.comp.handhelds.openembedded/38176/focus=38188 Signed-off-by: Ben Gardiner <bengardiner@nanometrics.ca> CC: Koen Kooi <k.kooi@student.utwente.nl> CC: Víctor M. Jáquez L. <vjaquez@igalia.com> CC: CC: Denys Dmytriyenko <denis@denix.org> Signed-off-by: Koen Kooi <koen@openembedded.org> Signed-off-by: Denys Dmytriyenko <denis@denix.org>
2010-09-09Per the TSC decision, make packaged-staging defaultChris Larson
For now, just ensures its inherited. In the future, we can merge / simplify staging.bbclass with packaged-staging.bbclass as appropriate. Signed-off-by: Chris Larson <chris_larson@mentor.com>
2010-08-03opkg recipe overhaul - removal of opkg-nogpg and opkg-nogpg-nocurl.Graham Gower
None of the distros in OE appear to want/need gpg or curl support in opkg; so have opkg.inc remove them by default. This diff makes things more consistent across all distros/tasks/images. The slugos recipe is kept intact and further divided from the more modern recipes. The opkg-native recipe is the sane-srcrev version even when building slugos, which should allow for changes to opkg related bbclasses without breaking the slugos build. Build tested for qemumipsel/minimal-image and nslu2/slugos-image. minimal-image builds 10% quicker in my setup and is 1mb smaller. Signed-off-by: Graham Gower <graham.gower@gmail.com> Acked-by: Khem Raj <raj.khem@gmail.com> Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-07-21distro: Move thumb into distro featuresKhem Raj
* Currenlty we define the thumb specific overrides in machine tune files and as machine conf files are included before the distro conf files the overrides dont get right values and set incorrectly. * This patch moves the tune-thumb.inc from machine/include into distro/include and lets distro decide on thumb and thumb-interworking features based on the machine selected. If a machine which does not support thumb like all armv4 based machines is selected then distro makes correct decision now to disable thumb and thumb-interworking based upon the machine seletected. Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Koen Kooi <koen@openembedded.org> Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-07-19Revert "distro: Move thumb into distro features"Khem Raj
This reverts commit e9fe87a13cf4e0453ff601c422ecbe6a98bc8f76. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-07-19distro: Move thumb into distro featuresKhem Raj
* Currenlty we define the thumb specific overrides in machine tune files and as machine conf files are included before the distro conf files the overrides dont get right values and set incorrectly. * This patch moves the tune-thumb.inc from machine/include into distro/include and lets distro decide on thumb and thumb-interworking features based on the machine selected. If a machine which does not support thumb like all armv4 based machines is selected then distro makes correct decision now to disable thumb and thumb-interworking based upon the machine seletected. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-02-17kaeilos.conf: Added credits to AngstromMarco Cavallini
2010-01-11conf/distro/kaeilos.conf : updated to X.Org X Server 1.7.3Marco Cavallini
2010-01-07qt4x11: Cease out the qt4x11 PROVIDERHolger Hans Peter Freyther
* The LGPL and Commercial edition are actually the same tarball. * If someone sees the need he can take qt qt4-recipes and specify -commercial in the compilation.
2009-10-23distro/kaeilos.conf : switched to glibc 2.9Marco Cavallini
* see also glibc-package.bbclass : added KaeilOS hack supporting glibc 2.9 * see also bluez4* : temporary solution just to replace at least bluez-libs * bumped PR to be sure glibc will be aligned on resulting image
2009-10-22conf/distro/kaeilos.conf completed previous modificationsMarco Cavallini
* aligned to latest Angstrom settings * removed xserver-kdrive as PREFERRED_PROVIDER_xserver * added OLDEST_KERNEL ?= "2.6.25" * reverted to PREFERRED_VERSION_glibc ?= "2.6.1" due to qemu compatibility issues
2009-10-21conf/distro/kaeilos.conf added new distro optionsMarco Cavallini
* added TOOLCHAIN_TYPE management * switched to glibc 2.9 * selected xserver-xorg as default, since kdrive has been EOL'ed * bumped PR
2009-07-07New conf/distro/kaeilos.conf with customized include filesMarco Cavallini
Signed-off-by: Marco Cavallini <m.cavallini@koansoftware.com>
2009-06-23Added PREFERRED_VERSION_classpath to support JVM in KaeilOS distro with ↵Marco Cavallini
contribution of Ronetix (www.ronetix.at) Signed-off-by: Marco Cavallini <m.cavallini@koansoftware.com>
2009-06-09trouble with ext2 filesystemAlessandro GARDICH
Phil Blundell wrote: > On Sat, 2009-05-23 at 22:23 +0200, Alessandro GARDICH wrote: >> At now I modify qemux86.conf cause usually EXTRA_IMAGECMD is in the >> machine config file, but to add hardware specific parameters (flash size >> and erase size). I'm not sure if is the right place. Probably in the >> distro configuration could be better. > > The distro config probably is the right place for this. After all, the > number of inodes you need depends primarily on the number of files that > you're going to ship in the rootfs, and that in turn is primarily > influenced by the DISTRO's policies rather than by any inherent aspect > of the MACHINE. > > The other uses of EXTRA_IMAGECMD that I guess you're thinking of are > mostly to do with jffs2 parameters, which are rather different in that > they're determined by the specifics of the hardware in use and hence do > go with the MACHINE rather than the DISTRO. > > p. > > > > _______________________________________________ > Openembedded-devel mailing list > Openembedded-devel@lists.openembedded.org > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel true, reform the patch for kaeilos.conf Acked-by: Marco Cavallini <m.cavallini@koansoftware.com>
2009-06-09kaeilos.conf and SPLASHAlessandro GARDICH
Hi Make kaeilos.conf be aware of the new SPASH variable used in images recipes. At least it make bitbake start work, as soon as build the x11-image I'll check if also the image is working proper Alessandro Acked-by: Marco Cavallini <m.cavallini@koansoftware.com>
2009-05-04All distro conf files: Use LIBC to pick or set your libc.Tom Rini
Acked-by: Leon Woestenberg <leon@sidebranch.com> Acked-by: Mike Westerhof <mwester@dls.net> Signed-off-by: Tom Rini <trini@embeddedalley.com>
2009-04-29Modified kaeilos distro configurationMarco Cavallini
* changed version to 2009.1 * solved bluez-utils problem with x86 targets Signed-off-by: Marco Cavallini <m.cavallini@koansoftware.com> Signed-off-by: Marcin Juszkiewicz <hrw@openembedded.org>
2009-04-01xine: update to new xine recipewoglinde
* as a side node only opie-mediaplayer2 compiles out of the box
2009-02-19task-boot: rename DISTRO_ vars to IMAGE_ vars and move to image.bbclass * ↵Koen Kooi
update users as well Acked-By: Marcin Juszkiewicz <hrw@openembedded.org>
2009-02-12kaeilos: use mdevMarcin Juszkiewicz
2009-02-12kaeilos: use busybox 1.13.2Marcin Juszkiewicz
2009-02-12kaeilos: remove Avahi from systemMarcin Juszkiewicz
2009-02-12kaeilos: use xserver-kdrive 1.3.0.0Marcin Juszkiewicz
2009-02-12kaeilos: first attempt to make new Angstrom based distroMarcin Juszkiewicz