aboutsummaryrefslogtreecommitdiffstats
path: root/conf
AgeCommit message (Collapse)Author
2011-01-05palmpre machine: switch to .tar.gz format for rootfsSimon Busch
Signed-off-by: Simon Busch <morphis@amethyst.openembedded.net>
2011-01-05angstrom: use floating point for tegra2Koen Kooi
Signed-off-by: Koen Kooi <koen@openembedded.org>
2011-01-05shr: blacklist libnlMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-01-05tegra2: change feed and basearch to armv7a-vfp as suggested by koenHenning Heinold
2011-01-05linux-ac100: support for toshiba AC100/dynabookHenning Heinold
2011-01-04palmpre machine: override MACHINE_KERNEL_PR as we do not use linux-omapSimon Busch
Signed-off-by: Simon Busch <morphis@gravedo.de>
2011-01-01omap3: bump MACHINE_KERNEL_PRKoen Kooi
Signed-off-by: Koen Kooi <koen@openembedded.org>
2010-12-31sanity: release 2010.12 is out, so bump minimum bitbake to 1.10.0 per TSC ↵Koen Kooi
decision Signed-off-by: Koen Kooi <koen@openembedded.org> Acked-by: Martin Jansa <Martin.Jansa@gmail.com> Acked-by: Khem Raj <raj.khem@gmail.com> Acked-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-12-31libisi: bump to latest version and include in fso-autorev.incMichael 'Mickey' Lauer
2010-12-31angstrom: add example for setting custom localversionKoen Kooi
Signed-off-by: Koen Kooi <koen@openembedded.org>
2010-12-31omap3: bump MACHINE_KERNEL_PRKoen Kooi
2010-12-30busybox: update 1.18.0 to 1.18.1Eric BENARD
* 1.18.1 is considered as the latest stable version * add the lastest fixes from http://busybox.net/downloads/fixes-1.18.1/ * default 1.18.1 for SlugOS Signed-off-by: Eric Bénard <eric@eukrea.com> Acked-by: Khem Raj <raj.khem@gmail.com> Cc: Mike Westerhof <mwester@dls.net> Acked-by: Mike Westerhof <mwester@dls.net>
2010-12-29shr: prefer newer perl 5.10.1Martin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-12-28SlugOS: fix module loading problem and image size problems:Mike Westerhof
- add explicit dependency so that cross depmod will at image creation - switch to busybox 1.18.0 and add defconfig for SlugOS - remove cpio from image (experiment with busybox version) - remove sysvinit-pidof and dependencies from image - clean up syntax and add qemuarm for compatible machines
2010-12-28openssl: update 1.0.0b to 1.0.0cRoman I Khimov
* fixes CVE-2010-4180 and CVE-2010-4252 * considered as safe upgrade Signed-off-by: Roman I Khimov <khimov@altell.ru> Acked-by: Khem Raj <raj.khem@gmail.com>
2010-12-28Add flags for variable typingChris Larson
Signed-off-by: Chris Larson <chris_larson@mentor.com>
2010-12-28linux_2.6.35: use mmcblk1p1 for rootfs on nokia900Martin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-12-25minimal: enable QA (as discussed on irc with Mickey)Frans Meulenbroeks
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-12-25SlugOS: expand features list to keep pace with changes to recipes,Mike Westerhof
also bump SlugOS release number.
2010-12-25nokia900: use just linux instead of linux-nokia900 as virtual/kernel providerMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-12-24ublibc.inc, micro-uclibc.conf: Avoid gettext in uclibc systems.Graham Gower
Signed-off-by: Graham Gower <graham.gower@gmail.com> Acked-by: Khem Raj <raj.khem@gmail.com>
2010-12-23dbus: upgrade 1.4.0 to 1.4.1 and make it new default CVE-2010-4352Martin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Acked-by: Khem Raj <raj.khem@gmail.com>
2010-12-23u-boot_git: add support for nokia900Martin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-12-22sane-toolchain.inc: Use BASE_PACKAGE_ARCH instead of FEED_ARCH and prepend ↵Khem Raj
to OVERRIDES Currently it ends up after local override and hence appears first in FILESPATH and for buiding uclibc_git.bb on qemuarm it picks wrong uClibc.machine file from uclibc-git/armv5te where as it should have picked from uclibc-git/qemuarm Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-12-21linux-omap4: enable some more modulesKoen Kooi
Signed-off-by: Koen Kooi <koen@openembedded.org>
2010-12-21angstrom next: switch to udev 165Koen Kooi
Signed-off-by: Koen Kooi <koen@openembedded.org>
2010-12-20jlime-2010.1.conf: Fix bluez issues, slight restructuring.Alex Ferguson
Added bluez-libs and bluez-utils to ANGSTROM_BLACKLIST as per the angstrom-2010 distro file. Added DISTRO_BLUETOOTH_MANAGER, copied from the angstom-2010 distro file. This should fix all issues related to bluez when compiling images for jlime. Moved some definitions from Binutils & Compiler to General Userspace as its supposed to be. Signed-off-by: Alex Ferguson <thoughtmonster@gmail.com> Signed-off-by: Kristoffer Ericson <kristoffer.ericson@gmail.com>
2010-12-20am3517-crane: Add am3517-crane machine typeAnil kumar M
* Add new machine type for the am3517-crane board. * Craneboard is a hardware development platform based on the Sitara AM3517 ARM Cortex - A8 microprocessor device. This is a low cost reference design. * You can find more about CraneBoard here: [1] http://www.ti.com/arm [2] http://www.mistralsolutions.com/products/craneboard.php [3] http://www.craneboard.org Signed-off-by: Anil kumar M <anilm@mistralsolutions.com> Signed-off-by: Koen Kooi <koen@openembedded.org>
2010-12-20linux-omap-psp-2.6.32:add patch for am3517-crane board supportAnil kumar M
* This patch adds linnux-omap-psp kernel support for am3517-crane board. * Craneboard is a hardware development platform based on the Sitara AM3517 ARM Cortex - A8 microprocessor device. This is a low cost reference design. * You can find more about CraneBoard here: [1] http://www.ti.com/arm [2] http://www.mistralsolutions.com/products/craneboard.php [3] http://www.craneboard.org Signed-off-by: Anil kumar M <anilm@mistralsolutions.com> Signed-off-by: Koen Kooi <koen@openembedded.org>
2010-12-20linux-omap4: switch to ubuntu L24.11 tree to get DRM supportKoen Kooi
Signed-off-by: Koen Kooi <koen@openembedded.org>
2010-12-18sane-toolchain-eglibc: remove ggdb3 work around, those alignment traps are ↵Martin Jansa
gone now Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-12-17bitbake.conf: Use normal bytes per inode param to genext2fsTom Rini
Without this we get an unusably small number of inodes in our filesystem images. Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-12-17toolchain-external.inc: Uncomment linux-libc-headersTom Rini
Acked-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-12-17sane-toolchain: Switch to TOOLCHAIN_TYPETom Rini
Make use of TOOLCHAIN_TYPE and ${LIBC}-${TOOLCHAIN_TYPE} files like Angstrom/SHR/etc do. This lets external toolchains work with sane-toolchain.inc using distributions. Acked-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Tom Rini <tom_rini@mentor.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-17add ext4 image supportBernhard Reutner-Fischer
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
2010-12-16linux-n900: enable nat, connection tracking, etc. to get tetheringMichael 'Mickey' Lauer
2010-12-15conf/local.conf.sample: remove unused variable CVS_TARBALL_STASHAndreas Oberritter
Signed-off-by: Andreas Oberritter <obi@opendreambox.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-12-15angstrom next: don't set preferred version for xserver-xorg, but trust the ↵Koen Kooi
includes Signed-off-by: Koen Kooi <koen@openembedded.org>
2010-12-15linux-omap4: switch to L24.11 based tree to match with L24.11 syslink userspaceKoen Kooi
Signed-off-by: Koen Kooi <koen@openembedded.org>
2010-12-14xserver-xorg: 1.9.2.902 is now 1.9.3, remove old 1.9.2Martin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-12-14Opie: add version 1.2.5Paul Eggleton
Signed-off-by: Paul Eggleton <bluelightning@bluelightning.org>
2010-12-14Opie: remove opie-cardmon & opie-pcmciaappletPaul Eggleton
These have been superseded by opie-cardapplet as of version 1.2.4. Signed-off-by: Paul Eggleton <bluelightning@bluelightning.org>
2010-12-14Opie: remove version 1.2.3 recipesPaul Eggleton
Opie 1.2.3 is no longer referred to by any distro and has been superseded some time ago by 1.2.4. Signed-off-by: Paul Eggleton <bluelightning@bluelightning.org>
2010-12-13Add initial support for iphone3g(machine config and kernel)Denis Carikli
Android was ported to Apple's iDevices including the iPhone3G by the iDroid Project ( http://www.idroidproject.org/wiki/Main_Page ) Their kernel is standard enough to be able to run GNU/Linux distributions such as SHR Signed-off-by: Chris 'Lopi' Spehn <chris.spehn@gmail.com> Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org> Acked-by: Stefan Schmidt <stefan@datenfreihafen.org>
2010-12-11preferred-shr-versions.inc: remove P_V_udev to upgrade from 151 to current ↵Martin Jansa
default 162 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-11preferred-xorg-versions-live.inc: regenerate with updated contrib scriptMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-12-11xorg: new xbacklight, xkbevd, xbitmaps, resourceproto, xproto versions ↵Martin Jansa
2010-12-11 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-12-11sane-toolchain.inc: Prefer libtool version 2.4 with sysroot.Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Martin Jansa <Martin.Jansa@gmail.com>