aboutsummaryrefslogtreecommitdiffstats
path: root/classes
AgeCommit message (Collapse)Author
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
2008-10-30kernel bbclass: start adding support for >=2.6.27 where headers movedKoen Kooi
* still lack a symlink for mach/, dunno how to do that properly since the information is dynamically generated with makefiles
2008-10-30package bblass: fix ldconfig_postinst_fragment to not return an error if no ↵Koen Kooi
/etc/ld.so.conf is present
2008-10-28insane.bbclass: Detect if someone is not using our LDFLAGSHolger Hans Peter Freyther
We started passing --target-style=gnu/both to the linker. If the buildsystem is not picking up our LDFLAGS it will not have this hash in the binary. E.g. this is true for busybox. Add a check to insane.bbclass to check if we have a GNU_HASH in the elf binary. Make this a non fatal QA option until the majority of packages are fixed.
2008-10-27sanity.bbclass: Add check for duplicate entries in PACKAGE_ARCHSRichard Purdie
2008-10-27packaged-staging.bbclass: Set the extra staging paths to a sane defaultRichard Purdie
If either DISTRO_PR and OELAYOUT_ABI staging packages become superseeded therefore add these to the default extra paths variables although distros are free to override this if they know better.
2008-10-27classes/package*.bbclass: Remove the build_package_revision functionRichard Purdie
Based on experience, this function is going to cause massive code readability issues. We can actually clean up the code more without it so do this instead.
2008-10-27classes/conf: Handle Distro PR change in sanity.bbclassRichard Purdie
This patch: * Moves the ABI variables into a new abi_version.conf (like Poky). * Renames SANITY_ABI to OELAYOUT_ABI since it has uses outside sanity.bbclass and sanity.conf. * Adds checks to sanity.bbclass so the user is notified when DISTRO_PR changes in a similar way to the OELAYOUT_ABI versions.
2008-10-27sourcepkg.bbclass: use DISTRO_PR valueOtavio Salvador
2008-10-27insane.bbclass: import bb to make python happyHolger Hans Peter Freyther
With bitbake -b this broke, import bb to make the python runtime happy.
2008-10-27sanity.bbclass: Work if no TMPDIR was created yetHolger Hans Peter Freyther
2008-10-25package bbclass: only run ldconfig when there's a ld.so.conf presentKoen Kooi
2008-10-24package_ipk.bbclass: add import bb where missingMike Westerhof
(fixes build failure for pointercal, and probably others)
2008-10-23rootfs_deb: use dpkg-scanpackages as our apt-native does not have ↵Marcin Juszkiewicz
apt-ftparchive anymore (from Poky) git-svn-id: https://svn.o-hand.com/repos/poky@4749 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-10-23package bbclass: add missing 'import bb'Koen Kooi
2008-10-22Merge branch 'shared/file-pr-revert' into org.openembedded.devHolger Hans Peter Freyther
Conflicts: packages/busybox/busybox_1.11.3.bb packages/dsplink/codec-engine_2.10.bb packages/gdb/gdb_6.3.bb packages/gdb/gdb_6.4.bb packages/gdb/gdb_6.6.bb packages/gdb/gdb_6.8.bb packages/glibc/glibc_2.2.5.bb packages/glibc/glibc_2.3.2+cvs20040726.bb packages/glibc/glibc_2.3.2.bb packages/glibc/glibc_2.3.3+cvs20041128.bb packages/glibc/glibc_2.3.3+cvs20050221.bb packages/glibc/glibc_2.3.3+cvs20050420.bb packages/glibc/glibc_2.3.3.bb packages/glibc/glibc_2.3.5+cvs20050627.bb packages/glibc/glibc_2.3.6.bb packages/glibc/glibc_2.4.bb packages/glibc/glibc_2.5.bb packages/glibc/glibc_2.6.1.bb packages/glibc/glibc_2.7.bb packages/kexecboot/linux-kexecboot_2.6.26.bb packages/libsdl/libsdl-x11_1.2.11.bb packages/linux/linux-rp_2.6.26.bb packages/mozilla/fennec_hg.bb packages/python/python_2.5.2.bb packages/tasks/task-xfce-base.bb packages/xorg-driver/xf86-video-omapfb_git.bb packages/xorg-xserver/xserver-kdrive_1.4.0.90.bb
2008-10-22base.bbclass: Add BPN- and BP-based search path to FILESPATH.Robert Schuster
2008-10-22java.bbclass: Fixed indentation.Robert Schuster
2008-10-22Added BPN/BP functionality (see #11716)Robert Schuster
base.bbclass: Added base_package_name python function. java-library.bbclass: Removed java_back_package_name function. bitbake.conf: Set BP/BPN and use it in FILESPATH and S
2008-10-22native.bbclass: Run java_stage if JAVA_NATIVE_STAGE_INSTALL is set.Robert Schuster
2008-10-22java-library.bbclass: Remove superfluous quotes from BPN variable.Robert Schuster
2008-10-19autotools: also stage python files in ${prefix}/libPhil Blundell
2008-10-19package.bbclass: don't output postinst for ldconfig if USE_LDCONFIG=0Phil Blundell
2008-10-19binconfig: add terminating slashes to path matching regexpsPhil Blundell
2008-10-18WorkInProgress: Mangle the DISTRO_PR into the package revisionsHolger Hans Peter Freyther
2008-10-18base.bbclass: strip branch name in base_detect_branchOtavio Salvador
2008-10-17rootfs_ipk: add support for BAD_RECOMMENDATIONS andPhil Blundell
ONLINE_PACKAGE_MANAGEMENT configuration settings
2008-10-17XFCE: allow to set a specific release to be used while grabbing the sourceOtavio Salvador
This will be used to avoid duplicated code in many XFCE related recipes. Without that, all recipes that uses a different version then the global XFCE release need to specify the SRC_URI making harder to update and change the mirror to be used globaly.
2008-10-15[base] Autodetect the SCM and add listing of git repositoriesHolger Hans Peter Freyther
2008-10-15[base.bbclass] Make it fatal if no entry in checksums.ini existHolger Hans Peter Freyther
2008-10-15mtn2git: remove .mtn2git_empty files in non-empty directoriesJan Luebbe
2008-10-10merge of '3a46b29cc934022c7df085ba522531c57df6de56'Robert Schuster
and 'b1dff4fe794bb68455321c0742b9a83e38afa5b3'
2008-10-10java-library.bbclass: Introduce BPN as a mean to minimize changes between a ↵Robert Schuster
recipe foo and foo-native.
2008-10-10java.bbclass: Make oe_makeclasspath automatically use staging or staging native.Robert Schuster
2008-10-09merge of '0cc46a3e4be22a50518f2ca80e16fc733b1d9ca0'Koen Kooi
and '300c8b716e9fdd8499a7197f71dbcea5255e3b5a'
2008-10-09gettext.bbclass: revert part of a cset that breaks OE with inifinite loopsKoen Kooi
2008-10-09revert last patch as it leads to a build loop. woglinde, please try again.Michael Lauer
2008-10-08gettext.bbclass: make it simpler to understandHenning Heinold
* set the deps for package which can use NLS stuff * filter the deps out if NLS is not requested
2008-10-07merge of 'd3c8a06d1d4f7abaf8f97964d82c9c0811415c68'Robert Schuster
and 'e4568544a8390f2371814f5e9359920853e5b0b1'
2008-10-07java.bbclass: Make oe_makeclasspath behavior more sane.Robert Schuster
* return oe_makeclasspath result in variable * check for file existence only when -s is given
2008-10-07merge of '6347af950ec1a0ff98214a570984c55df668fad7'Robert Schuster
and 'aa5ca25b387398015df6ff4983a31df9f74a3dff'
2008-10-07base.bbclass: Use 'unzip' for *.jar files as well.Robert Schuster