summaryrefslogtreecommitdiff
path: root/classes
AgeCommit message (Expand)AuthorFiles
2008-03-10sepukku bbclass: change 'bugname' far so bugreports get grouped by PN-PV inst...Koen Kooi1
2008-03-10package_ipk/deb.bbclass: Make the PACKAGES check earlier so if there is nothi...Richard Purdie2
2008-03-10Qt: The suffix for the staging libdir was omitted, remove it from the libsHolger Freyther2
2008-03-06packaged-staging.bbclass: Set MULTMACH_ARCH if its not been set so we don't d...Richard Purdie1
2008-03-05sdk.bbclass: Revert recent changes for nowRichard Purdie1
2008-03-05autotools.bbclass: sdk.bbclass doesn't need libtool-crossRichard Purdie1
2008-03-05native.bbclass: Remove strange bogus inheritRichard Purdie1
2008-03-04packaged-staging.bbclass: Only need to run after do_package_write, no need to...Richard Purdie1
2008-03-04base.bbclass: Only set BB_DEFAULT_TASK if it wasn't set alreadyRichard Purdie1
2008-03-04Change staging layout to match the target system layout. WARNING - staging AB...Richard Purdie4
2008-03-03testlab bbclass: add class that dumps a bunch of statistical data from your i...Koen Kooi1
2008-03-01base.bbclass: Add .tbz2 besides .tbz and .tar.bz2Leon Woestenberg1
2008-02-28package_deb.bbclass: Update apt.conf location (from poky)Richard Purdie1
2008-02-28rootfs_deb.bbclass: Fix apt.conf handling (from poky)Richard Purdie1
2008-02-28distutils.bbclass: Tweak staging variablesRichard Purdie1
2008-02-28classes: Improve various staging variable referencesRichard Purdie4
2008-02-28mono.bclass: Fix the location used for mono clilibs information to be host sp...Richard Purdie1
2008-02-28merge of '81d8dc81a1a7a826e84a23750afa2f81bb4c8787'Richard Purdie1
2008-02-28sip(3).bbclass: Fix do_generate task dependencies (#3765)Richard Purdie2
2008-02-28distutils-base.bbclass: package ${PN}-dev first, so that pkgconfig gets a cha...Michael Lauer1
2008-02-26base.bbclass: Add code to make 'rebuild' continue to work after changes in bi...Richard Purdie1
2008-02-26rm_work.bbclass: Add event handler to take care of removing stamps when tryin...Richard Purdie1
2008-02-26seppuku.bbclass/tinderclient.bbclass: Use exec_func, not exec_task for clean ...Richard Purdie2
2008-02-25merge of '7460b51ee9cc9d17b403416ed3a84895ac86e667'Paul Sokolovsky4
2008-02-24package.bbclass: shlib postinst: Check for ldconfig presence before running it.Paul Sokolovsky1
2008-02-23base.bbclass: Optimise get_subpkgedata_fn() to minimise expand callsRichard Purdie1
2008-02-23base.bbclass: Cleanups possible with recent improvements in bitbake syntaxRichard Purdie1
2008-02-23sanity.bbclass: Cope with empty abi files generated by previous issuesRichard Purdie1
2008-02-23sanity: Move variable declarations to sanity.conf to workaround problems with...Richard Purdie1
2008-02-21merge of '135f1243bae7b8d2761f12a5ee4792c0fdd61cd7'OpenEmbedded Project1
2008-02-21kernel.bbclass: Fis typo in do_builtin_initramfs.Paul Sokolovsky1
2008-02-21merge of '74b3b0723f0fb27c013a0a8ddda58f6db2d0a7e6'Paul Sokolovsky1
2008-02-21kernel-arch.bbclass: Fix obvious typo supposedly causing issues with x86_64.Paul Sokolovsky1
2008-02-21fix mirror handling for openmoko, oplinux and nylon. Closes 3585.Rolf Leggewie2
2008-02-21sanity.bbclass: Remove some now unneeded codeRichard Purdie1
2008-02-21sanity.bbclass: Add ABI version number and checks so we can warn users when t...Richard Purdie1
2008-02-20export SDL_CONFIG for those sdl programs who are not yet using pkgconfig. clo...Michael Lauer1
2008-02-19base.bbclass: Drop now unused bbdepcmd flagRichard Purdie1
2008-02-19package.bbclass: Correct SHLIBSDIR to use HOST_SYS, not TARGET_SYS. For most ...Richard Purdie1
2008-02-19package.bbclass: Add various depchains improvements/fixes from poky. This who...Richard Purdie1
2008-02-19package.bbclass: Add SHLIBSDIR variable and replace hardcoded paths with it. ...Richard Purdie1
2008-02-19package_rpm/tar.bbclass: Don't clobber task depends, append to it. Also make ...Richard Purdie2
2008-02-19package_ipkg.bbclass: Remove uneeded line, the anonymous python function sets...Richard Purdie1
2008-02-19package_deb.bbclass: Tweaks from poky - use PKGDEST, don't clobber any existi...Richard Purdie1
2008-02-19packaged-staging.bbclass: Remove older version and replace with improved versionRichard Purdie2
2008-02-19package_ipk.bbclass/package_deb.bbclass: Use bitbake locking functionsRichard Purdie2
2008-02-19package.bbclass: Drop unneeded copyfile function since we can use the version...Richard Purdie1
2008-02-19classes/kernel.bbclass: fix staging for x86 on kernels >= 2.6.24Jeremy Laine1
2008-02-17classes/kernel.bbclass: Remove usage of non-standard variables (DEPLOY_TO) an...Richard Purdie1
2008-02-16image.bbclass: Innocent typo fix.Leon Woestenberg1