summaryrefslogtreecommitdiff
path: root/scripts/lib/recipetool/create.py
AgeCommit message (Expand)AuthorFiles
2019-05-17recipetool: fix unbound variable when fixed SRCREV can't be foundAlex Kiernan1
2018-07-26logging: use warning instead warnChen Qi1
2018-04-03recipetool: create: fix port number parsing issueMing Liu1
2017-12-18recipetool: create: fix conflict between SRCREV and tagChang Rebecca Swee Fun1
2017-11-10recipetool: create: show a warning for github archive URLsPaul Eggleton1
2017-11-10recipetool: ignore incidental kernel module sourcePaul Eggleton1
2017-11-10recipetool: pass absolute source tree path to pluginsPaul Eggleton1
2017-09-13devtool/standard: set a preferred provider when adding a new recipe with devtoolJuan M Cruz Alcaraz1
2017-08-31recipetool: create: detect Eclipse licensesPaul Eggleton1
2017-08-31recipetool: create: suppress npm shrinkwrap/lockdown warnings againPaul Eggleton1
2017-08-31recipetool: create: fix SRCPV prefix for non-git SCMsPaul Eggleton1
2017-08-31recipetool: create: make recently added branch/tag handling git specificPaul Eggleton1
2017-08-31devtool: add: add explicit srcrev/branch optionsPaul Eggleton1
2017-08-21recipetool: allow plugins to set LICENSE and LIC_FILES_CHKSUMPaul Eggleton1
2017-08-21recipetool: allow plugins to set PN / PV more easilyPaul Eggleton1
2017-08-21recipetool: create: replacing PV in SRCURIStanley Phoong1
2017-08-21recipetool: create: handle git URLs specifying only a tagStanley Phoong1
2017-08-21recipetool: create: being able to set branch when revision is providedChang Rebecca Swee Fun1
2017-08-21recipetool: create: disable PREMIRRORS and MIRRORS by defaultChang Rebecca Swee Fun1
2017-08-16recipetool: create: fix incorrect URL variable usagePaul Eggleton1
2017-07-21recipetool: create: refactor code for ensuring npm is availablePaul Eggleton1
2017-07-21recipetool: create: reimplement fetching with normal fetch/unpack tasksPaul Eggleton1
2017-07-21recipetool: create: eliminate second fetch for packagesPaul Eggleton1
2017-07-21recipetool: create: ensure meaningful error for malformed tarballsPaul Eggleton1
2017-07-17recipetool: git reformat URI mangling & parameter strippedStanley Cheong Kwan, Phoong1
2017-05-23recipetool: create: extract name of package from a repositoryPaul Eggleton1
2017-04-12recipetool: create: hide missing npm error when called from devtoolPaul Eggleton1
2017-04-12devtool: add: fix node.js/npm handling with recipe specific sysrootsPaul Eggleton1
2017-03-21devtool/recipetill: npm install of devDependenciesAnders Darander1
2017-02-15classes: Drop now unneeded update_data callsRichard Purdie1
2017-02-07recipetool: create: do not treat numbers in SCM URLs as versionsPaul Eggleton1
2016-12-16scripts: remove True option to getVar callsJoshua Lock1
2016-11-23recipetool: add postinst to .deb importStephano Cetola1
2016-11-07recipetool: create: separate LICENSE items with & by defaultPaul Eggleton1
2016-11-07devtool: add: show recipetool create outputPaul Eggleton1
2016-10-05devtool: add: build nodejs-native if npm is needed and not availablePaul Eggleton1
2016-09-19recipetool: create: support git short form URLsPaul Eggleton1
2016-09-19recipetool: create: tweak license crunchingPaul Eggleton1
2016-09-19recipetool: create: fix error with git tree and no networkPaul Eggleton1
2016-09-19recipetool: create: fix name/version extraction from filenamePaul Eggleton1
2016-09-08recipetool: create: avoid extra blank lines in output recipePaul Eggleton1
2016-09-08recipetool: create: allow license variable handling to be rerunPaul Eggleton1
2016-09-08recipetool: create: add --keep-temp command line optionPaul Eggleton1
2016-09-08recipetool: create: support git submodulesPaul Eggleton1
2016-07-28recipetool: create: fix greedy regex that broke support for github tarballsPaul Eggleton1
2016-07-25recipetool: record unknown license filesPaul Eggleton1
2016-07-12recipetool: create: support specifying a file as the local sourcePaul Eggleton1
2016-07-12recipetool: create: fix handling of github URLsPaul Eggleton1
2016-07-08recipetool: create: drop unused convert_pkginfo() functionPaul Eggleton1
2016-07-08recipetool: create: avoid decoding errors with Python 3Paul Eggleton1