summaryrefslogtreecommitdiffstats
path: root/meta/classes/package_ipk.bbclass
Commit message (Expand)AuthorAgeFilesLines
* package_ipk.bbclass: fixing muttilib prefix extracting.Lianhao Lu2012-04-061-2/+2
* package_ipk: don't generate Packages.filelistMartin Jansa2012-04-061-1/+1
* package_{deb,ipk,rpm}: apply umask to files generated in do_package_write_{de...Andreas Oberritter2012-04-041-0/+1
* package_ipk.bbclass: Ensure Source is set to something else packaging can failRichard Purdie2012-03-081-1/+1
* meta: Convert getVar/getVarFlag(xxx, 1) -> (xxx, True)Richard Purdie2012-03-051-21/+21
* meta/classes: Convert to use appendVar and appendVarFlagsRichard Purdie2012-03-051-4/+2
* image-mklibs/package_ipk: Remove bashismsRichard Purdie2012-01-051-2/+6
* opkg: Update svn 625 -> 633 and fix preinst issuesRichard Purdie2011-12-161-1/+1
* getVar/setVar cleanupsRichard Purdie2011-11-271-2/+2
* Convert to use direct access to the data store (instead of bb.data.*Var*())Richard Purdie2011-11-101-41/+41
* multilib: Drop MULTILIB_IMAGE_INSTALLDongxiao Xu2011-11-081-3/+28
* package_ipk: There is no longer any need to force owners/groups to rootRichard Purdie2011-11-011-0/+3
* debian/_ipk.bbclass: Added multilib support for package_name_hook()Lianhao Lu2011-09-161-0/+1
* package(_ipk).bbclass: opkg using ALL_MULTILIB_PACKAGE_ARCHSLianhao Lu2011-08-171-22/+8
* package_ipk: SDK generation workaroundMark Hatle2011-08-021-2/+4
* bitbake.conf: Add SDK_PACKAGE_ARCHSMark Hatle2011-08-021-20/+17
* package_{deb, rpm, ipk}.bbclass: fix 'lingusa' typoKoen Kooi2011-08-011-3/+3
* package(rootfs)_ipk.bbclass: support multilib in opkg backend.Lianhao Lu2011-07-271-0/+51
* package_ipk: add License field to control fileKoen Kooi2011-07-141-0/+1
* classes/package_xxx.class: Use PKGE/PKGV/PKGR.Lianhao Lu2011-05-271-4/+4
* package-index.bb: add support for deb and rpm.Dexuan Cui2011-05-201-0/+4
* rootfs_ipk/package_ipk.bbclass: Move func from rootfs_ipk to package_ipkLianhao Lu2011-02-011-0/+43
* image/package_xx/rootfs_xx.bbclass: move rootfs_xx_log_check().Lianhao Lu2011-01-311-0/+20
* package_ipk: Do not depend on the existence of "D" to create ipk packageDongxiao Xu2011-01-211-6/+1
* cross-canadian: Update after PN changes to include TARGET_ARCHRichard Purdie2010-12-101-6/+0
* classes: Only enable fakeroot on setscene tasks with packagingRichard Purdie2010-10-221-1/+1
* pseudo/fakeroot: Move the pseudo directory creation into bitbakeRichard Purdie2010-10-221-0/+1
* Add Summary/Description support to packagingMark Hatle2010-10-111-1/+10
* Revert "classes: Disable setscene tasks for initial testing"Richard Purdie2010-10-051-1/+1
* meta/classes: Fix whitespace mismatch and broken functionsRichard Purdie2010-08-311-2/+1
* classes: Disable setscene tasks for initial testingRichard Purdie2010-08-191-1/+1
* package_*.bbclass: Always run these tasks under fakerootRichard Purdie2010-08-191-0/+1
* package_ipk.bbclass: Convert to new task based stagingRichard Purdie2010-08-191-2/+15
* package_ipk.bbclass: Fix variable nameRichard Purdie2010-08-041-1/+1
* package_ipk: Clean up initial variablesRichard Purdie2010-08-041-22/+14
* Use pseudo rather than fakeroot for fake root privilegesJoshua Lock2010-07-161-1/+1
* package_*.bbclass: Only set pkg in overrides. These are the only values we're...Richard Purdie2010-07-071-4/+1
* Revert "classes/package_ipk|_deb|_rpm.bbclass: Fix setting of OVERRIDES when ...Richard Purdie2010-07-071-1/+1
* classes/package_ipk|_deb|_rpm.bbclass: Fix setting of OVERRIDES when packagingJoshua Lock2010-07-011-1/+1
* classes/package_ipk|_deb.bbclass: Make sure versions correctly make it into o...Richard Purdie2010-06-301-12/+13
* package_ipk.bbclass: Tweak handling for all/any/noarch and nativesdkRichard Purdie2010-01-141-1/+5
* package_ipk.bbclass: Add handling for all/any/noarch and nativesdkRichard Purdie2010-01-141-2/+6
* package_ipk.bbclass: Fix typoRichard Purdie2009-11-161-1/+1
* bitbake.conf/base.bbclass: Rename the staging directory to sysroots and the p...Richard Purdie2009-11-131-2/+2
* classes: Remove and sanitise import statementsRichard Purdie2009-11-131-7/+4
* nativesdk/package_ipk.bbclass: Clean up sdk package architecturesRichard Purdie2009-09-171-5/+14
* package_ipk.bbclass: Convert to use SDK_ARCHRichard Purdie2009-09-171-4/+4
* sdk.bbclass: Rename to nativesdk.bbclassRichard Purdie2009-09-171-4/+4
* package_ipk.bbclass: Place configuration files in WORKDIR, not stagingRichard Purdie2009-08-121-2/+2
* package_ipk.bbclass: Solve opkg-make-index locking problem using flockRichard Purdie2009-07-081-10/+8