aboutsummaryrefslogtreecommitdiffstats
path: root/classes
AgeCommit message (Collapse)Author
2007-09-08qt3e.bbclass, qt3x11.bbclass: Follow qmake-base rename.Paul Sokolovsky
2007-09-08qmake-base.bbclass: Rename to qmake_base.bbclass.Paul Sokolovsky
* Hyphens are bad in function names. * Fixes OPIE build.
2007-09-07base.bbclass: change message about lack of checksums.ini entry for URI to ↵Marcin Juszkiewicz
something easier to understand
2007-09-06siteinfo.bbclass: Add mips (MSB) architectureFlorian Boor
2007-09-05package_ipk.bbclass: Improve directory existance check (from poky)Richard Purdie
2007-09-05package_ipk.bbclass: Add sdk Packages files and fix ipkf-sdk.conf (fixing ↵Richard Purdie
meta-toolchain) (from poky)
2007-09-05merge of '13890ee4d20d70e06eada225797e62e3847248e9'Graeme Gregory
and '5337c2ae1bddb02aff4358e400f0a8697f0f961a'
2007-09-05classes/base.bbclass : change to make sure ${D} gets removed beforeGraeme Gregory
do_install_prepend. Will activate in a future bitbake version. do_install_prepend became do_install[cleandirs] = "${D}"
2007-09-05bitbake.conf/image.bbclass: Set IMAGE_BASENAME to a better default and ↵Richard Purdie
export correctly, add BZR fetcher config (from poky)
2007-09-04multimachine.bbclass: Use a new PKGDATA_DIR which includes the multimachine ↵Richard Purdie
path to prevent cross contamination between machines. This change requires all install tasks to rerun (remove the do_install stamps from tmp/stamps)
2007-09-04package.bbclass: Turn install path into a variable (PKGDATA) and cleanup ↵Richard Purdie
some unneeded complexity (from poky)
2007-09-04package*.bbclass: Switch to separate tasks for each packing type (from poky)Richard Purdie
2007-09-04classes/conf: Remove bitbake < 1.8.8 compatibility codeRichard Purdie
2007-09-04base.bbclass: Wipe install directory before running install to make ↵Richard Purdie
rebuilding packages safer (from poky)
2007-09-04openmoko: switch to SRCREVKoen Kooi
2007-09-03classes/{qmake*,qt4x11}.bbclass: Add a qmake2.bbclass to use qmake version twoHolger Freyther
Add a qmake2.bbclass which currently takes over the role of qt4x11.bbclass with setting the QTDIR, MOC, UIC properly. qmake2 and qmake now share qmake-base.bbclass this is why some var assignments and functions have been moved around. Make webkit-gtk use qmake2 to eliminate the Qt3 and Qt4/X11 dependency.
2007-09-02Fix PKG_CONFIG_PATH references which should be PKG_CONFIG_DIRRichard Purdie
2007-09-02gnome-common: 2.4.0 -> 2.18.0 + associated cleanup (from Poky)Richard Purdie
2007-09-02package_ipk.bbclass: Fix whitespaceRichard Purdie
2007-09-01package_x.bbclass: Sync with poky preparing for individual package writing tasksRichard Purdie
2007-09-01sdk.bbclass: Remove uneeded codeRichard Purdie
2007-09-01rootfs_ipk.bbclass: Convert to use package_ipk functionRichard Purdie
2007-09-01package_ipk.bbclass: Sync with poky for locking, code to add ↵Richard Purdie
package_write_ipk task (not activated yet), change OE: field to use PN (not P), cleanups and conf and index generation functions
2007-09-01rootfs_deb: make sure directories exist before trying to symlink them Koen Kooi
2007-09-01sdk.bbclass: Use variables from bitbake.conf (from Poky)Richard Purdie
2007-09-01image.bbclass: Append to do_rootfs[recrdeptask]Richard Purdie
2007-09-01native.bbclass: PACKAGE_DEPENDS no longer need be unset, add extra options ↵Richard Purdie
to PKG_CONFIG_PATH if EXTRA_NATIVE_PKGCONFIG_PATH is set (from poky)
2007-09-01images: Clean up image .bb files, moving functionality to image.bbclass ↵Richard Purdie
(LICENCE default, setup of RDEPENDS and default IMAGE_BASENAME)
2007-09-01rootfs_{deb|ipk}.bbclass: Fix whitespace damage, remove bashisms, sync with pokyRichard Purdie
2007-09-01base.bbclass: Fix SRC_URI overrides handling, lower the priority of local ↵Richard Purdie
file url checksum messages, correct populate_staging dependencies (from poky)
2007-09-01multimachine.bbclass: Add PKGDATA_DIR defintion, disabled for now (from poky)Richard Purdie
2007-09-01classes: Convert to PKGDATA_DIR variable (from poky)Richard Purdie
2007-09-01package.bbclass: Improve strip function and convert to python (from poky)Richard Purdie
2007-08-30classes: Remove bitbake 1.6 compatibility codeRichard Purdie
2007-08-29efl_base.bbclass: presource task is no longer necessaryMichael Lauer
2007-08-29kernel.bbclass: Allow machines to override the kernel-base runtime dependenciesRichard Purdie
2007-08-28rootfs*.bbclass: uclibc doesn't provides glibc-locale* and locale-base*, so ↵Koen Kooi
don't try to install it
2007-08-25rm_work.bbclass: Make sure all hidden directories get also removed. (.pc for ↵Stefan Schmidt
example)
2007-08-23seppuku.bbclass: add more debugging and keep attaching buildlogs for known bugsKoen Kooi
2007-08-22image.bbclass: Add the mkdir back in a different form. This proves nobody ↵Richard Purdie
uses USE_DEVFS and we should consider removing it,
2007-08-22image/rootfs_ipk: Remove uneeded mkdir callsRichard Purdie
2007-08-22distutils.bbclass: always install staging directory before calling pythonMichael Lauer
2007-08-21disapproval of revision 'badf9d8b62f79360108e71d3657a6dd7abe98d03'Stefan Schmidt
2007-08-21fic-gta01.conf: Drop EXTRA_IMAGEDEPENDS on sjf2410-linux-native to let theStefan Schmidt
OpenMoko build work on big endian machines. We do not need sjf2410 anymore atm.
2007-08-21merge of '3289b5a802bb36f84f72d159c65ca3869e90041e'Michael Lauer
and '5ee4afc833aaf754d4605b6c97860c3016037b3e'
2007-08-21classes/distutils.bbclass: remove easy-install.pth, since this ends up in ↵Michael Lauer
every package and Python 2.5 seems to be able to import .egg packages even without it
2007-08-21classes/xilinx-bsp.bbclass : Add a class to handle xilinx kernel requirmentsStelios Koroneos
2007-08-20classes/distutils.bbclass: add a staging task (to be called explicitly)Michael Lauer
2007-08-20task.bbclass: add a task class that sets common task recipePhilipp Zabel
variables and automates adding -dev and -dbg packages
2007-08-19classes/tinderclient.bbclass: add the missing 'g'Holger Freyther