summaryrefslogtreecommitdiff
path: root/meta/classes/package_deb.bbclass
AgeCommit message (Expand)AuthorFiles
2011-11-10Convert to use direct access to the data store (instead of bb.data.*Var*())Richard Purdie1
2011-09-21deb packages support: switch from /var/dpkg to /var/lib/dpkgDexuan Cui1
2011-09-15package_deb.bbclass, populate_sdk_deb.bbclass: fix meta-toolchain-gmae buildDexuan Cui1
2011-09-07package_deb.bbclass: put the stderr into log.do_xxx-attemptonly.xxxDexuan Cui1
2011-08-02bitbake.conf: Add SDK_PACKAGE_ARCHSMark Hatle1
2011-08-01package_{deb, rpm, ipk}.bbclass: fix 'lingusa' typoKoen Kooi1
2011-05-27classes/package_xxx.class: Use PKGE/PKGV/PKGR.Lianhao Lu1
2011-05-20package-index.bb: add support for deb and rpm.Dexuan Cui1
2011-02-22package_deb.bbclass: Place the whole task under fakeroot context to fix build...Richard Purdie1
2011-02-01rootfs_deb/package_deb.bbclass: move func from rootfs_deb to package_debLianhao Lu1
2011-01-31image/package_xx/rootfs_xx.bbclass: move rootfs_xx_log_check().Lianhao Lu1
2011-01-21package_deb: Remove access to the D directory which isn't used and might not ...Richard Purdie1
2010-10-22package_deb: The packaging command itself is run under fakeroot so these line...Richard Purdie1
2010-10-22classes: Only enable fakeroot on setscene tasks with packagingRichard Purdie1
2010-10-22pseudo/fakeroot: Move the pseudo directory creation into bitbakeRichard Purdie1
2010-10-22package_deb: Fix a typo meaning the debian packaging was not running in the f...Richard Purdie1
2010-10-11Add Summary/Description support to packagingMark Hatle1
2010-10-05Revert "classes: Disable setscene tasks for initial testing"Richard Purdie1
2010-08-31meta/classes: Fix whitespace mismatch and broken functionsRichard Purdie1
2010-08-19classes: Disable setscene tasks for initial testingRichard Purdie1
2010-08-19package_*.bbclass: Always run these tasks under fakerootRichard Purdie1
2010-08-19package_(deb|rpm): Update to use packaged-staging2Joshua Lock1
2010-07-22package_deb.bbclass: Make sure the controldir is always cleaned outRichard Purdie1
2010-07-16Use pseudo rather than fakeroot for fake root privilegesJoshua Lock1
2010-07-07package_*.bbclass: Only set pkg in overrides. These are the only values we're...Richard Purdie1
2010-07-07Revert "classes/package_ipk|_deb|_rpm.bbclass: Fix setting of OVERRIDES when ...Richard Purdie1
2010-07-02package_deb.bbclass: Fix packaging functions to use versioned dependency pack...Richard Purdie1
2010-07-01classes/package_ipk|_deb|_rpm.bbclass: Fix setting of OVERRIDES when packagingJoshua Lock1
2010-06-30classes/package_ipk|_deb.bbclass: Make sure versions correctly make it into o...Richard Purdie1
2009-11-13bitbake.conf/base.bbclass: Rename the staging directory to sysroots and the p...Richard Purdie1
2009-11-13classes: Remove and sanitise import statementsRichard Purdie1
2009-02-05base.bbclass: Use explode_deps from bb.utils and remove the obsolete base.bbc...Richard Purdie1
2008-08-18package_ipk/package_deb.bbclass: Make sure control files are properly removed...Richard Purdie1
2008-05-20poky-image.bbclass: Correctly handle inserting package-managers into images b...Richard Purdie1
2007-11-28package_{ipk|deb|tar|rpm): append depend-tasks instead of overwritingMarcin Juszkiewicz1
2007-11-24package_{ipk|deb}.bbclass: Remove hardcoded install path referenceRichard Purdie1
2007-11-24classes: Use internal bitbake functions and fix packaging unlocking on error ...Richard Purdie1
2007-11-12package_deb.bbclass: Fix hardcoded apt.conf path, add depends on run-postinst...Richard Purdie1
2007-09-27package_deb.bbclass: Create DPKG_ARCH to allow mapping between debian archs a...Richard Purdie1
2007-09-27package_(ipk|deb).bbclass: Rename do_packages stamp to be clearer about what ...Richard Purdie1
2007-09-01classes: Sync various tweaks from OERichard Purdie1
2007-08-24package_ipk/deb.bbclass: Add locking for package creation to stop conflictsRichard Purdie1
2007-08-21package.bbclass: Add back package_write task in a new formRichard Purdie1
2007-08-21packaging: Split deb and ipk creation into separate tasks so changing the pac...Richard Purdie1
2007-08-07package_deb/rootfs_deb.bbclass: Add fix from OE, add copyright noticeRichard Purdie1
2007-05-31classes/conf: Merge missing package epoch (PE) support (from OE), also make O...Richard Purdie1
2007-04-03classes: Rework core dependencies to work properly at the task levelRichard Purdie1
2007-03-31package_deb.bbclass: Make sure permissions on control directory are correctRichard Purdie1
2006-11-29package_deb.bbclass: dpkg-deb needs to run under fakeroot to set ownership co...Richard Purdie1
2006-11-25Fix STAGING_BINDIR for multimachine use by spliting into STAGING_BINDIR and S...Richard Purdie1