[EX01] Introduction to Yocto and course development platform

This commit is contained in:
Panu Sjövall
2022-08-08 11:57:11 +03:00
parent a1e5a3b0e9
commit 6b0ce26dbd
9 changed files with 338 additions and 24 deletions

24
.gitignore vendored Normal file
View File

@@ -0,0 +1,24 @@
/build/bitbake-cookerdaemon.log
/build/cache
!/build/conf
/build/conf/sanity_info
/build/downloads
/build/sstate-cache
/build/tmp/abi_version
/build/tmp/buildstats
/build/tmp/cache
/build/tmp/deploy/*
!/build/tmp/deploy/images
!/build/tmp/deploy/sdk
/build/tmp/hosttools
/build/tmp/log
/build/tmp/pkgdata
/build/tmp/saved_tmpdir
/build/tmp/sstate-control
/build/tmp/stamps
/build/tmp/sysroots
/build/tmp/sysroots-components
/build/tmp/sysroots-uninative
/build/tmp/work
/build/tmp/work-shared
*.testdata.json