aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/lib/recipetool
AgeCommit message (Expand)Author
2016-09-19recipetool: create: pick up AC_PROG_SWIGPaul Eggleton
2016-09-19recipetool: create: detect python autoconf macrosPaul Eggleton
2016-09-19recipetool: create: fix error with git tree and no networkPaul Eggleton
2016-09-19recipetool: create: fix name/version extraction from filenamePaul Eggleton
2016-09-19recipetool: create: improve python recipe license handlingPaul Eggleton
2016-09-19recipetool: create: fix picking up name from local python source treePaul Eggleton
2016-09-08recipetool: create: avoid extra blank lines in output recipePaul Eggleton
2016-09-08recipetool: create: support node.js code outside of npmPaul Eggleton
2016-09-08recipetool: create: allow license variable handling to be rerunPaul Eggleton
2016-09-08recipetool: create: add --keep-temp command line optionPaul Eggleton
2016-09-08recipetool: create: support git submodulesPaul Eggleton
2016-09-08recipetool: create: fix mapping python dependencies to python-dbg packagePaul Eggleton
2016-09-08recipetool: create: AX_PKG_SWIG should add dependency on swig-nativePaul Eggleton
2016-08-18devtool/recipetool/meta: Adapt to bitbake API changes for multi-configuration...Richard Purdie
2016-07-28recipetool: create: fix greedy regex that broke support for github tarballsPaul Eggleton
2016-07-25recipetool: record unknown license filesPaul Eggleton
2016-07-12recipetool: create: support specifying a file as the local sourcePaul Eggleton
2016-07-12recipetool: create: fix handling of github URLsPaul Eggleton
2016-07-08recipetool: create: drop unused convert_pkginfo() functionPaul Eggleton
2016-07-08recipetool: create: avoid decoding errors with Python 3Paul Eggleton
2016-07-01recipetool: recognize less common makefile namesNathan Lynch
2016-06-02scripts: python3: convert iterables to listsEd Bartosh
2016-06-02scripts: Fix urlparse imports for python3Ed Bartosh
2016-06-02scripts: Fix encoding errors for python3Ed Bartosh
2016-06-02scripts: Replace basestring -> str for python3Ed Bartosh
2016-06-02scripts: Fix deprecated dict methods for python3Ed Bartosh
2016-06-02classes/lib: Update to match python3 iter requirementsRichard Purdie
2016-05-30recipetool / devtool: set a fixed SRCREV by default when fetching from gitPaul Eggleton
2016-05-30recipetool: create: use ${BP} for subdir for binary packagesPaul Eggleton
2016-05-30recipetool: create: extract variable values from .deb/.ipk/.rpmPaul Eggleton
2016-05-30recipetool: create: support extracting SUMMARY and HOMEPAGEPaul Eggleton
2016-05-06recipetool: create: fix falling back to declared license for npm packagesPaul Eggleton
2016-04-29recipetool.newappend: fix syntax error for 'not path_ok' errorChristopher Larson
2016-03-20recipetool: create: don't create extra files directory unconditionallyPaul Eggleton
2016-03-09recipetool: create: shrinkwrap and lockdown npm modulesPaul Eggleton
2016-03-09recipetool: create: support creation of additional files by pluginsPaul Eggleton
2016-03-09recipetool: create: check if npm available if npm:// URL specifiedPaul Eggleton
2016-03-09recipetool: create: split npm module dependencies into packagesPaul Eggleton
2016-03-09recipetool: create: add license file crunchingPaul Eggleton
2016-03-09recipetool: create: match *LICENSE* as a license filePaul Eggleton
2016-03-09recipetool: create: improve mapping for autotools program macrosPaul Eggleton
2016-03-09recipetool: create: be more tolerant of spacing in configure.acPaul Eggleton
2016-03-06recipetool: create: fix support for AX_CHECK_LIBRARYPaul Eggleton
2016-03-02recipetool: create: add basic support for new npm fetcher/classPaul Eggleton
2016-03-02recipetool: create: add basic support for generating linux kernel recipesPaul Eggleton
2016-03-02recipetool: create: add support for out-of-tree kernel modulesPaul Eggleton
2016-02-21recipetool: create: improve CMake package mappingPaul Eggleton
2016-02-21recipetool: create: add additional extension mechanismsPaul Eggleton
2016-02-21devtool / recipetool: use common code for launching editorPaul Eggleton
2016-02-11recipetool: create: set S when we set SRC_URI from local git repoPaul Eggleton