aboutsummaryrefslogtreecommitdiffstats
path: root/meta/classes/package_deb.bbclass
AgeCommit message (Expand)Author
2013-03-23package/populate_sdk: Move functions from package_* to populate_sdk_*Richard Purdie
2013-03-23classes/buildhistory: implement history collection for SDKsPaul Eggleton
2013-03-22package_{ipk, deb, rpm}: drop the TARGET_OS conditionalChristopher Larson
2013-03-22package_deb: don't install glibc-localedata-i18n separatelyChristopher Larson
2013-03-10package_deb.bbclass: set DPKG_ARCH_arm to "armel"Constantin Musca
2013-03-02package_deb.bbclass:fix meta-toolchain-sdk fail on do_populate_sdkHongxu Jia
2013-03-02package_deb.bbclass:fix the arch (replace "_" with "-") in deb package controlHongxu Jia
2013-02-22package_deb: check CONFFILES exist before adding them to metadataRoss Burton
2013-02-17package_rpm/dev/ipk/tar: Drop unused functionsRichard Purdie
2013-02-17package_rpm/deb/ipk: Error if we don't find packages when creating the packag...Richard Purdie
2013-01-30package_ipk/deb/rpm: Ensure deploy staging directory is empty before rerunnin...Richard Purdie
2013-01-25Split do_packagedata task from do_packageRichard Purdie
2012-12-06package_deb: Dependencies with a ( or ) in them are invalid in debsMark Hatle
2012-10-02classes: Update to use corrected bb.utils.explode_dep_versions2 APIRichard Purdie
2012-10-02package_deb/ipk: Remap < and > to << and >>Mark Hatle
2012-09-20Replace "echo -e" with "printf" to have the same behavior in dash or bashAndrei Gherzan
2012-07-26classes/package_deb: add PackageArch fieldPaul Eggleton
2012-07-19Convert tab indentation in python functions into four-spaceRichard Purdie
2012-07-03Fix manual log file pathsMark Hatle
2012-07-02package_deb: When searching for E:, anchor expressionRichard Purdie
2012-05-30meta: replace os.system with subprocess.callRobert Yang
2012-05-11package.bbclass: Drop EXPORT_FUNCTIONS use against mapping_rename_hookRichard Purdie
2012-04-11classes/package_deb: create .gz index instead of .bz2Paul Eggleton
2012-04-04package_{deb,ipk,rpm}: apply umask to files generated in do_package_write_{de...Andreas Oberritter
2012-03-05meta: Replace bb.data.expand(xxx, d) -> d.expand(xxx)Richard Purdie
2012-03-05meta/classes: Convert to use appendVar and appendVarFlagsRichard Purdie
2011-11-27getVar/setVar cleanupsRichard Purdie
2011-11-10Convert to use direct access to the data store (instead of bb.data.*Var*())Richard Purdie
2011-09-21deb packages support: switch from /var/dpkg to /var/lib/dpkgDexuan Cui
2011-09-15package_deb.bbclass, populate_sdk_deb.bbclass: fix meta-toolchain-gmae buildDexuan Cui
2011-09-07package_deb.bbclass: put the stderr into log.do_xxx-attemptonly.xxxDexuan Cui
2011-08-02bitbake.conf: Add SDK_PACKAGE_ARCHSMark Hatle
2011-08-01package_{deb, rpm, ipk}.bbclass: fix 'lingusa' typoKoen Kooi
2011-05-27classes/package_xxx.class: Use PKGE/PKGV/PKGR.Lianhao Lu
2011-05-20package-index.bb: add support for deb and rpm.Dexuan Cui
2011-02-22package_deb.bbclass: Place the whole task under fakeroot context to fix build...Richard Purdie
2011-02-01rootfs_deb/package_deb.bbclass: move func from rootfs_deb to package_debLianhao Lu
2011-01-31image/package_xx/rootfs_xx.bbclass: move rootfs_xx_log_check().Lianhao Lu
2011-01-21package_deb: Remove access to the D directory which isn't used and might not ...Richard Purdie
2010-10-22package_deb: The packaging command itself is run under fakeroot so these line...Richard Purdie
2010-10-22classes: Only enable fakeroot on setscene tasks with packagingRichard Purdie
2010-10-22pseudo/fakeroot: Move the pseudo directory creation into bitbakeRichard Purdie
2010-10-22package_deb: Fix a typo meaning the debian packaging was not running in the f...Richard Purdie
2010-10-11Add Summary/Description support to packagingMark Hatle
2010-10-05Revert "classes: Disable setscene tasks for initial testing"Richard Purdie
2010-08-31meta/classes: Fix whitespace mismatch and broken functionsRichard Purdie
2010-08-19classes: Disable setscene tasks for initial testingRichard Purdie
2010-08-19package_*.bbclass: Always run these tasks under fakerootRichard Purdie
2010-08-19package_(deb|rpm): Update to use packaged-staging2Joshua Lock
2010-07-22package_deb.bbclass: Make sure the controldir is always cleaned outRichard Purdie