Commit a217ace
Alex J Lennon
ci: fix BitBake dependency for yocto-check-layer validation
Add missing BitBake repository clone and environment setup:
- Clone BitBake 2.8 branch (matches scarthgap release)
- Set PYTHONPATH and PATH for BitBake before oe-init-build-env
- This resolves the error: 'The bitbake directory does not exist!'
The oe-init-build-env script requires BitBake to be available in the
environment for proper yocto-check-layer validation to work.1 parent 8eac861 commit a217ace
1 file changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
| 97 | + | |
97 | 98 | | |
98 | 99 | | |
99 | 100 | | |
| |||
115 | 116 | | |
116 | 117 | | |
117 | 118 | | |
| 119 | + | |
| 120 | + | |
118 | 121 | | |
119 | 122 | | |
120 | 123 | | |
| |||
0 commit comments