summaryrefslogtreecommitdiffstats
path: root/meta/packages/pax-utils
Commit message (Collapse)AuthorAgeFilesLines
* Major layout change to the packages directoryRichard Purdie2010-08-271-13/+0
| | | | | | | | | | | | | | | | | Having one monolithic packages directory makes it hard to find things and is generally overwhelming. This commit splits it into several logical sections roughly based on function, recipes.txt gives more information about the classifications used. The opportunity is also used to switch from "packages" to "recipes" as used in OpenEmbedded as the term "packages" can be confusing to people and has many different meanings. Not all recipes have been classified yet, this is just a first pass at separating things out. Some packages are moved to meta-extras as they're no longer actively used or maintained. Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* Finally deprecate all legacy do_stage functions. This changes the existing ↵Richard Purdie2010-07-221-1/+0
| | | | | | | | warning into a fatal error if any legacy do_stage functions are found. Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* pax-utils: upgrade to 0.2.1Kevin Tian2010-06-292-24/+14
| | | | | | | | | | | | - update metadata. license checksum is skipped, as pax-utils is depended by do_package task itself. I.e. the 1st do_package will be run after pax-utils-native is built. So far checksum verification is included in do_package task - no need to override {S} since {S} uses {BPN} - no need to define "_GNU_SOURCE" which has been included by source tar ball. Also remove do_compile override accordingly - remove recipe internal md5sum, which is not used by Poky Signed-off-by Kevin Tian <kevin.tian@intel.com>
* pax-utils: Sync with OE.dev fixing native versionRichard Purdie2010-05-061-3/+8
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* pax-utils: Convert to BBCLASSEXTENDRichard Purdie2009-11-132-7/+2
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* Remove layout_* variablesRichard Purdie2009-09-171-1/+1
| | | | | | | | | | | | Remove layout_* variables and replace them with variables specific to the different classes. The layout variables were only useful for the native/cross classes and caused more confusion than they solved. They didn't scale to the sdk class. It now clear a small set of native/cross variables fulfil the needs. This patch also changes native.bbclass to use "/" as the STAGING_DIR which makes sense since we're installing binaries into the locations we're compiling them for. Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* pax-utils: Upgrade 0.1.13 -> 0.1.19Richard Purdie2008-12-312-1/+1
|
* Remove hardcoded staging layout assumptionsRichard Purdie2007-11-121-1/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3116 311d38ba-8fff-0310-9ca6-ca027cbcb966
* Add pax-utils for insane.bbclassRoss Burton2007-01-222-0/+24
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1194 311d38ba-8fff-0310-9ca6-ca027cbcb966