aboutsummaryrefslogtreecommitdiffstats
path: root/classes
AgeCommit message (Collapse)Author
2007-02-07gpephone.bbclass: start merging gpephone bits from ↵Koen Kooi
http://linuxtogo.org/~florian/gpepe/
2007-01-30package.bbclass: don't try to rmdir("./"), it won't workPhil Blundell
2007-01-29package.bbclass: add workaround for wrongly globbed symlinks in FILES ↵Phil Blundell
causing python traceback spew during population
2007-01-28package.bbclass: remove directories named in FILES from image after file Phil Blundell
migration
2007-01-26siteinfo.bbclass: Added support for armeb-linux-gnueabi and ↵Rod Whitby
armeb-linux-uclibcgnueabi. Yes, I know neither of them work yet (or at least they don't work for me), but without adding support here no-one will be able to work on making it work.
2007-01-21scons.bbclass: override installation prefixMichael Lauer
2007-01-17merge of '4f76054a2fbe49f396cba8a3b6ef23027b6eb15d'Phil Blundell
and '77df6e755fc8272db3fd5e4c3b0620b4453ca180'
2007-01-17qt3x11: add opengl variable defsPhil Blundell
2007-01-17merge of '23a53ef6d8b0bd12c2ad781ad96e32cf88487a76'OpenEmbedded Project
and 'bb4adcc719267cf21949b39dd8d42169fddbc6b3'
2007-01-17add openchromePhil Blundell
2007-01-17xfce.bbclass: provide bz2 extension for 4.33.99.2 (4.4-rc2) releaseMarcin Juszkiewicz
2007-01-10disapproval of revision '032fe15bf3fd23dc5d753a8cd906ce2402067a78'Philipp Zabel
2007-01-10linux-handhelds-2.6: magician defconfig: I2C_PXA=yPhilipp Zabel
2007-01-07image.bbclass: Make images trigger all do_deploy tasks to run so kernels and ↵Richard Purdie
things like updater.sh for the zaurus get deployed with the image. This change on affects bitbake 1.7.x users who *will* need to use the latest 1.7.x version from svn.
2007-01-07kernel.bbclass: Remove the KERNEL_RELEASE variable and set it to ↵Richard Purdie
KERNEL_VERSION. This should removes a large source of kernel module problems as the variables then 'just work'
2007-01-06kernel.bbclass: Create relative symlinks from "zImage" to actual kernel ↵Paul Sokolovsky
image in use. * Make sure update-alternatives created relative symlinks in /boot (or whatever) kernel image directory is used. This is required for tools like LAB (Linux As Bootloader) which may mount rootfs over some other temporary fs tree to get access to kernel to boot. * Closes #1569.
2007-01-02Add rootfs_deb.bbclass from PokyRichard Purdie
2007-01-02Add package_deb.bbclass from PokyRichard Purdie
2007-01-01image.bbclass rootfs_ipk.bbclass: Move common functionality into ↵Richard Purdie
image.bbclass to prepare for rootfs_deb/bbclass (from poky)
2007-01-01package.bbclass: Add fakeroot-native as a depenedncy (from poky)Richard Purdie
2007-01-01siteinfo.bbclass: Demote site files message to debug log level (from poky)Richard Purdie
2007-01-01base.bbclass: Allow base_contains to take an array of values to check for ↵Richard Purdie
(from poky)
2007-01-01site: Start to refactor files to benefit from common site files. Much more ↵Richard Purdie
work is needed but this is a start
2006-12-31Rename: image_ipk -> image.bbclass, IPKG_INSTALL -> PACKAGE_INSTALL to ↵Richard Purdie
prepare for deb packaging
2006-12-31Split STAGING_BINDIR into CROSS and NATIVE versions. This means there is no ↵Richard Purdie
need to rename -config scripts and multimachine won't break with binconfig.bbclass. ***NOTE: This change will require staging to be rebuilt***
2006-12-29merge of '3961d9fa0932ee3f91d25b24350816ff1c3c7ff8'Marcin Juszkiewicz
and '91d610fe22ec5f30832680d42abf443bcd99fe6c'
2006-12-29debian.bbclass: fix typoMarcin Juszkiewicz
2006-12-19Fix typo in system restricted packagesStelios Koroneos
2006-12-19Fixed error in the way the user specified exclusion lists were handledStelios Koroneos
Remove debug messages
2006-12-19Remove depedancy on icecc-create-env to temporeraly solve circullar ↵Stelios Koroneos
dependancy problem
2006-12-19Updated icecc.bbclassStelios Koroneos
Handles native/cross cross-kernel and target compile jobs Accepts user supplied package and class exclusion lists
2006-12-12package.bbclass: set PATH before running OBJDUMP to get dependencies calculatedMarcin Juszkiewicz
I do not know does this is best way of fixing it but it is better to have it in repository then having rootfs images without libc.
2006-12-12many files: KERNELORG_MIRROR variable createdMarcin Juszkiewicz
2006-12-06patch.bbclass: Fix errors when reapplying patchesRichard Purdie
2006-12-05angstrom: add source mirror for angstromKoen Kooi
2006-12-03ice.bbclass, apply patch from #1495, closes #1495Leon Woestenberg
2006-12-02palmtop.bbclass: Fix sharprom override (from nicolasfs #oe)Richard Purdie
2006-11-29Introduce STAGING_BINDIR_CROSS and STAGING_BINDIR_NATIVE as discussed on the ↵Richard Purdie
mailing list. There should be no functionality changes yet.
2006-11-28bitbake.conf : introduce the OBJDUMP variable, by default set toGraeme Gregory
${HOST_PREFIX}objdump package.bbclass : make use of the OBJDUMP variable rather than calling ${BUILD_PREFIX}objdump inside do_shlibs. As the original usage was faulty and ended up calling host objdump which works for some arm targets but not all.
2006-11-28cross.bbclass + gcc-package-cross.inc: put the immediate expansion trick in ↵Richard Purdie
cross.bbclass
2006-11-25base.bbclass: Try to ensure the MACHINE variable isn't exported (needs ↵Richard Purdie
bitbake support to complete)
2006-11-21base.bbclass: added support for creating source mirrorMarcin Juszkiewicz
- if SOURCE_MIRROR_FETCH variable is set then we ignore COMPATIBLE_MACHINE/COMPATIBLE_HOST settings to be able to fetch all recipes. - Fetching sources can be done by setting any MACHINE/DISTRO combination and SOURCE_MIRROR_FETCH = "1" in configuration. Then one invocation of BitBake should do all fetching: bitbake --cmd fetchall --continue world - scripts to manage source mirror will get added into contrib/
2006-11-21base.bbclass: added lsof mirrors (main server does not allow connections ↵Marcin Juszkiewicz
without revdns)
2006-11-20classes/package_*: Add IMAGE_PKGTYPE (from poky)Richard Purdie
2006-11-20package_ipk.bbclass: Fix invalid syntax added earlierRichard Purdie
2006-11-20merge of '20512a86807847c46b89aa3589332b9d24cd6502'Richard Purdie
and 'd6303c5e818fd02ef51ffd8057190cb2a110bc74'
2006-11-20kernel.bbclass: unset MACHINE otherwise things break (from poky)Richard Purdie
2006-11-20merge of '6b50eeffe6b0887666782f657e8f8fc694b7045c'Richard Purdie
and 'c647d36367af59b2cc5bdd6d28a4c0a873539f76'
2006-11-20package_ipk.bbclass: Simplify os.path.join calls (from poky)Richard Purdie
2006-11-20mozilla bbclass: inherit pkgconfigKoen Kooi