aboutsummaryrefslogtreecommitdiffstats
path: root/meta/classes/package.bbclass
AgeCommit message (Expand)Author
2016-08-03package.bbclass: remove unneeded chmod() and chown()rbt/modeRobert Yang
2016-06-15classes/package: save/restore cwd in split_and_strip_filesRoss Burton
2016-06-02classes/lib: Update to explictly create lists where neededRichard Purdie
2016-06-02classes/lib: Update to use python3 command pipeline decodingRichard Purdie
2016-06-01package.bbclass: fix strip and split logicStephano Cetola
2016-04-29package: ensure do_split_packages doesn't return duplicatesRoss Burton
2016-04-14package.bbclass: improve permission handlingDan McGregor
2016-04-13package.bbclass: handle links in sorted orderBill Randle
2016-04-05package: do_split_packages: expand variables in extra_dependsRoss Burton
2016-03-28conf/bitbake.conf package.bbclass: fix dbg package not contain sources while ...Hongxu Jia
2016-03-24package.bbclass: Treat .node files same as .so when checking what to stripBrendan Le Foll
2016-02-28package: check inherit instead of PN to decide if a recipe is a packagegroupRoss Burton
2016-02-04classes/lib: Add expand parameter to getVarFlagRichard Purdie
2016-02-04package.bbclass: Add data expansion to do_split_packages()Richard Purdie
2016-01-13insane/package: Fix cases where QA errors aren't fatalRichard Purdie
2015-12-15package: Add auto package splitting of .debug filesRichard Purdie
2015-11-24bbclass: fix spelling mistakesMaxin B. John
2015-10-24prserv.bbclass: remove it since it is nullRobert Yang
2015-09-21package.bbclass: add summary line to installed-vs-shipped QA checkMartin Jansa
2015-06-23meta: Add explict getVar param for (non) expansionRichard Purdie
2015-05-23package.bbclass: Include missing variables on PACKAGEVARSLeonardo Sandoval
2015-04-30package: Fix license exclusion packaging errorsRichard Purdie
2015-04-29split_and_strip_files: regroup hardlinks to make build deterministicEd Bartosh
2015-04-19classes/package: clarify installed-vs-shipped messagePaul Eggleton
2015-03-24package.bbclass: Add SYSTEMD_SERVICE to list of package specific variablesAndreas Oberritter
2015-02-19packaging: allow globs in CONFFILESChen Qi
2015-01-23package.bbclass: Let PR server update PKGV, not PVMike Looijmans
2015-01-16package.bbclass: Fix support for private libsMartin Jansa
2014-12-21classes/package: move read_shlib_providers() to a common unitPaul Eggleton
2014-12-19package.bbclass: do variable fixups even when FILES was setPeter Seebach
2014-12-03package.bbclass: Create empty key/value if not there for shlib_providerKhem Raj
2014-11-08package/prserv: Merge two similar functions into oneRichard Purdie
2014-10-10package_do_shlibs: Look for provider in the path thats in shlib_provider dict...Khem Raj
2014-10-06package.bbclass: Reverse runtime symlinks should be tied to package generationOtavio Salvador
2014-08-29package: Correct two typos in a commentPeter Kjellerstedt
2014-08-23package: Disable runtime mapping of RPROVIDES/RCONFLICTS/RREPLACESRichard Purdie
2014-08-23package: Don't remap names in packagegroup recipesRichard Purdie
2014-08-23package.bbclass: Fixup for using common functionRichard Purdie
2014-08-04package: Fix darwin shlibs codeRichard Purdie
2014-08-03package: Convert dylib handling from .la to otoolRichard Purdie
2014-08-03package: Fix pkgdest for darwin shlibs codeRichard Purdie
2014-07-10package.bbclass: add a stub implementation of package_name_hookRoss Burton
2014-07-10package.bbclass: Generate runtime-rprovides dataRichard Purdie
2014-07-10package.bbclass: Rewrite shlib_provider handling to include RPATHRichard Purdie
2014-07-10package.bbclass: Improve shlibs pkgdata file formatRichard Purdie
2014-07-10package.bbclass: Rewrite sonames data structure to include library pathRichard Purdie
2014-07-10package.bbclass: Improve shlibs needed data structureRichard Purdie
2014-04-08package.bbclass: Add CONFFILES to list of package specific variablesRichard Purdie
2014-02-24package: Drop do_package_write taskRichard Purdie
2014-02-17package.bbclass: do_split_packages should always return something.Josua Mayer