| Commit message (Expand) | Author | Age | Files | Lines |
* | meta/classes: Fix whitespace mismatch and broken functions | Richard Purdie | 2010-08-31 | 1 | -2/+1 |
* | classes: Disable setscene tasks for initial testing | Richard Purdie | 2010-08-19 | 1 | -1/+1 |
* | package_*.bbclass: Always run these tasks under fakeroot | Richard Purdie | 2010-08-19 | 1 | -0/+1 |
* | package_ipk.bbclass: Convert to new task based staging | Richard Purdie | 2010-08-19 | 1 | -2/+15 |
* | package_ipk.bbclass: Fix variable name | Richard Purdie | 2010-08-04 | 1 | -1/+1 |
* | package_ipk: Clean up initial variables | Richard Purdie | 2010-08-04 | 1 | -22/+14 |
* | Use pseudo rather than fakeroot for fake root privileges | Joshua Lock | 2010-07-16 | 1 | -1/+1 |
* | package_*.bbclass: Only set pkg in overrides. These are the only values we're... | Richard Purdie | 2010-07-07 | 1 | -4/+1 |
* | Revert "classes/package_ipk|_deb|_rpm.bbclass: Fix setting of OVERRIDES when ... | Richard Purdie | 2010-07-07 | 1 | -1/+1 |
* | classes/package_ipk|_deb|_rpm.bbclass: Fix setting of OVERRIDES when packaging | Joshua Lock | 2010-07-01 | 1 | -1/+1 |
* | classes/package_ipk|_deb.bbclass: Make sure versions correctly make it into o... | Richard Purdie | 2010-06-30 | 1 | -12/+13 |
* | package_ipk.bbclass: Tweak handling for all/any/noarch and nativesdk | Richard Purdie | 2010-01-14 | 1 | -1/+5 |
* | package_ipk.bbclass: Add handling for all/any/noarch and nativesdk | Richard Purdie | 2010-01-14 | 1 | -2/+6 |
* | package_ipk.bbclass: Fix typo | Richard Purdie | 2009-11-16 | 1 | -1/+1 |
* | bitbake.conf/base.bbclass: Rename the staging directory to sysroots and the p... | Richard Purdie | 2009-11-13 | 1 | -2/+2 |
* | classes: Remove and sanitise import statements | Richard Purdie | 2009-11-13 | 1 | -7/+4 |
* | nativesdk/package_ipk.bbclass: Clean up sdk package architectures | Richard Purdie | 2009-09-17 | 1 | -5/+14 |
* | package_ipk.bbclass: Convert to use SDK_ARCH | Richard Purdie | 2009-09-17 | 1 | -4/+4 |
* | sdk.bbclass: Rename to nativesdk.bbclass | Richard Purdie | 2009-09-17 | 1 | -4/+4 |
* | package_ipk.bbclass: Place configuration files in WORKDIR, not staging | Richard Purdie | 2009-08-12 | 1 | -2/+2 |
* | package_ipk.bbclass: Solve opkg-make-index locking problem using flock | Richard Purdie | 2009-07-08 | 1 | -10/+8 |
* | base.bbclass: Use explode_deps from bb.utils and remove the obsolete base.bbc... | Richard Purdie | 2009-02-05 | 1 | -2/+2 |
* | package_ipk.bbclass: Simplify variable expansion | Richard Purdie | 2008-10-10 | 1 | -2/+1 |
* | package_ipk.bbclass: Fix opkg config file generation | Richard Purdie | 2008-10-08 | 1 | -2/+2 |
* | package_ipk/rootfs_ipk.bbclass: Update image from feed handling | Richard Purdie | 2008-10-08 | 1 | -5/+11 |
* | package_ipk/package_deb.bbclass: Make sure control files are properly removed... | Richard Purdie | 2008-08-18 | 1 | -10/+1 |
* | Switch from ipkg-utils to opkg-utils | Richard Purdie | 2008-07-17 | 1 | -7/+7 |
* | poky-image.bbclass: Correctly handle inserting package-managers into images b... | Richard Purdie | 2008-05-20 | 1 | -1/+0 |
* | package_ipk.bbclass: switched to opkg | Marcin Juszkiewicz | 2008-03-17 | 1 | -6/+5 |
* | package_{ipk|deb|tar|rpm): append depend-tasks instead of overwriting | Marcin Juszkiewicz | 2007-11-28 | 1 | -1/+4 |
* | package_ipk.bbclass: Make sure packages which alter PACKAGE_ARCH end up in th... | Richard Purdie | 2007-11-25 | 1 | -5/+2 |
* | package_{ipk|deb}.bbclass: Remove hardcoded install path reference | Richard Purdie | 2007-11-24 | 1 | -2/+3 |
* | classes: Use internal bitbake functions and fix packaging unlocking on error ... | Richard Purdie | 2007-11-24 | 1 | -13/+9 |
* | package_(ipk|deb).bbclass: Rename do_packages stamp to be clearer about what ... | Richard Purdie | 2007-09-27 | 1 | -5/+5 |
* | package_ipk.bbclass: Improve directory existence check | Richard Purdie | 2007-09-05 | 1 | -0/+2 |
* | package_ipk.bbclass: Fix ipkg-sdk.conf | Richard Purdie | 2007-09-05 | 1 | -1/+1 |
* | package_ipk.bbclass: Create sdk Packages files | Richard Purdie | 2007-09-05 | 1 | -0/+4 |
* | package_ipk.bbclass: Split ipk deploy directory by PACKAGE_ARCH (from OE) | Richard Purdie | 2007-09-05 | 1 | -0/+7 |
* | classes: Sync various tweaks from OE | Richard Purdie | 2007-09-01 | 1 | -3/+3 |
* | Factor ipkg index and conf file creation into package_ipk.bbclass | Richard Purdie | 2007-09-01 | 1 | -0/+44 |
* | package_ipk/deb.bbclass: Add locking for package creation to stop conflicts | Richard Purdie | 2007-08-24 | 1 | -3/+14 |
* | package.bbclass: Add back package_write task in a new form | Richard Purdie | 2007-08-21 | 1 | -1/+1 |
* | package.bbclass: More pkgdata fixes, (install task needs to rerun on existing... | Richard Purdie | 2007-08-21 | 1 | -2/+0 |
* | packaging: Split deb and ipk creation into separate tasks so changing the pac... | Richard Purdie | 2007-08-21 | 1 | -3/+13 |
* | classes/conf: Merge missing package epoch (PE) support (from OE), also make O... | Richard Purdie | 2007-05-31 | 1 | -2/+6 |
* | classes: Rework core dependencies to work properly at the task level | Richard Purdie | 2007-04-03 | 1 | -1/+3 |
* | package.bbclass: Split into two tasks, one which prepares the packages and th... | Richard Purdie | 2006-10-20 | 1 | -1/+1 |
* | Don't nest os.path.join() calls | Ross Burton | 2006-10-02 | 1 | -4/+4 |
* | Merge devgen branch to trunk. | Chris Larson | 2006-09-21 | 1 | -0/+2 |
* | Sync up.. all the deb/dpkg changes which I have locally are now in svn. | Chris Larson | 2006-09-19 | 1 | -2/+4 |