Richard Purdie 306b7c7a97 bitbake: Upgrade from 1.4 -> 1.7.4ish 18 tahun lalu
..
BBHandler.py 306b7c7a97 bitbake: Upgrade from 1.4 -> 1.7.4ish 18 tahun lalu
Makefile 306b7c7a97 bitbake: Upgrade from 1.4 -> 1.7.4ish 18 tahun lalu
README.build b26a945734 Update to latest bitbake 19 tahun lalu
__init__.py b26a945734 Update to latest bitbake 19 tahun lalu
bitbakec.pyx 306b7c7a97 bitbake: Upgrade from 1.4 -> 1.7.4ish 18 tahun lalu
bitbakeparser.cc 306b7c7a97 bitbake: Upgrade from 1.4 -> 1.7.4ish 18 tahun lalu
bitbakeparser.h 27dba1e624 Update to bitbake 1.4.2 (latest stable branch release). This includes the caching speedups 19 tahun lalu
bitbakeparser.y 27dba1e624 Update to bitbake 1.4.2 (latest stable branch release). This includes the caching speedups 19 tahun lalu
bitbakescanner.cc 306b7c7a97 bitbake: Upgrade from 1.4 -> 1.7.4ish 18 tahun lalu
bitbakescanner.l 306b7c7a97 bitbake: Upgrade from 1.4 -> 1.7.4ish 18 tahun lalu
lexer.h 306b7c7a97 bitbake: Upgrade from 1.4 -> 1.7.4ish 18 tahun lalu
lexerc.h 306b7c7a97 bitbake: Upgrade from 1.4 -> 1.7.4ish 18 tahun lalu
python_output.h 27dba1e624 Update to bitbake 1.4.2 (latest stable branch release). This includes the caching speedups 19 tahun lalu
token.h b26a945734 Update to latest bitbake 19 tahun lalu

README.build

To ease portability (lemon, flex, etc) we keep the
result of flex and lemon in the source code. We agree
to not manually change the scanner and parser.



How we create the files:
flex -t bitbakescanner.l > bitbakescanner.cc
lemon bitbakeparser.y
mv bitbakeparser.c bitbakeparser.cc

Now manually create two files