Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
2010-01-24 | package_deb.bbclass: make the PACKAGES check earlier so if there is nothing ↵ | Ricardo Salveti de Araujo | 1 | |
to package we don't read potentially stale pkgdata from staging. This is basically the commit 27b9bc946eeb3faa7b10d92689ab527af42727bd that got lost when merging poky stuff into the repo. The behavior is much like what we already have with package_ipk. Signed-off-by: Ricardo Salveti de Araujo <ricardo.salveti@openbossa.org> | ||||
2009-11-16 | classes: Drop a number of unneeded import calls (from Poky) | Richard Purdie | 1 | |
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com> | ||||
2009-09-01 | package_deb: create md5sums control files | Michael Smith | 1 | |
These are created with the package and get installed in /var/dpkg/info. Afterward it's a great way to find modified files for backup with a little shell script magic. It feels a bit weird to still use MD5, but that seems to be the convention in the Debian world. Signed-off-by: Michael Smith <msmith@cbnco.com> Acked-by: Chris Larson <clarson@kergoth.com> | ||||
2009-07-11 | package classes: count dotfiles as non-empty | Michael Smith | 1 | |
Allow a package to be built that contains only dotfiles or dot directories under '/'. Signed-off-by: Michael Smith <msmith@cbnco.com> | ||||
2009-01-30 | package_deb.bbclass, rootfs_deb.bbclass : merge in poky changes to these ↵ | Graeme Gregory | 1 | |
classes that make sure correct files end up on rootfs | ||||
2008-10-27 | classes/package*.bbclass: Remove the build_package_revision function | Richard Purdie | 1 | |
Based on experience, this function is going to cause massive code readability issues. We can actually clean up the code more without it so do this instead. | ||||
2008-10-18 | WorkInProgress: Mangle the DISTRO_PR into the package revisions | Holger Hans Peter Freyther | 1 | |
2008-03-11 | package_deb.bbclass: Remove some unneeded lines | Richard Purdie | 1 | |
2008-03-10 | package_ipk/deb.bbclass: Make the PACKAGES check earlier so if there is ↵ | Richard Purdie | 1 | |
nothing to package we don't read potentially stale pkgdata from staging. Fixes the strange ncurses-native issue after ncurses packaging was fixed | ||||
2008-02-28 | package_deb.bbclass: Update apt.conf location (from poky) | Richard Purdie | 1 | |
2008-02-19 | package_deb.bbclass: Tweaks from poky - use PKGDEST, don't clobber any ↵ | Richard Purdie | 1 | |
existing do_package_write_deb depends and only set when PACKAGES isn't empty | ||||
2008-02-19 | package_ipk.bbclass/package_deb.bbclass: Use bitbake locking functions | Richard Purdie | 1 | |
2007-09-29 | package_(deb|ipk).bbclass: Rename package index stamp to make it more ↵ | Richard Purdie | 1 | |
obvious what its for (from poky) | ||||
2007-09-29 | package_deb.bbclass: Map TARGET_ARCH to DPKG_ARCH to keep dpkg/apt happy ↵ | Richard Purdie | 1 | |
with 'valid' archs (from poky) | ||||
2007-09-04 | package*.bbclass: Switch to separate tasks for each packing type (from poky) | Richard Purdie | 1 | |
2007-09-01 | package_x.bbclass: Sync with poky preparing for individual package writing tasks | Richard Purdie | 1 | |
2007-08-12 | package_{deb,ipk}.bbclass: change ALLOW_EMPTY check | Philipp Zabel | 1 | |
- before an unset ALLOW_EMPTY meant False, while any string value meant True, now "1" means True and any other value or unset means False - this allows to set ALLOW_EMPTY = "1" and explicitly unset it for a subpackage with ALLOW_EMPTY_somepackage = "0" | ||||
2007-08-07 | package_deb/rootfs_deb.bbclass: Sync fixes from Poky | Richard Purdie | 1 | |
2007-04-18 | classes: Add support for intertask dependencies to be specified, needed for ↵ | Richard Purdie | 1 | |
correct operation with bitbake 1.8.x. Old behaviour is maintained in a special legacy anonymous function in base.bbclass. The patch is an improved version of the one discussed on the mailing list. | ||||
2007-04-12 | package_deb.bbclass: add shebang, closes #2086 | Rodrigo Vivi | 1 | |
2007-03-29 | package_deb.bbclass: add epoch support | Philipp Zabel | 1 | |
2007-01-02 | Add package_deb.bbclass from Poky | Richard Purdie | 1 | |