aboutsummaryrefslogtreecommitdiffstats
path: root/conf/local.conf.sample
AgeCommit message (Collapse)Author
2011-03-02local.conf.sample: Typo fixTom Rini
Spotted by Denys Dmytriyenko. Signed-off-by: Tom Rini <tom_rini@mentor.com>
2011-03-02local.conf.sample: Add an example for using CodeSourcery toolsTom Rini
linux-libc-headers portion from Ben Gardiner. Signed-off-by: Tom Rini <tom_rini@mentor.com>
2011-02-26local.conf.sample: Update BBMASK exampleTom Rini
Since bitbake.conf has a real BBMASK (and has for some time) we shouldn't suggest that people start out by wiping that out. Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-12-17add ext4 image supportBernhard Reutner-Fischer
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
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-11-18help2man: Add native recipe, drop check for being provided.Tom Rini
With a recent change to auto* to not build the man pages for native recipes, we can make build progress without help2man being there already. This adds help2man to local.conf.sample as an example of something that is assumed to be provided, drops the sanity.bbclass check and adds a help2man-native recipe. In order to catch the cases where help2man is likely to have been an implicit requirement before we add it to the list that autotools brings in. Signed-off-by: Tom Rini <tom_rini@mentor.com> Acked-by: Michael Smith <msmith@cbnco.com>
2010-11-17local.conf.sample: commentary typo fixBernhard Reutner-Fischer
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-07-20bitbake.conf, local.conf.sample: Disable ccache by defaultTom Rini
This moves the current CCACHE over to local.conf.sample and documents when it's useful to enable. Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-06-16local.conf.sample: Document ASSUME_PROVIDED for linux-libc-headers-nativeTom Rini
Signed-off-by: Tom Rini <tom_rini@mentor.com>
2010-04-25change INHIBIT_PACKAGE_STRIP to PACKAGE_STRIP with more optionsRoman Khimov
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-03-09qemu: remove 0.9.xRoman I Khimov
QEMU 0.9.x is obsolete this days and with all modifications made for QEMU 0.10.x in OE, versions 0.9.x are unusable anyway. 0.10.3 was introduced 10 month ago, so a good transition time was also given. Now it's time to just kill it. Also remove cvs and svn versions since those are 0.9.x leftovers and QEMU moved to git long ago. Also remove gcc3 checks since that are not relevant for QEMU 0.10+. Also remove from icecc blacklist, since QEMU builds fine with it and the reason for blacklisting was GCC 3. Signed-off-by: Roman I Khimov <khimov@altell.ru> Acked-by: Tom Rini <tom_rini@mentor.com> Acked-by: Koen Kooi <koen@openembedded.org> Acked-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>
2010-02-15Revert "local.conf.sample: Document proxy setup."Denys Dmytriyenko
This reverts commit 3f602f72f0936ef773aa4767636d41bb82ecf3b0. See: http://thread.gmane.org/gmane.comp.handhelds.openembedded/29926/focus=29927 Signed-off-by: Denys Dmytriyenko <denis@denix.org>
2010-02-10local.conf.sample: Document proxy setup.Bernhard Reutner-Fischer
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-07-20local.conf.sample: Explain IMAGE_KEEPROOTFS.Leon Woestenberg
Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
2009-05-13local.conf.sample: Add description of BB_NUMBER_THREADS and ad US locale to ↵Florian Boor
the example list which is necessary for Angstrom.
2009-03-19local.conf.sample: Replace packages/ with recipes/.Theodore A. Roth
2008-09-18add another examplePhil Blundell
2008-07-25Change the toolchain build sequence. Helps in reproducable toolchains ↵Khem Raj
components when recompiled. Also same sequence for all different combinations (uclibc/nptl/eglibc/glibc/linuxthreads). Also fixes and patches that I worked to get various ancient compilers working.
2008-02-14local.conf.sample: update the DISTRO example to angstrom-2008.1Philipp Zabel
2008-02-01local.conf.sample: Fix bad gcc-native3 referenceRichard Purdie
2008-01-28local.conf.sample: Document how to avoid compiling gcc-native3, cleanup ↵Richard Purdie
other ASSUME_PROVIDED documentation
2007-11-21local.conf.sample: update DISTRO to something that works for 99.9% of the usersKoen Kooi
2007-08-13conf/local.conf.sample: update comments with all the image formatsCliff Brake
2007-03-25glibc, local.conf.sample: Introduce and handle new OE variable, ↵Paul Sokolovsky
GLIBC_GENERATE_LOCALES to limit set of generated binary locales. * If ENABLE_BINARY_LOCALE_GENERATION is set to "1", you can limit locales generated to the list provided by GLIBC_GENERATE_LOCALES. This is huge time-savior for developmental builds. Format: list of locale.encoding pairs with spaces as separators, e.g.: GLIBC_GENERATE_LOCALES = "en_GB.UTF-8 de_DE.UTF-8" * Check your distro for minimal set of locales required. Old-time default is "en_GB.UTF-8 de_DE.UTF-8 fr_FR.UTF-8". * Angstrom requires en_GB only. * This commit does not changes the default, which is still generation of all available locales. * Closes #1966.
2007-03-06conf/local.conf.sample: bb should be defined, oe is not definedHolger Freyther
2006-12-22local.conf.sample: update it a bitKoen Kooi
2006-11-19local.conf.sample: libsdl-x11 and DISTRO="generic" instead o unmaintained ↵Marcin Juszkiewicz
familiar-unstable
2006-10-20conf/: remove references to oesources.orgKoen Kooi
2006-06-14configurations: use MACHINE_KERNEL_VERSION whenever your MACHINE setting ↵Michael Lauer
supports more than one major kernel version.
2006-04-08* Remove 2.4 machine support for c7x0, akita, spitz and borzoi. Richard Purdie
* Remove borzoi machine entirely as its now equal to spitz. * For remaining 2.4/2.6 split machines use ZKERNEL_VERSION instead of KERNEL_VERSION to fix a long standing bug - people will need to update local.conf. * Add dummy terrier MACHINE to point at spitz.
2006-03-13local.conf.sample: add hints on ENABLE_BINARY_LOCALE_GENERATION and qemu-nativeRene Wagner
2006-01-07Update local.conf.sample to append to ASSUME_PROVIDED as a better example of ↵Richard Purdie
usage.
2006-01-02local.conf.sample: explain "versioned distros". replace reference to ↵Rene Wagner
familiar-0.8.3 with familiar-unstable.
2005-09-11conf/local.conf.sample: add a note on DISTRO and INHIBIT_PACKAGE_STRIPKoen Kooi
local.conf.sample contained a wrong default which was masked by http://bugs.openembedded.org/show_bug.cgi?id=319
2005-05-02Merge bk://oe-devel.bkbits.net/openembeddednslu2-linux.adm@bkbits.net
into bkbits.net:/repos/n/nslu2-linux/openembedded 2005/05/02 11:54:14-07:00 (none)!ggilbert base.bbclass: Moving MIRROR to oesources.org local.conf.sample: Moving CVS_TARBALL_STASH to oesources.org BKrev: 42768214CJNcNmVazhNdoM8kjvuLgw
2005-03-12Merge nslu2-linux@nslu2-linux.bkbits.net:openembeddedg2@giantshoulder.com
into giantshoulder.com:/home/tom/dev/openslug/openembedded 2005/03/12 03:41:05-08:00 bkbits.net!nslu2-linux.adm Merge bk://oe-devel.bkbits.net/openembedded into bkbits.net:/repos/n/nslu2-linux/openembedded 2005/03/12 12:27:12+01:00 (none)!koen local.conf.sample: note on leading spaces 2005/03/12 11:43:28+01:00 (none)!koen Merge bk://oe-devel@oe-devel.bkbits.net/openembedded into lieve.(none):/data/build/oe/clean-tree/openembedded 2005/03/12 11:43:02+01:00 (none)!koen libmatchbox_svn.bb: update to 1.6 2005/03/11 19:41:18-08:00 bkbits.net!nslu2-linux.adm Merge bk://oe-devel.bkbits.net/openembedded into bkbits.net:/repos/n/nslu2-linux/openembedded 2005/03/11 21:57:25-05:00 handhelds.org!kergoth Gcc 3.4.0, 3.4.1, 3.4.2: * Remove old versions. Gcc 3.4.3: * Adjust the gcc build to patch away the STMP_FIXINC/STMP_FIXPERM screwup when not setting --with-sysroot, and stop passing --with-sysroot .. setting it was resulting in our g++ binary adding -L/lib and -L /usr/lib to its link lines, which caused lots of problems. 2005/03/11 16:41:04-08:00 bkbits.net!nslu2-linux.adm Merge bk://oe-devel.bkbits.net/openembedded into bkbits.net:/repos/n/nslu2-linux/openembedded 2005/03/11 13:41:54-08:00 bkbits.net!nslu2-linux.adm Merge bk://oe-devel.bkbits.net/openembedded into bkbits.net:/repos/n/nslu2-linux/openembedded 2005/03/11 12:41:05-08:00 bkbits.net!nslu2-linux.adm Merge bk://oe-devel.bkbits.net/openembedded into bkbits.net:/repos/n/nslu2-linux/openembedded 2005/03/11 11:41:06-08:00 bkbits.net!nslu2-linux.adm Merge bk://oe-devel.bkbits.net/openembedded into bkbits.net:/repos/n/nslu2-linux/openembedded BKrev: 4232fb4bz0F18QK-4Xxxw237qdrUng
2005-02-20Merge bk://oe-devel.bkbits.net/openembeddednslu2-linux.adm@bkbits.net
into bkbits.net:/repos/n/nslu2-linux/openembedded 2005/02/20 21:53:39+01:00 handhelds.org!zecke Update local.conf.sample to match the removal of qte-for-opie 2005/02/20 21:47:05+01:00 handhelds.org!zecke Familiar 0.8.1: Use opie-pics from cvs along with libqpe-opie from cvs BKrev: 4219047b-z7BevNhSgCdh9MtoM-LyQ
2005-02-16local.conf.sample:Koen Kooi
remark on avoiding symlinks BKrev: 42135502IOV6lur-FfTRyrzQiagGtA
2005-02-13Add KERNEL_VERSION option to select kernel preference for zaurus clamshells. ↵Richard Purdie
Kill off openzaurus-pxa-2.6 machine type. BKrev: 420fca1ej6LEvrP_Xe_wpNwLC8AyAQ
2005-01-23local.conf.sample: enable tarball stash per defaultMichael Lauer
BKrev: 41f3c68a74Yl1mQO4VH_Qua4NNvw0Q
2005-01-17Merge bk://oe-devel.bkbits.net/openembeddednslu2-linux.adm@bkbits.net
into bkbits.net:/repos/n/nslu2-linux/openembedded 2005/01/17 22:09:22+01:00 handhelds.org!zecke Merge bk://oe-devel@oe-devel.bkbits.net/openembedded into handhelds.org:/home/ich/programming/oe/openembedded 2005/01/17 22:08:56+01:00 handhelds.org!zecke UICMOC use Qt2.3.9: -Use recent Qt2.3.9 for building uicmoc -Update patches to work with Qt2.3.9 version 2005/01/17 22:07:14+01:00 handhelds.org!zecke Qt 2.3.9: -Update to 14.01.2005 snapshot -TSlib patch is included but castrated, uncastrate it -The latest mouse release patch was fixed independently by Trolltech as well -Update other patches 2005/01/17 16:00:45-05:00 handhelds.org!kergoth Merge oe-devel@oe-devel.bkbits.net:openembedded into handhelds.org:/home/kergoth/code/openembedded 2005/01/17 15:56:11-05:00 handhelds.org!kergoth Update the default event handler to clean things up a bit, and to mention the package version in the Pkg events, which people have requested in the past. 2005/01/17 20:49:43+00:00 rpsys.net!RP Add facility to pass parallel build option to make. Disable parallel build option for known broken packages. BKrev: 41ec30c8I5e1Ks5lsaghKSnrJo6cVg
2004-12-20local.conf.sample: correct description and name of IMAGE_FSTYPESMichael Lauer
BKrev: 41c70b2860MsMo_F9-uopYYHjwxyNw
2004-12-17Clarify the example BBFILES in local.conf.sample a bit.Chris Larson
BKrev: 41c281b6r7cipPZsURNbe7rE3cX5RA
2004-12-16Remove some outdated instructions from local.conf.sample, and reference the ↵Chris Larson
GettingStarted page in the wiki as the preferred place. BKrev: 41c121194-zm8tX2rucDGkML0WkQ0w
2004-12-15make local.conf.sample catch up with BitBakeMichael Lauer
BKrev: 41c0bddffX1YVcEN2l48juavItF-OA
2004-11-09Merge openembedded@openembedded.bkbits.net:packages-develChris Larson
into handhelds.org:/home/kergoth/code/packages 2004/11/09 11:20:32-06:00 handhelds.org!kergoth Add a few commented out lines to the sample local.conf, so that people know how to build a package for use with gprof. BKrev: 4190fd43G6JHKkT9a9q13TmJl_mWlA
2004-08-04Local.conf.sample formatting cleanup.Chris Larson
BKrev: 411125d7iYKlLAoxYKT8eQkmg-nz_Q
2004-07-26Move the default set of the CACHE variable into oe.conf, and change theChris Larson
default cache location to be relative to» TMPDIR, since its bound to a specific build. BKrev: 41049d41DZ788e35VTVv5LWsvvX7Tg
2004-07-25add example for debugging builds to local.conf.sampleMichael Lauer
BKrev: 41039ab3JjmrCtVr9sbPOKN0OT0jkw
2004-07-04Merge bk://openembedded@openembedded.bkbits.net/packagesPhil Blundell
into dixie.nexus.co.uk:/home/pb/oe/oe-packages 2004/07/04 19:43:18+02:00 uni-frankfurt.de!mickey Merge bk://openembedded@openembedded.bkbits.net/packages into r2d2.tm.informatik.uni-frankfurt.de:/home/projekte/packages 2004/07/04 19:43:12+02:00 uni-frankfurt.de!mickey add boxer.conf, telling to use husky.conf 2004/07/04 19:29:30+02:00 uni-frankfurt.de!mickey Merge bk://openembedded@openembedded.bkbits.net/packages into r2d2.tm.informatik.uni-frankfurt.de:/home/projekte/packages 2004/07/04 18:29:14+02:00 uni-frankfurt.de!mickey clean local.conf.sample a bit up BKrev: 40e84e26ChH_RbAzDAvrcD0rRVJMag