summaryrefslogtreecommitdiff
path: root/conf
AgeCommit message (Collapse)AuthorFiles
2010-05-07omap3.inc: bump MACHINE_KERNEL_PRKoen Kooi1
2010-05-07linux-omap-psp 2.6.32: move to 3.00.01.06Koen Kooi1
2010-05-05packaged-staging: enhancements from Poky for fetching and relocatabilityJoshua Lock1
Firstly adds tooling from Poky to scan packages and fix up paths in libtool files, we then build on this to further post-process native packages (native, cross, sdk) and fix up any references to the STAGING_DIR in non-binary files. Secondly adds support for fetching packaged staging packages from a mirror by setting PSTAGE_MIRROR to point to the root of a pstaging directory. Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-05-05bitbake.conf/base.bbclass: Rename the staging directory to sysroots and the ↵Joshua Lock2
populate_staging task to populate_sysroot This change, pulled from Poky, makes the purpose of the staging directory more obvious and the taskname more true to what it now actually does. The layout version number is increased due to the change in layout but code to convert existing directories and insert a symlink for backwards compatibility is included. This patch also includes fixes for all recipes which reference the directory. Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-05-05efl: bump SRCREV to get fixes for the eina_stringshare typosKoen Kooi1
2010-05-04linux-omap-psp 2.6.32: refresh touchbook defconfig, add disabled patch to ↵Koen Kooi1
enable 800MHz operation
2010-05-03qemu.inc: Set virtual/xserver not xserver.Tom Rini1
Tested with qemu{arm,x86,mips} and x11-image. Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-05-03EFL: bump again a bit, fixed python-elementary and improved quickpanelMartin Jansa1
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-05-03EFL: bump SRCREV (for fixed quickpanel)Martin Jansa1
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-05-02preferred-shr-versions: add preferred version for xserver-common and ↵Martin Jansa1
xserver-nodm-init Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-05-01minimal: Quoting fixups, always set virtual/psplash to what we would want.Tom Rini1
virtual/psplash is now always being set by compatibility-providers.conf so we want to always override it. Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-05-01cornucopia: move SRCREV to cornucopia.inc and update all recipes using thatMartin Jansa1
* remove vars already set in cornucopia.inc Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-05-01freesmartphone: create python-helpers.inc, with shared variables and SRCREVMartin Jansa1
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-04-30tune-ppc603e: Drop -mhard-floatTom Rini1
-mcpu takes care of this argument for us Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-04-30EFL: bump SRCREV a bit more for focus fixMartin Jansa1
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-04-30omap3: bump MACHINE_KERNEL_PRKoen Kooi1
2010-04-30shr: add shr-version recipe and drop its generation from ↵Martin Jansa1
ROOTFS_POSTPROCESS_COMMAND Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-04-30mesa-dri: add 7.8.1Martin Jansa1
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-04-30EFL: bump SRCREVMartin Jansa1
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-04-29freesmartphone: bump SRCREV for cornucopia bugfixMartin Jansa1
2010-04-29checksums.ini: remove all entries, all were moved to recipesMartin Jansa1
* if corresponding recipe still existed * don't add new entries, use in-recipe checksums instead Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-04-28freesmartphone: bump SRCREV for more calypso fixesMartin Jansa1
2010-04-28freesmartphone: bump SRCREV for latest fsogsmd: modem_ti_calypso tweaksMartin Jansa1
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-04-28angstrom-preferred-versions: Add preferred versions for latest TI Codec ↵Roger Monk1
Engine [2.25.02] * Added support for CE_VERSION = "2.25.02" dependencies * 2.25.02 is a pre-release, added for system testing Signed-off-by: Roger Monk <r-monk@ti.com> Signed-off-by: Koen Kooi <koen@openembedded.org>
2010-04-28angstrom-preferred-versions: Add missing ti packages to preferred listRoger Monk1
* Some packages were missing from preferred versions config following cleanup * Add all recipes/ti components to the preferred versions list (some commented) * Use codec-engine include as placeholder till we find a better location Signed-off-by: Roger Monk <r-monk@ti.com> Signed-off-by: Koen Kooi <k-kooi@ti.com>
2010-04-27linux-omap-psp 2.6.32: switch back to 'userspace' governor on beagleboardKoen Kooi1
omap3: bump MACHINE_KERNEL_PR
2010-04-26freesmartphone: bump SRCREV a bit more for fsotdld@openmoko_gta configMartin Jansa1
2010-04-26freesmartphone: bump SRCREV for reliable pppd with fsogsmdMartin Jansa1
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-04-25change INHIBIT_PACKAGE_STRIP to PACKAGE_STRIP with more optionsRoman Khimov2
Originally approached with "package.bbclass: introduce KEEP_GNU_DEBUGLINK": http://patchwork.openembedded.org/patch/886/ Redone with a change from INHIBIT_PACKAGE_STRIP to PACKAGE_STRIP which allows more options. By default it does exactly the same thing as is done today, strips the binary, but keeps the gnu.debuglink section. When set to "no", stripping is not done at all, when set to "full" the gnu.debuglink section is not re-added to the binary. Signed-off-by: Roman I Khimov <khimov@altell.ru> Acked-by: Chris Larson <chris_larson@mentor.com>
2010-04-21Add an initial layer.conf for use with bitbake's bblayers support, for ↵Chris Larson1
convenience Signed-off-by: Chris Larson <clarson@kergoth.com>
2010-04-21EFL: bump SRCREV for more illume2 fixesMartin Jansa1
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-04-21fso: bump SRCREV for libfsotransport fixes (reliable GSM registration for om)Martin Jansa1
2010-04-21include/kaeilos-2010.inc: includes for KaeilOS version 2010Marco Cavallini1
2010-04-21kaeilos-2010.conf: added new KaeilOS version 2010Marco Cavallini1
2010-04-21angstrom: set DISTRO_FEED_CONFIGSKoen Kooi1
2010-04-21zaurus-2.6.inc: remove forgotten comments (#) and unbreak jffs2Andrea Adami1
2010-04-21zaurus-2.6.inc: merge the jffs2 bits from zaurus-clamshells.inc.Andrea Adami5
* remove the legacy headers needed for vanilla Sharp images. * (the checksum was anyway broken)
2010-04-21zaurus-2.6.inc: reorder common Zaurus settings.Andrea Adami2
* reabsorb zaurus-kernel.inc
2010-04-20angstrom: prefer xserver-common 1.33Koen Kooi1
2010-04-19SHR: disable BB_LOCALCOUNT_OVERRIDE as we're using autoincremented SRCPV and ↵Martin Jansa1
AUTOREV in git recipes Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-04-19bitbake.conf: enable BB_LOCALCOUNT_OVERRIDE by default, please disable if ↵Martin Jansa1
you're using AUTOREV * For now disable autoincrement of revision counter in SRCPV, whoever wants it, should enable it in local.conf or distro config. (Set it empty BB_LOCALCOUNT_OVERRIDE = "") * Revision counter is incremented only locally (bad for multiple builders filling shared feeds), LOCALCOUNT can be used to maintain counter globally in OE metadata (LOCALCOUNT value set in recipe). * Make sure you disable it, if you want always upgradable paths for git recipes without bumping LOCALCOUNT with every SRCREV change or if you're using AUTOREV feature. * LOCALCOUNT == value for revision counter in GIT recipes (NNNN in PV="1.0+gitrNNNN+a7401084a72285c8d3485bacf4eed593f303b1b7-r4.4") Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-04-17smartq5.conf: Fix NAME and DESCRIPTIONStefan Schmidt1
Its not a Samsung SMDK.
2010-04-17smartq5: add machine file for smartq5 tabletKoen Kooi1
2010-04-16dm3730-am3715-evm: Add dm3730-am3715-evm machineChase Maupin1
* Create the machine configuration file for the dm3730-am3715-evm machine type. This machine type supports EVMs based on the DM37xx or AM37xx SoCs. * Specified the PREFERRED_PROVIDER and VERSION for u-boot Signed-off-by: Koen Kooi <koen@openembedded.org>
2010-04-15cm-x300: add machine configurationSiebren Hakkesteegt1
Signed-off-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>
2010-04-14bitbake.conf: drop default inclusion of collections.incChris Larson1
It can interfere with the bblayers stuff in bitbake master. Signed-off-by: Chris Larson <chris_larson@mentor.com>
2010-04-14sane-srcrevs.inc: bump EFL_SRCREV to get latest illume2 fixes and enhancementsKlaus Kurzmann1
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
2010-04-13linux-omap-zoomsync: add patch to add more options to detect silicon at ↵Koen Kooi1
runtime (needed for recent SGX drivers)
2010-04-13angstrom prefer dbus 1.2.24Koen Kooi1
2010-04-12linux-omap-psp 2.6.32: add patches from Mans Rullgard to help finding the ↵Koen Kooi1
DM37xx slowdown