aboutsummaryrefslogtreecommitdiffstats
path: root/conf
AgeCommit message (Collapse)Author
2010-11-13linux-openmoko, linux-2.6.34: remove old 2.6.32, sanitize 2.6.34 and ↵Martin Jansa
linux-openmoko.inc * use linux-openmoko_${PV} instead linux-openmoko-${PV} * use linux_${PV}.bb with latest stable patch as starting point * only difference between linux_${PV} and linux-openmoko_${PV} is extra include of linux-openmoko.inc * .inc don't define UBOOT_ENTRYPOINT again (after machine config) * .inc move KERNEL_IMAGETYPE to machine configs (as most machines have) * .inc don't "fix' defconfig, use fixed defconfig instead * separate patches used in shr.patch can be found in gitorious repo http://gitorious.org/~jama/htc-msm-2-6-32/openmoko-kernel Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-11-13xorg: new versions for 2010-11-12Martin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-11-13EFL: bump SRCREV for beta2 release and updated vala bindingsMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-11-11preferred-xorg-versions: use git release of xf86-input-mutouchMichael Smith
The latest source release, 1.2.1, fails to build with X11R7.5. Signed-off-by: Michael Smith <msmith@cbnco.com>
2010-11-10mx25-3-stack: add machine's configuration fileEric Bénard
this file was forgotten in commit : 50ea5378c92557b609324a962fea56c076783edf Signed-off-by: Eric Bénard <eric@eukrea.com>
2010-11-06bluepro: add machine configuration for TQ BlueProVitus Jensen
Signed-off-by: Vitus Jensen <vjensen@gmx.de> Signed-off-by: Eric Bénard <eric@eukrea.com>
2010-11-06tb5200l: add machine configuration for TQ TB5200L 'tinyBox'Vitus Jensen
[PATCH 1/5] tb5200l: add machine configuration for TQ TB5200L 'tinyBox' Signed-off-by: Vitus Jensen <vjensen@gmx.de> Acked-by: Marco Cavallini <m.cavallini@koansoftware.com> Signed-off-by: Eric Bénard <eric@eukrea.com>
2010-11-05jlime-2010.1.conf: Remove parted from DISTRO_EXTRA_RDEPENDS.Alex Ferguson
parted is obsolete and takes up space, so we remove it. Signed-off-by: Alex Ferguson <thoughtmonster@gmail.com> Signed-off-by: Kristoffer Ericson <kristoffer.ericson@gmail.com>
2010-11-05tune-mips32.inc: Add missing definitions.Alex Ferguson
I added the FEED_ARCH and BASE_PACKAGE_ARCH definitions which are assigned the value of TARGET_ARCH (which is defined in the individual machine files). I used the TARGET_ARCH variable and not a static value since the value can be either "mipsel" (as in ben-nanonote) or "mips" (as in qemumips). Signed-off-by: Alex Ferguson <thoughtmonster@gmail.com> Signed-off-by: Kristoffer Ericson <kristoffer.ericson@gmail.com>
2010-11-05xorg: upgrade libxi 1.3.2->1.4.0, xproto 7.0.18->7.0.19Martin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-11-03jlime-2010.1.conf: Remove reduntant defs, add provider for psplash.Alex Ferguson
I removed the PREFERRED_VERSION definitions for eglibc since they are useless (they are derived from sane-toolchain.inc) and added PREFERRED_PROVIDER_virtual/psplash = "psplash" since bitbake complains. Signed-off-by: Alex Ferguson <thoughtmonster@gmail.com> Signed-off-by: Kristoffer Ericson <kristoffer.ericson@gmail.com>
2010-11-03ben-nanonote.conf: Update ben-nanonote.confAlex Ferguson
I changed PREFERED_PROVIDER_virtual/kernel to reflect a change in the linux-jlime-ben recipe name. I also added some definitions to better select our prefered xserver. Signed-off-by: Alex Ferguson <thoughtmonster@gmail.com> Signed-off-by: Kristoffer Ericson <kristoffer.ericson@gmail.com>
2010-11-03jlime-2010.1.conf: Cleaned up, fixed XSERVER line.Alex Ferguson
XSERVER was defined as SERVER, which is incorrect, and the file contained several redundant newlines. I also fixed the headers to make the file look more consistent. Signed-off-by: Alex Ferguson <thoughtmonster@gmail.com> Signed-off-by: Kristoffer Ericson <kristoffer.ericson@gmail.com>
2010-11-02add metano linux distributionAngelo S. Mavridis Bartolome
Signed-off-by: Angelo S. Mavridis Bartolome <angelo@pynell.com>
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>