summaryrefslogtreecommitdiff
path: root/scripts/create-pull-request
AgeCommit message (Expand)AuthorFiles
2013-02-08create-pull-request: Error message on missing -uBernhard Reutner-Fischer1
2012-12-13create-pull-request: detect trailing white spaceNitin A Kamble1
2012-04-10create-pull-request: Assume remote branch from local branchDarren Hart1
2011-08-17create-pull-request: increase likelihood of detecting a renameAnders Darander1
2011-06-09create-pull-request: Add URL documentationMark Hatle1
2011-06-01create-pull-request: allow '+' in git PROTO_RE, ie for 'git+ssh://'Martin Jansa1
2011-05-23create-pull-request: generalize the repository URL parsingDarren Hart1
2011-05-19*pull-request: add copyright, license, and descriptionsDarren Hart1
2011-05-19create-pull-request: add untested oe repository supportDarren Hart1
2011-05-19create-pull-request: add GitHub remote supportOtavio Salvador1
2011-05-19create-pull-request: do not check certificateOtavio Salvador1
2011-05-19create-pull-request: provide an RFC mode via -c argumentDarren Hart1
2011-05-19create-pull-request: rewrite known private URLs to public URLsDarren Hart1
2011-05-19create-pull-request: use git request-pull and arbitrary remotesDarren Hart1
2011-05-19create-pull-request: whitespace cleanupDarren Hart1
2011-05-19create-pull-request: alphabetize argumentsDarren Hart1
2011-03-15create-pull-request: switch URL from git.pokylinux.org/poky-contrib to git.op...Martin Jansa1
2010-11-10git-pull: add the new create-pull-request scriptDarren Hart1
2010-11-10git pull: remove the existing create_pull_request scriptDarren Hart1
2010-06-10scripts/create_pull_request fix a typoNitin A Kamble1
2010-06-10update create_pull_request for distro/masterNitin A Kamble1
2010-05-17add a new scripts create-pull-requestNitin A Kamble1
diffstat' width='100%'> -rw-r--r--bitbake/doc/manual/Makefile56
-rw-r--r--bitbake/doc/manual/html.css281
-rw-r--r--bitbake/doc/manual/usermanual.xml534
-rw-r--r--bitbake/lib/bb/COW.py323
-rw-r--r--bitbake/lib/bb/__init__.py100
-rw-r--r--bitbake/lib/bb/build.py396
-rw-r--r--bitbake/lib/bb/cache.py550
-rw-r--r--bitbake/lib/bb/command.py280
-rw-r--r--bitbake/lib/bb/cooker.py1010
-rw-r--r--bitbake/lib/bb/daemonize.py190
-rw-r--r--bitbake/lib/bb/data.py240
-rw-r--r--bitbake/lib/bb/data_smart.py346
-rw-r--r--bitbake/lib/bb/event.py300
-rw-r--r--bitbake/lib/bb/fetch/__init__.py757
-rw-r--r--bitbake/lib/bb/fetch/bzr.py147
-rw-r--r--bitbake/lib/bb/fetch/cvs.py177
-rw-r--r--bitbake/lib/bb/fetch/git.py220
-rw-r--r--bitbake/lib/bb/fetch/hg.py172
-rw-r--r--bitbake/lib/bb/fetch/local.py73
-rw-r--r--bitbake/lib/bb/fetch/osc.py150
-rw-r--r--bitbake/lib/bb/fetch/perforce.py208
-rw-r--r--bitbake/lib/bb/fetch/repo.py105
-rw-r--r--bitbake/lib/bb/fetch/ssh.py118
-rw-r--r--bitbake/lib/bb/fetch/svk.py106
-rw-r--r--bitbake/lib/bb/fetch/svn.py201
-rw-r--r--bitbake/lib/bb/fetch/wget.py95
-rw-r--r--bitbake/lib/bb/methodpool.py84
-rw-r--r--bitbake/lib/bb/msg.py141
-rw-r--r--bitbake/lib/bb/parse/__init__.py114
-rw-r--r--bitbake/lib/bb/parse/ast.py439
-rw-r--r--bitbake/lib/bb/parse/parse_py/BBHandler.py241
-rw-r--r--bitbake/lib/bb/parse/parse_py/ConfHandler.py138
-rw-r--r--bitbake/lib/bb/parse/parse_py/__init__.py33
-rw-r--r--bitbake/lib/bb/persist_data.py124
-rw-r--r--bitbake/lib/bb/providers.py323
-rw-r--r--bitbake/lib/bb/runqueue.py1215
-rw-r--r--bitbake/lib/bb/server/none.py180
-rw-r--r--bitbake/lib/bb/server/xmlrpc.py186
-rw-r--r--bitbake/lib/bb/shell.py824
-rw-r--r--bitbake/lib/bb/taskdata.py587
-rw-r--r--bitbake/lib/bb/ui/__init__.py17
-rw-r--r--bitbake/lib/bb/ui/crumbs/__init__.py17
-rw-r--r--bitbake/lib/bb/ui/crumbs/buildmanager.py455
-rw-r--r--bitbake/lib/bb/ui/crumbs/puccho.glade606
-rw-r--r--bitbake/lib/bb/ui/crumbs/runningbuild.py178
-rw-r--r--bitbake/lib/bb/ui/depexp.py271
-rw-r--r--bitbake/lib/bb/ui/goggle.py76
-rw-r--r--bitbake/lib/bb/ui/knotty.py192
-rw-r--r--bitbake/lib/bb/ui/ncurses.py336
-rw-r--r--bitbake/lib/bb/ui/puccho.py425
-rw-r--r--bitbake/lib/bb/ui/uievent.py124
-rw-r--r--bitbake/lib/bb/ui/uihelper.py50
-rw-r--r--bitbake/lib/bb/utils.py738
-rw-r--r--bitbake/lib/codegen.py570
-rw-r--r--bitbake/lib/ply/__init__.py4
-rw-r--r--bitbake/lib/ply/lex.py1058
-rw-r--r--bitbake/lib/ply/yacc.py3276
-rw-r--r--bitbake/lib/pysh/builtin.py710
-rw-r--r--bitbake/lib/pysh/interp.py1367
-rw-r--r--bitbake/lib/pysh/lsprof.py116
-rw-r--r--bitbake/lib/pysh/pysh.py167
-rw-r--r--bitbake/lib/pysh/pyshlex.py888
-rw-r--r--bitbake/lib/pysh/pyshyacc.py772
-rw-r--r--bitbake/lib/pysh/sherrors.py41
-rw-r--r--bitbake/lib/pysh/subprocess_fix.py77
-rw-r--r--build/conf/bblayers.conf.sample10
-rw-r--r--build/conf/local.conf.sample151
-rw-r--r--build/conf/site.conf.sample40
-rw-r--r--handbook/ChangeLog38
-rw-r--r--handbook/Makefile38
-rw-r--r--handbook/TODO11
-rw-r--r--handbook/bsp-guide.xml61
-rw-r--r--handbook/bsp.xml287
-rw-r--r--handbook/development.xml856
-rw-r--r--handbook/examples/hello-autotools/hello_2.3.bb7
-rw-r--r--handbook/examples/hello-single/files/helloworld.c8
-rw-r--r--handbook/examples/hello-single/hello.bb16
-rw-r--r--handbook/examples/libxpm/libxpm_3.5.6.bb13
-rw-r--r--handbook/examples/mtd-makefile/mtd-utils_1.0.0.bb13
-rw-r--r--handbook/extendpoky.xml949
-rw-r--r--handbook/faq.xml314
-rw-r--r--handbook/introduction.xml347
-rw-r--r--handbook/poky-beaver.pngbin26252 -> 0 bytes-rw-r--r--handbook/poky-doc-tools/ChangeLog30
-rw-r--r--handbook/poky-doc-tools/INSTALL236
-rw-r--r--handbook/poky-doc-tools/Makefile.am24
-rw-r--r--handbook/poky-doc-tools/README19
-rwxr-xr-xhandbook/poky-doc-tools/autogen.sh3
-rw-r--r--handbook/poky-doc-tools/common/Makefile.am21
-rw-r--r--handbook/poky-doc-tools/common/Vera.ttfbin65932 -> 0 bytes-rw-r--r--handbook/poky-doc-tools/common/Vera.xml1
-rw-r--r--handbook/poky-doc-tools/common/VeraMoBd.ttfbin49052 -> 0 bytes-rw-r--r--handbook/poky-doc-tools/common/VeraMoBd.xml1
-rw-r--r--handbook/poky-doc-tools/common/VeraMono.ttfbin49224 -> 0 bytes-rw-r--r--handbook/poky-doc-tools/common/VeraMono.xml1
-rw-r--r--handbook/poky-doc-tools/common/draft.pngbin24847 -> 0 bytes-rw-r--r--handbook/poky-doc-tools/common/fop-config.xml.in58
-rw-r--r--handbook/poky-doc-tools/common/ohand-color.svg150
-rw-r--r--handbook/poky-doc-tools/common/poky-db-pdf.xsl64
-rw-r--r--handbook/poky-doc-tools/common/poky-handbook.pngbin32145 -> 0 bytes-rw-r--r--handbook/poky-doc-tools/common/poky.svg163
-rw-r--r--handbook/poky-doc-tools/common/titlepage.templates.xml1240
-rw-r--r--handbook/poky-doc-tools/configure.ac27
-rw-r--r--handbook/poky-doc-tools/poky-docbook-to-pdf.in49
-rw-r--r--handbook/poky-handbook.pngbin17829 -> 0 bytes-rw-r--r--handbook/poky-handbook.xml102
-rw-r--r--handbook/poky-logo.svg117
-rw-r--r--handbook/ref-bitbake.xml341
-rw-r--r--handbook/ref-classes.xml461
-rw-r--r--handbook/ref-features.xml302
-rw-r--r--handbook/ref-images.xml69
-rw-r--r--handbook/ref-structure.xml356
-rw-r--r--handbook/ref-variables.xml886
-rw-r--r--handbook/ref-varlocality.xml211
-rw-r--r--handbook/resources.xml142
-rw-r--r--handbook/screenshots/ss-anjuta-poky-1.pngbin96531 -> 0 bytes-rw-r--r--handbook/screenshots/ss-anjuta-poky-2.pngbin76419 -> 0 bytes-rw-r--r--handbook/screenshots/ss-oprofile-viewer.pngbin51240 -> 0 bytes-rw-r--r--handbook/screenshots/ss-sato.pngbin38689 -> 0 bytes-rw-r--r--handbook/style.css953
-rw-r--r--handbook/usingpoky.xml390
-rw-r--r--meta-emenlow/conf/checksums.ini23
-rw-r--r--meta-emenlow/conf/layer.conf10
-rw-r--r--meta-emenlow/conf/machine/emenlow.conf44
-rw-r--r--meta-emenlow/packages/formfactor/formfactor/emenlow/config1
-rw-r--r--meta-emenlow/packages/formfactor/formfactor_0.0.bbappend4
-rw-r--r--meta-emenlow/packages/libdrm-poulsbo/libdrm-poulsbo-2.3.0/libdrm-poulsbo.patch61
-rw-r--r--