summaryrefslogtreecommitdiffstats
path: root/classes
AgeCommit message (Collapse)Author
2010-01-27base.bbclass: pre-create SRC_URI checksums to include in the recipeDenys Dmytriyenko
Signed-off-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Khem Raj <raj.khem@gmail.com> Acked-by: Frans meulenbroeks <fransmeulenbroeks@gmail.com>
2010-01-27gnome bbclass: change PN to BPN in magic SRC_URI composer to make it work in ↵Koen Kooi
-native and -sdk cases as well
2010-01-26efl.bbclass: ship edje-externals in .dev packageMichael 'Mickey' Lauer
2010-01-26gnome.bbclass : add name=archive to SRC_URI so .bb files can use new checksumsGraeme Gregory
New checksums system needs a name= in the SRC_URI name, so add a default one for gnome.
2010-01-24package_deb.bbclass: make the PACKAGES check earlier so if there is nothing ↵Ricardo Salveti de Araujo
to package we don't read potentially stale pkgdata from staging. This is basically the commit 27b9bc946eeb3faa7b10d92689ab527af42727bd that got lost when merging poky stuff into the repo. The behavior is much like what we already have with package_ipk. Signed-off-by: Ricardo Salveti de Araujo <ricardo.salveti@openbossa.org>
2010-01-24icecc: introduce ICECC_FALLBACK_PARALLELRoman Khimov
icecc-blacklisted packages currently built not only without icecc environment set but also without any parallel options enabled. The original intention was not to kill the build machine, I guess, since having a good icecc cluster it's easy to set '-j16' or '-j32' or whatever else which could do so. However as the toolchain packages are blacklisted for icecc they're becoming a bottleneck in the build process, while they can be built with local-machine parallelism. So, in order to solve it, introducing ICECC_FALLBACK_PARALLEL option. It's simply used as PARALLEL_MAKE for icecc-blacklisted packages.
2010-01-24icecc: remove bb.errors on un-built compilersRoman Khimov
Building things with icecc and BB_NUMBER_THREADS more then 1 you could see a lot of messages: ERROR: no cross compiler built yet? before gcc-cross would be properly built. There is technically nothing wrong, cross compiler is not there yet and it's not needed when bitbake does fetch-unpack-patch and other things to prepare package build. But it makes people uncomfortable. We can safely kill this messages.
2010-01-22recipe_sanity: check RRECOMMENDS/RCONFLICTS and make the message more ↵Chris Larson
comprehensible Signed-off-by: Chris Larson <clarson@mvista.com>
2010-01-22Lets rename conf/amend-recipes.inc to amend.bbclass, for consistencyChris Larson
Signed-off-by: Chris Larson <clarson@mvista.com>
2010-01-22package_dbg: kill the explicit dir listChris Larson
Signed-off-by: Chris Larson <clarson@mvista.com>
2010-01-21kernel.bbclass: fix kernel build, version >= 2.6.33-rc1, arch x86Aleksey Makarov
* Apply the same change as c0a3e91845fad1cdda723bdcf962de8bc01f8a2d for x86 path * A check was missed in the x86 path of the stage method. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-01-20sanity.bbclass: handle lack of permission to read /proc/sys/vm/mmap_min_addrMartin Jansa
* With 2.6.33-rc2-00252-ge9e5521 on my host I noticed that "cat /proc/sys/vm/mmap_min_addr" returns now "cat: /proc/sys/vm/mmap_min_addr: Operation not permitted" Its probably becuse of http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=0e1a6ef2dea88101b056b6d9984f3325c5efced3 But I'm not sure if checking CAP_SYS_RAWIO even for reading this value is intentional or just bug which should be fixed in kernel. This patch makes bitbake ignore reading error. Possible QEmu failure is not handled yet. Acked-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>
2010-01-20qt3e.bbclass: fix paths for stagingMarcin Juszkiewicz
Without that patch uicmoc3-native fails to build.
2010-01-19package_dbg.bbclass: add current incarnation from MVL6Chris Larson
This optional bbclass implements per-subpackage debug packages. Among other things, this makes it much easier to automate creation of debug images (where you have the debug files for all installed packages). Signed-off-by: Chris Larson <clarson@mvista.com>
2010-01-16classes/xfce.bbclass: fix SRC_URIRolf Leggewie
2010-01-14qmake_base.bbclass: Unexport STRIP from the environmentHolger Hans Peter Freyther
The Makefile's generated by Qt are using this variable and the assignment of STRIP = $(OE_QMAKE_STRIP) will be overturned by this export. One option would be to set STRIP = $OE_QMAKE_STRIP in the bb file but this would break striping in package.bbclass. With the unset STRIP we are able to generate proper -dbg packages for Qt and other qmake based utilities.
2010-01-14images: set SPLASH to "" as sane defaultRolf Leggewie
Acked-By: Michael 'Mickey' Lauer <mlauer@vanille-media.de> Acked-by: Koen Kooi <koen@openembedded.org>
2010-01-07qt4x11: Cease out the qt4x11 PROVIDERHolger Hans Peter Freyther
* The LGPL and Commercial edition are actually the same tarball. * If someone sees the need he can take qt qt4-recipes and specify -commercial in the compilation.
2010-01-02Add mips entry for linux-uclibc into package_qa_get_machine_dict of ↵Guo Hongruan
insane.bbclass * Without it the insance check will fail due to key miss exception. Signed-off-by: Guo Hongruan <camelguo@gmail.com>
2009-12-31kernel.bbclass: copy gz, lzo, lzma initramfs cpio images. - since 2.6.30 ↵Andrea Adami
there is choice between gzip and lzma for the initramfs.cpio - in patchwork there are pending patches for lzo compressor, so we add lzo too - patch is only concerning initramfs images
2009-12-24native.bbclass: Modify STAGING_DIR_JAVA when native build is in chosen.Robert Schuster
2009-12-23kernel, linux-kernel-base classes: update for 2.6.33-rc1 and newerMartin Jansa
* include/asm link was killed in http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdiff;h=f7f16b7799ed68654850ab340ef812895aebcf4c * utsrelease.h was moved in http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commitdiff;h=273b281fa22c293963ee3e6eec418f5dda2dbc83 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Acked-by: Khem Raj <raj.khem@gmail.com>
2009-12-16java.bbclass: stage all JAR files outside of ARCH related directoriesMarcin Juszkiewicz
When Java things are build for more then one architecture strange things happen: - first architecture builds fine - next architectures fails to build Thats due to lack of JAR files as they were built as PACKAGE_ARCH="all" but staged as PACKAGE_ARCH="TARGET_ARCH" so BitBake do not build them again but Java classes are unable to find them. Solution is to stage JAR files to non-ARCH directory. I used staging/java for it and build tested with stable/2009 and org.openembedded.dev branches. Signed-off-by: Marcin Juszkiewicz <marcin@buglabs.net>
2009-12-11package, package_ipk: add PKGV, to PV as PKG is to PN.Phil Blundell
2009-12-02cmake.bbclass: style fix for CMAKE_FIND_ROOT_PATHHenning Heinold
* this fixes the uninitalize message in CMakeCache.txt
2009-12-02cmake.bbclass: support for seperate building directoryHenning Heinold
2009-11-29Revert "palmtop.bbclass: fix QA of plugins wrt packaging of -dbg files"Andrea Adami
This reverts commit 38361a2cd9b962daccf5af7c85d54245e3711f9e. Unfortunately the fix need to be done in the specific recipes. Filtering .so at this stage breaks packaging for other plugins.
2009-11-26Fix so package_tar yet again produces tar packages.Kristoffer Ericson
This closes bug 5339. Thx to Pb for fix. Signed-off-by: Kristoffer Ericson
2009-11-26e17: bump SRCREV and start adapting it to new-style stagingKoen Kooi
2009-11-25pkgconfig bbclass: also sed out bogus includesKoen Kooi
RP says: In theory the recipes themselves should be patched to stop this nonesense getting in there in the first place but that is appropriate for pkgconfig.bbclass
2009-11-24chicken: added support for cross compilation with chickenMario Domenech Goulart
Added the chicken-cross recipe and a chicken class for translating architectures to the Chicken nomenclature. Signed-off-by: Mario Domenech Goulart <mario@ossystems.com.br> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2009-11-23kernel.bbclass: force do_deploy call before do_buildMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2009-11-23kernel.bbclass, linux.inc: move do_deploy task after do_packageMartin Jansa
* Move do_deploy after do_package in kernel.bbclass as RP said * Move devicetree_image before do_deploy in linux.inc, because it creates dependency loop if its between after do_package and before do_deploy. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2009-11-23module-strip.bbclass: fix typo, last PKGDEST should be PKGD tooMartin Jansa
2009-11-23package.bbclass/module-strip.bbclass: Various strip fixesRichard Purdie
* Turn striping functionality into functions and call in the appropriate place * Removing various races and ordering issues * Should mean kernel modules are correctly stripped (and stripping can be disabled) * Addresses bug 1182 * kernel module stripping applied to ${PKGD} (the correct place) Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-11-23kernel.bbclass: do_deploy modules.tgz should operating on PKGDRichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-11-23package.bbclass: Make sure PKGD is empty before populating fixing certain ↵Richard Purdie
bugs (from Poky) Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-11-22module_strip.bbclass: look for modules in right directoryMartin Jansa
* After 29c7d3351f43678c6e93b707b301832009f64b31 modules are not in install directory but in package, packages-split * modules*.tgz is created BEFORE this, so it contains non stripped modules * for modules*.tgz with stripped modules see following patch Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2009-11-22palmtop.bbclass: fix QA of plugins wrt packaging of -dbg filesAndrea Adami
Acked-by: Paul Eggleton <bluelightning@bluelightning.org>
2009-11-21tinderclient.bbclass: Less ego...Holger Hans Peter Freyther
2009-11-20glibc-package.bbclass: Add support for precompiled glibc trees (from Poky)Richard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-11-20glibc-package.bbclass: Fix case PN = glibc and corrupts FILES variablesRichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-11-20package bbclass: drop ret = 0 check for bb.copyfile since it will return ↵Koen Kooi
either False or the new mtime * Yes, I have files that claim to be from 19700101 :)
2009-11-20package bbclass: give better diagnostic when bb.copyfile failsKoen Kooi
2009-11-20packaged-staging.bbclass: Add method to disable packaged-staging from recipesRichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-11-20glibc: Separate out core glibc packaging functionality into a class which ↵Richard Purdie
can be reused by external toolchains (from Poky) Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-11-18move menuconfig task from "after do_patch" to "after do_configure";Phil Blundell
patch from Przemyslaw Wesolek <przemyslaw.wesolek@cs.put.poznan.pl>
2009-11-16kernel.bbclass: Revert import os removal for nowRichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-11-16insane.bbclass: Remove hardcoded path PKGDEST issueRichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2009-11-16package.bbclass: Add back import os until further metadata cleanups happenRichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>