summaryrefslogtreecommitdiff
path: root/classes
AgeCommit message (Collapse)AuthorFiles
2008-03-14package.bbclass: Add in hooks for packaged staging in the shlibs and ↵Richard Purdie1
pkgconfig code.
2008-03-14siteinfo bbclass: remove avr32/glibc entries - there never will be avr32 ↵Koen Kooi1
support in glibc
2008-03-11package_deb.bbclass: Remove some unneeded linesRichard Purdie1
2008-03-11rm_work: Use the completion bitbake scheduler by defaultRichard Purdie1
2008-03-11siteinfo.bbclass: Add common-linux fileRichard Purdie1
2008-03-10sepukku bbclass: change 'bugname' far so bugreports get grouped by PN-PV ↵Koen Kooi1
instead of PN-PV-PR-task * mentions failed task now in bug comment
2008-03-10package_ipk/deb.bbclass: Make the PACKAGES check earlier so if there is ↵Richard Purdie2
nothing to package we don't read potentially stale pkgdata from staging. Fixes the strange ncurses-native issue after ncurses packaging was fixed
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 ↵Richard Purdie1
depend on multimachine.bbclass
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 ↵Richard Purdie1
to list package types.
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 ↵Richard Purdie4
ABI change. This update completes the conversion of OE.dev to use sysroot and have a staging layout that matches the target system. This means we no longer need to mangle pkgconfig files and can use its sysroot option instead. Users of old toolchains (gcc prior to 3.4 and external ones) may need to add cross-linkage and staging-linkage to their toolchain dependencies. Since this update changes staging layout and the contents of the .pc files it updates the staging ABI and people will need to rebuild.
2008-03-03testlab bbclass: add class that dumps a bunch of statistical data from your ↵Koen Kooi1
images, usefull for people doing regression testing details at: * http://dominion.thruhere.net/koen/cms/the-testlab-strikes-again * http://dominion.thruhere.net/koen/cms/package-relations-inside-images
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 ↵Richard Purdie1
specific otherwise this will break when multiple arch builds are made. shlibs was fixed in a similar way. Note that mono apps will need to be rebuilt after this change
2008-02-28merge of '81d8dc81a1a7a826e84a23750afa2f81bb4c8787'Richard Purdie1
and 'f3ce42d6e8e15e51ce97fef93a3948da8fedc3ad'
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 ↵Michael Lauer1
chance to land there
2008-02-26base.bbclass: Add code to make 'rebuild' continue to work after changes in ↵Richard Purdie1
bitbake. Bitbake 1.8.10 users should be unaffected, bitbake 1.8.11 users will need the latest svn stable branch bitbake. Only the rebuild task is affected by the changes
2008-02-26rm_work.bbclass: Add event handler to take care of removing stamps when ↵Richard Purdie1
trying to rebuild packages after sources have been removed. Needs bitbake 1.8 svn to have any effect.
2008-02-26seppuku.bbclass/tinderclient.bbclass: Use exec_func, not exec_task for clean ↵Richard Purdie2
function
2008-02-25merge of '7460b51ee9cc9d17b403416ed3a84895ac86e667'Paul Sokolovsky4
and 'cad8e5a9c094705cd6895a456eac5da6d41967bb'
2008-02-24package.bbclass: shlib postinst: Check for ldconfig presence before running it.Paul Sokolovsky1
* This helps uclibc systems where ldconfig is optional, in particular 3rd-party systems like OpenWRT. * Per RFC on the list.
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 ↵Richard Purdie1
with bitbake 1.8.10
2008-02-21merge of '135f1243bae7b8d2761f12a5ee4792c0fdd61cd7'OpenEmbedded Project1
and '4eb5b005a1da43a766a4d6f77af48d3ba0a994a4'
2008-02-21kernel.bbclass: Fis typo in do_builtin_initramfs.Paul Sokolovsky1
2008-02-21merge of '74b3b0723f0fb27c013a0a8ddda58f6db2d0a7e6'Paul Sokolovsky1
and 'a069edff67190dd075da435413c61a82531a2e2e'
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
* patch from 3585 is now fully applied
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 ↵Richard Purdie1
the 'abi' of TMPDIR changes. Add checks for qemu in various scenarios from poky. Add check TMPDIR hasn't moved from poky. Remove now unneeded bitbake version check.
2008-02-20export SDL_CONFIG for those sdl programs who are not yet using pkgconfig. ↵Michael Lauer1
closes #500
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
packages this doesn't change much but for cross/sdk/native packages the distinction is important (from poky)
2008-02-19package.bbclass: Add various depchains improvements/fixes from poky. This ↵Richard Purdie1
whole functionality ideally needs rewriting but this fixes various important issues with SDK generation
2008-02-19package.bbclass: Add SHLIBSDIR variable and replace hardcoded paths with it. ↵Richard Purdie1
Also replace long since unused old_shlibs_dir (from poky)
2008-02-19package_rpm/tar.bbclass: Don't clobber task depends, append to it. Also make ↵Richard Purdie2
tar packaging slightly less verbose (from poky)
2008-02-19package_ipkg.bbclass: Remove uneeded line, the anonymous python function ↵Richard Purdie1
sets this only in the case its needed (PACKAGES isnt empty)
2008-02-19package_deb.bbclass: Tweaks from poky - use PKGDEST, don't clobber any ↵Richard Purdie1
existing do_package_write_deb depends and only set when PACKAGES isn't empty
2008-02-19packaged-staging.bbclass: Remove older version and replace with improved versionRichard Purdie2