summaryrefslogtreecommitdiff
path: root/conf/bitbake.conf
AgeCommit message (Collapse)AuthorFiles
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
2007-10-29bitbake.conf: Start cleaning up STAGING variables (from Poky)Richard Purdie1
2007-10-23bitbake.conf: Add -pn bit to alternative OVERRIDES definition and update ↵Florian Boor1
descriptions.
2007-10-18checksums: dropped geda snapshots (unfetchable)Marcin Juszkiewicz1
2007-10-10conf/bitbake.conf, conf/machine/fic-gta02.conf : fix arguments for yaffsHarald Welte1
image generation. Thanks LaForge
2007-09-13srcrev: Change default to '1', make assignments in .inc files weak ↵Richard Purdie1
assignment and update generator code, set SRCREV to the old default insane-srcrevs.inc
2007-09-11bitbake.conf: enable yaffs2 image generationMichael Lauer1
2007-09-05bitbake.conf/image.bbclass: Set IMAGE_BASENAME to a better default and ↵Richard Purdie1
export correctly, add BZR fetcher config (from poky)
2007-09-04classes/conf: Remove bitbake < 1.8.8 compatibility codeRichard Purdie1
2007-09-01bitbake.conf: Add STAGING_ETCDIR_NATIVE variableRichard Purdie1
2007-09-01bitbake.conf: Define various variables (from poky)Richard Purdie1
2007-08-25bitbake.conf: Add MULTI_PROVIDER_WHITELISTRichard Purdie1
2007-08-10ncurses: fix oebug 2554 - added STAGING_LIBDIR_NATIVE, and setMike Westerhof1
LD_LIBRARY_PATH in ncurses bb file.
2007-08-08bitbake.conf: Weakly assign DL_DIR so it can be set from the environment ↵Richard Purdie1
(from poky)
2007-08-08bitbake.conf: Merge in section and dependency setting for -dbg and -dev ↵Richard Purdie1
packages (from poky). Start to allow multiple entries in PKG_CONFIG_PATH (from poky)
2007-07-31base.bbclass: Remove warnings for older bitbake usersRichard Purdie1
2007-07-30bitbake.conf: Add SRCREV definiton. This is for developers offline use only ↵Richard Purdie1
until we increase the bitbake version requirements.
2007-07-29image.bbclass: Use system python explicitly, don't use python-native versionRichard Purdie1
2007-07-29bitbake.conf: Forcefully expand the cache path - we don't want this to ↵Richard Purdie1
change beyond this point
2007-07-12bitbake.conf: Introduce variables to specify machine's display properties.Paul Sokolovsky1
* Per RFC on the mailing list. * Following variables added: MACHINE_DISPLAY_WIDTH_PIXELS - width in pixels in hardware orientation MACHINE_DISPLAY_HEIGHT_PIXELS - height in pixels in hardware orientation MACHINE_DISPLAY_ORIENTATION - number of degrees hardware display orientation must be rotated to be in "default natural use" orientation. MACHINE_DISPLAY_BPP - bits per pixel * Also, deprecate GUI_MACHINE_CLASS and replace with MACHINE_GUI_CLASS.
2007-07-04bitbake.conf: Set palmtopdir = "${libdir}/opie".Paul Sokolovsky1
* Per #2254.
2007-07-03bitbake.conf: Switch OPIE prefix to /usr.Paul Sokolovsky1
* With the other latest changes, this produces bootable system, still needs more detailed testing. * The next stage is fix data/plugin file location. * Partially closes #2254.
2007-06-30bitbake.conf: Add simplified FETCHCMD defitions for new versions of bitbakeRichard Purdie1
2007-05-26bitbake.conf: Remove the dangerous suggestion to change SOURCEFORGE_MIRRORRolf Leggewie1
2007-05-11bitbake.conf: set patch resolver to 'noop' to get the old abort-on-error backKoen Kooi1
2007-05-02conf/bitbake.conf:make default values for jffs2, squashfs and squashfs-lzma ↵Stelios Koroneos1
generated images architecture neutral
2007-04-09patch.bbclass/devshell.bbclass: Switch to new form of interactive task ↵Richard Purdie1
handling as per RFC which is more compatible with bitbake 1.8+
2007-04-02bitbake.conf: "wifi" was treated as COMBINED_FEATURE for some time now, but ↵Paul Sokolovsky1
wasn't actually computed as such.
2007-03-29bitbake.conf: add epoch supportPhilipp Zabel1
2007-03-25bitbake.conf: Make IMAGE_CMD_tar build uncompressed archives. Regression fix.Leon Woestenberg1
2007-03-05bitbake.conf: Add DEPLOY_DIR_TOOLSRichard Purdie1
2007-03-05image.bbclass: Create symlink to latest image generated. Also add dependency ↵Richard Purdie1
on populate staging for do_rootfs (both from poky)
2007-03-04bitbake.conf: Set default value of ROOT_FLASH_SIZE to something big.Paul Sokolovsky1
* As common use for ROOT_FLASH_SIZE would be to not include some packages in the image if it is too small, the default value should be something big. Use 256Mb as we're on embedded stuff here.
2007-03-01bitbake.conf: Disable lzo compression for jffs2 as default (until kernels ↵Richard Purdie1
get updated)
2007-02-28bitbake.conf: ensure root flash size is set and default to '0'Koen Kooi1
2007-02-28bitbake.conf: add matchbox-panel debug dirsKoen Kooi1
2007-02-22merge of '75bd0ba9307d9ac6d29617d8194b73d953f31739'Koen Kooi1
and 'bd6c4042069a1378179f439efde37ca93d020a7b'
2007-02-22bitbake.conf: fix PKG_CONFIG_PATH as per RFC on the mailinglistKoen Kooi1
* rebuild all your pkgconfig using packages AND/OR * cd <staging> ; mv share/pkgconfig/* lib/pkgconfig
2007-02-22bitbake.conf: add ext3 images support from pokyMarcin Juszkiewicz1
2007-02-16bitbake.conf: revert unintentional change of SOURCEFORGE_MIRROR introduced Rolf Leggewie1
some time ago in 4c3e39344044dd60a48450fcc753d56c4739dad7
2007-02-09packages/libgpelaunch/libgpelaunch_svn.bbPhilippe De Swert1
* added svn build for libgpelaunch packages/libgpepimc/libgpepimc_svn.bb * added svn build for libgpepimc packages/libgpeplugin/libgpeplugin_svn.bb * added svn build fot libgpeplugin packages/libgtkinput/libgtkinput_svn.bb * added svn build for libgtkinput packages/libgtkstylus/libgtkstylus_svn.bb * added svn build for libgtkstylus packages/libschedule/libschedule_svn.bb * added svn build for libschedule packages/libtododb/libtododb_svn.bb * added svn build for libtododb packages/libxsettings/libxsettings_svn.bb packages/libxsettings/files packages/libxsettings/files/libxsettings-svn-makefile-fix.patch packages/libxsettings/files/Makefile.translation packages/libxsettings/files/Makefile.dpkg_ipkg * added svn build for libxsettings (with patch and needed extra files) packages/libgpevtype/libgpevtype_svn.bb * added svn build for libgpevtype packages/gpe-mini-browser/gpe-mini-browser_svn.bb * bumped ${PV} from 0.19+... to 0.20+... as 0.20 has been released conf/bitbake.conf * added GPE_SVN_EXTRA entry to have a shorthand for all packages that are in the extra part of the GPE svn repo
2007-02-09bitbake.conf: Unbreak G(PE)^2 mirrorFlorian Boor1
2007-02-08bitbake.conf: Add GPE Phone Edition mirror.Florian Boor1
2007-02-07bitbake.conf: add GPEPHONEMIRRORKoen Kooi1