aboutsummaryrefslogtreecommitdiffstats
path: root/conf/bitbake.conf
AgeCommit message (Collapse)Author
2009-07-06bitbake.conf: weakly assign OLDEST_KERNEL ?= "2.4.0" *after* machine and ↵Koen Kooi
distro configs are included Signed-off-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl> Acked-by: Denys Dmytriyenko <denis@denix.org>
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> Acked-by: Koen Kooi <koen@openembedded.org> Acked-by: Philip Balister <philip@balister.org>
2009-05-21kernel, module-base class, bitbake.conf: introduce MACHINE_KERNEL_PRKoen Kooi
Acked-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@openembedded.org>
2009-05-18bitbake.conf: update GENTOO_MIRROR setting. (Closes: #5054)Rolf Leggewie
(cherry picked from commit d3db0654a6051ad4b9bd67623a2c9e5186b045ef) Acked-by: Philip Balister <philip@balister.org> Acked-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>
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
2009-01-09Add a shortcut for the EXEEXT we'll use in packagingRichard Purdie
2009-01-09bitbake.conf: Add EXEEXT variables for BUILD/HOST/TARGET so we can start to ↵Richard Purdie
handle other architectures
2008-12-04bitbake.conf: add QEMU_OPTION for armv6-novfpKoen Kooi
2008-11-11bitbake.conf:Define STAGING_BINDIR_CROSS_BASEPKG and add it to the PATH:Stanislav Brabec
* 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 Freyther
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 Salvador
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 Purdie
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 Kooi
2008-10-22Merge branch 'shared/file-pr-revert' into org.openembedded.devHolger Hans Peter Freyther
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 Schuster
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 Freyther
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 Kooi
fix bug4733
2008-10-16linux-*.bb: use KERNELORG_MIRROR consistently (fixes checksum errors)Jeremy Lainé
* 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 Freyther
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 Freyther
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 Kooi
* 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 Kooi