aboutsummaryrefslogtreecommitdiffstats
path: root/conf/bitbake.conf
AgeCommit message (Collapse)Author
2009-07-16Let the distro control whether we include hostap or madwifi.kergoth/hostap-madwifiChris Larson
- Add base_ifelse convenience function to base.bbclass. - Replace all conditionals in the recipes relating to hostap and madwifi to look for their name in COMBINED_FEATURES rather than looking for specific buses (pci, pcmcia). - Change the default COMBINED_FEATURES to enable: - madwifi, when: - 'pci', 'wifi', and 'madwifi' are in distro features - 'pci' is in machine features - hostap, when: - 'wifi' and 'hostap' are in distro features - either 'pci' or 'pcmcia' are in both distro and machine features Signed-off-by: Chris Larson <clarson@mvista.com>
2009-06-24bitbake.conf, base.bbclass: Changed build config summary header to be a ↵Chris Larson
variable. Default in bitbake.conf for BUILDCFG_HEADER is "Build Configuration". This lets distributions make their builds ever so slightly prettier :) Signed-off-by: Chris Larson <clarson@mvista.com> Acked-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>
2009-06-17fix for MACHINE_KERNEL_PR stuffMarcin Juszkiewicz
This patch unbreaks current behaviour which was introduced by MACHINE_KERNEL_PR variable. As most of target machines do not use it they have PR with broken value (set to "r0" instead of value in recipe). I took other way which makes both types of users happy -- those with MACHINE_KERNEL_PR in use and those without it. By default we set M_K_PR to empty string instead of "r0" - this allows to check is it set at all or not. If it is set then we set PR to this value. Otherwise we ignore existance of that variable and use PR from recipe. Signed-off-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>
2009-06-15Revert "bitbake.conf, lib_package.bbclass: fix packaging of ${base_libdir}/*.so"Phil Blundell
This reverts commit ba434bd1dc9dc8ed61953a1579ea9e993e81cbb2. Acked-by: Richard Purdie, Leon Woestenberg
2009-06-12bitbake.conf: add -g to BUILD_OPTIMIZATIONPhil Blundell
sane-toolchain-*.inc: remove assignments to BUILD_OPTIMIZATION Acked-by: Richard Purdie <rpurdie@linux.intel.com>
2009-06-01(e)glibc.inc: add minimal sane kernel versions, move from bitbake.confRoman I Khimov
(e)glibc is configured for OLDEST_KERNEL, certain target architectures have specific requirements for kernel versions, if that are not satisfied (e)glibc reconfigures itself with what it think more appropriate and warns user that there is misconfiguration on his side. Add minimal sane kernel versions for architectures requiring that. Also move (e)glibc-specific OLDEST_KERNEL variable from bitbake.conf to (e)glibc.inc files that are more appropriate for this. Acked-by: Tom Rini <trini@embeddedalley.com>
2009-05-18bitbake.conf: weakly assign OLDEST_KERNEL ?= "2.4.0" *after* machine and ↵Koen Kooi
distro configs are included
2009-05-17bitbake.conf: update GENTOO_MIRROR setting. (Closes: #5054)Rolf Leggewie
2009-05-04Revert "bitbake.conf: make MACHINE_KERNEL_PR defaults to PR"Marcin Juszkiewicz
This reverts commit 85f0c2d5e5646795506e5966a9c95c7dfa685d8f. It was pushed by mistake, sorry.
2009-04-29Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded ↵Marcin Juszkiewicz
into org.openembedded.dev
2009-04-29bitbake.conf: make MACHINE_KERNEL_PR defaults to PRMarcin Juszkiewicz
By default MACHINE_KERNEL_PR defaults to 'r0' which makes build of kernel for machines which not use MACHINE_KERNEL_PR harder (kernel.bbclass uses M_K_P instead of PR).
2009-04-27bitbake.conf: fix parallel build for gzip'd imagesRoman I Khimov
Parallel build of gzip'd images is broken now because of the way ${DEPLOY_DIR_IMAGE}/tmp.gz dir is removed-created-removed for every image. Fix it by 'installing' the dir and let it stay in place. Acked-by: Otavio Salvador <otavio@ossystems.com.br>
2009-04-23bitbake.conf: use rootfs/${PN} for IMAGE_ROOTFSRoman I Khimov
Allows parallel build for different images. Acked-by: Otavio Salvador <otavio@ossystems.com.br>
2009-04-21bitbake.conf: use ROOTFS_SIZE for gzip'd imagesRoman I Khimov
Make ext2.gz and ext3.gz images use ROOTFS_SIZE parameter for genext2s (as non-compressed ext2 and ext3 does). This allows to use IMAGE_EXTRA_SPACE configuration. Signed-off-by: Koen Kooi <koen@openembedded.org>
2009-04-20bitbake.conf, lib_package.bbclass: fix missing '$' in previous commitJeremy Lainé
2009-04-20bitbake.conf, lib_package.bbclass: fix packaging of ${base_libdir}/*.soJeremy Lainé
We need to include ${base_libdir}/*${SOLIBSDEV} in FILES_${PN]} because the shared libraries in ${base_libdir} do not follow the usual *.so.* naming convention, for instance libproc-3.2.7.so.
2009-04-18autotools.bbclass, distutils-common-base.bbclass, bitbake.conf: Fully ↵Stanislav Brabec
support datadir/pkgconfig... * http://lists.linuxtogo.org/pipermail/openembedded-devel/2009-April/009963.html
2009-04-17bitbake.conf: fix package population for darwinJeremy Lainé
* define SOLIBS and SOLIBSDEV for darwin9 (identical to darwin8) * make use of SOLIBS and SOLIBSDEV to populate FILE_* instead of hardcoded .so.* and .so
2009-04-08bitbake.conf, collections.inc: Add COLLECTIONS mechanism w/ a sane default.Chris Larson
Added code which takes a list of directories in COLLECTIONS, in priority order (highest to lowest), and uses those to populate BBFILES, BBFILE_COLLECTIONS, BBFILE_PATTERN_*, and BBFILE_PRIORITY_*. The default COLLECTIONS is based on BBPATH, so you can now specify a sane BBPATH, not bother setting up the collections variables or BBFILES, and still likely be able to do a build. Signed-off-by: Chris Larson <clarson@mvista.com>
2009-04-06kernel,module-base class, bitbake.conf: introduce MACHINE_KERNEL_PRKoen Kooi
* bandaid till we have a better way to track ABI changes
2009-03-31bitbake.conf: set a default BBMASK of /(nonworking|obsolete)/.Chris Larson
Signed-off-by: Chris Larson <clarson@kergoth.com>
2009-03-23bitbake.conf: resurrect FILESDIR, didn't intend its complete removal just yet.Chris Larson
Signed-off-by: Chris Larson <clarson@kergoth.com>
2009-03-22bitbake.conf: --no-check-certificate was added to the wrong place for ↵Denys Dmytriyenko
RESUMECOMMAND_wget
2009-03-21bitbake.conf: make cvs and wget fetching obey PATH from the metadata.Chris Larson
This is a workaround. The cvs and wget fetchers should be modified to use the runfetchcmd method, which lets certain metadata variables through when executing the fetch commands. Signed-off-by: Chris Larson <clarson@mvista.com>
2009-03-21bitbake.conf: Make FILESPATH only contain directories that actually exist.Chris Larson
Signed-off-by: Chris Larson <clarson@mvista.com>
2009-03-21bitbake.conf: Move the list of vars shown in the pre-build config display to ↵Chris Larson
here. Now a distro or machine can add their own variables to display. Signed-off-by: Chris Larson <clarson@mvista.com>
2009-03-21bitbake.conf: rework FILESPATH generation.Chris Larson
Rework FILESPATH generation to be done in bitbake.conf, avoiding the confusion about it being in multiple places. Adds FILESPATHBASE and FILESPATHPKG which can be manipulated rather than manipulating FILESPATH directly. One usage possibility: FILESPATHBASE =. "${TOPDIR}/files:" Which would let me provide a custom busybox config for this build by copying the defconfig from the openembedded metadata into my build/files/busybox-1.0/ directory, for example. Signed-off-by: Chris Larson <clarson@mvista.com>
2009-03-19bitbake.conf: weak assignment for DEPLOY_DIRMichael 'Mickey' Lauer
2009-03-02bitbake.conf: add GNOME_GITMichael 'Mickey' Lauer
2009-03-02bitbake.conf: sort download locations lexicallyMichael 'Mickey' Lauer
2009-02-28conf/bitbake.conf: use --no-check-certificate to avoid errors when wgetting ↵Otavio Salvador
from https
2009-02-16bitbake.conf: override XDG_DATA_DIRS to point into our staging area;Michael 'Mickey' Lauer
this fixes programs using g_get_system_data_dirs() picking up paths outside our safe and cozy environment. NOTE: _If_ this breaks some packages that were previously working, then we are missing something in do_stage of our native packages and we'd rather see it bailing out than silently pick up the wrong files. Think 'fail-fast' for glib.
2009-02-13Merge branch 'master' of ↵Otavio Salvador
git://projetos.ossystems.com.br/git/users/otavio/org.openembedded.dev into org.openembedded.dev * 'master' of git://projetos.ossystems.com.br/git/users/otavio/org.openembedded.dev: flash-plugin: add 10.0.12.36 sun-jre6: add 1.6.0.10 parted: drop versions up to 1.8.8 package.bbclass, package_ipk.bbclass: add dynamic depends on locale packages (ipk specific) cups: add 1.3.8. rt61-firmware: add 1.2
2009-02-13flash-plugin: add 10.0.12.36Otavio Salvador
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2009-02-11bitbake.conf: Add UBI_VOLNAME to allow distros to set the volume name for ↵Tom Rini
the ubi volume
2009-02-10bitbake.conf: Add a 'ubi' image target and update 'ubifs' target to take argsTom Rini
We add MKUBIFS_ARGS and UBINIZE_ARGS variables (per flash chip) to take care of creating ubifs images and a single image ubi volume.
2009-02-03base.bbclass: only error out on missing checksums when OE_STRICT_CHECKSUMS ↵Koen Kooi
is set * we want to error out on non-matching sums, missing ones are less bad * People can now set OE_STRICT_CHECKSUMS = "" in local.conf to make a missing checksum a warning, but checksum errors are still fatal, as it should
2009-01-28Merge branch 'org.openembedded.dev' into trini/canadian-final-mergeTom Rini
2009-01-28bitbake.conf: Add a full set of SDK variables.Tom Rini
This includes SDK_{ARCH,OS,VENDOR,SYS,PREFIX,CC_ARCH,EXEEXT}, STAGING_DIR_SDK, and SDK_{CPP,C,CXX,LD}FLAGS. This is required for actually building a canadian SDK.
2009-01-27Merge trini/canadian-merge branch into org.openembedded.dev, fixup aTom Rini
conflict on checksums.ini
2009-01-22bitbake.conf: add EXTRA_IMAGECMD_{cpio,cpio.gz} variablesOtavio Salvador
2009-01-22bitbake.conf: enable dynamic locale packages since bitbake 1.8.12 is now ↵Otavio Salvador
released To ensure all users are notified about it, we bump the minimal bitbake version to 1.8.12 to avoid problems for them.
2009-01-20image.bbclass: resize images (ext2/ext3) only if they are bigger then ↵Denys Dmytriyenko
IMAGE_ROOTFS_SIZE
2009-01-20Auto resizing ext2/ext3 images (from Poky)Marcin Juszkiewicz
During my work for OpenedHand I wrote one usefull thing which we used for ext2/ext3 images - autosizing. In few words: it checks how big rootfs is, adds IMAGE_EXTRA_SPACE amount of kilobytes to it and gives that size to genext2fs.
2009-01-16SDK: Rename 'SDK_PREFIX' to 'SDK_PATH' so that it has a meaning analogous to ↵Tom Rini
BUILD/TARGET/HOST This isn't a big deal until we introduce the rest of the SDK variables for doing Canadian builds.
2009-01-16Add a shortcut for the EXEEXT we'll use in packagingRichard Purdie
2009-01-16bitbake.conf: Add EXEEXT variables for BUILD/HOST/TARGET so we can start to ↵Richard Purdie
handle other architectures
2009-01-16Merge branch 'rpurdie/canadian-sofar' into org.openembedded.devTom Rini
2009-01-13bitbake.conf: remove --compr=zlib from ubifs command, the default ↵Koen Kooi
(favourlzo) is better
2009-01-13bitbake.conf: add first step for generating ubifs images, only the ubinize ↵Koen Kooi
step is missing