aboutsummaryrefslogtreecommitdiffstats
path: root/meta/classes/package.bbclass
AgeCommit message (Expand)Author
2013-02-01package.bbclass: Split out package_fixsymlinks functionRichard Purdie
2013-02-01package.bbclass: Move PKG handling code to emit_pkgdataRichard Purdie
2013-02-01package.bbclass: Avoid copying the datastore for FILES handlingRichard Purdie
2013-02-01package.bbclass: Check FILES once, not once per loop iterationRichard Purdie
2013-02-01package.bbclass: Add a shortcut exit from the mkdir functionRichard Purdie
2013-02-01package.bbclass: Improve kernel module handlingRichard Purdie
2013-02-01package: Rename splitfile functions to something more descriptiveRichard Purdie
2013-01-28package.bbclass: remove RRECOMMENDS on base packages for locale packagesAndreas Müller
2013-01-25Split do_packagedata task from do_packageRichard Purdie
2013-01-25prserv: change PRSERV_HOST semanticsConstantin Musca
2013-01-21package.bbclass: drop unnecessary and broken packages.remove()Christopher Larson
2013-01-20package.bbclass: Fix shlibs cross package-arch contaminationRichard Purdie
2013-01-20package.bbclass: replace AUTOINC directly in PKGVEnrico Scholz
2013-01-07package.bbclass: Skip testing "packages" a second time.Robert P. J. Day
2013-01-04package.bbclass: don't prepend MLPREFIX to LOCALEBASEPNConstantin Musca
2012-12-31multilib: fix allarch/kernel/module-base multilib issuesConstantin Musca
2012-12-11package.bbclass: prepend MLPREFIX to LOCALEBASEPNConstantin Musca
2012-12-11package.bbclass: make do_split_packages handle non-existent root directoriesRoss Burton
2012-12-06prs: use the PRServer to replace the BB_URI_LOCALCOUNT functionalityConstantin Musca
2012-11-21package.bbclass: Adapt debugsrc code to workdir layout changesRichard Purdie
2012-10-23package: Hardlink debug source to improve performanceRichard Purdie
2012-10-22package.bbclass: Exclude the PKGTRIPLETS variableRichard Purdie
2012-10-22package.bbclass: Switch shlibs to pkgdata directory and make package non-mach...Richard Purdie
2012-10-17package: Recommend virtual-locale-*, don't depend on itRichard Purdie
2012-10-03package.bbclass: Fix regression in -dbg packages introduced by explode_dep_ve...Richard Purdie
2012-10-02classes: Update to use corrected bb.utils.explode_dep_versions2 APIRichard Purdie
2012-09-03Rename task to packagegroupPaul Eggleton
2012-09-02package.bbclass: fix stripping for kernel modulesTomas Frydrych
2012-08-22classes/package: document do_packages_split argumentsPaul Eggleton
2012-08-21meta/classes: Various python whitespace fixesRichard Purdie
2012-08-17package.bbclass: change RPATHs for cross-canadian binariesLaurentiu Palcu
2012-08-06classes/package: don't make locale pkgs depend on PN pkg if not in PACKAGESPaul Eggleton
2012-08-02package.bbclass: change RPATHs for nativesdk packagesLaurentiu Palcu
2012-07-31package.bbclass: fix TypeError in runstripMartin Jansa
2012-07-29classes/package: ensure pkgdata is cleaned out firstPaul Eggleton
2012-07-27package.bbclass/eglibc-locale: Ensure the correct PN is used for locale packagesRichard Purdie
2012-07-27classes/package: reduce dbg package dependenciesPaul Eggleton
2012-07-26classes/package: do not add self-dependencies to dev/dbg packagesPaul Eggleton
2012-07-26package.bbclass: Create symlinks for packages with different packaged nameAndrei Gherzan
2012-07-19Remove a number of unneeded import os/bb callsRichard Purdie
2012-07-19Convert tab indentation in python functions into four-spaceRichard Purdie
2012-07-16package.bbclass: Allow overriding of debugedit starting pathPeter Seebach
2012-07-16package install failure on systems without /sbin/ldconfigAmy Fong
2012-07-04package.bbclass: enable the use of package_qa_handle_errorSaul Wold
2012-07-03package.bbclass: Allow a package to skip per file dependency generationMark Hatle
2012-07-02package.bbclass: Add missing PKGR, PKGV, PKGE and ALTERNATIVE variables from ...Richard Purdie
2012-05-30package.bbclass: Add warning about FILES containing '//'Richard Purdie
2012-05-30Revert "meta: replace os.popen with subprocess.Popen"Richard Purdie
2012-05-30meta: replace os.popen with subprocess.PopenRobert Yang
2012-05-30meta: replace os.system with subprocess.callRobert Yang