summaryrefslogtreecommitdiff
path: root/scripts/lib/recipetool/create.py
AgeCommit message (Expand)AuthorFiles
2016-06-02scripts: Fix urlparse imports for python3Ed Bartosh1
2016-06-02scripts: Fix encoding errors for python3Ed Bartosh1
2016-06-02scripts: Replace basestring -> str for python3Ed Bartosh1
2016-06-02scripts: Fix deprecated dict methods for python3Ed Bartosh1
2016-05-30recipetool / devtool: set a fixed SRCREV by default when fetching from gitPaul Eggleton1
2016-05-30recipetool: create: use ${BP} for subdir for binary packagesPaul Eggleton1
2016-05-30recipetool: create: extract variable values from .deb/.ipk/.rpmPaul Eggleton1
2016-05-30recipetool: create: support extracting SUMMARY and HOMEPAGEPaul Eggleton1
2016-05-06recipetool: create: fix falling back to declared license for npm packagesPaul Eggleton1
2016-03-20recipetool: create: don't create extra files directory unconditionallyPaul Eggleton1
2016-03-09recipetool: create: support creation of additional files by pluginsPaul Eggleton1
2016-03-09recipetool: create: check if npm available if npm:// URL specifiedPaul Eggleton1
2016-03-09recipetool: create: split npm module dependencies into packagesPaul Eggleton1
2016-03-09recipetool: create: add license file crunchingPaul Eggleton1
2016-03-09recipetool: create: match *LICENSE* as a license filePaul Eggleton1
2016-03-09recipetool: create: improve mapping for autotools program macrosPaul Eggleton1
2016-02-21recipetool: create: improve CMake package mappingPaul Eggleton1
2016-02-11recipetool: create: set S when we set SRC_URI from local git repoPaul Eggleton1
2016-02-11recipetool: create: convert http git URLs that don't end in .git but contain ...Paul Eggleton1
2016-02-11recipetool: create: ensure URL parameters don't make it into the namePaul Eggleton1
2016-02-11recipetool: create: determine name/version from github/bitbucket URLsPaul Eggleton1
2016-01-22recipetool: create: better fix for fetch error handlingPaul Eggleton1
2016-01-22recipetool: create: fix extraction of name from URLs ending in /Paul Eggleton1
2016-01-22recipetool: create: extract SRC_URI from local git repositoriesPaul Eggleton1
2016-01-22devtool / recipetool: support specifying a subdirectory within the fetched so...Paul Eggleton1
2016-01-19recipetool: create: add a couple more license checksumsPaul Eggleton1
2016-01-19recipetool: create: add basic support for extracting dependencies from cmakePaul Eggleton1
2016-01-19recipetool: create: force GL libraries to virtual/*Paul Eggleton1
2016-01-19recipetool: create: move dependency mapping code to RecipeHandlerPaul Eggleton1
2016-01-19recipetool: create: fix overzealous mapping of git URLsPaul Eggleton1
2016-01-11devtool: add: support adding a native variantPaul Eggleton1
2016-01-11recipetool: create: support creating standalone native/nativesdk recipesPaul Eggleton1
2016-01-11recipetool: create: lower case name when determining from filenamePaul Eggleton1
2015-12-22recipetool: create: fix error when extracting source to a specified directoryPaul Eggleton1
2015-12-22recipetool: create: basic extraction of name/version from filenamePaul Eggleton1
2015-12-22recipetool: create: support extracting name and version from build scriptsPaul Eggleton1
2015-12-22recipetool: create: set up priority system for recipe handlersPaul Eggleton1
2015-12-22recipetool: create: detect when specified URL returns a web pagePaul Eggleton1
2015-12-22recipetool: create: avoid traceback on fetch errorPaul Eggleton1
2015-12-22recipetool: create: handle https://....git URLsPaul Eggleton1
2015-12-01recipetool: make plugin registration function name consistent with devtoolPaul Eggleton1
2015-10-03recipetool: create: fix change in path structure if --extract-to path existsPaul Eggleton1
2015-09-22devtool / recipetool: add handling for binary-only packagesPaul Eggleton1
2015-09-22recipetool: create: fix handling of URIs containing #Paul Eggleton1
2015-09-22recipetool: create: fix creating empty shell functionsPaul Eggleton1
2015-09-09scriptutils: split out simple fetching function from recipetoolPaul Eggleton1
2015-05-01recipetool: allow specifying SRCREV via rev= in URIPaul Eggleton1
2015-05-01devtool: add: use the appropriate file naming and versioning for SCM recipesPaul Eggleton1
2015-05-01recipetool: ensure git clone is standalone when extractingPaul Eggleton1
2015-05-01recipetool: avoid second-level subdir when extractingPaul Eggleton1