summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/base-files
Commit message (Collapse)AuthorAgeFilesLines
* base-files:Add license checksum to bb fileMei Lei2010-12-021-1/+1
| | | | | | Add GPL-2 file checksum to bb file Signed-off-by: Mei Lei <lei.mei@intel.com>
* base-files: Allow a basic issue file to be extended by the code, following ↵Richard Purdie2010-11-023-10/+3
| | | | | | the method now used by OE Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* base-files: Allow issue and hostname generation to be overriddenRichard Purdie2010-11-021-22/+27
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* recipes-core: Cleanup package descriptions and summariesMark Hatle2010-10-111-1/+2
| | | | | | | | | [BUGID #281] Evaluate and update each package in recipes-core to ensure they have a consistent summary and description. Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
* Major layout change to the packages directoryRichard Purdie2010-08-2741-0/+3252
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>