summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/parse/parse_c/README.build
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/bb/parse/parse_c/README.build')
-rw-r--r--bitbake/lib/bb/parse/parse_c/README.build12
1 files changed, 12 insertions, 0 deletions
diff --git a/bitbake/lib/bb/parse/parse_c/README.build b/bitbake/lib/bb/parse/parse_c/README.build
new file mode 100644
index 0000000000..eb6ad8c862
--- /dev/null
+++ b/bitbake/lib/bb/parse/parse_c/README.build
@@ -0,0 +1,12 @@
+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