summaryrefslogtreecommitdiff
path: root/classes
AgeCommit message (Collapse)AuthorFiles
2008-10-04insane.bbclass: let sh4 arch play with uclibcHenning Heinold1
2008-10-04distutils-base: export STAGING_INCDIR and STAGING_LIBDIR hereMichael Lauer1
2008-10-03Split staging by base package arch (armv7a, ppc603e, etc)Koen Kooi1
* tested on beagleboard, dht-walnut, efika, c7x0 and om-gta01 * python, perl, gtk and qt4-x11 build and work * console-image, x11-image and beagleboard-demo-image build and work as well * see http://lists.linuxtogo.org/pipermail/openembedded-devel/2008-July/005819.html
2008-10-02java.bbclass: Error out if classpath entry cannot be found.Robert Schuster1
2008-10-02distutils bbclass: sync with pokyKoen Kooi1
2008-10-02native bbclass: sync with pokyKoen Kooi1
2008-10-01cross bbclass: sync with pokyKoen Kooi1
2008-10-01packaged-staging bbclass: make relinking workKoen Kooi1
2008-10-01qmake2 bbclass: pass RCC varKoen Kooi1
2008-09-26kernel.bbclass: prepare for 2.6.27 style external firmwareKoen Kooi1
* see http://lwn.net/Articles/284932/ * does *NOT* have dependency code, RRECOMMENDS for firmwares need to be added manually
2008-09-25xfce: remove pkgconfig hacks and switch to autotools.bbclass, tweak packagingKoen Kooi1
2008-09-23pkgconfig.bbclass: do not mess with .pc dirs from quiltHenning Heinold1
* add -type f to find command so we do not try to sed .pc dir from quilt
2008-09-23pkgconfig.bbclass: unbreak stuffHenning Heinold1
* sorry I missed and did not test what autotools.bbclass really does * let search for .pc in the source-dir and fix it there
2008-09-22pkgconfig.bbclass: fix some bugs and add enhancementHenning Heinold1
* add ${libdir}/pkgconfig to FILES_${PN}-dev per default so all .pc files ends up in the right package * fix QA errors when the .pc file contains bad PATH's at install stage * fix do_stage_append dont look up the sourcedir, look up in image-dir to stage the .pc files
2008-09-22oestats-client.bbclass: add support for QA logs (see bug #4345)Jeremy Laine1
2008-09-19enlightenment: PV went backwards *again* so bump PE *again*Koen Kooi1
* I know people don't care about QA, but having PV go backwards twice? Come on!
2008-09-17package.bbclass: apply patch from Tom Rini to avoid RDEPENDS on nonexistent ↵Phil Blundell1
empty packages
2008-09-13e17: remove e-utils and examine, simplify other recipesMichael Lauer1
2008-09-09binconfig: fix small bug found by Julian Chu from openmokoHenning Heinold1
2008-09-07package.bbclass: add PACKAGE_SNAP_LIB_SYMLINKSPhil Blundell1
2008-09-03cmake bbclass: allow extra argument via EXTRA_OECMAKEKoen Kooi1
2008-09-02fennec: add skeletor to build fennec, the mobile browser from mozillaKoen Kooi1
mozilla.bbclass: fixup do_configure
2008-08-31gtk-doc bbclass: merge from pokyKoen Kooi1
2008-08-27merge of '4dc83fb2fe7f6a2d1912363f0f5d575ef277a6b7'Robert Schuster4
and '6db51d8148c7ab6620fa15c71ccbfc4ec1db4fc0'
2008-08-27scratcbox-compat.bbclass: New bbclass.Robert Schuster1
2008-08-25icecc: include glibc into blacklist because we don't have a full crossJohn Lee1
compiler while building glibc from scratch.
2008-08-24Enlightenment Foundation Libraries MONSTER update courtesy RastermanMichael Lauer2
(mostly motivated by E switching their SCM)
2008-08-21package.bbclass: add per-package staging hooksPhil Blundell1
2008-08-13kernel.bbclass: make aes-generic module provide aes Thomas Kunze1
* the kernel guys renamed the aes module wifi with wpa should work again
2008-08-12kernel.bbclass: fix typo in do_sizecheck()Thomas Kunze1
2008-08-09distutils.bbclass: allow specifying arguments to the build commandMichael Lauer1
2008-08-08autotools.bbclass: check if pkgconfig dir exists before trying to copy out ↵Koen Kooi1
pkgconfig files * this is needed because e.g. not all gst recipes have .pc files, be we do want to install the ones that are present
2008-08-06cpan.bbclass : more generic solution to perl module build problemsGraeme Gregory1
2008-08-06gnome.bbclass: use AUTOTOOLS_STAGE_PKGCONFIG = "1"Koen Kooi1
2008-08-05oestats-client.bbclass: display information URL for failed builds/tasks ↵Jeremy Laine1
(Closes: #4475)
2008-08-03kernel.bbclass: use KERNEL_OUTPUT where possibleTom Rini1
2008-07-29make sure update-rc is always executed in an offline postinst (from poky r4976)Michael Lauer1
(Note: This fixes (among other things) dbus not being started on first boot)
2008-07-27kernel.bbclass: -change initramfs-logicThomas Kunze1
-add parameter to do_sizecheck do make it optional
2008-07-25icecc.bbclass: make it work again.John Lee1
* compiled from scratch cooking fso-image successfully so I can say it works for me (tm). * must bitbake icecc-create-env first.
2008-07-24merge of 'd2f1a9f3ef64d23cec1e794848e1bb2ac1a92e63'Thomas Kunze1
and 'ed4e5b420b127a2a4f722c324c8c61ee00caf977'
2008-07-24packed-staging.bblcass: change DEPLOY_DIR_PSTAGE from "=" to "?=" to be ableThomas Kunze1
to override it in local.conf
2008-07-23qmake.bbclass: export qmakespec so we can use do_configure_prependKoen Kooi1
2008-07-19conf/bitbake.conf: Merge in multimachine making it the standard layout as ↵Richard Purdie4
discussed on the mailing list. Anyone wanting the previous layout can INHERIT the new singlemachine class
2008-07-15qtopia4core bbclass: set QT_DIR_NAMEKoen Kooi1
2008-06-27image.bbclass: Make sure DEPLOY_DIR_IMAGE exists before running image ↵Marcin Juszkiewicz1
generation (from Poky)
2008-06-27cmake.bbclass: use cross-compilation support with 2.6.0 (from Poky)Marcin Juszkiewicz1
2008-06-26merge of '1b17ea5d09e29a9b9960e907c6a56908b349ff98'Robert Schuster1
and '60512e4106703c7bf44fad424ce575f2496d82a9'
2008-06-26Update includedir and oldincludedir to point to new sysrooted staging dir.Khem Raj1
2008-06-23merge of '613d006a5a3c8c6629c2a0b9a905bfc4a80484ca'Robert Schuster1
and 'a3eb44219589b14fd5179c429a3888832e77379a'
2008-06-17packaged-staging.bbclass: Make sure opkg's libdir exists in all cases for ↵Richard Purdie1
lockfiles (from poky)