aboutsummaryrefslogtreecommitdiffstats
path: root/classes
AgeCommit message (Collapse)Author
2007-01-06base.bbclass: make showing display revision work with the mtn 0.30 workspace ↵Marcin Juszkiewicz
format (from .dev) applied changes from a0629352152e47a18449beec57ef52289d116470 through 98967f30d170009882b65d09d686fc199579b15f
2007-01-06base.bbclass: handle tar.Z archives - close #1433 (from .dev)Marcin Juszkiewicz
applied changes from de17215ca0ec2c4f638399b95baf36a6e60b7bd4 through af3514ac399dfad05cfb417dadad1316f57a1f3c
2006-12-29multimachine.bbclass: added from .devMarcin Juszkiewicz
2006-12-29debian.bbclass: add support for disabling autorenaming (needed for tslib) - ↵Marcin Juszkiewicz
from .dev
2006-12-13copied the tinderclient.bbclass from .dev to oz354xHolger Freyther
2006-11-17efl.bbclass: add includedir to -dev packageJustin Patrin
2006-09-15base.bbclass: added some stuff from .dev:Marcin Juszkiewicz
- rebuild task - checking for message to not show empty NOTE: - COMPATIBLE_MACHINE checking Also removed oesources.org.
2006-09-01machines/rootfs_ipk.bbclass: switched to IPKG_EXTRA_ARCHS like it is done in ↵Marcin Juszkiewicz
.dev
2006-08-23rootfs_ipk/packages-index: fix problem when Packages file does not existMarcin Juszkiewicz
2006-08-22rootfs_ipk.bbclass, package-index: With the fixed ipkg-utils there is no ↵Marcin Juszkiewicz
need to remove the old Packages file when regenerating the Packages index. This gives a big speed improvement when regenerating images as it doesn't have to open every ipk for its metadata. (from poky) from .dev
2006-08-08{module-init-tools,modutils}-cross, kernel.bbclass: stage depmod-2.{4,6} ↵Marcin Juszkiewicz
instead of depmod - close #524
2006-08-07rootfs_ipk.bbclass: changed naming of locale feeds from 'locale{en}' to ↵Marcin Juszkiewicz
'locale-en'
2006-07-23pluck r2e86ad9f702085cdc43db32345744bae3a2268eb from .devOpenEmbedded Project
applied changes from 580919464ad15e7c6f626f4777c1683ad8651be3 through 2e86ad9f702085cdc43db32345744bae3a2268eb
2006-07-07rootfs_ipk.bbclass: show which packages are lacking - may require GNU grepMarcin Juszkiewicz
before: | Collected errors: | ERROR: Cannot satisfy the following dependencies for gpe-task-base: | + '[' -f /home/hrw/devel/build/3541/tmp/rootfs/usr/lib/ipkg/info/libgpg-error0.postinst ']' after: | Collected errors: | ERROR: Cannot satisfy the following dependencies for gpe-task-base: | gpe-session-scripts | --
2006-07-04oz-bootsplash: renamed c7x0 fileMarcin Juszkiewicz
2006-06-26base.bbclass: Revert base.bbclass to its previous version, fixing tslib (and ↵Matthias Hentges
probably many more) builds, closing bug #1122
2006-06-19pmount: updated to 0.9.11Marcin Juszkiewicz
2006-06-19sdl.bbclass: use proper image file as iconMarcin Juszkiewicz
2006-06-17sdl.bbclass: version from .dev make generic + opie packagesMarcin Juszkiewicz
2006-06-12base.bbclass: added gnutls mirrors and EWI as mirror before oesourcesMarcin Juszkiewicz
2006-05-15sanity.bbclass: taken from .dev, used by OZ 3.5.4.1 config to limit bitbake ↵Marcin Juszkiewicz
to 1.4.2+
2006-05-11efl, e17: sync with .dev rev 34a4cccc8cdb74f4173031879341a1dcedfc7e31Justin Patrin
2006-05-08base.bbclass: add DISTRO_VERSION into summary, take from .devKoen Kooi
2006-05-08qt3x11/qt4x11.bbclass: make them DEPEND on qt(3|4)-x11-free - taken from .devMarcin Juszkiewicz
2006-05-05glibc, package.bbclass: generate old-style binary locales at build time ↵Marcin Juszkiewicz
using qemu. based on a patch originally written by Phil Blundell. fixes hh.org Bug #1385 (localedef OOM issue). fixes OE Bug #229 - running localedef (in qemu...) for every locale takes a while. ENABLE_BINARY_LOCALE_GENERATION = "1" enable it
2006-05-05base.bbclass: fix .la file fixup rule in oe_libinstallMarcin Juszkiewicz
- attach 'g' to the s/// sed rule to fix up multiple references to yet unstaged .la files
2006-05-04base.bbclass: Fix from .dev to remove warnings about missing kernel version ↵Richard Purdie
files
2006-05-03libgpepimc: added 0.6Marcin Juszkiewicz
2006-05-01tinderclient.bbclass: update to latest .dev versionMarcin Juszkiewicz
2006-04-24rootfs_ipk.bbclass: use tmp/lists for keeping ipkg packages lists and remove ↵Marcin Juszkiewicz
them after package install
2006-04-24kernel.bbclass: added workaround for missing module dependency: ↵Marcin Juszkiewicz
kernel-module-ieee80211-crypt += 'kernel-module-arc4' to get WEP working
2006-04-10rootfs_ipk.bbclass: allow to create images from feedsMarcin Juszkiewicz
- variable USE_FEED_FOR_IMAGES = 1/0 control does images are build from: 1: feeds configured in FEED_URIS 0: tmp/deploy/ipk directory code is in bugtracker as #816
2006-04-05base.bbclass: make oe_libinstall fix references to .la files inMarcin Juszkiewicz
taken from .dev: Revision: 655f5a13bd458949813a8bf00c6865edb43cc35b
2006-02-14e: update to dev versions and make the images workJustin Patrin
- All efl and e17 packages are updated to newer versions - Update preferred-e-versions and add it back into familiar and openzaurus conf files - Update e-image to use GPE progs instead of extra e progs which have fallen into disrepair -- GPE progs currently don't work in e-image, I suspect a missing dependency
2006-02-03package.bbclass: take in changes from .dev with minor tweak to avoid depends ↵Koen Kooi
deadlock module-base.bbclass: sync with .dev to avoid errors in patchcleancmd in packages with inherit module-base
2006-02-02gpe.bbclass: sync with .devKoen Kooi
2006-02-01module-base.bbclass: revert last change which did more bad than goodKoen Kooi
2006-01-26module-base.bbclass: fix miscompilation of out of tree kernel modules ↵Koen Kooi
trying to access GPIO registers. Taken from .dev
2005-11-27base.bbclass: merge improvements from .devKoen Kooi
2005-10-11autotools.bbclass: autotools_stage_* improvements from .devKoen Kooi
2005-10-06A patch for efl and e-wm to fix x86_64 host compile errors due to ↵Koen Kooi
"interesting" system headers from .dev
2005-10-06sourcepkg.bbclass fixes - rev f2149c94e80d0d08f2b3437c7ce46dbd3cefe4fe from .devKoen Kooi
2005-09-19GNU cp has a nice -a switch, sadly the BSD tools lack itHolger Freyther
update our descriptions to work with any version of cp. Patches that include cp -a are not changed. They seem to work and I'm too scared busybox cp is more like GNU cp than BSD cp. (e.g do not know about P)
2005-09-12qtx11 classes: DEPEND += qt{3|4}-x11Michael Lauer
2005-09-07classes/package_ipk.bbclass: put HOMEPAGE into the Homepage: control field Koen Kooi
2005-09-05classes/base: show BitBake version and Monotone Revision (if working on a ↵Michael Lauer
valid MT repository) in OE Build Configuration
2005-08-29pkgconfig.bbclass: Fix bug causing failure.Florian Boor
2005-08-28pkgconfig.bbclass: don't install *-uninstalled.pc files into the staging areaPhilipp Zabel
2005-08-25efl.bbclass: move libfoo.la and libfoo.a into ${PN}-devMichael Lauer
2005-08-24makes the kernel-module-af-packet package add "alias net-pf-17 af_packet" toPhilipp Zabel
/etc/modules.conf (fixes #233).