aboutsummaryrefslogtreecommitdiffstats
path: root/conf
AgeCommit message (Collapse)Author
2010-11-01xorg: new versions for 20101101Martin Jansa
* tested on SHR/gta-02, SHR/spitz, SHR/nokia900 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-10-30xorg: new versions for 20101030Martin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-10-30SHR: prefer latest busyboxMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-10-30xorg: new versions for 20101029Martin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-10-27linux-2.6.28: make it bootable and usefull on nokia900Denis 'GNUtoo' Carikli
*crucial boot support(mmc,mmc block devices,and filesystems) are now builtin *a CMDLINE is now set in the recipe(there is a custom nokia bootloader on the nokia900), That is also necessary to boot on microsd *g_ether is now built, which is required for usbnet *ondemand cpufreq governor is now the default *the inconsistent-mmc-fix-2.6.28-20094803.3.diff patch comes from: https://bugs.maemo.org/show_bug.cgi?id=2747 and is necessary to be able to boot on microsd *there is also a patch that reports the battery capacity which comes from: http://my.arava.co.il/~matan/770/n900/bq27x00_battery.c That patch should be temporary,and be replcaed by somwthing like that: Sep 24 18:48:06 <DocScrutinizer51> the bq27200 kernel module is rather rudimentary Sep 24 18:48:09 <DocScrutinizer51> should be easy to adapt FR bq2700 module to provide same szsfs nodes and just use I2C instead of FIQ+HDQ Sep 24 18:48:11 <DocScrutinizer51> and that's exactly what I'd recommend to do (from #openmoko-cdevel on Freenode) Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-10-27EFL: upgrade SRCREVMartin Jansa
* fixed python-elementary after elementary API changes Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-10-27nokia900: add keyboard to MACHINE_FEATURES, watchdog to ↵Denis 'GNUtoo' Carikli
MACHINE_EXTRA_RRECOMMENDS and autoload for g_ether Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-10-27nokia900: add keyboard to XSERVER and bump PRDenis 'GNUtoo' Carikli
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-10-26bitbake.conf: add SAVANNAH_MIRRORChris Larson
Signed-off-by: Chris Larson <chris_larson@mentor.com>
2010-10-25xorg: new versions for 20101025Martin Jansa
* xserver-xorg is the same as 1.9.0.902 * pixman patches need to be updated first Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-10-24EFL: bump SRCREV a bit moreMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-10-23opie-notes: add preferred version to older inc files like done in .git.Andrea Adami
2010-10-22bitbake.conf: don't append MACHINE_OVERRIDES to OVERRIDES when it's emptyMartin Jansa
* empty MACHINE_OVERRIDES adds :: to OVERRIDES (then in FILESPATH skips every directory after this) * strip() is needed to remove space in case some distribution has ie MACHINE_OVERRIDES ?= "" and then MACHINE_OVERRIDES += "" or MACHINE_OVERRIDES ?= "${MACHINE_CLASS}", where MACHINE_CLASS is empty again While FILESPATH was fixed separately, having :: in OVERRIDES still makes bitbake 1.8.18 to throw a "RuntimeError: Set changed size during iteration" exception when used together with collections.inc, since bitbake is being re-spawned in there. More details here: http://thread.gmane.org/gmane.comp.handhelds.openembedded/38254/focus=38595 Acked-by: Chase Maupin <chase.maupin@ti.com> Signed-off-by: Denys Dmytriyenko <denis@denix.org>
2010-10-21conf/build: darwin fixups - COMMAND_MODE, -m32, PATHChris Larson
- For ppc darwin, use the wrapper scripts - For i386 darwin, set -m32, as uname shows i386 even on 64 bit darwin - For i386 and ppc darwin, set COMMAND_MODE to fix incompatible shell utility behavior, for example 'echo' not handling -n as expected Signed-off-by: Chris Larson <chris_larson@mentor.com>
2010-10-21Use shell wrappers for i386-darwinChris Larson
Signed-off-by: Chris Larson <chris_larson@mentor.com>
2010-10-21omap machines: remove preferred versions from machine files, the recipes ↵Koen Kooi
already pin those correctly
2010-10-21conf/machine: first batch of preferred_version removal: gcc/glibc/binutilsKoen Kooi
2010-10-20ts72xx: update machine configPetr Štetiar
- add autoloading of common modules - specify parameters for UBIFS image - move CMDLINE to kernel - update MACHINE_FEATURES - specify KERNEL_IMAGETYPE Signed-off-by: Petr Štetiar <ynezz@true.cz> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-10-20toolchain-external: fix circular recursion if TOOLCHAIN_VENDOR is not definedDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
2010-10-21conf/distro/include: remove obsolete preferred-opie-versions.incPaul Eggleton
Specific version include files should now be used - this old one points to 1.2.2 which is no longer supported in the OE dev branch.
2010-10-20preferred-gpe-versions: remove now unused files.Andrea Adami
2010-10-20amsdelta-oe.conf: no need to specify preferred-gpe-versions-2.8Andrea Adami
* default should work flawlessy (implicitly ack'ed on irc by GPE maintainer)
2010-10-20sharprom-compatible: remove unmaintained distro.Andrea Adami
* embedix-2.4 kernels have been moved to obsolete * external toolchain with gcc-2.95 was required * ack'ed by the former OpenZaurus maintainers
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-10-20libice: add 1.0.7Martin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-10-20palmpre: add some utilities to MACHINE_EXTRA_RDEPENDSimon Busch
Some utilities are essential for the palmpre but no other machine so the machine config rdepends on them. They will be installed in an image via task-base. Signed-off-by: Simon Busch <morphis@gravedo.de>
2010-10-20angstrom next: switch to pango 1.28.3Koen Kooi
2010-10-19conf/distro/include: Remove preferred-opie-cvs-versions.inc.Paul Eggleton
This include file is now obsolete; persons wishing to build the latest development version of Opie should now build from git by including preferred-opie-git-versions.inc instead.
2010-10-19preferred-shr-versions: choose git version of tslib as defaultSimon Busch
Signed-off-by: Simon Busch <morphis@gravedo.de> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-10-19insane-srcrevs: remove AUTOREV for obsolete openmoko recipesMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-10-19om-3d7k: remove machine definition, because it was canceled long time agoMartin Jansa
Acked-by: Michael 'Mickey' Lauer <mickey@openmoko.org> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-10-19nios2.inc: added missing definitions for TARGET_CC_ARCH BASE_PACKAGE_ARCH ↵Frans Meulenbroeks
FEED_ARCH Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-10-19Bump Opie git revisionPaul Eggleton
2010-10-19Bump Opie git revisionPaul Eggleton
2010-10-19preferred-opie-git-versions: add opie-notes and opie-taskbar-imagesPaul Eggleton
2010-10-19Build development versions of Opie from git instead of CVS.Paul Eggleton
Note that this change requires a version of BitBake with the "git subpath" patch applied. Signed-off-by: Paul Eggleton <bluelightning@bluelightning.org>
2010-10-18angstrom-jalimo: update preferred version of icedtea6-native as 1.7.3 is no ↵Martin Jansa
longer available in tree
2010-10-17Use common files for AT91SAM9 configurationUlf Samuelsson
2010-10-17angstrom next: bump DISTRO_PR for overrides and filespath changesKoen Kooi
2010-10-17omap4430-panda: update machine config to match latest MLO and linux providersKoen Kooi
2010-10-16bitbake.conf: sanitize FILESPATHChris Larson
- reverse OVERRIDES - drop empty overrides - uniq the list - use nested variable references rather than getVar Signed-off-by: Chris Larson <chris_larson@mentor.com>
2010-10-16shr: bump DISTRO_PR after gcc changesMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-10-16xserver-xorg: move from 1.9.0.901 to 1.9.0.902Martin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-10-16SHR: use newer python-pycairoMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-10-16EFL: bump SRCREV a bit moreMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-10-16SHR: prefer libtool 2.4Martin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-10-15Fix Angstrom OVERRIDES settingsChase Maupin
* Use the new MACHINE_OVERRIDES variable in angstrom.inc to set the FEED_ARCH and SOC_FAMILY OVERRIDES * NOTE: These were left in their orignal order which will result in the SOC_FAMILY being more specific than the FEED_ARCH. This was done on purpose as the SOC_FAMILY should be more specific. i.e. for omap3 the omap3 override is more specific than the armv7a override. * Modified the glibc include files to prepend libc-glibc, etc to the OVERRIDES list. Signed-off-by: Chase Maupin <Chase.Maupin@ti.com> Acked-by: Chris Larson <chris_larson@mentor.com> Acked-by: Denys Dmytriyenko <denis@denix.org> Signed-off-by: Koen Kooi <koen@openembedded.org>
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-10-14bitbake.conf: resurrect unexported PKG_CONFIG_DIR for installsChris Larson
Signed-off-by: Chris Larson <chris_larson@mentor.com>
2010-10-13bitbake.conf: add HOSTNAME variableChris Larson
Signed-off-by: Chris Larson <chris_larson@mentor.com>