aboutsummaryrefslogtreecommitdiffstats
path: root/classes
AgeCommit message (Collapse)Author
2009-01-20lsppc: Remove foonas classes lsppchg-image and lsppchd-imageTim 'timtim' Ellis
2009-01-20image.bbclass: resize images (ext2/ext3) only if they are bigger then ↵Denys Dmytriyenko
IMAGE_ROOTFS_SIZE
2009-01-20Auto resizing ext2/ext3 images (from Poky)Marcin Juszkiewicz
During my work for OpenedHand I wrote one usefull thing which we used for ext2/ext3 images - autosizing. In few words: it checks how big rootfs is, adds IMAGE_EXTRA_SPACE amount of kilobytes to it and gives that size to genext2fs.
2009-01-19package.bbclass: skip symlinks when generating shlib info in package_do_shlibs()Denys Dmytriyenko
2009-01-18gnome.bbclass: inherit gtk-icon-cacheKoen Kooi
2009-01-17n2100-image.bbclass: Fix usage of tail so image post worksTim 'timtim' Ellis
2009-01-16Merge branch 'rpurdie/canadian-sofar' into org.openembedded.devTom Rini
2009-01-17distutils.bbclass: only remove if existingMichael 'Mickey' Lauer
2009-01-17distutils.bbclass: bandaid against wrong datadir installationMichael 'Mickey' Lauer
bump affected python recipes
2009-01-15base.bbclass: Add subdir feature to SRC_URI entries.Robert Schuster
2009-01-15{e,efl}.bbclass: we want all the speed we can get out of it *and* it SIGILLs ↵Koen Kooi
with thumb, so: ARM_INSTRUCTION_SET = "arm"
2009-01-13package_tar.bbclass: fix traceback for empty packageMichael 'Mickey' Lauer
2009-01-12kernel.bbclass: do not use insecure tmpnam() function for generating unique ↵Marcin Juszkiewicz
names
2009-01-12autotools.bbclass: adding do_install_append() to autotools.bbclassjohn_lee/openmoko-toolchainJulian_chu
This function is used to correct .la files. Many bb files use their own do_install so just adding this into the original autoclass_do_install won't work. This ensures the .la files contain correct path.
2009-01-10insane.bbclass: Fix thinko in package_qa_check_staged logic for iscrossnativeTom Rini
2009-01-09insane.bbclass: Add handling for canadian classesRichard Purdie
2009-01-09bitbake.conf: Add EXEEXT variables for BUILD/HOST/TARGET so we can start to ↵Richard Purdie
handle other architectures
2009-01-09siteinfo.bbclass: Add cygwin and mingw entriesRichard Purdie
2009-01-06module.bbclass: pass KERNELDIR as wellKoen Kooi
2008-12-23e.bbclass: run make distclean in ${S}, not after to fetch where it will ↵Koen Kooi
invoke a makefile in $PWD * if you use makefiles to control OE which has a distclean target you would end up loosing your build when it hits an e package * Spotted by Leon Woestenberg
2008-12-22update-rc.d.bbclass: honor $D as well in updatercd_postrmJohn Lee
Without this, postrm script will try to remove service on the host system in a toolchain environment. Patch created by Christopher Hall <hsw@openmoko.com>
2008-12-17dsmg600-image.bbclass: Do not override nslu2; makes image additive.Mike Westerhof
2008-12-12dsmg600-image.bbclass: use correct kernel file when assembling the bin imageMike Westerhof
2008-12-10sourcepkg bbclass: sync with poky and attemp to make it work with parallel ↵Koen Kooi
bitbake
2008-12-10Python 2.6: here we are. WIP :)Michael 'Mickey' Lauer
2008-12-09Fix compilation of Openembedded on ppc64Michael Buesch
This adds ppc64-linux to the siteinfo list. Signed-off-by: Michael Buesch <mb@bu3sch.de>
2008-12-05mime.bbclass: fix confusing bb.noteKoen Kooi
2008-12-04mime.bcclass: automagically add RDEPENDS on package containing ↵Koen Kooi
freedesktop-mime-info when detecting the need for it
2008-12-04mime.bbclass: inform user that u-m-d will take a whileKoen Kooi
2008-12-04mime bbclass: RDEPEND on share-mime-info since we want to run its utilsKoen Kooi
2008-12-04mime.bbclass: check whether update-mime-database is executable before trying ↵Koen Kooi
to call it and move prerm to postrm
2008-12-01src_distribute.bbclass: Unbork do_distsrcall, fixes the issue seen by Rob Tow.Chris Larson
2008-11-30qmake: add *linux-uclibcgnueabi-oe-g++ to the qmakespecswoglinde
* patch was provided by Andrea Adami <andrea.adami@gmail.com> alias ant * now we can build qt stuff with the arm-uclibc-eabi toolchain * bump PR on qmake-native and qmake2-native
2008-11-26sourcepkg.bbclass: use same deploydir as source-distribute classesKoen Kooi
2008-11-25package_ipk bbclass: add License: to control fileKoen Kooi
2008-11-23kernel.bbclass: stage more headers for the .27 header moveKoen Kooi
2008-11-20base.bbclass: fix a syntax error in one of distclean's exception handlersChris Larson
2008-11-20base.bbclass: Fix up disclean and clean up its exception handlingChris Larson
My python is rusty :)
2008-11-20base.bbclass: Add distclean task to clean a package w/ its fetched sourcesChris Larson
2008-11-20mime.bbclass: new class that detects if an package install a file in ↵Koen Kooi
/usr/share/mime/applications/ and adds the appropriate postinst/prerm magic * the postinst were designed to run off-line as well gnome.bbclass: use mime.bbclass
2008-11-19module.bbclass: also supply KDIR, some projects use that to get to the ↵Koen Kooi
kernel source
2008-11-18insane.bbclass: Optimisation to speed up the package qa phaseHolger Hans Peter Freyther
If you have a package with many data files (like xserver-xorg-print) the overhead of forking and executing scanelf/objdump on these files is way too high. Change the code to open the file and check if it is an elf file. Pass the result to the checking functions. If we do not have an elf file in front of us do not execute scanelf/objdump. This is a speed increase, it still detects GNU hash, the other parts should continue to work as well but needs some verificiation.
2008-11-17rootfs_ipk: avoid matching spurious errorsBernie Innocenti
rootfs_ipk: avoid matching spurious errors
2008-11-16[icecc.bbclass] Add connman into blacklistJulian_chu
Disable icecc to pass compiling
2008-11-15kernel.bbclass: stage more headers for >=2.6.27 kernelsKoen Kooi
2008-11-14autotools.bbclass: allow autotools_do_configure to accept parameters and ↵Denys Dmytriyenko
pass to oe_runconf Signed-off-by: Denys Dmytriyenko <denis@denix.org>
2008-11-11src_distribute: update to reflect current bitbakeDmitry Baryshkov
Since 1.8.8 bitbake stopped providing 'A' variable that src_distribute used. Update src_distribute.bbclass to correctly generate files list w/o using that var. Signed-off-by: Dmitry Baryshkov <dbaryshkov@gmail.com>
2008-11-11perl and cpan.bbclass: Never reference to host instance of perl:Stanislav Brabec
* install MakeMaker files separately for native and target system * PERL_INC, PERL_LIB and PERL_ARCHLIB changes through environment * for more see http://lists.linuxtogo.org/pipermail/openembedded-devel/2008-November/006815.html
2008-11-03base.bbclass: use 'git log' & 'git branch', not git-log & git-branch.Chris Larson
2008-11-03replace remaining DEBPV variables with EXTENDPVOtavio Salvador