aboutsummaryrefslogtreecommitdiffstats
path: root/conf/distro/shr.conf
AgeCommit message (Collapse)Author
2011-03-26SHR: drop blacklist entries for libnl, now when libnl2 is used by defaultMartin Jansa
Acked-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-01-17frameworkd: merge frameworkd-config-shr_git.bb to frameworkd_git.bb and cleanupMartin Jansa
* move init.d file and all config files applied in OE to frameworkd repo * drop PREFERRED_PROVIDER_frameworkd-config as only one provider exists now Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-01-10SHR: drop PREFERRED_PROVIDER_virtual/libusb0 and use default libusb-compatMartin Jansa
* libusb has legacy staging * libusb-compat is better maintained and newer Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-01-05shr: blacklist libnlMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-12-17sane-toolchain: use hard assignment instead of weak for libtool version and ↵Martin Jansa
LIBTOOL_HAS_SYSROOT * bitbake.conf already has weak LIBTOOL_HAS_SYSROOT ?= "no" so setting to "yes" here was ignored Acked-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-12-11preferred-shr-versions: remove pinned versions which are default nowMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
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-19shr.conf: remove include for shr-autorev.incMartin Jansa
* I'll include it in local.conf generated with SHR Makefile instead Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-10-16shr: bump DISTRO_PR after gcc changesMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-10-15Reverse the order of OVERRIDESChris Larson
Given the current implementation of OVERRIDES in bitbake, the variable is expected to contain elements in the order least specific to most specific, however, our current usage of it does not match that. As one example, "local" is supposed to always be the most specific override, yet currently it's the least specific. As another example, currently the target architecture is seen as more specific than the machine, which is also clearly wrong. Big thanks to Chase Maupin for investigating and identifying this long standing issue. It becomes clear that a reversal of the current value will bring us to a more sane behavior, and avoids the need for the dual overrides hack mentioned in the comments, so this implements this reversal, and drops the unnecessary and confusing comments. This also introduces a MACHINE_OVERRIDES variable as a generic mechanism to inject overrides elements which are more specific than the distro but less specific than the machine, which is where things like MACHINE_CLASS or SOC_FAMILY or the like would go. This variable is *space* separated, to make it easier and more convenient to assemble the variable incrementally. Reported-by: Chase Maupin <chase.maupin@ti.com> Signed-off-by: Chris Larson <chris_larson@mentor.com> Acked-by: Chase Maupin <chase.maupin@ti.com> Acked-by: Khem Raj <raj.khem@gmail.com>
2010-09-28SHR: drop preferred version for eglibc and gccMartin Jansa
* same versions are now in sane-toolchain.inc Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
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-23Revert "e-wm: introduce E17_DEFAULT_CONFIG to remove e-wm-config-default ↵Martin Jansa
from RRECOMMENDS if needed" * This reverts commit 22e3772f799948bf4a7806e74d83948ee2b2e1f4. * e-wm-config-default is still needed to show 1st time wizard (selecting which config to use) * sorry I should have tried after removing ~/.e (I thought I did)
2010-08-23e-wm: introduce E17_DEFAULT_CONFIG to remove e-wm-config-default from ↵Martin Jansa
RRECOMMENDS if needed Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-08-23e-wm: use illume2 instead of illume1, fix illume-keyboard paths and locales ↵Martin Jansa
packaging * illume2 and illume1 shouldn't be compiled both anymore http://trac.enlightenment.org/e/changeset/50884 keep only illume2 as it's preferred by upstream * separate illume2 (illume-home) to new package e-wm-config-illume2 and make it default * remove illume-keyboard-default_svn.bb recipe and create illume keyboard packages from e-wm build directly (otherwise installed twice) * update KEYBOARD_DIR in illume-keyboards-shr * don't include all locales in FILES_${PN} Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-08-21shr: add shr-mirrors.bbclass and make use of itKrzysztof Koroscik
Signed-off-by: Krzysztof Koroscik <soltys@szluug.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-08-13shr: blacklist all 2.4 kernels, because of multiple ERRORs it shows in every ↵Martin Jansa
build Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-08-10shr: cleanup distro config a bitMartin Jansa
2010-08-03shr: add PREFERRED_PROVIDER_virtual/libglMartin Jansa
Signed-off-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-07-14shr: include sane-toolchain-java.inc and angstrom-jalimo.conf, add largefile ↵Martin Jansa
to DISTRO_FEATURES Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-07-10shr.conf: add ipv4 and ipv6 to DISTRO_FEATURESKlaus Kurzmann
needed for busybox to include networking Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
2010-06-25shr: drop unused DISTRO_* definitionsMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-06-25shr: inherit couple of usefull classes: recipe_sanity, insane, devshell and ↵Martin Jansa
bump DISTRO_PR * gcc major version was changed, better to sync recipes to targets * new QA tasks needs available workdirs Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-06-25shr: use gcc-4.5.0 instead of gcc-4.4.4Martin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-05-26SHR: use eglibc-2.12 instead 2.11Martin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-05-19shr: add tk to DISTRO_FEATURES for python-idle->python-tkinter fixMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-05-16shr: drop PREFERRED_VERSIONs for toolchain, now in sync with ↵Martin Jansa
sane-toolchain.inc again Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-05-12shr: prefer gcc-4.4.4Martin Jansa
2010-04-30shr: add shr-version recipe and drop its generation from ↵Martin Jansa
ROOTFS_POSTPROCESS_COMMAND Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-04-19SHR: disable BB_LOCALCOUNT_OVERRIDE as we're using autoincremented SRCPV and ↵Martin Jansa
AUTOREV in git recipes Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-03-19shr: use binutils 2.20.1Martin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-02-27shr: drop alsa as distro feature, bump task-base PRMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-02-24shr: use eglibc-2.11Martin Jansa
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>
2010-02-12shr: add bluetooth to DISTRO_FEATURES to get bluetooth modules, remove pci, ↵Martin Jansa
pcmcia, nfs, smbfs, also remove kernel-modules from DISTRO_EXTRA_RRECOMMENDS which are pulled by task-base Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-02-11shr: use gcc-4.4.3 instead of 4.4.2Martin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-02-02shr: blacklist qt4-x11-free-glesMartin Jansa
* Replace more verbose harmless error with small note * Details: http://www.mail-archive.com/openembedded-devel@lists.openembedded.org/msg02703.html Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-01-15shr.conf: blacklist update-alternatives except opkg implementationMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-01-08shr.conf: switch to release DISTRO_TYPEMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2009-12-08opkg: add provides for update-alternatives and set opkg as default u-a ↵Martin Jansa
provider in sane-feed-ipk Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2009-12-08shr.conf: remove preferred providers set already in compatibility-providers.confMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2009-12-07shr.conf: Make tux boot splash the default for -unstable (as it effectively ↵Sebastian Spaeth
already is) Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
2009-12-04task-base: Introduce DISTRO_APM and convert recipes to use thatSebastian Spaeth
Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
2009-12-04shr.conf: set DISTRO_apm = fso-apmSebastian Spaeth
Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
2009-11-30shr.conf: use openssh as DISTRO_SSH_DAEMONKlaus Kurzmann
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
2009-11-25shr: use newer classpath and jamvmMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>