summaryrefslogtreecommitdiff
path: root/classes
AgeCommit message (Collapse)AuthorFiles
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)
2008-06-16insane.bbclass: add linux-gnuspe as valid targetDirk Opfer1
2008-06-14rm_work: now that packaged-staging knows about rm_work we can make it more ↵Koen Kooi1
potent again
2008-06-11rootfs_ipk.bbclass: opkg nowadays needs its lib directory created before it ↵Michael Lauer1
can operate
2008-06-06java.bbclass:Robert Schuster1
* Added libdir_jvm variable * Added STAGING_LIBDIR_JVM variable
2008-06-03merge of '6c9b3832ef2260eb1b3a74e74b1d73166ab79d89'OpenEmbedded Project2
and 'f275c97e2c93f0e846205b213e997b28ed0b148e'
2008-06-03src_distribute.bbclass: merge Poky version which handle all licensesMarcin Juszkiewicz1
2008-05-31classes/kernen.bbclass: Fix INITRAMFS logic to stop breaking builds for ↵Richard Purdie1
people not using it
2008-05-30kernel.bbclass: get initramfs stuff workingThomas Kunze1
To use this you have to INITRAMFS_IMAGE to the desired image. In addition the you must have cpio.gz in IMAGE_FSTYPES (at least for that image see packages/images/initramfs-kexec-image.bb for an example)
2008-05-28linux-rt: Update with latest linux-rt developments.Leon Woestenberg1
2008-05-26merge of '7dac65b6187ea9281e5a7ff6b68e832c04a92af8'OpenEmbedded Project1
and '9dce9395fcd011a1d238dcb5a559a08d851dc80e'
2008-05-26kernel-arch.bbclass: fix map_uboot_arch for x86Jeremy Laine1