summaryrefslogtreecommitdiffstats
path: root/meta/packages/pseudo/pseudo
Commit message (Collapse)AuthorAgeFilesLines
* Major layout change to the packages directoryRichard Purdie2010-08-271-15/+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>
* pseudo: Change pseudo integration to better support local DBsMark Hatle2010-08-045-718/+0
| | | | | | | | | Change the pseudo integration: * Uprev to latest open source version * Restructure the patches to allow for many local DBs, as well as pseudo specific lib dirs. Signed-off-by: Mark Hatle <mhatle@windriver.com>
* pseudo: Fix path length issues and resulting chdir issuesRichard Purdie2010-07-251-9/+63
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* pseudo: Make sure log/pid/lock/socket files are covered by data directory movesRichard Purdie2010-07-241-8/+222
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* pseudo: EnhancementsJoshua Lock2010-07-241-0/+114
| | | | | | | | | | | | | Enable changing the data directory on the fly from the environment and then use this feature within poky to confine pseudo usage to each WORKDIR. This fixes issues that could be seen under heavy inode reusage e.g. with rm_work. Work based mainly off a patch from Joshua Lock but finished by Richard Purdie. Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* pseudo: Uprev to the latest git versionMark Hatle2010-07-215-109/+143
| | | | | | | | Uprev pseudo to the latest head version to resolve a number of issues on older hosts such as RHEL 5. In addition sqlite was changed to link statically into pseudo to avoid a potential LD_LIBRARY_PATH issue. Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
* pseudo: various enhancements to integrate with PokyJoshua Lock2010-07-162-0/+229
| | | | | | | | | | | | | | Pseudo defaults to storing state files in ${prefix}/var/pseudo, we want them in $(localstatedir) so a quick hack (path-munge.patch) makes pseudo use a data directory specified with --data, and defaults to pseudo's way if it's not set. Touching LD_LIBRARY_PATH can confuse the system into running Python against a staging python library. When these two are sufficiently diverse in version significant breakage can occur. HOMEPAGE and LIC_FILES_CHKSUM are handy metadata variables to have defined. Signed-off-by: Joshua Lock <josh@linux.intel.com>
* psuedo: We don't use lib64Richard Purdie2010-04-061-1/+10
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* pseudo: Add recipeRichard Purdie2010-03-221-0/+79
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>