Age | Commit message (Expand) | Author | Files |
2009-11-20 | package.bbclass: Clear package directory copy before installing new files to ... | Richard Purdie | 1 |
2009-11-19 | package.bbclass: Fix runtime_maping_rename so version information isn't removed | Richard Purdie | 1 |
2009-11-13 | bitbake.conf/base.bbclass: Rename the staging directory to sysroots and the p... | Richard Purdie | 1 |
2009-11-13 | classes: Remove and sanitise import statements | Richard Purdie | 1 |
2009-11-13 | package.bbclass: Add the option to declare package preprocess function hooks | Richard Purdie | 1 |
2009-11-13 | package.bbclass: Change to operate on a copy of the install directory instead... | Richard Purdie | 1 |
2009-11-13 | package.bbclass: Remove hardcoded use of PKGDEST variable | Richard Purdie | 1 |
2009-11-13 | package.bbclass: Move variable checks to one place making the code more readable | Richard Purdie | 1 |
2009-10-29 | package.bbclass: Cleanup getVar syntax to use True, not 1 as third argument | Richard Purdie | 1 |
2009-04-28 | Merge ssh://gitserver@git.pokylinux.org/poky | Richard Purdie | 1 |
2009-03-11 | package bbclass: add an 'allow_links' param to get symlinks packaged, usefull... | Koen Kooi | 1 |
2009-02-05 | base.bbclass: Use explode_deps from bb.utils and remove the obsolete base.bbc... | Richard Purdie | 1 |
2009-02-05 | base.bbclass: Move package metadata handling functions into their own class file | Richard Purdie | 1 |
2008-10-02 | package.bbclass: Ignore virtual-locale- packages when building -dev and -dbg ... | Richard Purdie | 1 |
2008-10-02 | package.bbclass: Write out extra useful data into the pkgdata files | Richard Purdie | 1 |
2008-09-10 | package.bbclass: Adjust to handle split packages already being present in PAC... | Richard Purdie | 1 |
2008-07-15 | package.bbclass: Skip symlinks when searching for shlib dependencies since we... | Richard Purdie | 1 |
2008-06-18 | package.bbclass: changed library regexp to get dependencies for opensync plug... | Marcin Juszkiewicz | 1 |
2008-05-05 | bitbake.conf/siteinfo.bbclass/package.bbclass: Add in support for 'darwin8' | Richard Purdie | 1 |
2008-04-11 | package.bbclass: unbreak | Marcin Juszkiewicz | 1 |
2008-04-11 | package.bbclass: Add patch to try and handle dynamic librbary dependencies on... | Richard Purdie | 1 |
2008-03-19 | package.bbclass: Sync with OE.dev | Richard Purdie | 1 |
2008-02-07 | package.bbclass: Avoid double suffix depchain packages | Richard Purdie | 1 |
2008-01-23 | package.bbclass: Abstract shlibs path to SHLIBSDIR variable | Richard Purdie | 1 |
2008-01-17 | package.bbclass: Fix shlibs and pkgconfig magic to use HOST_SYS, not TARGET_SYS | Richard Purdie | 1 |
2008-01-09 | package.bbclass: Account for DEPENDS in -dev packages | Richard Purdie | 1 |
2007-12-19 | package.bbclass: Various cleanups and bugfixes, some form OE | Richard Purdie | 1 |
2007-12-19 | package.bbclass: Don't strip files in .debug directories | Richard Purdie | 1 |
2007-11-27 | package.bbclass: Remove debug code | Richard Purdie | 1 |
2007-11-24 | package.bbclass: Remove PKGMAPS functionality and supersede with pkgdata. Rem... | Richard Purdie | 1 |
2007-11-24 | classes: Use internal bitbake functions and fix packaging unlocking on error ... | Richard Purdie | 1 |
2007-10-23 | package.bbclass: Make populate_packages copy files, not move them during do_p... | Richard Purdie | 1 |
2007-10-02 | package.bbclass: Remove depchains packaged() check. This broke after pkgdata ... | Richard Purdie | 1 |
2007-09-27 | package.bbclass: Append to do_package[deptask], cleanup up PACKAGES checks, g... | Richard Purdie | 1 |
2007-09-03 | package.bbclass: Cleanup install references into a configurable variable | Richard Purdie | 1 |
2007-08-24 | package.bbclass: Fix typo | Richard Purdie | 1 |
2007-08-21 | package.bbclass: Add back package_write task in a new form | Richard Purdie | 1 |
2007-08-21 | package.bbclass: More pkgdata fixes, (install task needs to rerun on existing... | Richard Purdie | 1 |
2007-08-21 | packaging: Split deb and ipk creation into separate tasks so changing the pac... | Richard Purdie | 1 |
2007-08-06 | package.bbclass: Deal with write protected files correctly | Richard Purdie | 1 |
2007-08-06 | package.bbclass: Try stripping files more enthusiastically | Richard Purdie | 1 |
2007-08-06 | package.bbclass: Convert runstrip shell into python | Richard Purdie | 1 |
2007-06-18 | package.bbclass: Disable locale RDEPENDS since it currently does nothing due ... | Richard Purdie | 1 |
2007-05-09 | package.bbclass: do_package[deptask] only needs to be set when PACKAGES != "" | Richard Purdie | 1 |
2007-04-10 | package.bbclass/insane.bbclass: Don't set task dependencies when PACKAGES is ... | Richard Purdie | 1 |
2007-04-04 | package.bbclass: Adjust package_depchains to work for cases where multiple pr... | Richard Purdie | 1 |
2007-04-03 | package.bbclass: Only need file-native if packaging | Richard Purdie | 1 |
2007-04-03 | classes: Rework core dependencies to work properly at the task level | Richard Purdie | 1 |
2007-03-29 | package.bbclass: Improve recommends dependency code to catch all dependencies... | Richard Purdie | 1 |
2007-03-21 | Fix spelling | Ross Burton | 1 |