aboutsummaryrefslogtreecommitdiffstats
path: root/conf
AgeCommit message (Collapse)Author
2011-02-20slugos: Pin gvfs to 1.6.6Tom Rini
We're doing this since glib-2.0 is pinned. Signed-off-by: Tom Rini <tom_rini@mentor.com>
2011-02-20kaeilos 2009: Pin gvfs to 1.6.6Tom Rini
We're doing this since glib-2.0 is pinned. Signed-off-by: Tom Rini <tom_rini@mentor.com>
2011-02-20angstrom-2008: Pin gvfs at 1.6.6Tom Rini
We're doing this since glib-2.0 is pinned. Signed-off-by: Tom Rini <tom_rini@mentor.com>
2011-02-19distro/micro.conf: drop exec_prefix_native since it is unusedOtavio Salvador
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Acked-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2011-02-19sciphone-g2: Initial support for Sciphone G2 (based on MT6235)Marcin Mielczarczyk
This patch adds Sciphone G2 target to OpenEmbedded environment. It also defines osmocomBB repositories for U-Boot and Linux kernel. Signed-off-by: Marcin Mielczarczyk <marcin.mielczarczyk@tieto.com> Signed-off-by: Stefan Schmidt <stefan@datenfreihafen.org>
2011-02-19angstrom next: prefer gvfs 1.7.2 (unstable series)Koen Kooi
Signed-off-by: Koen Kooi <koen@openembedded.org>
2011-02-18kaeilos.inc: switched to eglibcMarco Cavallini
2011-02-17bitbake.conf: export LC_ALL = "C"Eric BENARD
* thus the build system language won't create troubles during builds (example : perl is hacking some generated files' content but only supports english outputs). * this problem is only met when using bitbake master Signed-off-by: Eric Bénard <eric@eukrea.com> Signed-off-by: Tom Rini <tom_rini@mentor.com>
2011-02-17openssl: Update from 1.0.0c to 1.0.0dTom Rini
Security fixes only so just bumping everyone that pinned up. Signed-off-by: Tom Rini <tom_rini@mentor.com>
2011-02-17bug20: add MACHINE_EXTRA_RRECOMMENDSDenis 'GNUtoo' Carikli
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org> Acked-by: Stefan Schmidt <stefan@datenfreihafen.org>
2011-02-17slugos: prefer busybox 1.18.3Eric Bénard
Signed-off-by: Eric Bénard <eric@eukrea.com> Cc: Mike Westerhof <mike@mwester.net> Acked-by: Khem Raj <raj.khem@gmail.com> Acked-by: Mike Westerhof <mike@mwester.net>
2011-02-17angstrom-2010: prefer busybox-1.18.3Eric Bénard
this is the latest stable version Signed-off-by: Eric Bénard <eric@eukrea.com> Cc: Koen Kooi <koen@openembedded.org> Acked-by: Koen Kooi <koen@openembedded.org>
2011-02-17angstrom 2008: prefer a libsoup from the stable seriesKoen Kooi
Signed-off-by: Koen Kooi <koen@openembedded.org>
2011-02-17angstrom next: move to glib 2.28.0Koen Kooi
Signed-off-by: Koen Kooi <koen@openembedded.org>
2011-02-16SHR: drop P_V for glib-2.0 (upgrades from 2.26.1 to 2.28.0)Martin Jansa
Acked-by: Khem Raj <raj.khem@gmail.com> Acked-by: Klaus Kurzmann <mok@fluxnetz.de> Tested-by: Klaus Kurzmann <mok@fluxnetz.de> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-02-15bitbake.conf: Fix wrong comparisonImran Mehmood
The expression ('' or 'custom') will always result in 'custom' so the expression will become False when the variable (TARGET_OS, SDK_OS) is '' while its expected to be True in this case also. Signed-off-by: Imran Mehmood <imran_mehmood@mentor.com> Acked-by: Christopher Larson <chris_larson@mentor.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-02-15nokia900: add kernel-module-ubifs to RRECOMMENDed modulesMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-02-13SlugOS: ucslugc -- switch to use standard opkg.Mike Westerhof
2011-02-13SlugOS: slugos.inc -- bump up to SlugOS 5.8Mike Westerhof
2011-02-12SlugOS: Add SlugOS-specific patch to opkg, switch SlugOS to opkg.Mike Westerhof
Nothing changes for any other distros (patch is pulled in via override), but it enables SlugOS to now use the standard opkg recipe. Cleanup of the old recipe and patches will happen after further testing.
2011-02-12micro: get preferred binutils from sane-toolchainBernhard Reutner-Fischer
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-02-12cortex-m3: adjusted target cflagsEnrico Scholz
Explicit '-mthumb' is required because Cortex-M3 does not support ARM instructions and actual flags cause gcc to fail with 'error: target CPU does not support ARM mode'. The '-mcpu=cortex-m3' is shorter than '-march=armv7-m -mtune=cortex-m3' and enables workarounds like '-mfix-cortex-m3-ldrd'. Signed-off-by: Enrico Scholz <enrico.scholz@sigma-chemnitz.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-02-12kirkwood: move preferred kernel provider to linuxFrans Meulenbroeks
preferred kernel provider used to be linux-kirkwood, but that has not been updated for almost a year and seems dead Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com> Signed-off-by: Tom Rini <tom_rini@mentor.com>
2011-02-12Indicate availability of sd-boot for at91sam9g45/m10Ulf Samuelsson
Signed-off-by: Ulf Samuelsson <ulf.samuelsson@atmel.com> Signed-off-by: Tom Rini <tom_rini@mentor.com>
2011-02-12make sd-boot default for sam9m10ekesUlf Samuelsson
Signed-off-by: Ulf Samuelsson <ulf.samuelsson@atmel.com> Signed-off-by: Tom Rini <tom_rini@mentor.com>
2011-02-12IMAGE_CMD_ext4.xz: rm uncompressed imageBernhard Reutner-Fischer
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> Signed-off-by: Tom Rini <tom_rini@mentor.com>
2011-02-12tinderclient: Remove it (obsoleted by oestats-client)Yuri Bushmelev
Tinderclient is unusable now and obsoleted by oestats-client. So we should remove it from tree. NOTE for Angstrom and Kaelios maintainers: this patch change your configs. Signed-off-by: Tom Rini <tom_rini@mentor.com>
2011-02-12Add configuration file for Visstrim_M10 board.Javier Martin
Signed-off-by: Javier Martin <javier.martin@vista-silicon.com> Signed-off-by: Tom Rini <tom_rini@mentor.com>
2011-02-12distro/jlime-2010.1.conf: cleaned up RDEPENDS, beefed up FEATURES.Filip Zyzniewski
tslib and dialog should be pulled in by appropiate dependencies and wireless-tools comes from wifi in DISTRO_FEATURES. Signed-off-by: Filip Zyzniewski <filip.zyzniewski@gmail.com> Signed-off-by: Tom Rini <tom_rini@mentor.com>
2011-02-11postgresql: Update from 8.4.4 to 8.4.7, drop 8.1.x, 8.2.4Tom Rini
We update SHR to pinning 8.4.7 (safe upgrade) and drop 8.1.x (EOL) and 8.2.x (un-pinned and EOL this year). We also un-pin SHR (at Martin's suggestion). Signed-off-by: Tom Rini <tom_rini@mentor.com> Acked-by: Khem Raj <raj.khem@gmail.com> Acked-by: Martin Jansa <Martin.Jansa@gmail.com> Acked-by: Koen Kooi <koen@openembedded.org>
2011-02-09omapzoom2/3.conf : switch to linux-omap kernelGraeme Gregory
Signed-off-by: Graeme Gregory <dp@xora.org.uk>
2011-02-09fsogsmd: bump; we rely on libgisi / gisicomm now instead of libisiMichael 'Mickey' Lauer
2011-02-06SlugOS: kernel -- make 2.6.37 the preferred kernel for SlugOSMike Westerhof
and introduce the SlugOS linux-ixp4xx kernel recipe to make it so. (preference set to -1 so that nothing picks this up until ready.)
2011-02-05efl-from-svn: make it more usefullMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-02-05efl-from-svn.inc: add include to use EFL from svn instead of released tarballsMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-02-03minimal.conf: removed pinning of perl 5.10.1 now it has become the defaultFrans Meulenbroeks
as discussed with and agreed by Mickey. Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2011-02-03nokia900.conf: added ubifs argumentsDenis 'GNUtoo' Carikli
Thanks JaMa on #openmoko-cdevel on Freenode on irc for help on the sub-pages: Feb 02 11:41:58 <JaMa|Wrk> GNUtoo|laptop: also for gta02 I had to sacrifise sub-pages, -s same as -m otherwise it always failed Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org>
2011-02-03xserver-nodm-init: switch to ndm-init 2.0 to get a working matchbox session ↵Stefan Schmidt
under Xorg Signed-off-by: Stefan Schmidt <stefan@datenfreihafen.org> Acked-by: Graeme Gregory <dp@xora.org.uk> Acked-by: Koen Kooi <koen@openembedded.org>
2011-02-03buglabs-autorev.inc: Add include file for BugLabs AUTOREV buildsStefan Schmidt
2011-02-03angstrom-2008-preferred-versions: Bump wpa-supplicant version to 0.7.3Stefan Schmidt
This allows the use of the new DBUS API which is needed by connman 0.68 and higher. Signed-off-by: Stefan Schmidt <stefan@buglabs.net> Acked-by: Koen Kooi <koen@openembedded.org>
2011-02-01bitbake.conf: Drop unused perl-native-runtime ASSUME_PROVIDEDTom Rini
Acked-by: Koen Kooi <koen@openembedded.org> Acked-by: Martin Jansa <Martin.Jansa@gmail.com> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com> Signed-off-by: Tom Rini <tom_rini@mentor.com>
2011-01-31VMX25: Add machine support for vmx25sujak.marek
* i.mx25 cpu based module * removed PREFERRED_VERSION_linux line * added correct UBI VOLNAME * tested on angstom console, terminal, x11, qt4e image * depends on vmx25 barebox 2010.10 patch, vmx25 kernel 2.5.35 patch Signed-off-by: Marek Sujak <sujak.marek@gmail.com> Signed-off-by: Eric Bénard <eric@eukrea.com>
2011-01-31angstrom: point ANGSTROM_URI to feeds.a-d.orgKoen Kooi
Signed-off-by: Koen Kooi <koen@openembedded.org>
2011-01-30SlugOS: Bump up to SlugOS 5.7 with kernel 2.6.29Mike Westerhof
- drop CONFIG_SYSFS_DEPRECATED in the kernel config - drop "native" feed as it is empty, and will remain so Signed-off-by: Mike Westerhof <mike@mwester.net>
2011-01-29e-base: prepare for releasesMartin Jansa
* bump EFL_SRCREV a bit to current HEAD * introduce EFL_SRCREV_1.0.0 for recipes which don't need SRCREV change so often like stuff from OLD and BROKEN dirs and themes * move SRC_URI and S settings from bbclass to svn recipes * replace E_CVS and E_URI with E_SVN and E_MIRROR * PV/PR will be updated in following patches for individual recipes Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-01-28shr-autorev.inc: add libshr-glibSimon Busch
Signed-off-by: Simon Busch <morphis@gravedo.de>
2011-01-28palmpre machine: add compat-wireless-2.6-old to MACHINE_EXTRA_RDEPENDSSimon Busch
Signed-off-by: Simon Busch <morphis@gravedo.de>
2011-01-28palmpre machine: split MACHINE_EXTRA_DEPENDS into linesSimon Busch
Signed-off-by: Simon Busch <morphis@gravedo.de>
2011-01-28slugos.inc: Use ?= on SOURCE_MIRROR_URLTom Rini
Signed-off-by: Tom Rini <tom_rini@mentor.com>
2011-01-28palmpre machine: bump kernel PRSimon Busch
Signed-off-by: Simon Busch <morphis@amethyst.openembedded.net>