Skip to content

Commit 7116aa1

Browse files
authored
Add bitbake extensions and files
Files and extentions of bitbake are taken from the tool documetantion [1]. [1] https://docs.yoctoproject.org/bitbake/2.6/bitbake-user-manual/bitbake-user-manual-metadata.html
1 parent 6fd6f6b commit 7116aa1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

identify/extensions.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313
'bat': {'text', 'batch'},
1414
'bats': {'text', 'shell', 'bash', 'bats'},
1515
'bazel': {'text', 'bazel'},
16+
'bb': {'text', 'bitbake'},
17+
'bbappend': {'text', 'bitbake'},
18+
'bbclass': {'text', 'bitbake'},
1619
'beancount': {'text', 'beancount'},
1720
'bib': {'text', 'bib'},
1821
'bmp': {'binary', 'image', 'bitmap'},
@@ -343,6 +346,8 @@
343346
'.zshrc': EXTENSIONS['zsh'],
344347
'.zshenv': EXTENSIONS['zsh'],
345348
'AUTHORS': EXTENSIONS['txt'],
349+
'bblayers.conf': EXTENSIONS['bb'],
350+
'bitbake.conf': EXTENSIONS['bb'],
346351
'BUILD': EXTENSIONS['bzl'],
347352
'Cargo.toml': EXTENSIONS['toml'] | {'cargo'},
348353
'Cargo.lock': EXTENSIONS['toml'] | {'cargo-lock'},

0 commit comments

Comments
 (0)