summaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* recipetool: create: set S when we set SRC_URI from local git repoPaul Eggleton2016-02-111-0/+1
* recipetool: create: convert http git URLs that don't end in .git but contain ...Paul Eggleton2016-02-111-4/+6
* recipetool: create: ensure URL parameters don't make it into the namePaul Eggleton2016-02-111-1/+1
* devtool: add: fix adding from a local source directoryPaul Eggleton2016-02-111-1/+1
* devtool: modify: make -x the default behaviourPaul Eggleton2016-02-111-6/+8
* recipetool: create: determine name/version from github/bitbucket URLsPaul Eggleton2016-02-111-9/+35
* recipetool: create: support cmake find_library directivePaul Eggleton2016-02-111-0/+10
* devtool: commit for extra tasks that modify source when extractingPaul Eggleton2016-02-111-13/+35
* recipetool.newappend: add -e/--edit argumentChristopher Larson2016-02-111-2/+12
* python: merge python-elementtree into python-xmlRoss Burton2016-02-112-12/+4
* scripts/lib/bsp/engine: trailing whitespace cleanupMaciej Borzecki2016-02-081-2/+2
* scripts/lib/bsp/engine: fix path separatorMaciej Borzecki2016-02-081-1/+1
* isoimage-isohybrid.py: fix cpio working directoryIoan-Adrian Ratiu2016-02-071-1/+1
* scripts/devtool: Add getVarFlag expand argumentRichard Purdie2016-02-061-1/+1
* python-distutils: add missing dependency on python-emailDominique Hunziker2016-02-042-2/+2
* wic: isoimage-isohybrid: check for syslinux-nativeMihaly Varga2016-02-041-2/+5
* wic: default to empty bootloader configMaciej Borzecki2016-02-041-0/+4
* bitbake-whatchanged: avoid double do_ task name prefixOlof Johansson2016-01-301-1/+1
* gen-lockedsig-cache: fix bad destination path joiningPaul Eggleton2016-01-261-1/+1
* scripts/wipe-sysroot: also delete uninative sysrootRoss Burton2016-01-261-1/+1
* devtool: extract: use the correct datastore for builddirMarkus Lehtonen2016-01-261-1/+1
* devtool: add configure-help subcommandPaul Eggleton2016-01-262-4/+175
* devtool: properly handle bb.build.FuncFailed when extracting sourcePaul Eggleton2016-01-261-1/+4
* devtool: add: warn if modified recipe found in attic directoryPaul Eggleton2016-01-261-0/+3
* devtool: build-image: allow specifying packages to add to imagePaul Eggleton2016-01-261-2/+9
* devtool: move edit-recipe to a separate modulePaul Eggleton2016-01-262-36/+70
* build-perf-test.sh: add eSDK testingMarkus Lehtonen2016-01-251-0/+24
* build-perf-test.sh: more generic timing functionMarkus Lehtonen2016-01-251-7/+10
* recipetool: create: better fix for fetch error handlingPaul Eggleton2016-01-241-2/+2
* recipetool: create: fix extraction of name from URLs ending in /Paul Eggleton2016-01-241-1/+1
* recipetool: create: extract SRC_URI from local git repositoriesPaul Eggleton2016-01-241-7/+23
* devtool / recipetool: support specifying a subdirectory within the fetched so...Paul Eggleton2016-01-242-2/+15
* recipetool: create: strip quotes from values extracted from CMakeLists.txtPaul Eggleton2016-01-241-5/+8
* gen-lockedsig-cache: copy correct native sstate into ext SDKPaul Eggleton2016-01-241-3/+3
* devtool: add sdk-install subcommandPaul Eggleton2016-01-241-1/+62
* devtool: sdk-update: improve SDK update process robustnessPaul Eggleton2016-01-241-34/+84
* devtool: sdk-update: improve temp directory handlingPaul Eggleton2016-01-241-37/+38
* devtool: build: ensure pkgdata is written outPaul Eggleton2016-01-241-5/+11
* classes/populate_sdk_ext: add option to bring in pkgdata for worldPaul Eggleton2016-01-241-3/+3
* python-setuptools: Upgrade to 19.2Alejandro Hernandez2016-01-201-0/+3
* wic: pylinted ksparser moduleEd Bartosh2016-01-201-4/+11
* wic: add help for 'include' commandEd Bartosh2016-01-201-0/+14
* wic: move parts of canned .wks into common.wks.incEd Bartosh2016-01-204-9/+6
* wic: implement search of includesEd Bartosh2016-01-201-2/+14
* wic: refactor get_boot_configEd Bartosh2016-01-201-9/+7
* wic: ksparser: add support for includeEd Bartosh2016-01-201-1/+6
* wic: do not remove build dir in source pluginsEd Bartosh2016-01-204-7/+3
* wic: use unique partition numberEd Bartosh2016-01-201-1/+3
* wic: move wks parsing code to KickStart._parseEd Bartosh2016-01-201-0/+3
* postinst-intercepts: always use set -eRoss Burton2016-01-192-0/+4