summaryrefslogtreecommitdiff
path: root/conf/bitbake.conf
AgeCommit message (Collapse)AuthorFiles
2009-01-16Merge branch 'rpurdie/canadian-sofar' into org.openembedded.devTom Rini1
2009-01-13bitbake.conf: remove --compr=zlib from ubifs command, the default ↵Koen Kooi1
(favourlzo) is better
2009-01-13bitbake.conf: add first step for generating ubifs images, only the ubinize ↵Koen Kooi1
step is missing
2009-01-09Add a shortcut for the EXEEXT we'll use in packagingRichard Purdie1
2009-01-09bitbake.conf: Add EXEEXT variables for BUILD/HOST/TARGET so we can start to ↵Richard Purdie1
handle other architectures
2008-12-04bitbake.conf: add QEMU_OPTION for armv6-novfpKoen Kooi1
2008-11-11bitbake.conf:Define STAGING_BINDIR_CROSS_BASEPKG and add it to the PATH:Stanislav Brabec1
* fixes build of packages compiled with higher optimization than base system * actually fixes references to sdl-config in mplayer while compiling for iwmmxt * for more see http://lists.linuxtogo.org/pipermail/openembedded-devel/2008-November/006808.html
2008-10-29bluemchen wiese: Allow to disable certain ugly packages globallyHolger Hans Peter Freyther1
Adopt the notion of gstreamer and allow to easily not build certain ugly packages. People are constraints to not live on a bluemchen wiese can set ENTERPRISE_DISTRO="1" in their config and get ugly packages removed. This is implemented by a set of packages in the BBMASK (as a safety net) and by using base conditional to onl conditonally add ugly packages.
2008-10-27bitbake.conf: use base_build_package_revision to ensure DISTRO_PR is usedOtavio Salvador1
While on it, the variable DEBPV has also been renamed to EXTENDPV since it makes easier to others to read the code.
2008-10-27classes/conf: Handle Distro PR change in sanity.bbclassRichard Purdie1
This patch: * Moves the ABI variables into a new abi_version.conf (like Poky). * Renames SANITY_ABI to OELAYOUT_ABI since it has uses outside sanity.bbclass and sanity.conf. * Adds checks to sanity.bbclass so the user is notified when DISTRO_PR changes in a similar way to the OELAYOUT_ABI versions.
2008-10-23bitbake.conf: add dummy DISTRO_PRKoen Kooi1
2008-10-22Merge branch 'shared/file-pr-revert' into org.openembedded.devHolger Hans Peter Freyther1
Conflicts: packages/busybox/busybox_1.11.3.bb packages/dsplink/codec-engine_2.10.bb packages/gdb/gdb_6.3.bb packages/gdb/gdb_6.4.bb packages/gdb/gdb_6.6.bb packages/gdb/gdb_6.8.bb packages/glibc/glibc_2.2.5.bb packages/glibc/glibc_2.3.2+cvs20040726.bb packages/glibc/glibc_2.3.2.bb packages/glibc/glibc_2.3.3+cvs20041128.bb packages/glibc/glibc_2.3.3+cvs20050221.bb packages/glibc/glibc_2.3.3+cvs20050420.bb packages/glibc/glibc_2.3.3.bb packages/glibc/glibc_2.3.5+cvs20050627.bb packages/glibc/glibc_2.3.6.bb packages/glibc/glibc_2.4.bb packages/glibc/glibc_2.5.bb packages/glibc/glibc_2.6.1.bb packages/glibc/glibc_2.7.bb packages/kexecboot/linux-kexecboot_2.6.26.bb packages/libsdl/libsdl-x11_1.2.11.bb packages/linux/linux-rp_2.6.26.bb packages/mozilla/fennec_hg.bb packages/python/python_2.5.2.bb packages/tasks/task-xfce-base.bb packages/xorg-driver/xf86-video-omapfb_git.bb packages/xorg-xserver/xserver-kdrive_1.4.0.90.bb
2008-10-22Added BPN/BP functionality (see #11716)Robert Schuster1
base.bbclass: Added base_package_name python function. java-library.bbclass: Removed java_back_package_name function. bitbake.conf: Set BP/BPN and use it in FILESPATH and S
2008-10-18bb files: Revert the introduction of FILE_PRHolger Hans Peter Freyther1
This is a partial revert of aa03004ace2fabb135a6208ef8c2d2b312aa7b0b. The approach that was taken leads to disagreement and the change was pushed too early. DISTRO_PR is going to say and will be used inside the package creation. There will be more disucssion on the list about where to continue from here.
2008-10-16bitbake.conf: removing trailing space from TARGET_HASH to attempt toKoen Kooi1
fix bug4733
2008-10-16linux-*.bb: use KERNELORG_MIRROR consistently (fixes checksum errors)Jeremy Lainé1
* remove trailing slash in KERNELORG_MIRROR definition * add slash after KERNELORG_MIRROR in *.bb where needed
2008-10-15[commit] Allow the distribution to set the hash-style and enable it for angstromHolger Hans Peter Freyther1
With binutils >= 2.17 we can use --hash-style=both and this will work with all versions of glibc. glibc >= 2.5 can take advantage of the new hash style and should give better application startup.
2008-10-15[PR] Change PR to FILE_PR and intro PR as FILE_PR + DISTRO_PRHolger Hans Peter Freyther1
Allow a distribution to globally bump the PR of every package this is useful when there was a change in the toolchain and every package is going to be different. find packages/ \( -name '*.bb' -or -name '*.inc' \) -exec sed -i s/"^PR="/"FILE_PR ="/ {} \; find packages/ \( -name '*.bb' -or -name '*.inc' \) -exec sed -i s/"^PR ="/"FILE_PR ="/ {} \; Acked-By: Koen Kooi <koen@openembedded.org>
2008-10-03Split staging by base package arch (armv7a, ppc603e, etc)Koen Kooi1
* tested on beagleboard, dht-walnut, efika, c7x0 and om-gta01 * python, perl, gtk and qt4-x11 build and work * console-image, x11-image and beagleboard-demo-image build and work as well * see http://lists.linuxtogo.org/pipermail/openembedded-devel/2008-July/005819.html
2008-09-25bitbake.conf: merge in a small piece of darwin support from pokyKoen Kooi1
2008-08-29bitbake.conf: add entries needed for hg fetcherKoen Kooi1
2008-07-19bitbake.conf: Disable PACKAGES_DYANMIC until we upgrade bitbakeRichard Purdie1
2008-07-19conf/bitbake.conf: Merge in multimachine making it the standard layout as ↵Richard Purdie1
discussed on the mailing list. Anyone wanting the previous layout can INHERIT the new singlemachine class
2008-07-19conf/machine: Set BASE_PACKAGE_ARCH which is then used to construct ↵Richard Purdie1
PACKAGE_ARCH instead of setting directly. This allows us to experiment with various changes which wouldn't otherwise be possible (from poky)
2008-07-19bitbake.conf: For EXTRA_OEMAKE so it works with bitbake 1.8 svn correctlyRichard Purdie1
2008-07-19bitbake.conf: Set PACKAGES_DYNAMIC so locale packages can be used in runtime ↵Richard Purdie1
dependency variables (from poky)
2008-07-06bitbake.conf: fix PARALLEL_MAKE, it hasn't been working lately. Patch by ↵Koen Kooi1
Richard Purdie
2008-05-21bitbake.conf: Correctly export PATH variableRichard Purdie1
2008-05-05bitbake.conf: define FREESMARTPHONE_GITMichael Lauer1
2008-03-14bitbake.conf: Set a variable for internal control of packaged staging codeRichard Purdie1
2008-03-09bitbake.conf: Introduce CO_DIR, defaults to DL_DIR, for a user-overridable ↵Leon Woestenberg1
checkout dir.
2008-03-05bitbake.conf: Drop SDK variables for nowRichard Purdie1
2008-03-04Change staging layout to match the target system layout. WARNING - staging ↵Richard Purdie1
ABI change. This update completes the conversion of OE.dev to use sysroot and have a staging layout that matches the target system. This means we no longer need to mangle pkgconfig files and can use its sysroot option instead. Users of old toolchains (gcc prior to 3.4 and external ones) may need to add cross-linkage and staging-linkage to their toolchain dependencies. Since this update changes staging layout and the contents of the .pc files it updates the staging ABI and people will need to rebuild.
2008-03-01bitbake.conf: added QEMU_OPTIONS variable used for generating glibc binary ↵Marcin Juszkiewicz1
locales for armv6 cpu (from Poky)
2008-02-23bitbake.conf: Unconditionally set RDEPENDS for -dev package and RRECOMMENDS ↵Richard Purdie1
for -dbg package. This is important since these packages should always exist. If they don't, depchains functionality falls apart and its impossible to pull in all the dependencies to build X or debug Y. This check also causes a significant performance hit when parsing.
2008-02-21bitbake.conf: Add STAGING_EXECPREFIXDIRRichard Purdie1
2008-02-21bitbake.conf: Make sure CCACHE uses expanded data when searching the PATH ↵Richard Purdie1
(from poky)
2008-02-21bitbake.conf: Remove hardcoded paths from staging and flags variables, add ↵Richard Purdie1
BUILDSDK flags (from poky)
2008-02-12bitbake.conf, image.bbclass: Add and use USERDISTRO var to preserve original ↵Paul Sokolovsky1
DISTRO value. * Some distros override DISTRO var to hack overrides right, etc. Yet, original value may be needed sometimes. For example, bbimage expects DISTRO to be what user set/passed it, not something else. * TODO: After interim cleanup during preparation of this patch, it turns out that angstrom is the only distro to (ab)use DISTRO overriding. It may make sense to instead get its OVERRIDES value right.
2008-02-12bitbake.conf: Set default IMAGE_FSTYPES to "tar.gz".Paul Sokolovsky1
* Per RFC on the ML, as the means to use neutral, well-known format as the default. * Machines which have affinity towards jffs2, can add 'IMAGE_FSTYPES ?= "jffs2"' to their configs. (Many known machines have been updated already).
2007-12-18bitbake.conf: Allow TARGET_ARCH to be passed via environment.Paul Sokolovsky1
* This is to allow easy building of packages using generic distros, e.g.: DISTRO=generic-uclibc TARGET_ARCH=mipsel bitbake nano
2007-12-18task-base: Introduce "vfat" feature to get VFAT support.Paul Sokolovsky1
* A COMBINED_FEATURE, machine and distro both must have it set for support to appear in images. * For now, deploy just kernel modules. Necessity of dosfstools requires more thought (and unlikely - vfat cannot be rootfs, so there's nothing to test/recover as emergency measure, and users can install the tools during normal operation).
2007-12-01bitbake.conf/cross.bbclass: Add TOOLCHAIN_OPTIONS variable to allow passing ↵Richard Purdie1
of extra compiler options in future (e.g. sysroot) (from poky)
2007-11-22linux-rp: Depends on bc during buildtime for collie.Paul Sokolovsky1
* Don't bother to create bc-natibe though, just add it to global ASSUME_PROVIDED list.
2007-11-22bitbake.conf: Reformat and alphabetize ASSUME_PROVIDED list.Paul Sokolovsky1
* According to http://lists.linuxtogo.org/pipermail/openembedded-devel/2007-November/003493.html , ASSUME_PROVIDED in the bitbake.conf is the authoritative location of list of package which expected to be installed on the host for OE to work properly. Make the list more prominent and easy to maintain.
2007-11-17bitbake.conf: Fix TERMCMD handling and a typo (from Poky)Richard Purdie1
2007-11-17bitbake.conf: Extend PATH in anticipation of staging changes, add ability to ↵Richard Purdie1
switch OOB layout for yaffs2 images (from Poky)
2007-11-17bitbake.conf: Set verion dependencies of -dbg and -dev packages more ↵Richard Purdie1
correctly (from Poky)
2007-10-29bitbake.conf: Add dummy layout variables (describing the current staging ↵Richard Purdie1
layout for now) (from Poky)
2007-10-29bitbake.conf: Fix base prefixes in FILES (from poky)Richard Purdie1