mirror of
https://git.yoctoproject.org/git/poky
synced 2026-01-01 13:58:04 +00:00
* Install directory defaults to scripts/../buildtools e.g. --directory is set by default This avoids the user having to type in their sudo password to install in /opt/poky/<installer-version> * Use "." rather than "source" for sourcing the environment script as not all distros (e.g. Debian) have "source" by default. * Add buildtools/ to .gitignore * Fix typos in example usage (--install-version -> --installer-version) [YOCTO #13832] (From OE-Core rev: c6c3a58dbf0ca6c4a41df7ff50fa56d39d7ee23f) Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
33 lines
641 B
Plaintext
33 lines
641 B
Plaintext
*.pyc
|
|
*.pyo
|
|
/*.patch
|
|
/.repo/
|
|
/build*/
|
|
pyshtables.py
|
|
pstage/
|
|
scripts/oe-git-proxy-socks
|
|
sources/
|
|
meta-*/
|
|
buildtools/
|
|
!meta-skeleton
|
|
!meta-selftest
|
|
hob-image-*.bb
|
|
*.swp
|
|
*.orig
|
|
*.rej
|
|
*~
|
|
!meta-poky
|
|
!meta-yocto
|
|
!meta-yocto-bsp
|
|
!meta-yocto-imported
|
|
/documentation/*/eclipse/
|
|
/documentation/*/*.html
|
|
/documentation/*/*.pdf
|
|
/documentation/*/*.tgz
|
|
/bitbake/doc/bitbake-user-manual/bitbake-user-manual.html
|
|
/bitbake/doc/bitbake-user-manual/bitbake-user-manual.pdf
|
|
/bitbake/doc/bitbake-user-manual/bitbake-user-manual.tgz
|
|
pull-*/
|
|
bitbake/lib/toaster/contrib/tts/backlog.txt
|
|
bitbake/lib/toaster/contrib/tts/log/*
|
|
bitbake/lib/toaster/contrib/tts/.cache/* |