Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
2008-10-07 | merge of 'd94f0c673a273066ff54e6843a2b270742cbb1dd' | Robert Schuster | 1 | |
and 'e2ebba6df8e583819b643aeb9f262e9f7803837d' | ||||
2008-10-07 | java.bbclass: Fixed oe_makeclasspath classpath generation. | Robert Schuster | 1 | |
2008-10-07 | cpan* bbclass: fix for staging layout changes | Koen Kooi | 4 | |
sdk bblcass: ditto, this time the fix is from poky | ||||
2008-10-06 | package bbclass: add an 'allow_links' param to get symlinks packaged, ↵ | Koen Kooi | 1 | |
usefull for splitting out libraries | ||||
2008-10-04 | insane.bbclass: let sh4 arch play with uclibc | Henning Heinold | 1 | |
2008-10-04 | distutils-base: export STAGING_INCDIR and STAGING_LIBDIR here | Michael Lauer | 1 | |
2008-10-03 | Split staging by base package arch (armv7a, ppc603e, etc) | Koen Kooi | 1 | |
* 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-02 | java.bbclass: Error out if classpath entry cannot be found. | Robert Schuster | 1 | |
2008-10-02 | distutils bbclass: sync with poky | Koen Kooi | 1 | |
2008-10-02 | native bbclass: sync with poky | Koen Kooi | 1 | |
2008-10-01 | cross bbclass: sync with poky | Koen Kooi | 1 | |
2008-10-01 | packaged-staging bbclass: make relinking work | Koen Kooi | 1 | |
2008-10-01 | qmake2 bbclass: pass RCC var | Koen Kooi | 1 | |
2008-09-26 | kernel.bbclass: prepare for 2.6.27 style external firmware | Koen Kooi | 1 | |
* see http://lwn.net/Articles/284932/ * does *NOT* have dependency code, RRECOMMENDS for firmwares need to be added manually | ||||
2008-09-25 | xfce: remove pkgconfig hacks and switch to autotools.bbclass, tweak packaging | Koen Kooi | 1 | |
2008-09-23 | pkgconfig.bbclass: do not mess with .pc dirs from quilt | Henning Heinold | 1 | |
* add -type f to find command so we do not try to sed .pc dir from quilt | ||||
2008-09-23 | pkgconfig.bbclass: unbreak stuff | Henning Heinold | 1 | |
* 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-22 | pkgconfig.bbclass: fix some bugs and add enhancement | Henning Heinold | 1 | |
* 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-22 | oestats-client.bbclass: add support for QA logs (see bug #4345) | Jeremy Laine | 1 | |
2008-09-19 | enlightenment: PV went backwards *again* so bump PE *again* | Koen Kooi | 1 | |
* I know people don't care about QA, but having PV go backwards twice? Come on! | ||||
2008-09-17 | package.bbclass: apply patch from Tom Rini to avoid RDEPENDS on nonexistent ↵ | Phil Blundell | 1 | |
empty packages | ||||
2008-09-13 | e17: remove e-utils and examine, simplify other recipes | Michael Lauer | 1 | |
2008-09-09 | binconfig: fix small bug found by Julian Chu from openmoko | Henning Heinold | 1 | |
2008-09-07 | package.bbclass: add PACKAGE_SNAP_LIB_SYMLINKS | Phil Blundell | 1 | |
2008-09-03 | cmake bbclass: allow extra argument via EXTRA_OECMAKE | Koen Kooi | 1 | |
2008-09-02 | fennec: add skeletor to build fennec, the mobile browser from mozilla | Koen Kooi | 1 | |
mozilla.bbclass: fixup do_configure | ||||
2008-08-31 | gtk-doc bbclass: merge from poky | Koen Kooi | 1 | |
2008-08-27 | merge of '4dc83fb2fe7f6a2d1912363f0f5d575ef277a6b7' | Robert Schuster | 4 | |
and '6db51d8148c7ab6620fa15c71ccbfc4ec1db4fc0' | ||||
2008-08-27 | scratcbox-compat.bbclass: New bbclass. | Robert Schuster | 1 | |
2008-08-25 | icecc: include glibc into blacklist because we don't have a full cross | John Lee | 1 | |
compiler while building glibc from scratch. | ||||
2008-08-24 | Enlightenment Foundation Libraries MONSTER update courtesy Rasterman | Michael Lauer | 2 | |
(mostly motivated by E switching their SCM) | ||||
2008-08-21 | package.bbclass: add per-package staging hooks | Phil Blundell | 1 | |
2008-08-13 | kernel.bbclass: make aes-generic module provide aes | Thomas Kunze | 1 | |
* the kernel guys renamed the aes module wifi with wpa should work again | ||||
2008-08-12 | kernel.bbclass: fix typo in do_sizecheck() | Thomas Kunze | 1 | |
2008-08-09 | distutils.bbclass: allow specifying arguments to the build command | Michael Lauer | 1 | |
2008-08-08 | autotools.bbclass: check if pkgconfig dir exists before trying to copy out ↵ | Koen Kooi | 1 | |
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-06 | cpan.bbclass : more generic solution to perl module build problems | Graeme Gregory | 1 | |
2008-08-06 | gnome.bbclass: use AUTOTOOLS_STAGE_PKGCONFIG = "1" | Koen Kooi | 1 | |
2008-08-05 | oestats-client.bbclass: display information URL for failed builds/tasks ↵ | Jeremy Laine | 1 | |
(Closes: #4475) | ||||
2008-08-03 | kernel.bbclass: use KERNEL_OUTPUT where possible | Tom Rini | 1 | |
2008-07-29 | make sure update-rc is always executed in an offline postinst (from poky r4976) | Michael Lauer | 1 | |
(Note: This fixes (among other things) dbus not being started on first boot) | ||||
2008-07-27 | kernel.bbclass: -change initramfs-logic | Thomas Kunze | 1 | |
-add parameter to do_sizecheck do make it optional | ||||
2008-07-25 | icecc.bbclass: make it work again. | John Lee | 1 | |
* compiled from scratch cooking fso-image successfully so I can say it works for me (tm). * must bitbake icecc-create-env first. | ||||
2008-07-24 | merge of 'd2f1a9f3ef64d23cec1e794848e1bb2ac1a92e63' | Thomas Kunze | 1 | |
and 'ed4e5b420b127a2a4f722c324c8c61ee00caf977' | ||||
2008-07-24 | packed-staging.bblcass: change DEPLOY_DIR_PSTAGE from "=" to "?=" to be able | Thomas Kunze | 1 | |
to override it in local.conf | ||||
2008-07-23 | qmake.bbclass: export qmakespec so we can use do_configure_prepend | Koen Kooi | 1 | |
2008-07-19 | conf/bitbake.conf: Merge in multimachine making it the standard layout as ↵ | Richard Purdie | 4 | |
discussed on the mailing list. Anyone wanting the previous layout can INHERIT the new singlemachine class | ||||
2008-07-15 | qtopia4core bbclass: set QT_DIR_NAME | Koen Kooi | 1 | |
2008-06-27 | image.bbclass: Make sure DEPLOY_DIR_IMAGE exists before running image ↵ | Marcin Juszkiewicz | 1 | |
generation (from Poky) | ||||
2008-06-27 | cmake.bbclass: use cross-compilation support with 2.6.0 (from Poky) | Marcin Juszkiewicz | 1 | |