aboutsummaryrefslogtreecommitdiffstats
path: root/meta/classes/package_deb.bbclass
AgeCommit message (Expand)Author
2014-03-28package_*.bbclass: Simplify addtaskRichard Purdie
2014-03-11package_deb: Map TARGET_ARCH x86_64 to DPKG_ARCH amd64Ricardo Ribalda Delgado
2014-02-24package: Drop do_package_write taskRichard Purdie
2014-02-14package_*.bbclass: remove references to the old bash indexing routinesLaurentiu Palcu
2014-02-11conf/bitbake.conf: default HOMEPAGE to blank instead of unknownPaul Eggleton
2014-02-11package_(deb|ipk).bbclass: remove the stamp when creating package from cacheLaurentiu Palcu
2014-02-11Activate the new python rootfs/image creation routinesLaurentiu Palcu
2014-01-28package_{ipk, deb, rpm}.bbclass: support additional user-defined metadataLeonid Borisenko
2013-12-18sstate: Get rid of crazy name mappingRichard Purdie
2013-11-06package_deb/package_ipk: Cleanup control file handling/racesRichard Purdie
2013-09-24package_deb, apt.conf: fix apt failure in do_rootfs()Laurentiu Palcu
2013-09-01meta: Don't use deprecated bitbake APIRichard Purdie
2013-08-22package_deb: Add support for NO_RECOMMENDATIONS and PACKAGE_EXCLUDEMark Hatle
2013-08-22package_deb.bbclass: Use the WORKDIR not SYSROOT for temp filesMark Hatle
2013-07-09package_deb.bbclass: make DESCRIPTION support newlineRobert Yang
2013-06-07package_*.bbclass: Drop fakeroot from setscene callsRichard Purdie
2013-05-09class/lib: Fix up various file access methodsRichard Purdie
2013-04-03package_deb.bbclass: fix 'armel' overrideBogdan Marinescu
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-09package_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-26getVar/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