summaryrefslogtreecommitdiff
path: root/meta/classes/package.bbclass
AgeCommit message (Expand)AuthorFiles
2016-10-03package.bbclass: Use bb.fatal() instead of raising FuncFailedUlf Magnusson1
2016-09-14meta: cleanup d.getVar(var, 0)Robert Yang1
2016-08-10package: correct subprocess.Popen.communicate() return valuesVladimir Zapolskiy1
2016-08-10package.bbclass: warn about files under symlinked directoriesMarkus Lehtonen1
2016-08-10package.bbclass: better handling of middle-path dir symlinksMarkus Lehtonen1
2016-08-10package.bbclass: remove unneeded chmod() and chown()Robert Yang1
2016-06-15classes/package: save/restore cwd in split_and_strip_filesRoss Burton1
2016-06-02classes/lib: Update to explictly create lists where neededRichard Purdie1
2016-06-02classes/lib: Update to use python3 command pipeline decodingRichard Purdie1
2016-06-01package.bbclass: fix strip and split logicStephano Cetola1
2016-04-29package: ensure do_split_packages doesn't return duplicatesRoss Burton1
2016-04-14package.bbclass: improve permission handlingDan McGregor1
2016-04-13package.bbclass: handle links in sorted orderBill Randle1
2016-04-05package: do_split_packages: expand variables in extra_dependsRoss Burton1
2016-03-28conf/bitbake.conf package.bbclass: fix dbg package not contain sources while ...Hongxu Jia1
2016-03-24package.bbclass: Treat .node files same as .so when checking what to stripBrendan Le Foll1
2016-02-28package: check inherit instead of PN to decide if a recipe is a packagegroupRoss Burton1
2016-02-04classes/lib: Add expand parameter to getVarFlagRichard Purdie1
2016-02-04package.bbclass: Add data expansion to do_split_packages()Richard Purdie1
2016-01-13insane/package: Fix cases where QA errors aren't fatalRichard Purdie1
2015-12-15package: Add auto package splitting of .debug filesRichard Purdie1
2015-11-24bbclass: fix spelling mistakesMaxin B. John1
2015-10-24prserv.bbclass: remove it since it is nullRobert Yang1
2015-09-21package.bbclass: add summary line to installed-vs-shipped QA checkMartin Jansa1
2015-06-23meta: Add explict getVar param for (non) expansionRichard Purdie1
2015-05-23package.bbclass: Include missing variables on PACKAGEVARSLeonardo Sandoval1
2015-04-30package: Fix license exclusion packaging errorsRichard Purdie1
2015-04-29split_and_strip_files: regroup hardlinks to make build deterministicEd Bartosh1
2015-04-19classes/package: clarify installed-vs-shipped messagePaul Eggleton1
2015-03-24package.bbclass: Add SYSTEMD_SERVICE to list of package specific variablesAndreas Oberritter1
2015-02-19packaging: allow globs in CONFFILESChen Qi1
2015-01-23package.bbclass: Let PR server update PKGV, not PVMike Looijmans1
2015-01-16package.bbclass: Fix support for private libsMartin Jansa1
2014-12-21classes/package: move read_shlib_providers() to a common unitPaul Eggleton1
2014-12-19package.bbclass: do variable fixups even when FILES was setPeter Seebach1
2014-12-03package.bbclass: Create empty key/value if not there for shlib_providerKhem Raj1
2014-11-08package/prserv: Merge two similar functions into oneRichard Purdie1
2014-10-10package_do_shlibs: Look for provider in the path thats in shlib_provider dict...Khem Raj1
2014-10-06package.bbclass: Reverse runtime symlinks should be tied to package generationOtavio Salvador1
2014-08-29package: Correct two typos in a commentPeter Kjellerstedt1
2014-08-23package: Disable runtime mapping of RPROVIDES/RCONFLICTS/RREPLACESRichard Purdie1
2014-08-23package: Don't remap names in packagegroup recipesRichard Purdie1
2014-08-23package.bbclass: Fixup for using common functionRichard Purdie1
2014-08-04package: Fix darwin shlibs codeRichard Purdie1
2014-08-03package: Convert dylib handling from .la to otoolRichard Purdie1
2014-08-03package: Fix pkgdest for darwin shlibs codeRichard Purdie1
2014-07-10package.bbclass: add a stub implementation of package_name_hookRoss Burton1
2014-07-10package.bbclass: Generate runtime-rprovides dataRichard Purdie1
2014-07-10package.bbclass: Rewrite shlib_provider handling to include RPATHRichard Purdie1
2014-07-10package.bbclass: Improve shlibs pkgdata file formatRichard Purdie1