| Commit message (Expand) | Author | Age | Files | Lines |
* | package_deb.bbclass/package_ipk.bbclass: sort RPROVIDES | Robert Yang | 2016-07-26 | 1 | -0/+2 |
* | package_deb.bbclass: fix Python 3 error | Matt Madison | 2016-07-26 | 1 | -2/+2 |
* | package_deb: Avoid chdir warnings and restore cwd after packaging | Richard Purdie | 2016-06-16 | 1 | -0/+3 |
* | classes/lib: Update to use python3 command pipeline decoding | Richard Purdie | 2016-06-02 | 1 | -15/+11 |
* | classes/lib: Convert to use python3 octal syntax | Richard Purdie | 2016-06-02 | 1 | -2/+2 |
* | package-deb: Ignore circular dependencies | Ricardo Ribalda Delgado | 2016-03-12 | 1 | -0/+3 |
* | package_deb: Fix python runtime error | Ricardo Ribalda Delgado | 2016-03-12 | 1 | -2/+2 |
* | package_deb: Ensure allarch deb packages aren't target specific | Richard Purdie | 2016-02-10 | 1 | -0/+1 |
* | package_deb.bbclass: add 'Multi-Arch: foreign' tag to allarch packages | Matt Madison | 2016-01-11 | 1 | -0/+2 |
* | package_deb.bbclass, cross-canadian.bbclass: DPKG_ARCH mapping function | Matt Madison | 2016-01-11 | 1 | -10/+25 |
* | bbclass: fix spelling mistakes | Maxin B. John | 2015-11-24 | 1 | -1/+1 |
* | package_*.bbclass: Ensure OVERRIDES doesn't change sstate signature | Richard Purdie | 2015-08-30 | 1 | -0/+3 |
* | package_deb.bbclass: Allow UTF-8 characters on control files | Leonardo Sandoval | 2015-08-19 | 1 | -7/+11 |
* | package_ipk/deb: Drop version information from RPROVIDES | Richard Purdie | 2015-07-20 | 1 | -1/+2 |
* | meta: Add explict getVar param for (non) expansion | Richard Purdie | 2015-06-23 | 1 | -2/+2 |
* | package_ipk/deb/rpm: Improve OVERRIDES handling | Richard Purdie | 2015-06-16 | 1 | -1/+1 |
* | packaging: allow globs in CONFFILES | Chen Qi | 2015-02-19 | 1 | -1/+1 |
* | package_deb: skip pre/postrm scripts on upgrade, write only one shebang | Andreas Oberritter | 2014-10-11 | 1 | -2/+15 |
* | package_*.bbclass: Simplify addtask | Richard Purdie | 2014-03-30 | 1 | -1/+1 |
* | package_deb: Map TARGET_ARCH x86_64 to DPKG_ARCH amd64 | Ricardo Ribalda Delgado | 2014-03-11 | 1 | -0/+2 |
* | package: Drop do_package_write task | Richard Purdie | 2014-02-25 | 1 | -0/+2 |
* | package_*.bbclass: remove references to the old bash indexing routines | Laurentiu Palcu | 2014-02-14 | 1 | -1/+0 |
* | conf/bitbake.conf: default HOMEPAGE to blank instead of unknown | Paul Eggleton | 2014-02-11 | 1 | -1/+2 |
* | package_(deb|ipk).bbclass: remove the stamp when creating package from cache | Laurentiu Palcu | 2014-02-11 | 1 | -0/+5 |
* | Activate the new python rootfs/image creation routines | Laurentiu Palcu | 2014-02-11 | 1 | -146/+0 |
* | package_{ipk, deb, rpm}.bbclass: support additional user-defined metadata | Leonid Borisenko | 2014-01-28 | 1 | -0/+5 |
* | sstate: Get rid of crazy name mapping | Richard Purdie | 2013-12-18 | 1 | -1/+0 |
* | package_deb/package_ipk: Cleanup control file handling/races | Richard Purdie | 2013-11-06 | 1 | -7/+8 |
* | package_deb, apt.conf: fix apt failure in do_rootfs() | Laurentiu Palcu | 2013-09-24 | 1 | -0/+1 |
* | meta: Don't use deprecated bitbake API | Richard Purdie | 2013-09-01 | 1 | -2/+2 |
* | package_deb: Add support for NO_RECOMMENDATIONS and PACKAGE_EXCLUDE | Mark Hatle | 2013-08-22 | 1 | -4/+13 |
* | package_deb.bbclass: Use the WORKDIR not SYSROOT for temp files | Mark Hatle | 2013-08-22 | 1 | -7/+10 |
* | package_deb.bbclass: make DESCRIPTION support newline | Robert Yang | 2013-07-10 | 1 | -2/+12 |
* | package_*.bbclass: Drop fakeroot from setscene calls | Richard Purdie | 2013-06-07 | 1 | -1/+0 |
* | class/lib: Fix up various file access methods | Richard Purdie | 2013-05-09 | 1 | -3/+3 |
* | package_deb.bbclass: fix 'armel' override | Bogdan Marinescu | 2013-04-03 | 1 | -3/+5 |
* | package/populate_sdk: Move functions from package_* to populate_sdk_* | Richard Purdie | 2013-03-23 | 1 | -28/+0 |
* | classes/buildhistory: implement history collection for SDKs | Paul Eggleton | 2013-03-23 | 1 | -0/+28 |
* | package_{ipk, deb, rpm}: drop the TARGET_OS conditional | Christopher Larson | 2013-03-22 | 1 | -10/+7 |
* | package_deb: don't install glibc-localedata-i18n separately | Christopher Larson | 2013-03-22 | 1 | -4/+0 |
* | package_deb.bbclass: set DPKG_ARCH_arm to "armel" | Constantin Musca | 2013-03-10 | 1 | -0/+1 |
* | package_deb.bbclass:fix meta-toolchain-sdk fail on do_populate_sdk | Hongxu Jia | 2013-03-02 | 1 | -3/+9 |
* | package_deb.bbclass:fix the arch (replace "_" with "-") in deb package control | Hongxu Jia | 2013-03-02 | 1 | -0/+8 |
* | package_deb: check CONFFILES exist before adding them to metadata | Ross Burton | 2013-02-22 | 1 | -1/+2 |
* | package_rpm/dev/ipk/tar: Drop unused functions | Richard Purdie | 2013-02-17 | 1 | -51/+0 |
* | package_rpm/deb/ipk: Error if we don't find packages when creating the packag... | Richard Purdie | 2013-02-17 | 1 | -1/+6 |
* | package_ipk/deb/rpm: Ensure deploy staging directory is empty before rerunnin... | Richard Purdie | 2013-01-30 | 1 | -0/+1 |
* | Split do_packagedata task from do_package | Richard Purdie | 2013-01-25 | 1 | -1/+1 |
* | package_deb: Dependencies with a ( or ) in them are invalid in debs | Mark Hatle | 2012-12-06 | 1 | -0/+10 |
* | classes: Update to use corrected bb.utils.explode_dep_versions2 API | Richard Purdie | 2012-10-02 | 1 | -10/+11 |