aboutsummaryrefslogtreecommitdiffstats
path: root/classes
AgeCommit message (Collapse)Author
2009-02-10module-base: Fix the test on KERNEL_OBJECT_SUFFIXTom Rini
We were saying if we're newer than 2.6.0, use ".o" and otherwise use ".ko", which is backwards.
2009-02-07autotools_stage.bbclass: merge from pokyKoen Kooi
2009-02-04insane.bbclass: Fix MIPS and GNU_HASH check.Tom Rini
MIPS doesn't do GNU_HASH so if objdump tells us "[mips32]" or "[mips64]" then set sane = True
2009-02-04sanity.bbclass: make a warning about dash being used as /bin/sh (from Poky)Marcin Juszkiewicz
gtk+ fails with dash
2009-02-03base.bbclass: only error out on missing checksums when OE_STRICT_CHECKSUMS ↵Koen Kooi
is set * we want to error out on non-matching sums, missing ones are less bad * People can now set OE_STRICT_CHECKSUMS = "" in local.conf to make a missing checksum a warning, but checksum errors are still fatal, as it should
2009-02-03dietlibc: introduce dietlibc to openembeddedwoglinde
2009-01-30rootfs_deb.bbclass : fix merge problems where I removed ${libdir}Graeme Gregory
2009-01-30package_deb.bbclass, rootfs_deb.bbclass : merge in poky changes to these ↵Graeme Gregory
classes that make sure correct files end up on rootfs
2009-01-30kernel.bbclass: move initramfs stuff to configure so we can do ↵Koen Kooi
postprocessing on it with do_configure_append
2009-01-28Merge branch 'org.openembedded.dev' into trini/canadian-final-mergeTom Rini
2009-01-28package_ipk.bbclass: Add and use IPKGCONF_CANSDK.Tom Rini
This is analogous to IPKGCONF_{TARGET,SDK}
2009-01-27Merge trini/canadian-merge branch into org.openembedded.dev, fixup aTom Rini
conflict on checksums.ini
2009-01-27module.bbclass: add common make options to module_do_install()Cliff Brake
the problem was that KERNELDIR was not getting passed to "make install", so the host kernel src dir got used, and the wrong kernel version was then extracted.
2009-01-25kernel.bbclass: Remove some repetition in last commit.Tim 'timtim' Ellis
2009-01-25kernel.bbclass: Add missing entry for scsi headers in staging, as needed by ↵Tim 'timtim' Ellis
iscsi-target Signed-off by Koen Kooi <koen@openembedded.org>
2009-01-22sanity.bbclass: Provide preserving the mmap_min_addr setting over reboots ↵Richard Purdie
(from Poky) git-svn-id: https://svn.o-hand.com/repos/poky@5106 311d38ba-8fff-0310-9ca6-ca027cbcb966
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-16SDK: Rename 'SDK_PREFIX' to 'SDK_PATH' so that it has a meaning analogous to ↵Tom Rini
BUILD/TARGET/HOST This isn't a big deal until we introduce the rest of the SDK variables for doing Canadian builds.
2009-01-16canadian sdk: Add classes/canadian{,-cross,-native,-sdk}.bbclassTom Rini
2009-01-16insane.bbclass: Fix thinko in package_qa_check_staged logic for iscrossnativeTom Rini
2009-01-16insane.bbclass: Add handling for canadian classesRichard Purdie
2009-01-16bitbake.conf: Add EXEEXT variables for BUILD/HOST/TARGET so we can start to ↵Richard Purdie
handle other architectures
2009-01-16siteinfo.bbclass: Add cygwin and mingw entriesRichard Purdie
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