Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
2008-09-25 | bitbake.conf: merge in a small piece of darwin support from poky | Koen Kooi | 1 | |
2008-08-29 | bitbake.conf: add entries needed for hg fetcher | Koen Kooi | 1 | |
2008-07-19 | bitbake.conf: Disable PACKAGES_DYANMIC until we upgrade bitbake | Richard Purdie | 1 | |
2008-07-19 | conf/bitbake.conf: Merge in multimachine making it the standard layout as ↵ | Richard Purdie | 1 | |
discussed on the mailing list. Anyone wanting the previous layout can INHERIT the new singlemachine class | ||||
2008-07-19 | conf/machine: Set BASE_PACKAGE_ARCH which is then used to construct ↵ | Richard Purdie | 1 | |
PACKAGE_ARCH instead of setting directly. This allows us to experiment with various changes which wouldn't otherwise be possible (from poky) | ||||
2008-07-19 | bitbake.conf: For EXTRA_OEMAKE so it works with bitbake 1.8 svn correctly | Richard Purdie | 1 | |
2008-07-19 | bitbake.conf: Set PACKAGES_DYNAMIC so locale packages can be used in runtime ↵ | Richard Purdie | 1 | |
dependency variables (from poky) | ||||
2008-07-06 | bitbake.conf: fix PARALLEL_MAKE, it hasn't been working lately. Patch by ↵ | Koen Kooi | 1 | |
Richard Purdie | ||||
2008-05-21 | bitbake.conf: Correctly export PATH variable | Richard Purdie | 1 | |
2008-05-05 | bitbake.conf: define FREESMARTPHONE_GIT | Michael Lauer | 1 | |
2008-03-14 | bitbake.conf: Set a variable for internal control of packaged staging code | Richard Purdie | 1 | |
2008-03-09 | bitbake.conf: Introduce CO_DIR, defaults to DL_DIR, for a user-overridable ↵ | Leon Woestenberg | 1 | |
checkout dir. | ||||
2008-03-05 | bitbake.conf: Drop SDK variables for now | Richard Purdie | 1 | |
2008-03-04 | Change staging layout to match the target system layout. WARNING - staging ↵ | Richard Purdie | 1 | |
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-01 | bitbake.conf: added QEMU_OPTIONS variable used for generating glibc binary ↵ | Marcin Juszkiewicz | 1 | |
locales for armv6 cpu (from Poky) | ||||
2008-02-23 | bitbake.conf: Unconditionally set RDEPENDS for -dev package and RRECOMMENDS ↵ | Richard Purdie | 1 | |
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-21 | bitbake.conf: Add STAGING_EXECPREFIXDIR | Richard Purdie | 1 | |
2008-02-21 | bitbake.conf: Make sure CCACHE uses expanded data when searching the PATH ↵ | Richard Purdie | 1 | |
(from poky) | ||||
2008-02-21 | bitbake.conf: Remove hardcoded paths from staging and flags variables, add ↵ | Richard Purdie | 1 | |
BUILDSDK flags (from poky) | ||||
2008-02-12 | bitbake.conf, image.bbclass: Add and use USERDISTRO var to preserve original ↵ | Paul Sokolovsky | 1 | |
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-12 | bitbake.conf: Set default IMAGE_FSTYPES to "tar.gz". | Paul Sokolovsky | 1 | |
* 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-18 | bitbake.conf: Allow TARGET_ARCH to be passed via environment. | Paul Sokolovsky | 1 | |
* This is to allow easy building of packages using generic distros, e.g.: DISTRO=generic-uclibc TARGET_ARCH=mipsel bitbake nano | ||||
2007-12-18 | task-base: Introduce "vfat" feature to get VFAT support. | Paul Sokolovsky | 1 | |
* 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-01 | bitbake.conf/cross.bbclass: Add TOOLCHAIN_OPTIONS variable to allow passing ↵ | Richard Purdie | 1 | |
of extra compiler options in future (e.g. sysroot) (from poky) | ||||
2007-11-22 | linux-rp: Depends on bc during buildtime for collie. | Paul Sokolovsky | 1 | |
* Don't bother to create bc-natibe though, just add it to global ASSUME_PROVIDED list. | ||||
2007-11-22 | bitbake.conf: Reformat and alphabetize ASSUME_PROVIDED list. | Paul Sokolovsky | 1 | |
* 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-17 | bitbake.conf: Fix TERMCMD handling and a typo (from Poky) | Richard Purdie | 1 | |
2007-11-17 | bitbake.conf: Extend PATH in anticipation of staging changes, add ability to ↵ | Richard Purdie | 1 | |
switch OOB layout for yaffs2 images (from Poky) | ||||
2007-11-17 | bitbake.conf: Set verion dependencies of -dbg and -dev packages more ↵ | Richard Purdie | 1 | |
correctly (from Poky) | ||||
2007-10-29 | bitbake.conf: Add dummy layout variables (describing the current staging ↵ | Richard Purdie | 1 | |
layout for now) (from Poky) | ||||
2007-10-29 | bitbake.conf: Fix base prefixes in FILES (from poky) | Richard Purdie | 1 | |
2007-10-29 | bitbake.conf: Start cleaning up STAGING variables (from Poky) | Richard Purdie | 1 | |
2007-10-23 | bitbake.conf: Add -pn bit to alternative OVERRIDES definition and update ↵ | Florian Boor | 1 | |
descriptions. | ||||
2007-10-18 | checksums: dropped geda snapshots (unfetchable) | Marcin Juszkiewicz | 1 | |
2007-10-10 | conf/bitbake.conf, conf/machine/fic-gta02.conf : fix arguments for yaffs | Harald Welte | 1 | |
image generation. Thanks LaForge | ||||
2007-09-13 | srcrev: Change default to '1', make assignments in .inc files weak ↵ | Richard Purdie | 1 | |
assignment and update generator code, set SRCREV to the old default insane-srcrevs.inc | ||||
2007-09-11 | bitbake.conf: enable yaffs2 image generation | Michael Lauer | 1 | |
2007-09-05 | bitbake.conf/image.bbclass: Set IMAGE_BASENAME to a better default and ↵ | Richard Purdie | 1 | |
export correctly, add BZR fetcher config (from poky) | ||||
2007-09-04 | classes/conf: Remove bitbake < 1.8.8 compatibility code | Richard Purdie | 1 | |
2007-09-01 | bitbake.conf: Add STAGING_ETCDIR_NATIVE variable | Richard Purdie | 1 | |
2007-09-01 | bitbake.conf: Define various variables (from poky) | Richard Purdie | 1 | |
2007-08-25 | bitbake.conf: Add MULTI_PROVIDER_WHITELIST | Richard Purdie | 1 | |
2007-08-10 | ncurses: fix oebug 2554 - added STAGING_LIBDIR_NATIVE, and set | Mike Westerhof | 1 | |
LD_LIBRARY_PATH in ncurses bb file. | ||||
2007-08-08 | bitbake.conf: Weakly assign DL_DIR so it can be set from the environment ↵ | Richard Purdie | 1 | |
(from poky) | ||||
2007-08-08 | bitbake.conf: Merge in section and dependency setting for -dbg and -dev ↵ | Richard Purdie | 1 | |
packages (from poky). Start to allow multiple entries in PKG_CONFIG_PATH (from poky) | ||||
2007-07-31 | base.bbclass: Remove warnings for older bitbake users | Richard Purdie | 1 | |
2007-07-30 | bitbake.conf: Add SRCREV definiton. This is for developers offline use only ↵ | Richard Purdie | 1 | |
until we increase the bitbake version requirements. | ||||
2007-07-29 | image.bbclass: Use system python explicitly, don't use python-native version | Richard Purdie | 1 | |
2007-07-29 | bitbake.conf: Forcefully expand the cache path - we don't want this to ↵ | Richard Purdie | 1 | |
change beyond this point | ||||
2007-07-12 | bitbake.conf: Introduce variables to specify machine's display properties. | Paul Sokolovsky | 1 | |
* 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. |